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

feat: add example for interacting with contract #1559

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Conversation

leszek-vechain
Copy link
Contributor

Description

Added example with contract interaction to our docs

Fixes # (#1550 )

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • manually tested on thor solo docker node

Checklist:

  • My code follows the coding standards of this project
  • I have performed a self-review of my code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • New and existing integration tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have not added any vulnerable dependencies to my code

- added contract-usage.ts with simple counter example
Copy link

github-actions bot commented Dec 6, 2024

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99% (4368/4412) 97.56% (1400/1435) 99.01% (906/915)
Title Tests Skipped Failures Errors Time
core 836 0 💤 0 ❌ 0 🔥 2m 20s ⏱️
network 727 0 💤 0 ❌ 0 🔥 4m 51s ⏱️
errors 42 0 💤 0 ❌ 0 🔥 16.703s ⏱️
logging 3 0 💤 0 ❌ 0 🔥 18.356s ⏱️
hardhat-plugin 19 0 💤 0 ❌ 0 🔥 1m 3s ⏱️
aws-kms-adapter 23 0 💤 0 ❌ 0 🔥 1m 12s ⏱️
ethers-adapter 5 0 💤 0 ❌ 0 🔥 1m 10s ⏱️
rpc-proxy 37 0 💤 0 ❌ 0 🔥 1m 3s ⏱️

@lucanicoladebiasi lucanicoladebiasi added this to the Documentation milestone Dec 9, 2024
@lucanicoladebiasi lucanicoladebiasi merged commit c90db4d into main Dec 9, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants