Install Template
π Template Repository
Option 1: Clone and Set Up the Repository
1οΈβ£ Clone the Repository
git clone https://github.com/Solynor/create-builder-codes-dapp.git
cd create-builder-codes-dapppnpm install # or npm install2οΈβ£ Change the Git Remote to Your Own Repository
git remote set-url origin git@github.com:your_name/repo_name.git3οΈβ£ Configure the Environment Variables
4οΈβ£ Run the Application
Option 2: Build from Scratch
1. Install Next.js
2. Project Structure
π app/
app/π components/
components/π hooks/
hooks/π lib/
lib/3. Install & Configure Wagmi (Wallet Connection)
π§ Modify the following files:
4. UI & Styling Setup
π Install required packages:
Configure UI files
5. Blockchain Connection (Hyperliquid Integration)
Key Components:
6. Agent-Based Trading
Key Files:
7. Order Execution
Key Services:
8. Final Steps: ESLint & Configuration
Conclusion
Last updated