Connect your wallet and perform a quick transfer of funds
This is a Next.js project bootstrapped with create-next-app
utilizing @tatumio/tatum
for a simple MetaMask integration. It combines several examples available in Tatum Docs into a single straightforward easily customizable mini application capable of connecting to the wallet and executing a native currency transfer on Sepolia Testnet blockchain.
- Node.js 16.8 or later.
- macOS, Windows (including WSL), and Linux are supported.
In order to be able to connect your wallet, you also need to have the MetaMask extension in your browser. For more information on how to install, configure and use it, please refer to Getting started with MetaMask.
You should also make sure to switch to Sepolia Testnet network before interacting with the app and get some of its native currency. You can utilize one of many different faucets for that, for example:
First, install all the dependencies:
npm install
# or
yarn
# or
pnpm install
Afterwards, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result and feel free to try it out on your own. The project uses following examples (although you can of course fully customize them or try any other ones included in the documentation):
To learn more about Tatum SDK, take a look at the following resources:
- Tatum Documentation - learn more about Tatum features, SDK and API.
- Example Applications - further interactive mini application examples.