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
- Host: GitHub
- URL: https://github.com/mohnate/app.starknet.id
- Owner: mohnate
- License: mit
- Created: 2025-03-07T03:41:38.000Z (over 1 year ago)
- Default Branch: testnet
- Last Pushed: 2025-03-07T03:43:52.000Z (over 1 year ago)
- Last Synced: 2025-03-07T04:28:19.934Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://app.starknet.id/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.