governatorXYZ / governator-api

Web3 governance automation. Brings token weighted voting to your community.

Home Page:https://www.governator.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set up environment

rename .env.template to .env.development and fill in the missing variables. For production environement create a file named .env.production.

Running the app

# install
$ yarn
# watch mode
$ yarn start:dev

or

# production
$ yarn start:prod

if you used the default values from .env.template the app will run on localhost:3000/api.

Stay in touch

License

Governator is MIT.

About

Web3 governance automation. Brings token weighted voting to your community.

https://www.governator.xyz

License:MIT License


Languages

Language:TypeScript 99.2%Language:JavaScript 0.8%Language:Procfile 0.0%