0.0.1-alpha.1 • Published 1 year ago

@neonsundae/web3-auth v0.0.1-alpha.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@Neonsundae/web3-auth

npm version npm downloads

This npm package is made for Reactjs and allows for authentication using web3 wallets, such as Metamask. The package is currently in alpha stage, with only support for Metamask.

Overview

The package enables users to easily connect their web3 wallet to their Reactjs application, allowing for secure authentication and sign transactions.

Installation

To install the package, run the following command in your Reactjs project:

# yarn
yarn add ethers @neonsundae/web3-auth

# npm
npm install ethers @neonsundae/web3-auth

ethers is a peer dependency because it's needed for signing the message.

Future features

In future releases, we plan to add support for more web3 wallets, as well as additional features such as web3 wallet modal.

Contributing

We welcome contributions to this package. If you are interested in contributing, please read our contributing guide for more information.

License

This package is released under the MIT License.