Skip to content

adams-coding/Diora-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

Languages

  • Vue 86.7%
  • JavaScript 10.8%
  • CSS 1.9%
  • Other 0.6%