0.2.21 • Published 3 years ago

really-easy-web3 v0.2.21

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Really easy Web3

This package simplifies the interactions of web3 applications with smart contracts and the Ethereum blockchain.

The package implements a series of providers, hooks and utils to handle the basic and common web3's stuff. You only need to take care of the business logic of your application.

Installation / ES6 import

Add it into your package.json.\ npm i really-easy-web3

Import it in your project.\ import * as rsw3 from 'really-easy-web3'.\ import { ... } from 'really-easy-web3'

Dependencies

  • Ethers: A complete Ethereum wallet implementation and utilities in JavaScript (and TypeScript).

What this package includes

Accounts providers

Contact providers

Custom contract interface

Event lister

Todo

  • When no account connected WEB3 provider gets error
  • Finish the readme.md 😛
  • Exclude .map from production build
  • Use ethers like devDependency
  • change targetNetworkId to targetChainId => hexadecimal formal
  • Do not auto change network before the wallet is connected!
  • Check if metamask is not installed and prevent errors
  • Coming soon...
0.2.21

3 years ago

0.2.20

3 years ago

0.2.19

3 years ago

0.2.18

3 years ago

0.2.17

3 years ago

0.2.16

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.1.41

3 years ago

0.1.10

3 years ago

0.2.1

3 years ago

0.1.2

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.2.7

3 years ago

0.1.8

3 years ago

0.2.6

3 years ago

0.1.7

3 years ago

0.2.8

3 years ago

0.1.9

3 years ago

0.2.3

3 years ago

0.1.4

3 years ago

0.2.2

3 years ago

0.1.3

3 years ago

0.2.5

3 years ago

0.1.6

3 years ago

0.2.4

3 years ago

0.1.5

3 years ago

0.1.0

3 years ago