hdk-assemblyscript
hdk-assemblyscript copied to clipboard
The Holochain Developer Kit for Assemblyscript
I would like to jump in and help developing the HDK but I'm not sure what's the status for this project. 1. Has there been any important progress on assemblyscript?...
need to double check what stuff genesis gets passed on input ```javascript @zome_callbacks(genesis) function genesis(): Boolean { return true } ``` this seems like a good pattern, because we will...
As of this core PR, validation will have a different API from proto: https://github.com/holochain/holochain-rust/pull/442 hdk-assemblyscript will need some kind of equivalent to the validations! macro being implemented for hdk-rust: https://github.com/holochain/hdk-rust/pull/15...
- Replaces @zome_function decorator with @capability('capabilityName') - Correctly creates multiple capability directories and jsons which are detected by the holochain core Closes #22
Also... they will change again soon, so maybe this PR stays open till then, but... it's worth noting that if you update core tests will fail for that reason, so...
Gets a property set in the dna, in the Zome