-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blockchain foundations and infrastructure #6
Comments
Zero-knowledge: https://a16zcrypto.com/zero-knowledge-canon/ See #13 |
the wallet problem space |
Learn EVM: EVM technical knowledge |
Papyrus is a StarkNet full node written in Rust. |
Ceramic is a public, decentralized, censorship-resistant network for managing mutable information on the open internet without databases or servers. In Ceramic all content is stored in smart documents, which are append-only IPFS logs where each commit is signed by a decentralized identifier (DID) for verifiability and then subsequently anchored in a blockchain for consensus. |
The Graph is an indexing protocol for querying networks like Ethereum and IPFS |
Mastering Bitcoin (book) https://github.com/bitcoinbook/bitcoinbook |
NeoVM is a lightweight virtual machine for executing NEO smart contracts. |
The Nakamoto Challenge: Addressing the Toughest Problems in Crypto |
Sui is a smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language. |
Hera is an ewasm (revision 4) virtual machine implemented in C++ conforming to EVMC, compatible with go-ethereum. |
SOLL, a new compiler to generate eWASM from solidity and yul. |
Bitcoin: A peer-to-peer electronic cash system by Satoshi Nakomoto
Crypto Canon: https://a16z.com/2018/02/10/crypto-readings-resources/
The text was updated successfully, but these errors were encountered: