Skip to content

Commit

Permalink
feat: Updating examples to the new API
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Mar 11, 2020
1 parent 238539c commit 13c7e3b
Show file tree
Hide file tree
Showing 30 changed files with 1,442 additions and 1,402 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ lerna-debug.log
*.tsbuildinfo
identity-store.json
key-store.json
database.sqlite
*.sqlite
10 changes: 1 addition & 9 deletions examples/expressjs-ethr/src/framework.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,7 @@ export const initializeDb = async () => {
database: './database.sqlite',
synchronize: true,
logging: false,
entities: [
Daf.Key,
Daf.Identity,
Daf.Message,
Daf.MessageMetaData,
Daf.Credential,
Daf.Presentation,
Daf.Claim,
],
entities: [...Daf.Entities],
})
}

Expand Down
Loading

0 comments on commit 13c7e3b

Please sign in to comment.