Skip to content

Ethereum zk-plasma - second level payment protocol.

License

Notifications You must be signed in to change notification settings

3q-coder/OpenPlasma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ethereum zk-plasma - second level payment protocol.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published