Packages

A library for encoding, decoding and validating transactions used for the OMG Network Plasma contracts.

Current section

Files

Jump to
ex_plasma Makefile
Raw

Makefile

.PHONY: test
test:
mix test
logs:
docker-compose logs -f
up:
docker-compose up -d
up-mocks:
docker-compose -f docker-compose.yml -f docker-compose.conformance.yml up -d ganache mock-contracts
down:
docker-compose down