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

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)

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" }
```