Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 639 Bytes

README.md

File metadata and controls

46 lines (37 loc) · 639 Bytes

Token Contracts

Install

npm install

Deploy token

npx hardhat run scripts/deployToken.ts

Deploy Proxy Admin

npx hardhat run scripts/deployProxyAdmin.ts

Deploy OFT proxy

npx hardhat run scripts/deployOFT.ts

Setup OFT Trust remote

npx hardhat run scripts/setTrustRemote.ts

Setup OFT Token mapping

npx hardhat run scripts/setTokenMapping.ts

Check Token mapping

npx hardhat run scripts/checkTokenMapping.ts

Send OFT Token

npx hardhat run scripts/sendToken.ts

Deploy Upgradeable token

npx hardhat run scripts/deployTokenUpgradeable.ts