metaplex/rust/Anchor.toml

13 lines
222 B
TOML

[registry]
url = "https://anchor.projectserum.com"
[provider]
cluster = "localnet"
wallet = "/Users/jprince/.config/solana/id.json"
[scripts]
test = "mocha -t 1000000 tests/"
[workspace]
members = ["nft-candy-machine"]