JavaScript Blockchain Implementation

Educational and research implementation of the blockchain data structure in JavaScript.

Disclaimer: it is a proof of concept that should be used with maximum discretion.
This service is fully decentralized and P2P, so it never stores neither your keys nor your ledgers.

financial
Financial transaction processing
Track and verify transactions without a centralized server.
Try now
medical
Medical data management
Create a public ledger is both transparent and anonymous.
Try now
supply
Supply chain management
Record the journey of goods from the supplier to the customer.
Try now
business
Replacement of intermediaries
Do not rely on lawyers to both draw up the contract.
Try now

Account

Your private key to sign the message. Please remember to store your private key securely.
Your public key to verify your identity. Use your public key to prove your identity.
Your address as the pseudonym.
Any text data that you want to store on the blockchain.

Blockchain

N/A