https://github.com/thoralf-m/iota-did-resolver
IOTA 1.0 DID RESOLVER
https://github.com/thoralf-m/iota-did-resolver
did identity iota resolver tangle
Last synced: over 1 year ago
JSON representation
IOTA 1.0 DID RESOLVER
- Host: GitHub
- URL: https://github.com/thoralf-m/iota-did-resolver
- Owner: Thoralf-M
- License: mit
- Created: 2020-11-09T18:10:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-10T19:46:16.000Z (over 5 years ago)
- Last Synced: 2025-01-10T15:48:21.285Z (over 1 year ago)
- Topics: did, identity, iota, resolver, tangle
- Language: JavaScript
- Homepage: https://thoralf-m.github.io/iota-did-resolver/
- Size: 863 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IOTA DID EXPLORER
Try it out here https://thoralf-m.github.io/iota-did-resolver/
Using the Wasm bindings from
## Get started
Install the dependencies...
```bash
npm i
```
...then start [Rollup](https://rollupjs.org):
```bash
npm run dev
```
Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.
## Building and running in production mode
To create an optimised version of the app:
```bash
npm run build
```
You can run the newly built app with `npm run start`. This uses [sirv](https://github.com/lukeed/sirv), which is included in your package.json's `dependencies` so that the app will work when you deploy to platforms like [Heroku](https://heroku.com).