Public Mint client library built around web3.js customized for blockchain interaction.


Keywords
web3, public, mint, wrapper, ethereum, javascript, PublicMint-web3.js, javascript devKit, public mint
License
LGPL-3.0
Install
npm install @publicmint/publicmint-web3@3.1.0

Documentation

PublicMint library for javascript

Public Mint client library built around web3.js customized for blockchain interaction.

This package creates a new namespace pm Public Mint inside web3 with custom contracts instances, functions and networks configurations.

Documentation

Dev instructions

How to install

npm install @publicmint/publicmint-web3

How to use

Removed modules from web3

  • eth.personal (PublicMint blockchain client not have account management)
  • eth.ens (Web3 incompatibility to change provider waiting for PR 3010)
  • bzz (Needs revision / implementation)
  • shh (Needs revision / implementation)

Build doc

npm run build:doc

Contributing

This package is just an wrapper arround web3.js but for any reason if want contribute feel free to do this:

  • Create a issue before any changes to discuss about them
  • Submit your code changes against the branch