Skip to content

Commit

Permalink
feat: whole flow working with better UX
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Oct 3, 2024
1 parent 3b13e01 commit 1ba4b24
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 637 deletions.
2 changes: 1 addition & 1 deletion example/src/credo/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const setupAgent = async () => {
id: 'react-native-ble-didcomm-agent',
key: 'react-native-ble-didcomm-key',
},
logger: new ConsoleLogger(LogLevel.info),
logger: new ConsoleLogger(LogLevel.off),
},
modules: {
askar: new AskarModule({ ariesAskar }),
Expand Down
184 changes: 0 additions & 184 deletions example/src/credo/bleRequestProof.ts

This file was deleted.

197 changes: 0 additions & 197 deletions example/src/credo/bleShareProof.ts

This file was deleted.

Loading

0 comments on commit 1ba4b24

Please sign in to comment.