https://github.com/everx-labs/ever-abi
Application Binary Interface implementation for TVM compatible blockchains (Everscale, Venom, TON, Gosh, etc)
https://github.com/everx-labs/ever-abi
blockchain everscale everscale-blockchain rust sdk ton ton-blockchain venom venom-blockchain venom-developer-program
Last synced: 6 months ago
JSON representation
Application Binary Interface implementation for TVM compatible blockchains (Everscale, Venom, TON, Gosh, etc)
- Host: GitHub
- URL: https://github.com/everx-labs/ever-abi
- Owner: everx-labs
- License: apache-2.0
- Created: 2019-12-04T13:27:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-06T08:40:34.000Z (8 months ago)
- Last Synced: 2025-04-09T23:51:00.475Z (6 months ago)
- Topics: blockchain, everscale, everscale-blockchain, rust, sdk, ton, ton-blockchain, venom, venom-blockchain, venom-developer-program
- Language: Rust
- Homepage:
- Size: 933 KB
- Stars: 23
- Watchers: 17
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
ABI
Application Binary Interface implementation
for TVM compatible blockchains (Everscale, Venom, TON, Gosh, etc)
## Specifications
[ABI specification](./docs/ABI.md)
## Usage
Use in your Rust projects by adding git dependency into `Cargo.toml`
```
ever_abi = { git = "https://github.com/tonlabs/ever-abi.git" }
```