Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop > main #31

Merged
merged 2 commits into from
Oct 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,18 @@
- Truffle v5.1.65 (core: 5.1.65)
- Solidity - ^0.8.0 (solc-js)
- @OpenZeppelin/contracts@4.3.0

### Truffle deployment

A .env file with following entries is needed for Truffle deployment:

MNEMONIC= # Mnemonic phrase for local Ganache testing
MNEMONIC_DEVNET= # Mnemonic phrase for Devnet
MNEMONIC_TESTNET= # Mnemonic phrase for Testnet
APP_ID= # Infura API key
ETHERSCAN_API_KEY= # Etherscan API key
CUSTODIANS_DEVNET= # Comma separated list of initial 10 custodians
CUSTODIANS_TESTNET= # Comma separated list of initial 10 custodians
# Local testing only
CUSTODIANS_LOCAL= # Comma separated list of initial 10 custodians
ORACLE= # Oracle public key used by reg-oracle.js
Loading