3box / 3box-dapp

3Box Hub App: User profiles and storage drive
https://3box.io/hub
MIT License
40 stars 28 forks source link

Basic implementation of Web3Connect #431

Closed michaelsena closed 5 years ago

michaelsena commented 5 years ago

Implement web3connect. With any questions, here's a link to their discord: https://discord.gg/mXJrhkG

michaelsena commented 5 years ago

Here is some code from the airswap team: https://github.com/airswap/AirSwap.js/blob/develop/src/wallet/redux/actions.js#L9

michaelsena commented 5 years ago

Here is a great general web3-react library that includes good code for supporting multiple providers: https://github.com/NoahZinsmeister/web3-react

michaelsena commented 5 years ago

Design example 1

Screen Shot 2019-06-18 at 2 52 50 PM

Design example 2

Screen Shot 2019-06-18 at 2 41 47 PM

Design Example 3

Screen Shot 2019-06-18 at 2 52 04 PM
michaelsena commented 5 years ago

Aaaand a good react component from the WalletConnect team. Seems it only supports MM and WC for now. https://github.com/web3connect/web3connect

Demo here: https://web3connect.com/

oznekenzo commented 5 years ago