1 Repo
Encoding and decoding of complex data structures between high-level objects and raw byte buffers for blockchain storage.
Distinguishing note: None of the candidates cover the specific domain of mapping JavaScript objects to on-chain byte buffers.
Explore 1 awesome GitHub repository matching data & databases · Blockchain State Serialization. Refine with filters or upvote what's useful.
Solana Web3.js is a TypeScript and JavaScript client library for interacting with the Solana blockchain. It functions as a web3 client that provides an RPC wrapper for managing network requests and a toolkit for querying account state and executing on-chain program instructions. The library includes a specialized cryptography interface for generating key pairs and performing asynchronous signing and verification using web cryptography standards. It also provides a serialization tool for encoding and decoding data between JavaScript objects and byte buffers to match on-chain program state. Th
Ships a serialization tool for encoding and decoding data between JavaScript objects and byte buffers for program state.