Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 744 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 744 Bytes

Vaeon

Installation

Install eos

  • Clone the eos repository by running git clone git@github.com:EOSIO/eos.git --recursive
  • Build eos with the autobuild script
  • Verify the build by running the command provided in the output of the previous command
  • Install the binaries by running sudo make install inside the eos build directory

Setup vaeon

  • git clone git@github.com:devgg/vaeon.git
  • cd server && npm install
  • cd ..
  • cp scripts/config_template.sh scripts/config.sh
  • Fill in the values in scripts/config.sh

Start vaeon development environment