My Substrate node with contracts pallet repo
ERC-20 contract is from this ink example
Followed this example to build an erc20 with ink
Build erc20 Contract by navigating to erc20
and the instructions on building your contract
- Run the node first.
- Go to polkadot app.
- "Upload WASM" with erc20.wasm and put in metadata.json as "contract ABI".
- Deploy Contract.
- Execute calls on the contract.
Run this node that has the contracts pallet implemented.
2: Go to polkadot app
Click on "Upload WASM" and upload erc20.wasm and put in metadata.json as "contract ABI".