duymanh3602 / Ethereum-Wallet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 99.8%Language:CSS 0.2%