This is an experimental implementation of Minimal Viable Plasma in Vyper. In our blog post we explained the motivation and experience of this project.
We welcome any contribution. Please open issue about bugs or proposals. You are welcome to make pull requests.
Fork this repository and install dependencies with: npm install
.
You also need to install Vyper. See the Vyper's docs.
npm run test
This execute Truffle's tests. Tests are found in tests/
directory.
npm run build
Build process is handled by truper and it creates truffle compatible artifacts in build/contracts
directory.
root_chain
and priority_queue
contracts are based on OmiseGo's MVP implementation.
We really appreciate them for their work!