This repo is a micro service enabling the registration of agents. It uses the next.js framework if ever we decide to add a user interface on top of it.
Before running the service, you need to:
- Create a
.envfile in the root directory - Add your private key from a wallet that contains Base Sepolia test ETH:
PRIVATE_KEY=your_private_key_here
⚠️ Important:
- Never commit your private key or share it with anyone
- Make sure your wallet has Base Sepolia test ETH to cover transaction fees
- You can get Base Sepolia test ETH from the Base faucet
Install dependencies
npm istart the dev server
npm run dev