CLONE THE REPO
PREREQUISITE
You must have already setup your developer environment and installed the koinos-sdk-as-cli
from Module 4. If you haven't done so, please review that lesson and setup the SDK.
CLONE THE REPO
Clone the repo by using the following command:
git clone https://github.com/roaminro/koinos-sdk-as-examples/tree/main/token
Enter the project folder by using the following command:
cd koinos-sdk-as-examples
Install the required dependencies using the following command:
yarn install