Smart contract creation apis

ERC 20 smart contract

POST https://api.mycontract.co:3001/v1/smartcontract/ERC20

Headers

Request Body

{
    smartcontract
}

ERC 223 smart contract

POST https://api.mycontract.co:3001/v1/smartcontract/ERC223

Headers

Request Body

{
    smartcontract
}

Last updated