Thursday, February 17, 2022

web3 blockchain tool: Solana

 Solana (blockchain platform) - Wikipedia

Solana is a public blockchain platform with smart contract functionality. Its native cryptocurrency is SOL.

 "a potential long-term rival for Ethereum", citing superior transaction speeds and lower associated costs.

Solana achieves consensus using a proof-of-stake mechanism, as well as a "proof-of-history" mechanism which Solana's whitepaper claims improves scalability without sacrificing decentralization and security.[8]

Solana can handle 710,000 transactions per second, which is faster than the Ethereum blockchain


Written in Rust







Go & SQLite

 GopherCon 2021: Ben Johnson - Building Production Applications Using Go & SQLite - YouTube


benbjohnson (Ben Johnson) @GitHub


benbjohnson/go-sqlite3: sqlite3 driver for go using database/sql


benbjohnson/litestream: Streaming replication for SQLite.

Litestream is a standalone streaming replication tool for SQLite. It runs as a background process and safely replicates changes incrementally to another file or S3. Litestream only communicates with SQLite through the SQLite API so it will not corrupt your database.