- Testnet: https://sepolia.sector3.xyz
- Optimism: https://optimism.sector3.xyz
- Mainnet: https://sector3.xyz
After you make contributions to this repo, report them in the Sector#3 dApp: UI Development 👩🎨
Install the dependencies:
npm install
Set environment variables:
cp .env.sample .env
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Run lint check:
npm run lint
npm run build
- DAOs:
/daos
- DAO:
/v1/daos/<address>
- Priority:
/v1/priorities/<address>
- Epoch:
/v1/priorities/<address>/epochs/<epochNumber>