|
1 | 1 | --- |
2 | | -title: 'Base Products' |
| 2 | +title: "Base Products" |
3 | 3 | --- |
4 | 4 |
|
5 | 5 | <CardGroup cols={2}> |
6 | | - <Card title="OnchainKit" icon="square-1"> |
7 | | - Neque porro quisquam est qui dolorem ipsum quia dolor sit amet |
| 6 | + <Card title="OnchainKit" icon="square-1" href="https://docs.base.org/onchainkit/getting-started"> |
| 7 | + Ready-to-use, full-stack components to make building onchain faster and |
| 8 | + easier. |
8 | 9 | </Card> |
9 | | - <Card title="MiniKit" icon="square-2"> |
10 | | - Lorem ipsum dolor sit amet, consectetur adipiscing elit |
| 10 | + <Card title="MiniKit" icon="square-2" href="https://docs.base.org/wallet-app/build-with-minikit/overview"> |
| 11 | + Build mini apps to increase your distribution and find traction. |
11 | 12 | </Card> |
12 | | - <Card title="AgentKit" icon="square-3"> |
13 | | - Ut enim ad minim veniam, quis nostrud exercitation ullamco |
| 13 | + <Card title="AgentKit" icon="square-3" href="https://docs.cdp.coinbase.com/agent-kit/welcome"> |
| 14 | + A toolkit for building onchain AI agents. |
14 | 15 | </Card> |
15 | | - <Card title="Base Account" icon="square-4"> |
16 | | - Excepteur sint occaecat cupidatat non proident |
| 16 | + <Card title="Smart Wallet" icon="square-4" href="https://docs.base.org/smart-wallet/quickstart"> |
| 17 | + A single sign-on for the open internet. No app or |
| 18 | + extension required. |
17 | 19 | </Card> |
18 | | - <Card title="Appchains" icon="square-5"> |
19 | | - Excepteur sint occaecat cupidatat non proident |
| 20 | + <Card title="Appchains" icon="square-5" href="https://docs.cdp.coinbase.com/base-appchains/introduction/welcome"> |
| 21 | + Scale your app with a dedicated chain on Base. |
20 | 22 | </Card> |
21 | | - <Card title="Paymaster" icon="square-6"> |
22 | | - Excepteur sint occaecat cupidatat non proident |
| 23 | + <Card title="Paymaster" icon="square-6" href="https://docs.cdp.coinbase.com/paymaster/introduction/welcome"> |
| 24 | + Account Abstraction endpoints to send transactions and sponsor gas. |
23 | 25 | </Card> |
24 | 26 | </CardGroup> |
25 | 27 |
|
26 | 28 | import PolicyBanner from "/snippets/PolicyBanner.mdx"; |
27 | 29 |
|
28 | | -<PolicyBanner /> |
| 30 | +<PolicyBanner /> |
0 commit comments