📄️ Clone the Repo
WeaveDB is a monorepo that consists of Warp contracts, SDK, REPL, a web console, and many helper scripts.
📄️ REPL
Run local DB instance and REPL
📄️ Web Console
Run Web Console in Browser
📄️ Deploy Contracts
Initial States
📄️ gRPC Node
SmartWeave moves computations off chain onto the client-side for unlimited scalability. But this is not all good news. Even with the lazy execution model, end users need to cache the transactions and compute the current contract states as they need. This makes queries very slow at times.