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

Test against Solidity smart contracts #1779

Open
1 task done
pedrohba1 opened this issue Aug 22, 2022 · 0 comments
Open
1 task done

Test against Solidity smart contracts #1779

pedrohba1 opened this issue Aug 22, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pedrohba1
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Feature Test To Be Requested

I would like an example to test against smart contracts.
On my application, I have a smart contract that needs to be called to check some data in the contract. I need this data to reach my back-end application somehow.

Thing is, I could test the contract against a testnet, but it would take too long to respond. And it would depend on the testnet being live.

The best way to do it would be using something like what hardhat does, but I have no idea how it implements a "local" blockchain for testing and how I can replicate it on nestjs testing environment. If anyone have an idea, please suggest me. I might implement it. Because for my use case it is really necessary.

@pedrohba1 pedrohba1 added the enhancement New feature or request label Aug 22, 2022
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

2 participants