Aditya Kumar Singhadis21104.hashnode.dev·May 11, 2024How to build your First Fuel DAPPIn the world of rollups, Ethereum acts like the hardware on which everything is built. The Rollup Operating System operates on top of this hardware thereby solving for scalability.Fuel is designed as a purpose-built architecture which is required to ...26.Bhubnesh Maharana and 1 other are discussing this2 people are discussing thisDiscuss·2 likes·68 readsFuel
tonym00ntonymoon.hashnode.dev·Dec 29, 2023Fuel node beta-41. upgrade and install git sudo apt update && sudo apt upgrade -y sudo apt-get install git-all 1.1. install NodeJS move to https://tonymoon.hashnode.dev/deploy-fuel-smartcontract-by-sway-language section 2.1. install NodeJS 2. install curl sudo apt...Discuss·324 readsSwayLang
tonym00ntonymoon.hashnode.dev·Dec 5, 2023Deploy Fuel Smartcontract by Sway language1. Deploy Fuel Smartcontract 1.1. upgrade and install git sudo apt update && sudo apt upgrade -y sudo apt-get install git-all 1.2. install curl sudo apt-get install curl proceed with installation (default) press 1 source "$HOME/.cargo/env" 1.3. d...Discuss·159 readsSwayLang
ztzt.hashnode.dev·Mar 16, 2023🌴Sway from Solidity: Program TypesSway is the smart contract language for FuelVM. In this article, I listed major differences between Sway programs and Solidity programs. I hope this article helps people with a Solidity background to get started with sway quickly and easily. Solidity...Discuss·65 readsSwayLang