Initial Setup

Before starting any of the examples, you’ll need to set up your environment. We recommend using the Hardhatarrow-up-right development environment. If you choose to use it, please follow the Hardhat setup guidearrow-up-right.

Once your development environment is set up, install the core dependencies using the following npmarrow-up-right commands:

npm i @entangle-labs/uts-contracts
npm i @openzeppelin/contracts

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.


Explore

Last updated