Quickstart
Guide for using Fund Kit
Last updated
Guide for using Fund Kit
Last updated
Aarc provides Fund Kit Web Widget and Fund Kit SDK to enhance smart transactions and web3 UX.
To break it down further, one can integrate Fund Kit into their dApp, empowering users to
Buy
anything on any chain; say, Basenji on Base with assets from Binance
Checkout
(custom cross-chain contract call); like minting an NFT with a credit card
through various payment methods (CEX/ Fiat / Bridge & Swap ).
So one can fully focus on their core mission, leaving the complexity of abstraction to Aarc.
To integrate Aarc, you’ll need an API key which can be generated from your dashboard. Each account can create up to three keys, enabling seamless integration across projects.
Web Widget will provide a plug-and-play iFrame widget which you can use with any application built with any JS frameworks like React, Next.js.
You can also watch a video tutorial to code along and get started with the SDK. Check out the sample apps built using Next.js and React to explore different implementations.
API
You can also directly integrate the API endpoints.
Dive into our code examples in the cookbook for detailed implementations.