klips/blockchain/eth/truffle-solidity/example.secrets.json
Shaun Reed e585f18359 Add blockchain directory for working on related projects
+ Add sample Solidity project template, README instructions
2021-05-03 14:46:36 -04:00

5 lines
209 B
JSON

{
"alchemyApiUrl": "https://eth-ropsten.alchemyapi.io/v2/YOUR_ALCHEMY_API_KEY",
"mnemonic": "word word word word word word word word word word word",
"etherscanApiKey": "SOMEREALLYLONGKEYFROMETHERSCAN"
}