Smart contract repo setup
COMMANDS
winget install OpenJS.NodeJS.LTS
npx hardhat compile
npx hardhat run scripts/deploy-convert.js --network sepolia
npx hardhat run scripts/deploy-convert-factory.js --network sepolia
npx hardhat run scripts/deploy-tokenized-convert.js --network sepolia
npx hardhat run scripts/deploy-tokenized-convert.js --network sepolia
npx hardhat run scripts/deploy-tokenized-stock-arbitrum-v2.js --network arbitrum_sepolia
npx hardhat run scripts/deploy-tokenized-stock-arbitrum-v3.js --network arbitrum_sepolia
npx hardhat run scripts/deploy-tokenized-stock-arbitrum-v4.js --network arbitrum_sepolia
npx hardhat run scripts/deploy-tokenized-stock-arbitrum-v4.js --network arbitrum_sepolia
npx hardhat run scripts/deploy-tokenized-stock-arbitrum-v4.js --network arbitrum_sepolia
clear
npx hardhat run scripts/deploy-tokenized-stock-arbitrum-v4.js --network arbitrum_sepolia
Get-History | ForEach-Object { $_.CommandLine } | Out-File all-commands.txt
Get-ChildItem -Recurse -File | Where-Object {$_.FullName -notmatch "node_modules|lib"} | Select-Object FullNameHARDHAT [docs]
Last updated