Skip to content

Commit

Permalink
Merge pull request #2 from iden3/feature/init
Browse files Browse the repository at this point in the history
init bundlers
  • Loading branch information
Kolezhniuk authored Nov 9, 2022
2 parents f8c8b28 + 844f722 commit b4e6f40
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 b4e6f40

Please sign in to comment.