scaffold-dex

Initialize a DEX project with Vite, React, and the Orderly SDK.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/wuzhong-orderly/orderly-skills --skill scaffold-dex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-dex
Source: https://github.com/wuzhong-orderly/orderly-skills/tree/main/scaffold-dex
Command: npx skills add https://github.com/wuzhong-orderly/orderly-skills --skill scaffold-dex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @orderly.network/react-app, @orderly.network/wallet-connector, @orderly.network/types, react-router-dom, tailwindcss.

What problem does it solve?

This Skill automates the setup of a new Decentralized Exchange (DEX) project, saving developers significant time and effort in configuring the foundational architecture.

Core Features & Use Cases

  • Project Initialization: Creates a new project directory with a pre-configured Vite + React environment.
  • SDK Integration: Sets up essential Orderly Network SDK components like OrderlyAppProvider and WalletConnector.
  • Routing and Styling: Configures React Router for navigation and Tailwind CSS for styling.
  • Use Case: A new developer wants to quickly start building a DEX application on Orderly Network. They can use this skill to scaffold the project in minutes, allowing them to focus on core application logic rather than boilerplate setup.

Quick Start

Use the scaffold-dex skill to initialize a new DEX project named 'my-awesome-dex'.

Frequently Asked Questions about scaffold-dex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new DEX project using Vite and React?

To scaffold a new DEX project, this tool initializes a Vite and React environment pre-configured with the Orderly Network SDK, setting up the OrderlyProvider and essential dependencies for a functional decentralized exchange application.

What is the fastest way to build a decentralized exchange on Orderly Network?

The fastest way to build a decentralized exchange on Orderly Network is using a scaffolding tool that automatically integrates the WalletConnector and OrderlyAppProvider, bypassing manual boilerplate setup so you can focus on core trading logic.

Does this DEX scaffolding tool configure routing and styling automatically?

Yes, this DEX scaffolding tool automatically configures React Router for navigation and Tailwind CSS for styling, providing a standardized project structure ready for rapid prototyping.

Can I use this skill to quickly prototype a web3 trading platform?

Yes, you can use this skill to rapidly prototype a web3 trading platform. It creates a standardized project structure with the Orderly SDK, allowing you to start building blockchain-based trading applications in minutes.

What Orderly SDK dependencies are included in the initialized DEX project?

The initialized DEX project includes the @orderly.network/react-app, @orderly.network/wallet-connector, and @orderly.network/types dependencies to establish a functional Web3 trading environment.