Created
May 26, 2022 07:35
-
-
Save WalrusGumboot/bc0cd7bf4b0f654eab230ad53f14ee18 to your computer and use it in GitHub Desktop.
My Anchor.toml file for this project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[features] | |
seeds = false | |
[programs.devnet] | |
niels_vacancies = "666cAMTH2kZ1XrgDycUZsF45PTASy6ddBExjjJ1b6YUu" | |
[registry] | |
url = "https://anchor.projectserum.com" | |
[provider] | |
cluster = "devnet" | |
wallet = "/home/simeon/.config/solana/id.json" | |
[scripts] | |
comp = "tsc -p . && node client.js" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment