Files
anonklub/foundry.toml
sripwoud b360f4070d 🚀 Deploy AnonMinter contract to Sepolia (#212)
* 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
2023-06-27 15:33:36 +02:00

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