Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoloCoin

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.

Polo

Running

forge init
forge build
forge test

Deploying contract

forge create --rpc-url http://localhost:8545 --private-key <private_key> src/PoloCoin.sol:PoloCoin

Using cast

cast call <contract_addr> "totalSupply()(uint256)"

Testing specific file

forge test --match-contract <contract_name> -vv

TODO

Look into:

  • bridging to starknet?
  • this command
forge clone <contract_addr> <dir_name>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages