mirror of
https://github.com/anonklub/anonklub.git
synced 2026-05-03 03:00:04 -04:00
* Install openzeppelin-contracts * feat:test: Mint NFT anonymously * forge install: openzeppelin-contracts * remove Counter.sol * Deploy and Verify contract on Sepolia * lint, format * add fix mes * Add minting command and tx example * format * Update README * format
9 lines
247 B
TOML
9 lines
247 B
TOML
[profile.default]
|
|
src = "contracts/src"
|
|
out = "contracts/out"
|
|
libs = ["contracts/lib"]
|
|
test = "contracts/test"
|
|
|
|
[fmt]
|
|
ignore = ["lib/forge-std"]
|
|
# See more config options https://github.com/foundry-rs/foundry/tree/master/config |