With Truffle
Truffle is a world-class development environment, testing framework and asset pipeline for blockchains using the Ethereum Virtual Machine (EVM), aiming to make life as a developer easier.
Setting up the development environment
npm install -g truffletruffle versionTruffle v5.4.6 (core: 5.4.6)
Solidity v0.5.16 (solc-js)
Node v17.3.0
Web3.js v1.5.1Initializing a truffle project
truffle-config
Deploying on Pundi AIFX Network
Last updated