Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 605 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 605 Bytes

Contributing

We welcome all contributions!

Developing

First, run yarn to install all deps.

We use TypeScript monorepo, each target is a separate package and has another package with tests. You need to run yarn watch to automatically recompile all the projects as you introduce changes.

Run yarn test:fix before pushing, it will run eslint, prettier in fix mode and run all tests.

Local linking

Run yarn build to build all packages or yarn watch to start watching. Then enter desired package directory and run yarn link.

Debugging 🐞

DEBUG=typechain typechain