📄️ Send your first transaction
Introduction
📄️ Send your first gasless transaction
Introduction
📄️ Minting ERC 721 Tokens with FuseBox Web SDK - Smart Contract
In this tutorial, we'll explore how to use the FuseBox Web SDK to build a Next.js application that interacts with the Fuse blockchain. We'll cover connecting to MetaMask, initializing a Smart Contract Wallet, and minting NFT Tokens on the Fuse blockchain.
📄️ Mint ERC 721 Tokens with FuseBox Web SDK - User Interface
In this tutorial, we'll explore how to use the FuseBox Web SDK to build a Next.js application that interacts with the Fuse blockchain. We'll cover connecting to MetaMask, initializing a Smart Contract Wallet, and minting NFT Tokens on the Fuse blockchain.
📄️ FuseBox Login using MetaMask
In this tutorial, we will guide you through the process of implementing user authentication using MetaMask, ethers.js, and FuseBox Web SDK in a decentralized application (DApp). This tutorial assumes you have a basic understanding of JavaScript, Ethereum, and Web3 development.
📄️ FuseBox Social Login using Web3Auth
In this tutorial, we'll guide you through integrating web3 authentication into a React application using the web3auth library and interacting with the Fuse blockchain using the Fusebox Web SDK. By the end of this tutorial, you'll have a functional web application allowing users to log in with their wallets and perform basic blockchain interactions using FuseBox.
📄️ Create Smart Contract Wallets using FuseBox Flutter SDK
Introduction:
📄️ Handling Transfers Using the Fuse Wallet SDK in a Flutter App
Pre-requites:
📄️ ERC 1155 Guide - Deploy to Fuse. Connect with FuseBox Web SDK
The ERC-1155 token standard, proposed by Enjin, is a widely adopted standard on the Ethereum blockchain that allows for the creation of both fungible and non-fungible tokens (NFTs) within a single contract. Unlike its predecessors, ERC-20 and ERC-721, ERC-1155 offers significant improvements in efficiency, flexibility, and functionality.
📄️ How to Retrieve Token information using FuseBox Web SDK
In this tutorial, we'll explore using the FuseBox Web SDK to build a Next.js application to display Token Address information. This is a prerequisite to building applications where developers can read Token information from the Blockchain and build Dashboards and visualizers. This guide can be relied on for all interactions involving GET requests, which do not cause state changes on the Fuse Blockchain.
📄️ FuseBox Web SDK Demo App - Smart Contract Wallet, Transfer Token and View Balance
This is a code lab on building a simple application where you can create a Smart Contract Wallet and start sending and receiving tokens without paying any Gas Fees!
📄️ How to Get Token Balances for a Smart Contract Wallet
In this tutorial, we'll walk through fetching token balances for a Smart Contract Wallet using the Fusebox Web SDK in a Next.js application. We'll utilize React hooks to manage the State and display the token balances in a table format.
📄️ REST API - How to Get Token Balances for Address
In this tutorial, we'll walk through fetching token balances for an Address using the FuseBox REST API in a Next.js application. We'll utilize React hooks to manage the State and display the token balances in a table format.
📄️ REST API - How to GET Price Changes for a Token By Intervals
Introduction
📄️ Swap Tokens using FuseBox Flutter Wallet SDK.
In this article, we will use the Fuse Wallet SDK Swap Tokens SDK method to create an App where users can Swap Tokens to the Fuse Native Token. In this example App, users can select USDC, USDT, and VOLT to swap to Fuse Tokens.