0.9.0-c0-d3 • Published 6 years ago
bodhi-server v0.9.0-c0-d3
Prerequisites
- Node 9 installed
You will need the Qtum client for the OS you are testing on (or building against). Download the Qtum client for the correct OS and put the
bin/
folder in the corresponding dir:bodhi-server/qtum/mac/bin qtum-0.14.16-osx64.tar.gz bodhi-server/qtum/win64/bin qtum-0.14.16-win64.zip bodhi-server/qtum/win32/bin qtum-0.14.16-win32.zip bodhi-server/qtum/linux64/bin qtum-0.14.16-x86_64-linux-gnu.tar.gz bodhi-server/qtum/linux32/bin qtum-0.14.16-i686-pc-linux-gnu.tar.gz
Install
git clone https://github.com/bodhiproject/bodhi-server.git
cd bodhi-server
npm install
Run Testnet Environment
cd bodhi-server
npm run start-test
- App at
127.0.0.1:8989
or GraphiQL at127.0.0.1:8989/graphiql
Run Mainnet Environment
cd bodhi-server
npm run start-main
- App at
127.0.0.1:8989
or GraphiQL at127.0.0.1:8989/graphiql