darwinia-network / dj

Darwinia bridge relayer tool implemented in nodejs
GNU General Public License v3.0
4 stars 5 forks source link

Implement new shadow APIs #52

Closed clearloop closed 4 years ago

clearloop commented 4 years ago

Desc


This version requires the lastest shadow service, at least after #44.

Or you can start a shadow service locally and points the shadow field in ~/.darwinia/config.json to your local shadow HTTP server.

Test Version

The guide is here, instead of installing the @canary version, we should test as:

  1. Clone this repo
  2. cd darwinia.js && yarn build
  3. ts-node packages/dj/index.ts
clearloop commented 4 years ago

Please review #49 first, this pr requires that pr.