All Projects → LayerXcom → Plasma Mvp Vyper

LayerXcom / Plasma Mvp Vyper

Licence: apache-2.0
Implementation of Minimal Viable Plasma in Vyper

Programming Languages

javascript
184084 projects - #8 most used programming language

Plasma MVP Implementation in Vyper

This is an experimental implementation of Minimal Viable Plasma in Vyper. In our blog post we explained the motivation and experience of this project.

Contributing

We welcome any contribution. Please open issue about bugs or proposals. You are welcome to make pull requests.

Getting Started

Fork this repository and install dependencies with: npm install. You also need to install Vyper. See the Vyper's docs.

Testing

npm run test This execute Truffle's tests. Tests are found in tests/ directory.

Building

npm run build Build process is handled by truper and it creates truffle compatible artifacts in build/contracts directory.

Acknowledgements

root_chain and priority_queue contracts are based on OmiseGo's MVP implementation. We really appreciate them for their work!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].