Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/feliperosa/rust-ethereum-abi
- Owner: FelipeRosa
- License: mit
- Created: 2020-12-11T22:52:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T09:57:12.000Z (2 months ago)
- Last Synced: 2024-11-15T05:07:33.063Z (2 days ago)
- Topics: ethereum, ethereum-abi, rust, web3
- Language: Rust
- Homepage:
- Size: 73.2 KB
- Stars: 15
- Watchers: 4
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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