Skip to content

Commit

Permalink
Remove test in examples of auto-id
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi3700 committed Jul 3, 2024
1 parent e1a7432 commit e88852c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
17 changes: 17 additions & 0 deletions examples/auto-id/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Autonomys SDK - Auto ID Example

- Register Certificate with Auto ID on auto-id domain.

## Install

```bash
yarn
```

## Register

Both issuer & user.

```bash
yarn register
```
3 changes: 1 addition & 2 deletions examples/auto-id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"build": "tsc",
"clean": "rm -rf dist",
"format": "prettier --write \"src/**/*.ts\"",
"test": "jest",
"register": "tsc && ts-node src/registerAutoId.ts"
},
"dependencies": {
Expand All @@ -28,4 +27,4 @@
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}
}

0 comments on commit e88852c

Please sign in to comment.