Skip to content

onehumanbeing/artela-hardhat-plugin

Repository files navigation

Hardhat plugin for Artela Network

img

This plugin allows you to interact with Artela Network from your Hardhat tasks and scripts.

For usage please view Artela Template

Installation

To start working on your project, just run

npm install

Plugin development

Make sure to read our Plugin Development Guide to learn how to build a plugin.

Testing

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.

Linting and autoformat

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.

Building the project

Just run npm run build ️👷

TODO

  • Developer usage documentation (readthedocs)
  • built test based on artela devnet
  • release 1.0.0