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

Migrate deployment and test scripts to Hardhat #25

Open
4 tasks
guidiaz opened this issue Feb 26, 2024 · 0 comments
Open
4 tasks

Migrate deployment and test scripts to Hardhat #25

guidiaz opened this issue Feb 26, 2024 · 0 comments

Comments

@guidiaz
Copy link
Contributor

guidiaz commented Feb 26, 2024

As to get rid of direct dependency to Truffle:

  • npx witnet deploy ==> Retrievals, Requests and Templates to be deployed w/ Hardhat
  • npx witnet console ==> Hardhat console
  • npx witnet test ==> Vitest/Jest based to dryrun bytecodes wo/ deploying on test chain and w/ auto-refresh if assets files change.
  • yarn test ==> Maintain truffle-based scripts to make sure that generated bytecodes are actually supported by WSB libs.

Requires witnet/witnet-toolkit#14.
Dev dependency to Truffle will remain for package test purpose only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant