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

* https://hexdocs.pm/sobelow/0.13.0/readme.html * https://hexdocs.pm/credo/overview.html

# Requested Changes - Explain how to upload proofs without the batcher - Explain that storage keeps proofs 7 days

# Objective This screen should include data regarding each validators': * Name * Stake * Voting power * etc. ## Useful commands You can get the total stake with ```...

frontend
in-progress

> [!NOTE] > This PR needs to be updated before Ready 4 Review Adds the Jolt verifier to aligned based on modifications made to the jolt-sdk.

Use zeth to add an example on verifying zk rollup on aligned.

# How to test 0. Addresses to export Note: ``` export RPC_URL=http://localhost:8545 export ALIGNED_SERVICE_MANAGER=0x851356ae760d987E095750cCeb3bC6014560891C export BATCHER_PAYMENT_SERVICE=0x7bc06c482DEAd17c0e297aFbC32f6e63d3846650 ``` And the Pauser's private keys Aligned Pauser Private Key: ``` export PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 ```...

before-mainnet

# This PR - Slightly modifies the upgrade script to only generate the calldata to send to the multisig wallet - Writes a guide on how to upgrade the contracts...

before-mainnet

# Description - We should have a type called AlignedProvider that initializes and has all the elements necessary for using the SDK (rpc provider, websocket, etc) and call the SDK...