Closed clearloop closed 4 years ago
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.
shadow
~/.darwinia/config.json
The guide is here, instead of installing the @canary version, we should test as:
@canary
cd darwinia.js && yarn build
ts-node packages/dj/index.ts
Please review #49 first, this pr requires that pr.
Desc
Waiting for devnetThis 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:cd darwinia.js && yarn build
ts-node packages/dj/index.ts