samrataiandbi-cmd/sample-contract
View on GitHubDeploy the contract and create a module with deployed contract's address and ABI
Open
#4 opened on Oct 6, 2025
enhancementgood first issuehacktoberfesthacktoberfest-acceptedhacktoberfest2025help wanted
Repository metrics
- Stars
- (0 stars)
- PR merge metrics
- (PR metrics pending)
Description
Deploy the provided smart contract using Remix, Hardhat, or Foundry, and then create a module (e.g., contractConfig.js) that exports:
- The deployed contract address
- The contract’s ABI
Suggestions:
- Store address and ABI in constants and export them
- Ensure the format is easy to import for interaction files