Skip to content

0xPolygon/matic.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,233 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matic SDK

npm version CI Release License: MIT

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.

Docs

https://docs.polygon.technology/tools/matic-js/get-started

Support

Our Discord is the best way to reach us ✨.

Contributors

You are very welcome to contribute, please see contributing guidelines - [Contribute].

Thank you to all the people who already contributed to matic.js!

Contributors

Made with contributors-img.

Development

This is a pnpm monorepo. The published package lives in packages/maticjs/.

Setup

pnpm install

Lint

pnpm run lint

Typecheck

pnpm run typecheck

Build

pnpm run build

Publish

Releases are managed via changesets.

# Add a changeset describing your change
pnpm exec changeset add

# The release workflow publishes automatically on merge to master

License

MIT