- 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 installinside the eos build directory
git clone git@github.com:devgg/vaeon.gitcd server && npm installcd ..cp scripts/config_template.sh scripts/config.sh- Fill in the values in
scripts/config.sh
./scripts/setup.shnode server/app.js- Go to http://localhost:3000/ in your browser