brainstormbuddy / CADepTransfer

CADepTransfer Smart Contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FriendtechShares

Installation

To install the necessary dependencies, run the following command:

yarn install

Compile the Contract

To compile the contract, run the following command:

npx hardhat compile

Test the Contract

To run the contract tests, use the following command:

npx hardhat test

Deploy the Contract

To deploy the contract to the base-goerli test net, execute the following command:

npx hardhat run scripts/deploy.js --network goerli

Verify the Contract

To verify the deployed contract on the base-goerli network, run the following command:

npx hardhat verify --network goerli PROXY_CONTRACT_ADDRESS

Replace PROXY_CONTRACT_ADDRESS with the actual address of the deployed contract.

Update the Contract

To update the deployed contract on the base-goerli network, use the following command:

npx hardhat run scripts/update.js --network goerli

Hope that helps! Let me know if you need anything else. 😊

About

CADepTransfer Smart Contract


Languages

Language:JavaScript 76.2%Language:Solidity 23.8%