Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/pages/advanced/stack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ dAppBooster provides a minimal setup to get React working in Vite with HMR and s
- Conedison: [Github repository](https://github.com/Uniswap/conedison) | [`numberFormat.ts`](https://github.com/BootNodeDev/dAppBooster/blob/main/src/utils/numberFormat.ts)
- Chakra UI: https://www.chakra-ui.com/
- Vercel Web Analytics: https://vercel.com/docs/analytics
- Porto SDK: https://porto.sh/sdk/api/porto/create | [`portoInit.ts`](https://github.com/BootNodeDev/dAppBooster/blob/main/src/lib/wallets/portoInit.ts)
2 changes: 1 addition & 1 deletion docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ starter-kit provides:

- **Structure:** a flexible structure to handle contracts, ABIS, subgraphs and common decentralized components.
- **Multi-chain:** native support and configuration to work with multiple chains with automatic type safe and super intuitive.
- **Wallets connectivity:** native support to work with [connectkit](https://docs.family.co/connectkit), [rainbowkit](https://www.rainbowkit.com/), [web3modal](https://github.com/WalletConnect/web3modal).
- **Wallets connectivity:** native support to work with [connectkit](https://docs.family.co/connectkit), [rainbowkit](https://www.rainbowkit.com/), [web3modal](https://github.com/WalletConnect/web3modal); including [porto](https://porto.sh/sdk) SDK integration .
- **Decentralized components:** Tree-shakable components that any dApp needs.
- **Subgraphs:** multi-chain subgraphs support with auto generated typed hooks to query data.