An open API service indexing awesome lists of open source software.

https://github.com/jitendragangwar123/dynamic-nft-for-gaming

This repository contains a use case for Dynamic NFTs in the context of gaming. Dynamic NFTs are explored and demonstrated as a solution to enhance gaming experiences.
https://github.com/jitendragangwar123/dynamic-nft-for-gaming

dynamic-nft gaming javascript mumbai-testnet revise-sdk solidity

Last synced: about 2 months ago
JSON representation

This repository contains a use case for Dynamic NFTs in the context of gaming. Dynamic NFTs are explored and demonstrated as a solution to enhance gaming experiences.

Awesome Lists containing this project

README

        

# Dynamic-NFT-For-Gaming
Dynamic NFT is the use case of online Gaming.

## To Build the Application
```shell
>>npm init
// to install revise-sdk
>>npm install revise-sdk --save
// to execute the index.js file
>>node index.js
// to execute the properties.js file
>>node properties.js
```
## Deployed Contract Address
```shell
//mumbai testnet
>> 0x86E9310c61549611eBE61174655Bc3724A2ACc78
```