|
After 2 years of programming 12-16h/day (self-funded) and more than 50 progress demo videos, I built the most flexible WASM-based blockchain engine.
Today I made the source code public. This is the only blockchain engine capable of metamorphosis: it can change any system contract while running, including its consensus protocol (which is a finite state machine interpreted by a WASM contract; can also be seen as a visual diagram :D) * Multi VM, language-agnostic, general & domain-specific language interpreters, a variety of host APIs.
* EVM, TinyGo, AssemblyScript, JavaScript, Python, Rust, FSMvm (finite state machine interpreter).
* host APIs: wasmx (our core API), wasmx crosschain, wasmx multichain, wasmx consensus, ewasm, WASI adaptor, GRPC, libp2p, HTTP, SQL, KV dbs, SMTP, IMAP
* multichain, crosschain, atomic crosschain transactions: each node can run multiple chains and subchains
* digital identity integration Compatible with both Ethereum and Cosmos SDK wallets. WHY?
My friend (the high-level architect) and I (the builder) wanted a platform for storing proofs. I also wanted a global-level digital voting platform that is mathematically verifiable. Demo videos: https://www.youtube.com/c/LoredanaCirstea/videos We want to start a new testnet soon. But be aware that a stable version of the chain will require a digital identity (for validators and probably users, too). We DO NOT have a token, you WILL NOT make "crypto" money. Read our Moral License from the repo, and if you share our WHY, join our Discord. |