guardian-wallet
TypeScript icon, indicating that this package has built-in type declarations

0.0.7-rc.4 • Public • Published

Guardian Wallet

Guardian Wallet is a non-custodial web-based wallet that provides a direct connection to Ethereum and Ethereum based networks. It supports OAuth social authentication and OTP based authentication for better onboarding experience. In-built Distributed Key Infrastructure manages and secures the user’s key.

Guardian Wallet provider allows websites to request users' Ethereum accounts, read data from blockchains the user is connected to, and suggest that the user sign messages and transactions.

This wallet provider is developed as per specified by EIP-1193.

Basic Usage

npm package

  yarn add guardian-wallet  

How to use

  import GuardianWallet from "guardian-wallet"
  let wallet = new GuardianWallet();

  await wallet.init({environment: 'QA'}); // DEV | QA | PROD (default)

  let web3 = new Web3(wallet.provider);

  const address = await web3.currentProvider.enable();

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm e2e

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Readme

Keywords

Package Sidebar

Install

npm i guardian-wallet

Weekly Downloads

2

Version

0.0.7-rc.4

License

ISC

Unpacked Size

312 kB

Total Files

79

Last publish

Collaborators

  • praveen-gl
  • plugin-guardianlink