To run the project, install the dependencies with npm install
and then run individual examples with the node
command.
Don't forget to create a .env
file with the following content:
OPERATOR_ID=<operator ID>
OPERATOR_PBKEY=<public key>
OPERATOR_PVKEY=<private key>
This repository contains the code and instructions for the Hedera Token Service Workshop. There are four examples in total, each of which demonstrates a different aspect of the Hedera Token Service. The examples are as follows:
- Example 1: Create a non-fungible token
- Example 2: Create and mint a non-fungible token
- Example 3: Add metadata to uniquely describe a RWA
- Example 4: Create a fractionalized RWA NFT