erc725-rs 0.1.0

A Rust library for interacting with ERC-725 smart contracts
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 3.64 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 234.04 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 33s Average build duration of successful builds.
  • all releases: 33s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kuchmenko

erc725-rs

CI Crates.io Docs.rs

erc725-rs is a Rust library for interacting with ERC-725 smart contracts. ERC-725 is a set of proposed standards for identity management on Ethereum and EVM-compatible networks. This library aims to offer:

  • Data schema definitions and parsing for ERC-725Y storage key/value pairs
  • Decoding of returned values into user-friendly Rust structures
  • Integration with Ethereum clients (via ethers-rs in the future)

Status

WIP: The library is in early development. Expect breaking changes until 0.1.0 is stable.

Usage

Add erc725-rs to your Cargo.toml:

[dependencies]
erc725-rs = "0.1"