This repository contains the maticjs client library. maticjs makes it easy for developers,
who may not be deeply familiar with smart contract development, to interact with the various
components of Matic Network.
This library will help developers to move assets from Ethereum chain to Matic chain, and withdraw from Matic to Ethereum using fraud proofs.
https://docs.polygon.technology/tools/matic-js/get-started
Our Discord is the best way to reach us ✨.
You are very welcome to contribute, please see contributing guidelines - [Contribute].
Thank you to all the people who already contributed to matic.js!
Made with contributors-img.
This is a pnpm monorepo. The published package lives in packages/maticjs/.
pnpm installpnpm run lintpnpm run typecheckpnpm run buildReleases are managed via changesets.
# Add a changeset describing your change
pnpm exec changeset add
# The release workflow publishes automatically on merge to masterMIT