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