OpenPlasma

module
v0.0.0-...-ee6a38e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2020 License: MIT

README

OpenPlasma

Golang implementation of Ethereum zk-plasma (second level payment protocol).

Run

Database

Create user and database:

CREATE DATABASE openplasma;
CREATE USER openplasma WITH PASSWORD 'openplasma' SUPERUSER;

Create admin page tables:

psql -d openplasma -f .../OpenPlasma/plasma/models/admin/admin_db.pgsql
Plasma

In the root directory run following command:

go run cmd/plasma/main.go

Directories

Path Synopsis
cmd
web

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL