NiPoPow SPV API with workflow described in https://github.com/ergoplatform/sigma-rust/issues/495 is
NiPoPow SPV API with workflow described in https://github.com/ergoplatform/sigma-rust/issues/495 is already implemented. Here is an example workflow for payment verification in JS - https://github.com/ergoplatform/sigma-rust/blob/584923c5265ea5ea20797eaddd915e95793fddc0/bindings/ergo-lib-wasm/tests_browser/test_rest_api.js#L49-L77 and in Swift - https://github.com/ergoplatform/sigma-rust/blob/584923c5265ea5ea20797eaddd915e95793fddc0/bindings/ergo-lib-ios/Tests/ErgoLibTests/RestNodeApiTests.swift#L104-L132
GitHub
Using NiPoPoW described in KMZ17 Goal Prove that a payment (ERG and/or tokens) was made on the blockchain. EDIT: For a recent payment it would be faster to use UTXO proof described in #502 Step 1. ...
GitHub
Alternative and simple implementation of ErgoTree interpreter - sigma-rust/RestNodeApiTests.swift at 584923c5265ea5ea20797eaddd915e95793fddc0 · ergoplatform/sigma-rust
GitHub
Alternative and simple implementation of ErgoTree interpreter - sigma-rust/test_rest_api.js at 584923c5265ea5ea20797eaddd915e95793fddc0 · ergoplatform/sigma-rust
