A staking portal for the Autonomys Network that enables operators and nominators to seamlessly stake AI3 tokens.
This project is under active development and is NOT ready for production use.
The application is currently in the development phase and should not be used for real staking operations. Features are incomplete, APIs may change, and the codebase is rapidly evolving.
Auto Portal is a user-friendly web interface for staking on the Autonomys Network, providing:
- Operator Discovery: Browse and compare domain operators
- Staking Interface: Simple token staking with transparent fee breakdowns
- Portfolio Management: Track positions, rewards, and transaction history
- Withdrawal Flow: Two-step withdrawal process with clear status tracking
This is a TypeScript monorepo with:
- Web App (
apps/web/
) - React frontend with Tailwind CSS - Indexer (
apps/indexer/
) - Backend service for historical data - Shared Packages (
packages/
) - Common utilities and types
- Node.js ≥18.0.0
- Yarn ≥4.0.0
# Install dependencies
yarn install
# Start development server
yarn dev
yarn dev
- Start web frontendyarn build
- Build all packagesyarn lint
- Run lintingyarn type-check
- Run TypeScript checks
- Frontend: React 19, TypeScript, Tailwind CSS, Vite
- State Management: Zustand
- Blockchain: Auto SDK, Polkadot.js API
- Wallets: SubWallet, Talisman, Polkadot.js Extension
MIT
Remember: This is development software. Do not use for real staking operations.