The Pokecoin Backend Server
yarn install
yarn start
yarn test
Name | Description | Type | Default |
---|---|---|---|
PRODUCTION | production mode | boolean | false |
MONGODB_URL | The mongodb uri | string | mongodb://localhost/pokecoin |
PORT | port | number | 3000 |
DEFAULT_REWARD | The reward for a found block | number | 1 |
DEFAULT_PACKAGE_COST | The package cost for a default pokemon package | number | 25 |
JWT_SECRET | The JWT Secret | string | secret |
POW_DIFFICULTY | The 0 for POW in the Blockchain | number | 6 |
👤 Michael Bykovski <michael.bykovskii@aoe.com>
- Twitter: @michaelbykovski
- Github: @bykof
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator