Skip to content
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

Add contract interaction logic in the Go code using the Ethereum client #9

Open
6 tasks
alcance opened this issue Dec 8, 2023 · 0 comments
Open
6 tasks
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@alcance
Copy link
Contributor

alcance commented Dec 8, 2023

  • Install ethers.js:

Connect to BSC Network

  • Contract Interaction with Deployed Smart Contract
  • Load Contract ABI and Connect to Contract

Interact with Smart Contract Functions

  • Transaction Handling
  • Sending Transactions
  • Handling Events

Note:

  • Ensure you replace placeholders like contractAddress and contractABI with your actual contract address and ABI.
  • Handle errors and ensure appropriate error handling for transactions and contract interactions.
  • Adjust gas limits and prices based on the BSC network requirements and function calls.
@alcance alcance added the enhancement New feature or request label Dec 8, 2023
@alcance alcance added this to the MVP milestone Dec 8, 2023
@alcance alcance self-assigned this Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant