SDK
Dependencies
sudo apt install libgmp3-devjava
wget https://github.com/herumi/mcl/archive/refs/tags/v1.93.zip
unzip v1.93.zip
cd mcl-1.93
mkdir build
cd build
cmake ..
make
make installInstallation
pip install zellularGetting Nodes
curl \
--header 'content-type: application/json' \
--url 'https://api.studio.thegraph.com/query/85556/bls_apk_registry/version/latest' \
--data '{"query":"{ operators { id socket stake } }"}'Posting Transactions
Fetching and Verifying Transactions
Last updated