smart contract deployment & utility
Deploy smartcontract
POST
https://api.mycontract.co:3001/v1/smartcontract/deploy
This endpoint allows you to get free cakes.
Query Parameters
Name
Type
Description
coinName
string
Coin name which you want to deploy
network
string
( mainnet, testnet, private ) provide network type
Headers
Name
Type
Description
Authentication
string
JWT token
smartcontract details
POST
https://api.mycontract.co:3001/v1/smartcontract/details
Headers
Name
Type
Description
Authorization
string
JWT token
Request Body
Name
Type
Description
tokenName
string
Token name of the smartcontract
Last updated
Was this helpful?