web3-profile-api
First, you need to have go
installed to your computer. Visit this page and choose appropriate Go release for your system.
Next Steps
Clone the repo:
git clone [email protected]:sumsets/web3-profile-api.git
Go to app directory:
cd web3-profile-api/
Download dependencies:
go mod download && go mod tidy
Finally, run the server:
go run main.go