Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Latest commit

 

History

History

smart-contracts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Trotter (NFT Contracts)

The project consit of two sides, the apis and the smart contract.

Everything about the smart contract lies in root directory except the api/ which is the apis part of the project.

To run project you need to deploy the contracts and replace contract address on api/src/config/contracts

Runing the api

cd api && yarn && yarn start

Once project is up visit localhost://3000 to call endpoints and localhost://3000/api to use swagger UI