fix instructions for building native app

master
Niko PLP 1 month ago
parent 0df870e166
commit 095ca37320
  1. 2
      nextgraph/src/local_broker.rs
  2. 1
      ng-app/README.md

@ -257,7 +257,7 @@ pub struct WithCredentialsV0 {
pub detach: bool, // only used if remote verifier
}
trait ISession {}
//trait ISession {}
#[derive(Debug)]
struct RemoteSession {

@ -22,6 +22,7 @@ prerequisites: compile the local SDK
```
cd ../ng-sdk-js
wasm-pack build --target bundler
npm install --no-save pkg
cd ../ng-app
```

Loading…
Cancel
Save