1.0.1 • Published 2 years ago

popoo-web3-api v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Popoo Web3 API

Requirements

  • Node.js 10 or above
  • Redis 5.0 or above
  • MySQL (Aurora Compatible)

Setup

Clone the repository

git clone git@github.com:Popoodev/popoo-web3-api.git

Install the dependencies

yarn install

Create .env at the root of the project. Copy fields from .env.example Uncomment fields and update values

Start the server on Local

yarn dev

Start the server on Staging or Production

yarn start