Skip to content

rocklabs-io/sync-js

 
 

Repository files navigation

Dfinance-sync

👋 Sync data from canister.

Description

Dfinance-sync is a backend server written in js to sync data from some canister and exports apis to manage these schedule jobs. You can find a management page at here or a demo.

Web Management Page

Install

git clone https://github.com/Dapiguabc/sync-js
cd sync-js
npm install

Useage

develop

npm run start:dev

deploy

modify the .env file

ROOT=build // the root path, default build  if not set
ICP_HOST=https://ic0.app/  // canister host, default https://ic0.app/  if not set
KOA_PORT=6300  // the port of the koa server, default 6300 if not set

start your server

npm run start:prod

About

Sync data from canister

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • Shell 0.2%