Idea:
Create an ERC-20 token named after my dog, Polo.
Create an NFT of this image, and make it so that it can only be bought using POLOCOIN.
forge init
forge build
forge testforge create --rpc-url http://localhost:8545 --private-key <private_key> src/PoloCoin.sol:PoloCoincast call <contract_addr> "totalSupply()(uint256)"forge test --match-contract <contract_name> -vvLook into:
- bridging to starknet?
- this command
forge clone <contract_addr> <dir_name>
