diff --git a/docs/pages/advanced/stack.mdx b/docs/pages/advanced/stack.mdx index 6606385a..ebb8c000 100644 --- a/docs/pages/advanced/stack.mdx +++ b/docs/pages/advanced/stack.mdx @@ -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) diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index f22b333a..f2d0639a 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -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.