An open API service indexing awesome lists of open source software.

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

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).