majin-blob-0.1.3 is not a library.
Visit the last successful build:
majin-blob-0.1.0
Overview
Utility features to play with EIP-4844 blobs for Starknet usage.
Usage
As a CLI
You can use the CLI to recover the original data from a blob file and parse it into state diffs.
Install the CLI
Use the CLI
# Recover the original data from a blob file
Help
As a library
Add the following to your Cargo.toml
:
[]
= "0.1.0"
= "0.1.0"
Then you can use the library as follows:
use blob;
use serde;
Use the REST API
You can use the REST API to recover the original data from a blob file and parse it into state diffs.
Start the REST API
Recover the original data from a blob file
License
This project is licensed under the MIT license.