Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 446 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 446 Bytes

Description

Layer1 data sync in Mantle network

Deployment Steps

  1. cd data-sync-service

  2. Copy .env.example to .env, modify the rpc_url and contract address

  3. Install the dependencies

$ npm install
  1. Running the app use the following command
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

License

MIT licensed.

About Code