Hey! My name is Sakkax. You here to see how to set up a smart contract? Yes, you are in a right place.
# Installation npm install -g truffle truffle version npm install -g ganache Create a project
mkdir MetaCoin cd MetaCoin truffle unbox metacoin truffle init truffle compile Test your truffle
truffle test truffle test ./path/to/test/file.js Here is an officiall guide https://archive.trufflesuite.com/guides/ultimate-guide-to-truffle-the-gateway-to-full-stack-blockchain-development/