Skip to content

Commit

Permalink
init bundlers
Browse files Browse the repository at this point in the history
  • Loading branch information
pragmatos committed Nov 9, 2022
1 parent f8c8b28 commit 844f722
Show file tree
Hide file tree
Showing 19 changed files with 18,665 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/node_modules
coverage
dist
.DS_Store
.idea
9 changes: 9 additions & 0 deletions example/example.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import * as nn from '../src';

//
global.IdenSdk = nn;
const start = () => {
nn.getIdentityWallet().createIdentity();
};
start();

Loading

0 comments on commit 844f722

Please sign in to comment.