From 095ca373201dd2b27dbee78b8af5241583c0b9f6 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Tue, 21 May 2024 06:52:33 +0300 Subject: [PATCH] fix instructions for building native app --- nextgraph/src/local_broker.rs | 2 +- ng-app/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nextgraph/src/local_broker.rs b/nextgraph/src/local_broker.rs index 6f3b370..2215bcb 100644 --- a/nextgraph/src/local_broker.rs +++ b/nextgraph/src/local_broker.rs @@ -257,7 +257,7 @@ pub struct WithCredentialsV0 { pub detach: bool, // only used if remote verifier } -trait ISession {} +//trait ISession {} #[derive(Debug)] struct RemoteSession { diff --git a/ng-app/README.md b/ng-app/README.md index 216d373..ed626b2 100644 --- a/ng-app/README.md +++ b/ng-app/README.md @@ -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 ```