You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
manumonti
changed the title
Lack of information in Get Started about WASM bindings
Lack of information in Get Started (gitbook) about WASM bindings
Nov 29, 2022
We also have a bunch of integration examples that show how to properly load nucypher-ts with its WASM dependencies.
manumonti
changed the title
Lack of information in Get Started (gitbook) about WASM bindings
[Gitbook docs] Lack of information in Get Started about WASM bindings
Nov 29, 2022
While I was trying to build a new app, I found a lack of information in Get Started with TAC. This caused that I got stuck in the Step 2: Build a Cohort
IMHO, the use of WASM bindings should be documented here as a kind of "prerequisite" or "step 0". The problem I found trying to build a basic app is:
nucypher-ts
usesnucypher-core
as a dependency.nucypher-core
contains WASM bindings.nucypher-ts
(and hence, WASM fromnucypher-core
) we need a bundler that understands what WASM is.In any case, we have some examples of how to start building a new dApp here, here, and here, that could be linked in this documentation.
_Originally posted by @manumonti in #179
The text was updated successfully, but these errors were encountered: