npm i
to install packages.env.example
to .env
and add your variablesnpx hardhat run scripts/deployDCNTSDK.ts --network optimism_testnet
to deploy the DecentSDKnpm i
to install packagesnpx hardhat test
npm i
to install packagesnpx prettier --write 'contracts/**/*.sol'
/contracts
folder/interfaces
foldercore/index.js
scripts/deploy{YOUR_CONTRACT_NAME}.ts
npx hardhat run scripts/{YOUR_CONTRACT_NAME}.ts --network optimism_testnet
npx hardhat verify {CONTRACT_ADDRESS} --network {NETWORK}
hardhat.config.js