NFTir/server is a Golang-based application server, boasts a plethora of RESTful endpoints that facilitate the efficient processing and management of metadata and information pertaining to specific NFTs through the utilization of the NFTGo API stored in an AWS DynamoDB table by NFTir poller agent
git clone https://github.com/NFTir/server.git
cd server
At the root of the directory, create a .env file using .env.example as the template and fill out the variables.
1.1 Build and run agent
locally using Make
scripts
make go-build-local
1.2 Run agent
locally with hot-reload using Make
scripts
make dev-mode
- Build and run
agent
on Docker usingMake
scripts
make build-app