gladius-control-daemon
v0.1.6
Published
Gladius Node.js Control Daemon
Downloads
4
Readme
Gladius Control Daemon
Interacts with the Ethereum Blockchain and the node daemon
Installation
- Clone repo
git clone [email protected]:gladiusio/gladius-control-daemon.git
- Clone contracts
git clone [email protected]:gladiusio/gladius-contracts.git
- Change directory,
cd gladius-contracts
- Compile contracts,
truffle compile
- Change directory,
- Change directory to
control-daemon
cd ../control-daemon
- Link contract ABI's
ln -s ../gladius-contracts/build build
- Install dependencies
npm install
- Run Server
node index.js
- Run local blockchain
- In
gladius-contracts
runtruffle deploy --network truffle; truffle develop
- In
- Hit
/api/settings/start
with data, docs here- You can generate a PGP key here