joey1123455 / easy_get_coin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Go Server

The server was built using Go version 1.22.1

Set up the project

  • Install Go compiler

  • Create an env file following the format of env.example INFURA_APIKEY= PRIVATE_KEY= CONTRACT_ADDRESS= NODE_URL= MODE=release API_VERSION= API_HOST= PORT= ORIGIN= CHAIN_KEY= CALLBACK=

Run the server

go run .

Docs

Swagger docs can be found at /api/swagger/index.html

About


Languages

Language:Go 64.4%Language:Solidity 35.6%