Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 819 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 819 Bytes

Unchained (Go)

Project Structure

  • pkg - shared common packages across coinstacks
  • internal - internal utility packages
  • coinstacks/{coin} - coin specific logic

Dependencies

Notes

  • Visual Studio Code expects any golang projects to be opened up with a go.mod file at the root directory for the tooling to work properly, so be sure to open up the project at unchained/go

Initial Setup

  • Any commands should be run from within unchained/go

  • Install Golang

  • Make coinstacks

    make
  • Copy sample config file:

    cp cmd/ethereum/sample.config.json cmd/ethereum/config.json
  • Fill out any missing variables