πŸ“Start Here

We have created a demo repository in Github for you to follow along with:

Go to mint our SBT πŸš€:

GETTING STARTED

Installation

  1. Clone the tutorial repository to your local machine:

$ git clone [email protected]:0xKYC/tutorial-0xkyc.git
$ cd tutorial-0xkyc
  1. Install the necessary packages:

$ npm install

Update Configurations

  1. Update {YOUR_PROVIDER_URL} to your provider url in example.ts:

Compile and Run

  1. Compile the TypeScript file:

  1. Execute the compiled JavaScript file:

Output

The output will look like below:

Thank you for completing this tutorial from start to finish. 😁

Last updated