Dappcamp4 Team Project.
forge install foundry-rs/forge-std openzeppelin/[email protected] Brechtpd/base64 --no-commit
forge test [-vv[v]]
Run with -vv
level or greater to see console.log
output.
- Getting Started With Forge
- OpenZeppelin ERC 1155
- EIP-1155: Multi Token Standard See "Minting/creating and burning/destroying rules"
- Deploy Contract and Verify
forge create --rpc-url <your_rpc_url> --constructor-args "" --private-key <your_private_key> src/RadioStar.sol:RadioStar --etherscan-api-key <your_etherscan_api_key> --verify
- Call createRadioStar()
cast send <contract_address> "createRadioStar(uint256,uint256)" 10 10000000 --rpc-url <your_rpc_url> --private-key <your_private_key>
- 1st version 08/11/2022: https://goerli.etherscan.io/address/0x5ad62406581f849796fa4a53a1316fbe49f0fcfe