There was an error while loading. Please reload this page.
1 parent a7b9091 commit 9af79bfCopy full SHA for 9af79bf
README.md
@@ -26,6 +26,7 @@ await fula.init(
26
identity: string, //bytes of the privateKey of did identity in string format
27
storePath: string, // leave empty to use the default temp one
28
bloxAddr: string, //leave empty for testing without a backend node
29
+ exchange: 'noop'|'' //add noop for testing without a backend
30
);
31
```
32
0 commit comments