This repository contains the API code for interacting with Trustless smart contracts. It connects the frontend with the blockchain, ensuring secure communication and reliable contract management within the dApp.
npm install
npm install @stellar/stellar-sdk
# development
npm run start
# watch mode
npm run start:dev
# production mode
npm run start:prod
# unit tests
npm run test
# e2e tests
npm run test:e2e
# test coverage
npm run test:cov
Follow the API Doc, and check your Contract information here: TestNet Stellar
Go to: http://localhost:3000/docs
Nest is MIT licensed.