Replies: 21 comments
-
|
Cool! What would this mean, exactly? Would it be for smart contract development or dapp development? |
Beta Was this translation helpful? Give feedback.
-
|
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 |
Beta Was this translation helpful? Give feedback.
-
|
Ooo that sounds great! |
Beta Was this translation helpful? Give feedback.
-
|
connecting to the wallet doesn't seem to quite work... |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
Yes! #3838 gets us past the localhost issue: |
Beta Was this translation helpful? Give feedback.
-
|
I'm not the only one having this funky terminal font issue. This settings tweak works for me just now: "terminal.integrated.gpuAcceleration": "canvas" |
Beta Was this translation helpful? Give feedback.
-
|
@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? |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
One of the big challenges in this area is that we don't support the |
Beta Was this translation helpful? Give feedback.
-
|
another option to look into: https://stackblitz.com/ |
Beta Was this translation helpful? Give feedback.
-
|
related work: |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
|
@danBamikiya points out that the Agoric vs-code extension works on gitpod. I just tried it... sure enough, the REPL works: URL surgery for
|
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
hardened js vs. stackblitztried dapp-agoric-basics on stackblitz... cc @kriskowal this is after I hacked yarn.lock to avoid: |
Beta Was this translation helpful? Give feedback.
-
progress using a3p on gitpodhaven't checked that everything is wired up, but a blockchain and a ui are running...
8b1ac30 manually cloned dapp-offer-up |
Beta Was this translation helpful? Give feedback.
-
websocket?what code is trying to make a websocket connection? keplr suggest chainI wonder how to get this to work. the |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goal: let devs try out smart contract development using only a web browser, without installing any dev tools.
a la jsfiddle, rust playground etc.
I just got it working on gitpod. Details to follow.
https://github.com/dckc/agoric-gitpod-nix
cc @michaelfig @katelynsills @rowgraus
Beta Was this translation helpful? Give feedback.
All reactions