⚙️Self deploy
How to deploy your SmartContract without the Scheduler
You can deploy an SmartContract with the Minteandome SDK.
Make sure you are executing this library on a browser with Metamask installed. For now, Minteandome does not support deploys using your private keys.
You need to retrieve an existing SmartContract which has not been deployed yet.
The id is obtained the first time you generate the SmartContract, its unique for each SmartContract.
Another option would be to get the pending SmartContracts.
You need to get the SmartContractCompiled before deploying. By default, that field is not informed in your SmartContract.
The SmartContract class has a method for deploying itself.
MAKE SURE DEPLOY IS EXECUTED ON A BROWSER WITH METAMASK
GenerateDeploy
Minteandome SDK offers an option for saving time.
This generates, deploys and returns the deployed SmartContract
Last updated