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
First step, clone this repo.
git clone https://github.com/starknet-id/app.starknet.id.git
Second step, install the dependencies.
npm install
# or
yarn add
Third step, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result and to be able to use the app.
Currently there is no license, this means you cannot modify or redistribute this code without explicit permission from the copyright holder.