Skip to content

WHTechno/aztec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

How to Install

1. Allow action to process script

git clone https://github.com/WillEnyong/aztec.git
cd aztec
chmod +x aztec.sh

Run Script

./aztec.sh

Note

U must entry pk with (0x)
U must entry L1 rpc, u can get on https://dashboard.alchemy.com/
U must entry L1 beacon, u can request on https://drpc.org/ and search Beacon choose sepolia


Check logs

docker logs -f aztec-node-node-1

To check block number

curl -s -X POST -H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","method":"node_getL2Tips","params":[],"id":67}' \
http://localhost:8080 | jq -r ".result.proven.number"

To check proff

curl -s -X POST -H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","method":"node_getArchiveSiblingPath","params":["URBlock","URBlock"],"id":67}' \
http://localhost:8080 | jq -r ".result"

Note U must change "URBLOCK" with result ur block

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages