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

[Bug] The Aleo SDK is not working #890

Open alexanderblv opened 2 months ago

alexanderblv commented 2 months ago

🐛 Bug Report

At the moment, the Aleo SDK is not working. It's not a bug, but the fact that it's just not connected to Testnet Beta. I think this needs to be fixed as soon as possible, because applications are much easier to deploy through Provable.Tools. This problem is pretty easy to solve, let's do it.

https://www.provable.tools/account

cc: @howardwu @iamalwaysuncomfortable @raychu86 -->

(Write your description here)

Steps to Reproduce

Code snippet to reproduce

# Add code here

Stack trace & error message

// Paste the output here

Expected Behavior

(Write what you expected to happen here)

Your Environment

iamalwaysuncomfortable commented 1 month ago

@alexanderblv we recently published a new SDK, has this been resolved on your end?

alexanderblv commented 1 month ago

@alexanderblv we recently published a new SDK, has this been resolved on your end?

image It seems not, I still can't deploy my program.

iamalwaysuncomfortable commented 1 month ago

@alexanderblv the CORS issue was fixed today, can you see if this fixes your issue?

alexanderblv commented 1 month ago

@alexanderblv the CORS issue was fixed today, can you see if this fixes your issue?

It seems that the problem is still not solved, I get an error both when trying to deploy the program and when calculating the commission. image

At the same time, I only get an endless loading animation. image

alexanderblv commented 1 month ago

@alexanderblv the CORS issue was fixed today, can you see if this fixes your issue?

It seems that the problem is still not solved, I get an error both when trying to deploy the program and when calculating the commission. image

At the same time, I only get an endless loading animation. image

@iamalwaysuncomfortable