metaplex/rust/Anchor.toml

13 lines
209 B
TOML
Raw Normal View History

[registry]
url = "https://anchor.projectserum.com"
[provider]
cluster = "localnet"
2021-09-02 08:09:50 -07:00
wallet = "~/.config/solana/id.json"
[scripts]
test = "mocha -t 1000000 tests/"
[workspace]
members = ["nft-candy-machine"]