-
Notifications
You must be signed in to change notification settings - Fork 208
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zero-install / cloud-IDE option for getting started with agoric-sdk #7032
Comments
Cool! What would this mean, exactly? Would it be for smart contract development or dapp development? |
Either one, IIUC. It means someone could follow a link to a web site that acts just like vs-code, with agorc-sdk, yarn, node, and go already installed and ready so that I think I tested |
Ooo that sounds great! |
connecting to the wallet doesn't seem to quite work...
|
Here's a 20 minute live-coding session that shows me getting as far as the wallet connecting problem above: ew... the video quality is horrible. I must have told OBS to use low resolution or something. |
Yes! #3838 gets us past the localhost issue: |
I'm not the only one having this funky terminal font issue. This settings tweak works for me just now: "terminal.integrated.gpuAcceleration": "canvas" |
@michaelfig with the wallet running in some gitpod origin, how do I tell a dapp such as the fungible faucet demo to talk to it? |
That's a yet-to-be-solved problem for browsers like Brave that aggressively block iframe service workers, cookies, and local storage, but with Chrome or Firefox, you can navigate your browser to https://local.agoric.com and fill out the form to point to your wallet with gitpod origin. |
The wallet connection works for me with the local.agoric.com method above, but the faucet doesn't connect to the API server:
We need to somehow dynamically change the hardcoded origin to use the gitpod one. |
One of the big challenges in this area is that we don't support the |
another option to look into: https://stackblitz.com/ |
I'm confused. Why is this item in the Doc board? It doesn't seem doc-related. |
It's related to getting started. As you're discovering, I have used this issues list for all sorts of devrel stuff. Seems like it's time to be a little more consistent about scope. This sort of stuff can/should move to an agoric-sdk discussion. (I'm on a small screen just now but I can get to it in due course.) |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I just got it working on gitpod. Details to follow.
https://github.com/dckc/agoric-gitpod-nix
cc @michaelfig @katelynsills @rowgraus
The text was updated successfully, but these errors were encountered: