ProvableHQ / sdk

A Software Development Kit (SDK) for Zero-Knowledge Transactions
https://provable.tools
GNU General Public License v3.0
584 stars 468 forks source link

[Fix] Ensure credits.aleo keys are fetched from SnarkVM instead of a remote #907

Closed iamalwaysuncomfortable closed 1 month ago

iamalwaysuncomfortable commented 1 month ago

Motivation

Some SDK users have been having issues with the Key Provider. This is because formerly during Testnet3, verifying keys were fetched from a remote. They are now provided via SnarkVM, this PR updates the KeyProvider to use the keys directly from SnarkVM.