Skip to content

daiki44/wakkanay-tezos

 
 

Repository files navigation

wakkanay-tezos

This repository contains L1 adapter code for Tezos. L1 adaptor is the adaptor to support any blockchain for OVM client. Please also see "What L1 adaptor is".

Build Status

Development

Requirement

wakkanay-tezos requires the following to run:

Install

npm i
lerna bootstrap

Installation on debian/ubuntu

sudo apt install libusb-1.0-0-dev
npm i
lerna bootstrap

Build

lerna run build

Test

npm test

Docmentation

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

  1. Ensure that tests pass and code is lint free: npm run lint
  2. Update the README.md if any changes invalidate its current content.
  3. Include any tests for new functionality.
  4. Reference any revelant issues in your PR comment.

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

Packages

CLI of Plasma Lite Client

npm

Coder of Tezos

Contract Wrapper of Tezos

Plasma Aggregator

Wallet of Tezos

License

You can check out the full license here

This project is licensed under the terms of the Apache-2.0 license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.5%
  • JavaScript 0.5%