samrataiandbi-cmd/sample-contract

Deploy the contract and create a module with deployed contract's address and ABI

Open

#4 geöffnet am 6. Okt. 2025

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)JavaScript (1 Fork)auto 404
enhancementgood first issuehacktoberfesthacktoberfest-acceptedhacktoberfest2025help wanted

Repository-Metriken

Stars
 (0 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide