view demo:
View the guides! Building dApps with Pioneer
View SwapKit docs! swapkit
Pioneer fully wraps SwapKit! explore the code!
const senderAddress = app.swapKit.getAddress('BTC');
- ⚡ blazing fast dev server and build
- 🔗 route management added (
react-router-dom
configured)
You can either click Use this template
button on this repository and clone the repo or use npx degit like so:
npx degit BitHighlander/pioneer-template <app_name>
Then, run the development server:
pnpm dev
- build command:
pnpm build
- output directory:
dist