Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 768 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 768 Bytes

Ethereum Wallet SDK

Demo

Connect your Dapp to all wallets in one-line of code! Check DEMO.

How to use

You can check Tutorial. We will have official Document soon.

Build with us

How to build

npm run build

After built successfully, it will create a bundled script and the only thing you need to do is insert the script to your website (Dapp).

How to test with sample Dapp

  1. Keep watch files and bundle script
npm run watch
  1. Run test server
npm run start

It will run a local Dapp website in http://localhost:8080/.

Architecture

Architecture