Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 195 Bytes

File metadata and controls

17 lines (9 loc) · 195 Bytes

Frontier Registry Research XRPL

  • Copy & Modify .env variables:

$ cp .env.example .env

  • Install dependencies:

$ npm i

  • Build project:

$ npm run build

  • Start project:

$ npm run start