packages- shared internal packages across coinstackscoinstacks/common- common coinstack logic to reduce duplicationcoinstacks/{coin}- coin specific logic
-
Install Node.js LTS
-
(Optional) use nvm to automatically install the node version specified in
.nvmrcnvm use
-
-
Install Yarn
npm install --global yarn
-
Install dependencies:
yarn
-
Build project:
yarn build
build step must be run locally before attempting to
docker-compose up -
Copy sample env file:
cp node/coinstacks/ethereum/sample.env node/coinstacks/ethereum/.env
-
Fill out any missing variables
- Create an Etherscan Account for a free API key