aligned_layer icon indicating copy to clipboard operation
aligned_layer copied to clipboard

Aligned is a verification layer for zero-knowledge proofs using EigenLayer. Our mission is to accelerate the adoption of zero-knowledge and validity proofs on Ethereum.

Results 371 aligned_layer issues
Sort by recently updated
recently updated
newest added

Some of the code + examples make usage of the ethers-rs crate. This crate is on its way to deprecation and can encounter some issues with data encoding. Propose to...

Depends on #599. Add who payed for each proof / who is the owner. It may make sense to have a cleaner payment system and fetch the data from the...

frontend

Allow other tokens other than weth to be restaked in aligned ```bash cast send \ "addStrategies(uint8, tuple(address,uint96)[])" \ 0 \ "[(0x7D704507b76571a51d9caE8AdDAbBFd0ba0e63d3, 1000000000000000000), (0x3A8fBdf9e77DFc25d09741f51d3E181b25d0c4E0, 1000000000000000000), (0x05037A81BD7B4C9E0F7B430f1F2A22c31a2FD943, 1000000000000000000), (0x9281ff96637710Cd9A5CAcce9c6FAD8C9F54631c, 1000000000000000000), (0x31B6F59e1627cEfC9fA174aD03859fC337666af7, 1000000000000000000),...

These should be similar to grafana's data: https://metrics.alignedlayer.com/public-dashboards/a16ba5c4ee0f4e5b88f2ac97024bfc68?orgId=1

frontend

## How to test After generating the proof, you will have to have three different files: - proof file - verification key file - public input file Then, you can...

in-review

This PR introduces feedback for proof verification To test it send a proof, for example: ```bash make batcher_send_plonk_bls12_381_task ``` remember to send two tasks or ```bash aligned --proving_system GnarkPlonkBls12_381 \...

in-review

Adds support for proving programs for the Nexus VM on aligned