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

https://github.com/mohnate/app.starknet.id

Identity Service for Starknet
https://github.com/mohnate/app.starknet.id

Last synced: 11 months ago
JSON representation

Identity Service for Starknet

Awesome Lists containing this project

README

          

# 🌴 Starknet id protocol interface 🌴

An open source interface for the decentralized identity protocol Starknet id.

Enabling users to:

- Create Starknet identities and domains
- Manage and monitor their starknet identities and domains
- Make calls to the starknet id serverless API

## How to use 🌴

First step, clone this repo.

```bash
git clone https://github.com/mohnate/app.starknet.id.git
```

Second step, install the dependencies.

```bash
npm install
# or
yarn add
```

Third step, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result and to be able to use the app.

## License 🌴

Currently there is no license, this means you cannot modify or redistribute this code without explicit permission from the copyright holder.