eas-sdk-rs 0.1.0

A Rust client library for Ethereum Attestation Service.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ABI files generated from https://github.com/ethereum-attestation-service/eas-contracts using https://github.com/foundry-rs/starknet-foundry.


```
# prepare the code
git clone https://github.com/ethereum-attestation-service/eas-contracts
cd eas-contracts
git checkout e16a73137a9c8039e97938a9f34c5eb6cbdafb70 # compatible updates on sepolia, mainnet and optimism

forge build
forge bind


# copy generated go files
cp -r bindings  $PATH_TO_RUST_PROJECTS/eas-sdk-rs/.
```