/ebakus-web-wallet

Official web wallet for the Ebakus blockchain

Primary LanguageVueMIT LicenseMIT

Ebakus Web Wallet

This is the official web wallet which can be embedded into a dApp page to interact with the Ebakus blockchain.

You can check the released mainnet wallet and check how it looks like inside a dApp at an existing dApp.

Important

For embedding the wallet to your own dApp check the wallet loader project.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint