# using npm
npm install --save @maticnetwork/plasma
# using yarn
yarn add @maticnetwork/plasma
This monorepo uses Lerna to manage multiple packages.
yarn
Build
# this will build all packages
yarn build
# change package versions
lerna version x.x.x
# publish packages to npm
lerna publish
MIT