You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A (hopefully) robust Merkle Tree library, with JS and Ethereum smart contract counterparts, capable of proving tree size, single or multiple element indices, updating a single or several elements, appending a single or a several elements, and any combination or permutation of the above, at the same time.
Golang Blockchain. Aa fully functional blockchain system in Go. It provides the structures and functions for creating, managing, and interacting with a blockchain, including a Proof of Work consensus mechanism, Merkle Tree for efficient transaction verification, and a Wallet system for managing user identities and transactions.