Unofficial community site for WOO
Make a file called .env in the root directory.
The contents of the file should be:
DATABASE_URL=postgresql://localhost/woostats
PORT=1337
NODE_ENV=development
COINGECKO_API_KEY=<get from coingecko.com>
NOMICS_API_KEY=<get from nomics.com>
ETHERSCAN_API_KEY=<get from etherscan.com>
DEBANK_API_KEY=<open.debank.com>
TWILIO_ACCOUNT_SID=<twilio.com>
TWILIO_AUTH_TOKEN=<twilio.com>
You must have postgresql installed and running. On Mac:
brew install postgresql
brew start postgresql
Set up the database with:
./scripts/db-setup
npm run start:dev
Use a browser to navigate to http://localhost:1337/