Node
Helpful Docs
Project Structure
packages
- shared internal packages across coinstackscoinstacks/common
- common coinstack logic to reduce duplicationcoinstacks/{coin}
- coin specific logic**/pulumi
- pulumi infrastructure logic for deployment
Dependencies
Yarn - package management
Initial Setup
Install Node.js LTS
(Optional) use nvm to automatically install the node version specified in
.nvmrc
nvm 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
Last updated
Was this helpful?