Loopring V3 api sample with sdk
$pip install -r requirements.txt # install lib dependencies
$export PYTHONPATH=${PWD} # use local ethsnarks to avoid conflicts
.
├── sdk: sdk utils, include poseidon hash, both ecdsa/eddsa signing and a workable loopringV3 sample client with full Loopring L2 functions.
├── test: ecdsa & eddsa signing tests, as helper to debug signature issues.
├── tutorials: hash/signing code example, and a step-by-step tutorial of loopring transfer.
└── v3explorer: client sample with full DEX functions.
Use tutorials to get familiar with how to do sign a request, and how to make a L2 offchain request in Loopring DEX. Go to Tutorial for more details
There is a full fucntion client sample in v3explorer, user can test all L2 requests by that. Refer to V3explorer directory for more details.