shatfield4 / api-stac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gomora dApp

A Gomora template for building dApps and web3-powered API and smart contract listeners

Local Development

Setup the .env file first

  • cp .env.example .env

To bootstrap everything, run:

  • make

The command above will install, build, and run the binary

For manual install:

  • make install

For lint:

  • make lint

Just ensure you installed golangci-lint.

To test:

  • make test

For manual build:

  • make build
  • NOTE: the output for this is in bin/

For contract build:

  • make contract-build
  • NOTE: the output for this is in infrastructures/smartcontracts

Docker Build

To build, run:

  • make build-docker

To run the container:

  • make up

License

MIT

Made with ❤️ at Nuxify

About


Languages

Language:Go 99.5%Language:Makefile 0.3%Language:Shell 0.1%Language:Dockerfile 0.0%