1.0.0 • Published 4 years ago

usemodalwallet v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Web3 React Wallet

Web3 React with modal wallet integrated.

This is a Wrapper around Web3-React, the library contains a set of hooks that extend web3 react functionality and provide custom hooks to add wallets connections.

Hooks

Same as Web3 React but we include an additional hook:

  • useModalWallet

Example:

Configuration

Environment variables

  • REACT_APP_PORTIS_ID

  • REACT_APP_FORTMATIC_KEY

  • REACT_APP_NETWORK_URL

Getting Started

> yarn add web3-React-Wallet

or 

> npm install web3-React-Wallet

Development

> git clone git@github.com:EdsonAlcala/useweb3modal.git

> yarn

Commands

> yarn start:dev

> yarn compile

> yarn storybook

Roadmap