Skip to content
View amy-bcx's full-sized avatar

Block or report amy-bcx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. A-Solidity-to-do-List-App A-Solidity-to-do-List-App Public

    with Etherum Smart-Contract, my very first Solidity App

    JavaScript

  2. FakeEthDemoApp FakeEthDemoApp Public

    Following Constellation Hackathon

    1

  3. react-blog react-blog Public

    My very first blog using react js

    JavaScript

  4. Solidity-Smart-Contracts Solidity-Smart-Contracts Public

    The overall different use in a smart-contract

    Solidity

  5. Created using remix-ide: Realtime Et... Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.6.0+commit.26b70077.js&optimize=false&runs=200&gist=
    1
    pragma solidity ^0.6.0;
    2
    
                  
    3
    contract MyContract {
    4
        uint public myUint = 1;
    5
        string public myString = "Hi, there!";