Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.46 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.46 KB

Unchained (Node)

Helpful Docs

Project Structure

  • packages - shared internal packages across coinstacks
  • coinstacks/common - common coinstack logic to reduce duplication
  • coinstacks/{coin} - coin specific logic
  • **/pulumi - pulumi infrastructure logic for deployment

Dependencies

Initial Setup

  • Any commands should be run from within unchained/node

  • 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 coinstacks/ethereum/sample.env coinstacks/ethereum/.env
  • Fill out any missing variables