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

VAEONIO/prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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