Skip to content

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.

Notifications You must be signed in to change notification settings

Tico4Chain-Coders/Trustless-Backend

Repository files navigation

Nest Logo Nest Logo

Trustless Work Private API

API DOCS

Trustless Work API DOCS

Description

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.

Project setup

npm install

Require installations

npm install @stellar/stellar-sdk

Compile and run the project

# development
npm run start

# watch mode
npm run start:dev

# production mode
npm run start:prod

Run tests

# unit tests
npm run test

# e2e tests
npm run test:e2e

# test coverage
npm run test:cov

Execute the EndPoints

Use Postman, ThunderClient, Swagger, or another tools to Http requests.

Follow the API Doc, and check your Contract information here: TestNet Stellar

To use Swagger, please follow the information below:

Go to: http://localhost:3000/docs

License

Nest is MIT licensed.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages