Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 445 Bytes

contributing.md

File metadata and controls

14 lines (10 loc) · 445 Bytes

Getting Started with the NEO•ONE Codebase

Steps required to setup your complete development environment

  1. Install NodeJS
  2. Install RushJS
  3. Install C# dotnet v3.1.401
  4. Install rocksdb with Homebrew

Steps required to build/run the node from source

  1. Run dotnet build inside packages/neo-one-node-vm/lib
  2. Run rush build in root
  3. Run node packages/neo-one-node-bin/bin/neo-one-node.js --config <path/to/config.json>