This project demonstrates a basic Hardhat project, but with Starknet plugin.
package.json is fixed to use the latest starknet-hardhat-plugin version this example repository is synced with.
If you're having issues trying to use this example repo with the Starknet plugin, try using the npm install and/or npm update commands, as it may be due to version mismatch in the dependencies.
master- latest stable examplesplugin- used for testing by Starknet Hardhat Plugin
- New PRs and features should be targeted to the
pluginbranch. - After releasing a new plugin version,
mastershould ideally be reset (fast forwarded) toplugin(less ideally merged).