Creating an ERC-20 Smart Contract

POST {{baseUrl}}/v3/ethereum/erc20/deploy

Request Body

{"symbol"=>"Name", "name"=>"NameOfDemoToken", "supply"=>"10000000", "digits"=>18, "address"=>"0x13127f5efd7b74c0dbb7baf6912a8abb92e4f091", "fromPrivateKey"=>"0x5244f9424ae6c0138b1b800aa22a39a1350a09fdd9a3c237842f07294fde2ac9"}