sacOO7 / ldpos-chain

Simple PoS chain module compatible with LDEX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ldpos-chain

Simple DPoS chain module compatible with LDEX

Running tests using mock DAL

yarn test

Running tests using knex DAL

  • Start postgres inside docker container
./scripts/start-postgres.sh
  • Run knex-dal tests
  yarn test:using-dal-knex
  • Stop postgres
./scripts/stop-postgres.sh

About

Simple PoS chain module compatible with LDEX

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 98.1%Language:Shell 1.9%