a hot wallet for Diora Network. You can receive, send and claim some test tokens
- NodeJS
- MongoDB
- Redis
cp config/default.json config/local.json
- Update
local.jsonfile to support your environment- Update mnemonic
- Update mongodb configuration:
- For docker:
"db": { "uri": "mongodb://mongodb:27017/wallets" }, - For localhost: ` "db": { "uri": "mongodb://localhost:27017/wallets" },
- For docker:
npm install
- Start mongodb
- Start Redis
- ```
npm run build && npm run dev
```