-
Notifications
You must be signed in to change notification settings - Fork 948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to Hardhat ignition #644
Conversation
Descriptions :Some quick resources to get nice idea about Flow :Make sure chain is running : yarn chain Deploying contracts:In order the deploy the yarn deploy ignition/modules/DeployYourContract.ts Check out more description about hardhat ignition deployment here. PS: If we want proper path autocompletion in the terminal we need to tell people to first
To generate frontend yarn generate-ts-abi Verification :To deploy contract on yarn deploy ignition/modules/DeployYourContract.ts --network sepolia To verify deployed contracts yarn verify chain-11155111 |
Description
Done:
TODO :
generateTsAbis
logic to generate from a singular file generated from Hardhat Ignition