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

https://github.com/jimmygchen/peerdas-custody

Tool for computing PeerDAS (EIP-7594) custody subnets and columns from a node ID or peer ID.
https://github.com/jimmygchen/peerdas-custody

ethereum peerdas

Last synced: 5 months ago
JSON representation

Tool for computing PeerDAS (EIP-7594) custody subnets and columns from a node ID or peer ID.

Awesome Lists containing this project

README

          

Tool for computing Ethereum PeerDAS (EIP-7594) custody subnets and columns from a node ID or peer ID.

URL: https://jimmygchen.github.io/peerdas-custody

## Build instructions on MacOS

- Install LLVM: `brew install llvm`
- Run `wasm-pack build --target web` to generate the js files.