@publicmint/publicmint-web3
v3.1.0
Published
Public Mint client library built around web3.js customized for blockchain interaction.
Downloads
61
Readme
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
Build doc
npm run build:doc
Build dist
npm run dist
Contributing
This package is just an wrapper around 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
develop
branch