youtube image
From YouTube: Casper Association dApp Developer Series | #5 | Interact with CEP-78 NFTs using the Casper JS SDK

Description

In the fifth video Casper's dApp Developer series, Casper Association Developer Advocate Dylan Ireland introduces the CEP-78 NFT standard and shows how to deploy, mint, and query CEP-78 NFTs using Node.js and the Casper JS SDK.

GitHub repository: https://github.com/dylanireland/dApp-dev-series-5

Ask questions on our Discord: https://discord.com/invite/Q38s3Vh

Timestamps

0:00 - Introduction

0:36 - Introduction to CEP-78: Modalities

4:50 - Preparing the Environment

6:31 - Begin Writing Script

7:19 - Write the `installContract` Function

9:19 - Test NFT Contract Deployment

9:45 - Write the `mint` Function

10:55 - Test NFT Minting

11:16 - Write the `balanceOf` Function

12:05 - Test NFT Balance Retrieval

12:16 - Write the `readMetadata` Function

12:40 - Test NFT Metadata Retrieval

12:52 - Outro