This plugin allows you to interact with Artela Network from your Hardhat tasks and scripts.
For usage please view Artela Template
To start working on your project, just run
npm install
Make sure to read our Plugin Development Guide to learn how to build a plugin.
Running npm run test
will run every test located in the test/
folder. They
use mocha and chai,
but you can customize them.
We recommend creating unit tests for your own modules, and integration tests for the interaction of the plugin with Hardhat and its dependencies.
All of Hardhat projects use prettier and tslint.
You can check if your code style is correct by running npm run lint
, and fix
it with npm run lint:fix
.
Just run npm run build
️👷
- Developer usage documentation (readthedocs)
- built test based on artela devnet
- release 1.0.0