-
Notifications
You must be signed in to change notification settings - Fork 0
feat: include contract; yarn start:docker etc. #2
Conversation
View the recording at: |
dac0e96
to
7dba475
Compare
- start:docker, docker:logs, docker:bash, docker:make, docker:help - agd cheat-sheet in the form of a Makefile
@samsiegart @0xpatrickdev any chance you can reproduce my results and approve? There are still some rough edges, but I'm reaching a point of diminishing returns with the polishing. |
p.s. dc-test-contract 1a653c0 is an attempt to add contract testing with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only dug in lightly, but things are working for me outside of the 2 comments I made. Exciting!
|
yes, please do, @samsiegart |
> Docker Desktop for Mac with Apple Silicon can automatically emulate amd64 architecture on ARM64. When you try to run an image that is not available for ARM64, Docker Desktop uses Rosetta 2 to emulate an AMD64 CPU. Co-authored-by: 0xPatrick <[email protected]>
Either that or something analogous. My current thinking is to have folks use the gov proposal builder UI, so I agree that's mostly a distraction.
It's supposed to be a list of things you can do with |
@0xpatrickdev , @samsiegart thanks for the feedback. I integrated the mac docker thing and clarified ~/projects/simple-game$ yarn make:help
yarn run v1.22.19
$ echo 'USAGE: yarn docker:make TARGET
where TARGET is one of...'; cd contract; make list
USAGE: yarn docker:make TARGET
where TARGET is one of...
instance-q
vote
balance-q
mint4k
gov-q
list
fund-acct
Done in 0.04s. I also updated the README. PTAL. |
f12c715
to
8bf94db
Compare
8bf94db
to
b49f77b
Compare
Goal here is to get all the parts from the simple game dapp that we used in the Nov 1 office hours demo in this one repo.
See also:
I have all the parts working, but I'm struggling to get them all working at the same time.
Stay tuned for
cc @samsiegart @0xpatrickdev @sufyaankhan @kbennett2000