-
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting started
Mike edited this page May 13, 2025
·
1 revision
-
Clone and Configure
cp .env.example .env
Edit
.envto provide the necessary values. -
Install Dependencies
bun install
-
Start the Dev Server
bun run dev
Open http://localhost:3000 in your browser.
Dust utilizes Vitest for testing core logic and components. To run tests, use the following command:
bun run testEnsure code quality with:
bun run lintTo automatically fix common issues:
bun run lint —-fix📄 Dust wiki
The fastest way to sell multiple tokens across EVM chains
🔗 Quick links:
💡 Contributions are welcome! Check out our Contributing guidelines