Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/feliperosa/rust-ethereum-abi

Ethereum Smart Contract ABI parsing library.
https://github.com/feliperosa/rust-ethereum-abi

ethereum ethereum-abi rust web3

Last synced: 2 days ago
JSON representation

Ethereum Smart Contract ABI parsing library.

Awesome Lists containing this project

README

        

# Ethereum ABI

[![Crates.io](https://img.shields.io/crates/v/ethereum_abi)](https://crates.io/crates/ethereum_abi)
[![Docs.rs](https://docs.rs/ethereum_abi/badge.svg)](https://docs.rs/ethereum_abi)
[![codecov](https://codecov.io/gh/FelipeRosa/rust-ethereum-abi/branch/main/graph/badge.svg?token=5DY37HVJ4T)](https://codecov.io/gh/FelipeRosa/rust-ethereum-abi)

`ethereum_abi` is a Rust library to help writing code that interacts with Ethereum Smart Contracts.

## Examples

See the [examples](examples) folder.

## Features

### ABI encoder V1

- [x] JSON parsing
- [x] Function selectors (method ID)
- [x] argument encoding and decoding

### ABI encoder V2

- [x] JSON parsing
- [x] Function selectors (method ID)
- [x] argument encoding and decoding

## License

This project is licensed under the [MIT License]

[MIT License]: https://github.com/FelipeRosa/rust-ethereum-abi/blob/main/LICENSE