Skip to content

igefined/nftique

Repository files navigation

Backend service for NFT marketplace

Coverage Status Go Report Card Go version Last commit

This is simple project for understanding how to work with abigen, smartcontracts in golang. It list, add and buy a NFT via smartcontracts

Usage

#run linter
make lint

#build an application
make build

#build an application image
make build-image

#run the application
make run

#test application into container
make test

#upload new abi generated smartcontracts from https://github.com/igefined/nftique-smartcontracts
make generate-abigen