https://github.com/maticnetwork/plasma-core
https://github.com/maticnetwork/plasma-core
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maticnetwork/plasma-core
- Owner: maticnetwork
- License: mit
- Created: 2020-09-22T14:58:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T10:27:05.000Z (over 5 years ago)
- Last Synced: 2025-03-27T21:46:40.423Z (about 1 year ago)
- Language: TypeScript
- Size: 561 KB
- Stars: 3
- Watchers: 26
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plasma Library
## Usage
```bash
# using npm
npm install --save @maticnetwork/plasma
# using yarn
yarn add @maticnetwork/plasma
```
## Setup
This monorepo uses Lerna to manage multiple packages.
### Installation
```bash
yarn
```
**Build**
```bash
# this will build all packages
yarn build
```
### Publish
```bash
# change package versions
lerna version x.x.x
# publish packages to npm
lerna publish
```
### License
MIT