Replies: 7 comments 1 reply
-
Related WorkWe have some experience supporting But that's for We also have instagoric but I don't get the impression that's the sort of thing you can start in 2 or 3 minutes. We support |
Beta Was this translation helpful? Give feedback.
-
|
For a local chain we can rely on prebuilt images, but my concern is about requiring docker for dapp developers. The original comment talks about "node operators". How does a "local chain" intersect with "node operators" ? |
Beta Was this translation helpful? Give feedback.
-
Prototype bootsPresuming we publish the results of the prerequisite It's small enough to just copy it here: version: '3.5'
services:
agd:
image: agoric/upgrade-test:agoric-upgrade-11
ports:
- 26656:26656
- 26657:26657
- 1317:1317
environment:
DEST: 1
DEBUG: "SwingSet:ls,SwingSet:vat"
volumes:
- .:/workspace
entrypoint: /usr/src/agoric-sdk/upgrade-test-scripts/start_to_to.shTo run it: To take a look at logs:
|
Beta Was this translation helpful? Give feedback.
-
|
@0xpatrickdev and I got the simple game dapp working yesterday. Here's an idea for office hours:
p.s. #8489 has office hours notes, recording. |
Beta Was this translation helpful? Give feedback.
-
|
I got this more integrated with the simple game dapp. For a recording, see: |
Beta Was this translation helpful? Give feedback.
-
|
Several of us got a bunch more experience with this approach this week. My latest notes are in https://github.com/agoric-labs/gimix/blob/main/README-local-chain.md I should probably integrate that into dapp-game-pieces. |
Beta Was this translation helpful? Give feedback.
-
|
Getting Started now uses this approach, though the details have changed a bit. |
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.
-
@toliaqat recently suggested this, and the idea has been growing on me.
As much as I'd like to us meet the
npm installmarket expectations for installing the SDK (#3857), I think much of our near-term audience is likely to have some exposure to node operations and docker. Installingagdfrom npm (#8033) is a good goal to help JS devs, but it looks like sort of a lot of work, and I think it's useful to provide a tool for those familiar withdocker-compose.Beta Was this translation helpful? Give feedback.
All reactions