-
Notifications
You must be signed in to change notification settings - Fork 2
package step missed in README #11
Comments
Hi @Connoropolous ! Yes thanks! Actually I wanted to thank you for the Acorn code, it was very very useful to know exactly what steps to do to clone a DNA. I have consolidated the function in the holochain connection wrapper I use. And thanks about this issue! Actually the intended thing is that the compiled dna is actually uploaded to git, to avoid any kind of difference between hc compilations. Will update now. If you want to try it in holoscape, you can install directly the |
very nice! wouldn't it be nice if we could get a single function on the HC conductor side that handled all FIVE steps in one call?
makes sense. yes the hash changing across system builds is a trick.
I'll wait for now, but it is good to see it added there. P.s. the patterns you are coming up with around keeping zomes in repos, using submodules, and micro-service patterns on the UI side are looking great. |
Yes, and I think they intend to do it in the future, like they had in the proto version if I'm not mistaken.
You're right... That's a weird behavior and don't know how to best address it, how do you do it on your side?
Thanks! One of the goals to push these kinds of experiments is to build them thinking ahead in the future. Trying to code only what we need but so that it'd be reusable in the future. More modules like this are going to come, so if you'd want to reuse them or contribute to them do ping me, we don't have enough docu for that yet but if someone like you needed it I would make this a priority. |
Oh, yeah, I would encourage them towards it for sure, if you've heard from someone suggesting that.
I (for now) forked hc-web-client and made a way to make calls to the conductor have specific timeout durations. For this call, I made the timeout duration short, caught that "error" and just resolved a promise anyways, to move on. Similar to what you did, but I think what you did is cleaner really.
Now that I am seeing how you're prototyping it, I think I can make sense of that pattern, and maybe follow it on occasion for creating zomes too 👍 so just keep it up. Of course documentation will be critical to getting adoption |
Hey @guillemcordoba
Awesome stuff! I found out about this because of your happ-index PR.
https://github.com/holochain/happ-index/pull/19/files
Decided to give it a run :)
I noticed the use of the
install_from_file
pattern, was Acorn useful for that?The one thing that didn't work following the README instructions, which were almost all good, was I needed to build the community-currency DNA.
At first, when I tried to add a username, I got:
Then I used
nix-shell cd dnas/community-currency hc package
Then I tried again and it worked.
The text was updated successfully, but these errors were encountered: