Skip to content

💪🔗 PoW Blockchain implementation in Typescript 💱

License

Notifications You must be signed in to change notification settings

krystianity/blockchain

Repository files navigation

blockchain

Proof of Work Blockchain implementation in TypeScript. Exposed interface through an HTTP API.

Use

Prepare

yarn

Start

yarn start

Test

yarn test

API

  • POST /api/transactions/new
  • POST /api/nodes/register
  • GET /api/nodes/resolve
  • GET /api/mine

License

Apache License 2.0

Releases

No releases published

Packages

No packages published