diff --git a/explorer/.cursorrules b/explorer/.cursorrules new file mode 100644 index 000000000..d1e3610eb --- /dev/null +++ b/explorer/.cursorrules @@ -0,0 +1,46 @@ +# Project Overview +This project, named Astral, the Block Explorer of Autonomys network, is built using Next.js and TypeScript. It integrates various libraries for state management, UI components, and data fetching. + +# Key URLs +- Astral Block Explorer: https://explorer.autonomys.xyz/ +- GitHub Repository: https://github.com/autonomys/astral +- Autonomys: https://autonomys.xyz/ +- Academy: https://academy.autonomys.xyz/ +- Documentation: https://docs.autonomys.xyz/ + +# Project Structure +- **Components**: Contains reusable UI components. +- **App**: Next.js app for routing. +- **Hooks**: Custom React hooks for state management. + +# Development Guidelines +- Use TypeScript for type safety. +- Follow the coding standards defined in the ESLint configuration. +- Ensure all components are responsive and accessible. +- Use Tailwind CSS for styling, adhering to the defined color palette. + +# Important Scripts +- `dev`: Starts the development server. +- `build`: Builds the application for production. + +# AI Interaction Guidelines +- When generating code, prioritize TypeScript and React best practices. +- Ensure that any new components are reusable and follow the existing design patterns. +- Minimize the use of AI generated comments, instead use clearly named variables and functions. +- Always validate user inputs and handle errors gracefully. +- Use the existing components and pages as a reference for the new components and pages. + +# Lexicon of Terms and Concepts +- **H+AI (Human + Artificial Intelligence)**: The collaboration between humans and AI to enhance capabilities and ensure a harmonious coexistence. +- **Autonomys Network**: A decentralized network designed to provide infrastructure for AI-powered decentralized applications (dApps). +- **deAI Ecosystem**: A stack of components that includes distributed storage, compute, and a dApp/agent layer for building and deploying AI applications. +- **Distributed Storage**: A system ensuring data integrity and availability for AI-related data. +- **Distributed Compute**: Scalable computational resources for AI training and inference. +- **dApp (Decentralized Application)**: Applications that run on a decentralized network, providing enhanced security and transparency. + +# Additional Resources +- [Next.js Documentation](https://nextjs.org/docs) +- [TypeScript Handbook](https://www.typescriptlang.org/docs/) +- [Tailwind CSS Documentation](https://tailwindcss.com/docs) +- [React Documentation](https://reactjs.org/docs/getting-started.html) +- [Autonomys Overview](https://autonomys.xyz/) \ No newline at end of file diff --git a/explorer/src/components/AutoId/index.tsx b/explorer/src/components/AutoId/index.tsx index 48b9f2bb4..f5675d22c 100644 --- a/explorer/src/components/AutoId/index.tsx +++ b/explorer/src/components/AutoId/index.tsx @@ -1,11 +1,13 @@ 'use client' +import { EXTERNAL_ROUTES } from 'constants/routes' +import Link from 'next/link' import { FC } from 'react' export const AutoIdPage: FC = () => { return (
-
+

@@ -13,11 +15,55 @@ export const AutoIdPage: FC = () => {

-
-

- Auto ID is our first primitive enabling identity infrastructure at massive scale. - Documentation coming soon. +

+

+ Auto-ID is a revolutionary framework designed to enable identity infrastructure at + an unprecedented scale. It acts as a foundational layer for decentralized identity + solutions, providing a robust and scalable system for managing digital identities + across diverse applications and platforms.

+

+ With Auto-ID, we address the urgent need for secure, user-centric identity + management in the decentralized web. This solution offers a seamless approach to + creating, managing, and verifying digital identities while prioritizing user privacy + and data sovereignty. +

+
+
+
+
+
+
+
+

Key features of Auto-ID include:

+
    +
  • Decentralized identity creation and management
  • +
  • Scalable infrastructure capable of supporting millions of users
  • +
  • Enhanced privacy controls empowering users
  • +
  • Interoperability with existing identity systems for seamless integration
  • +
  • Robust security measures to safeguard user data
  • +
+
+
+

+ We are thrilled about the potential of Auto-ID to transform digital identity + management. While comprehensive documentation is still in progress, you can + explore our approach to decentralized identity solutions in our + + Academy section on Auto-ID + + . +

+

+ Stay tuned for more detailed documentation and updates on this exciting + technology! +

+