SolidEns_RS is the frontend component of the Enstate library, a robust ENS (Ethereum Name Service) query API implemented as a Cloudflare worker in Rust. This project is designed to provide a seamless interface for interacting with ENS names, allowing users to resolve ENS names to addresses, view ENS records, and more.
- ENS Name Resolution: Quickly resolve ENS names to Ethereum addresses.
- Record Management: View and manage records associated with ENS names.
- Real-time Updates: Stay updated with real-time changes in ENS records.
- User-friendly Interface: A clean and intuitive interface built with modern UI components.
To deploy the SolidEns_RS frontend, follow these steps:
-
Environment Setup: Create an
.en.local
file using the.env.local.example
file as a template. -
Install Dependencies: Run the following command to install the necessary dependencies:
yarn install
- Start the Development Server: Launch the development server to view the application in your browser:
yarn start