Skip to content

ltonetwork/ownable-bridge

Repository files navigation

LTO github readme

LTO Ownables Bridge

Service to swap LTO Ownable for NFT and visa-versa

Installation

$ npm install

Built with NestJS.

Running the app

# development
$ npm run start
# Swagger => http://localhost:3000/api-docs

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov