With Hardhat
1. Initialize a Hardhat TypeScript project
mkdir hello && cd hellonpm init -ynpm install --save-dev hardhat ts-node typescript @nomiclabs/hardhat-ethers ethersnpx hardhat init2. Write a Smart Contract
3. Configure Harhdat for Ethernity
4. Compile
5. Deploy
6. Check
Last updated