- 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
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
./scripts/setup.sh
node server/app.js
- Go to http://localhost:3000/ in your browser