fix instructions for building native app

pull/19/head
Niko PLP 4 months 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 pub detach: bool, // only used if remote verifier
} }
trait ISession {} //trait ISession {}
#[derive(Debug)] #[derive(Debug)]
struct RemoteSession { struct RemoteSession {

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

Loading…
Cancel
Save