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.
- Host: GitHub
- URL: https://github.com/jimmygchen/peerdas-custody
- Owner: jimmygchen
- Created: 2024-05-27T05:42:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T00:20:14.000Z (over 1 year ago)
- Last Synced: 2024-09-13T12:57:11.817Z (over 1 year ago)
- Topics: ethereum, peerdas
- Language: HTML
- Homepage: https://jimmygchen.github.io/peerdas-custody
- Size: 182 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.