Fuse Blockchain Developer Quick Start Guide
Welcome to the Fuse Blockchain Developer Quick Start Guide! This guide is designed to help developers like you get up and running quickly with building on the Fuse Blockchain. Whether you're a seasoned blockchain developer or just getting started, this guide will provide you with the essential information and resources you need to start building on the Fuse network.
Network Details
Fuse Mainnet
Block size | Block speed | Gas price | Native token | Network ID |
---|---|---|---|---|
20,000,000 | 5 seconds | 10 GWei | FUSE | 122 |
RPC | https://rpc.fuse.io/ |
---|---|
Chain ID | 122 |
Symbol | FUSE |
Health | https://health.fuse.io/ |
Explorer | https://explorer.fuse.io/ |
WebSocket | wss://explorer-node.fuse.io/ws |
Fuse Spark Testnet
Block size | Block speed | Gas price | Native token | Network ID |
---|---|---|---|---|
20,000,000 | 5 seconds | 10 GWei | FUSE | 123 |
RPC | https://rpc.fusespark.io |
---|---|
Chain ID | 123 |
Symbol | FUSE |
Health | https://health.fusespark.io |
Explorer | https://explorer.fusespark.io/ |
Faucet | ChainDrop faucet, Stakely faucet |
WebSocket | wss://explorernode.fusespark.io/ws |
Building on Fuse
Creating a Fuse Wallet
To interact with the Fuse Blockchain, you'll need a wallet. Follow the Fuse Metamask guide to set up your wallet.
Choosing a Development Option
Fuse is EVM compatible and uses Solidity programming languages for smart contract development.
Fuse provides a set of APIs for building on the Fuse blockchain, and also a Web SDK and Flutter SDK for building Mobile Apps.
Writing and Deploying Smart Contracts
You can use Remix IDE, Hardhat, and/or ThirdWeb to deploy and test your smart contracts.
Learn how to interact with smart contracts using web3 libraries. Fuse supports Ethereum-compatible libraries like Web3.js and ethers.js.
Fuse Developer Tools
FuseBox
Create your project to access FuseBox APIs.
SDK (Both TS & Dart)
Fuse provides a variety of tools and SDKs to enhance your development experience.
Fuse API documentation for comprehensive information on FuseBox APIs, endpoints, and tutorials.
Community and Support
Joining the Fuse Developer Community
Connect with fellow developers, ask questions, and share your experiences in the Fuse Discord channel.
Getting Support and Assistance
For technical support and assistance, visit the Fuse Help Center or reach out to the community on Discord.
Next Steps
Contributing to the Fuse Ecosystem
Join the open-source community by contributing to the development of Fuse tools, libraries, and documentation. Visit the Fuse GitHub repository to explore contribution opportunities.
Congratulations! You've completed the Fuse Blockchain Developer Quick Start Guide. Now you're ready to dive deeper into Fuse development and contribute to the thriving ecosystem. Happy coding!