Skip to content

Diora-Network/Web-Wallet

Repository files navigation

DIORA HOT WALLET

a hot wallet for Diora Network. You can receive, send and claim some test tokens

Requirements

- NodeJS
- MongoDB
- Redis

Config

cp config/default.json config/local.json
  • Update local.json file 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" },

Install

npm install

Run

- Start mongodb
- Start Redis
- ```
    npm run build && npm run dev
    ```

About

a hot wallet for Diora Network. You can receive, send and claim some test tokens

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published