Initial Setup
Last updated
Last updated
Before starting any of the examples, you’ll need to set up your environment. We recommend using the Hardhat development environment. If you choose to use it, please follow the Hardhat setup guide.
Once your development environment is set up, install the core dependencies using the following npm commands:
After initializing an empty Hardhat project and installing dependencies, you are ready to write your token or connector. Next, try creating a simple token or a lock and unlock connector.