Skip to content

iotexproject/ioid-register-flow-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ioid-register-demo

file structure

📦with-contract-flow(Code with the full contract example)
 ┣ 📂abi
 ┃ ┗ 📜index.ts (abi for storing contracts)
 ┣ 📜device.ts (Analulated devices, can be software or hardware)
 ┣ 📜index.ts 
 ┣ 📜service.ts (Services used for verify signatures)
 ┗ 📜verifyProxy.ts (Calls the verifyProxy registration method)

To install dependencies:

bun install
pnpm add @spruceid/didkit (run postinstall. bun has the compatibility issues)

To run:

bun run examples/base-flow/index.ts
bun run examples/with-contract-flow/index.ts

This project was created using bun init in bun v1.0.6. Bun is a fast all-in-one JavaScript runtime.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published