samrataiandbi-cmd/sample-contract

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

Open

#4 创建于 2025年10月6日

在 GitHub 查看
 (1 评论) (0 反应) (1 负责人)JavaScript (1 fork)auto 404
enhancementgood first issuehacktoberfesthacktoberfest-acceptedhacktoberfest2025help wanted

仓库指标

Star
 (0 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南