https://github.com/web3auth/dashboard-partners-api-client
Frontend client that serves as a working example of authenticating with and making use of Web3Auth Dashboard Partners API endpoints
https://github.com/web3auth/dashboard-partners-api-client
Last synced: 8 months ago
JSON representation
Frontend client that serves as a working example of authenticating with and making use of Web3Auth Dashboard Partners API endpoints
- Host: GitHub
- URL: https://github.com/web3auth/dashboard-partners-api-client
- Owner: Web3Auth
- Created: 2025-08-12T07:37:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-13T15:17:59.000Z (9 months ago)
- Last Synced: 2025-09-30T15:54:08.903Z (8 months ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dashboard-partners-api-client
Frontend client that serves as a working example of authenticating with and making use of Web3Auth Dashboard Partners API endpoints
### Getting started
- Install dependencies
```
npm install
```
- Generate public address and private key by running:
```
npm run keygen
```
- Send the public address generated above to Web3Auth to grant permission to access APIs
- Create a `.env` file from `.env.example` and fill in the values:
- Check and finish TODO items in the `index.ts` file (e.g., set `ORGANIZATION_ID` and `PROJECT_ID` when using related endpoints)
- Run
```
npm start
```