ldpos-chain

LDPoS chain module

Usage no npm install needed!

<script type="module">
  import ldposChain from 'https://cdn.skypack.dev/ldpos-chain';
</script>

README

ldpos-chain

Simple DPoS chain module compatible with LDEX

Running tests using mock DAL

yarn test

Running tests using pg DAL

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

License

The license is GPL-3.0 with one additional condition: Misrepresenting the origin of this code or code derived from it is not permitted.