/qtum-cache

Monitoring Qtum Events and anchoring summarized transaction data periodically to Ethereum network

Primary LanguageTypeScriptMIT LicenseMIT

Qtum Cache

Quantum-Cache. We aim to scale up Quantum community by attracting Ethereum community to solve blockchain world’s problem.

Demo Video

https://youtu.be/hvh1FcaYjPo

Quickstart

You need to install Node.js v6.x.x

1. Copy config file

cp src/config/config.example.ts src/config/config.ts

2.Install related node_mosules

npm install

3.Build

npm run build

4.Test

npm test

5.Start

npm start

for Development

npm run dev ( or gulp )

for clean build

npm run rebuild

for clean

npm run clean