Skip to content

I plan to categorize the common application senario of smart contracts into several patterns. This one is for the pattern of unlock control.

Notifications You must be signed in to change notification settings

SpaceStation09/pattern-unlock

Repository files navigation

Hardhat Template

To develop a hardhat contract project, we always need some frequently used dependencies which are not included in the basic hardhat project. Furthermore, we also need several tools to unify the coding style between collaborative workers. In fact, these pre-requisite are always configured similarly in different projects. So, I established this template to help us start a hardhat project in a more convenient way.

Start

Install dependencies

npm install

Get extensions

Recommend extensions are listed in the file ./.vscode/extensions.json. If you go to vscode extension list, you could see all recommended extensions directly.

Final step

Now you can start your development!

Contribute

Any contribution is welcomed to make it better.

If you have any questions, please create an issue.

Enjoy!

About

I plan to categorize the common application senario of smart contracts into several patterns. This one is for the pattern of unlock control.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published