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.
- Host: GitHub
- URL: https://github.com/jitendragangwar123/dynamic-nft-for-gaming
- Owner: jitendragangwar123
- Created: 2023-05-22T15:03:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T18:02:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T05:42:44.695Z (3 months ago)
- Topics: dynamic-nft, gaming, javascript, mumbai-testnet, revise-sdk, solidity
- Language: JavaScript
- Homepage:
- Size: 820 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```