Solidity Developer Guide
Prerequisites
Install Fluent Scaffold CLI Tool
cargo install gblendgblend initProject Structure
.
├── contracts
│ ├── hello.sol (our solidity hello world smart contract)
│ └── hello-v.vy
├── hardhat.config.js (contains Fluent devnet config and plugins)
├── package.json
└── scripts
├── deploy-solidity.js (deployment script for solidity smart contract)
└── deploy-vyper.jsGetting Started
Hardhat Configs
Compiling the Smart Contract
Deploying the Solidity contract
Last updated