Skip to content

Latest commit

Β 

History

History
executable file
Β·
62 lines (44 loc) Β· 1.97 KB

File metadata and controls

executable file
Β·
62 lines (44 loc) Β· 1.97 KB

πŸš€ TomorrowDAO Interface

Welcome to the TomorrowDAO Interface! This Next.js project is designed for seamless blockchain node interactions and integrates Sentry for πŸ› οΈ error monitoring, creating a reliable and secure environment for decentralized apps.

TomorrowDAO is an AI-powered platform that simplifies decentralized governance. Users can create customizable DAOs, manage treasury functions, and leverage AI for proposal writing and data insights.

Features 🌟

  • πŸ”„ AI-Enhanced Governance Tools
  • πŸ•΅οΈ Error Tracking with Sentry
  • πŸ”— Seamless API Integration

For more details, visit the TomorrowDAO website.

Prerequisites πŸ“‹

Ensure you have:

  • Node.js (v16 or later)
  • yarn

Getting Started πŸš€

  1. Clone the repository:
    git clone https://github.com/TomorrowDAOProject/tomorrowDAO-interface.git
    cd tomorrowDAO-interface
  2. Install dependencies:
    yarn install
  3. Set up environment variables πŸ“œ: Create a .env.local file in the root directory and add variables for Sentry.
  4. Start the development server:
    yarn dev
  5. 🌐 Visit http://localhost:3000 to see it in action!

Project Structure πŸ—οΈ

  • Components: Reusable bits of the UI 🧩
  • Pages: Main routes for the app 🌍
  • API: Interfaces for blockchain connections βš™οΈ
  • Utilities: Helpers for error handling, data, and logging πŸ”§

Scripts πŸ› οΈ

  • yarn build: Compile for production πŸ—οΈ
  • yarn start: Run production server 🌐
  • yarn lint: Check code quality βœ…

Connect with Us 🌐

License πŸ“„

Licensed under the MIT License. See the LICENSE file for details.