Skip to content

A simple Proof of Concept for a trading card game using a custom NFT Token System

Notifications You must be signed in to change notification settings

Nanyx/NFT-TGC-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

NFT TGC POC

A simple proof of concept that Trading Card Game can use Non-Fungible-Token to validate the authenticity, eligibility and uniqueness of a digital asset. Therefore giving it a rarity and value.

How to Use

Aside of grabing the master branch and having NodeJS installed, use npm i on each project to download the library needed to make the stuff work.

After that you'll want to generate a set of cards. To do that, go to the server project and use npm run generate to create your set of card (Each card will have there own Blockchain making them unique for this particular Set). Technicaly, wee should save the block chain to a public readable database but for the POC object file will suffice.

Once the long wait is over, go ahead and start both the server and the client app with npm start and start buying booster pack.

Caveat

One night sprint from start to finish. By the end, I took a lot of short coner. Tests file are still written, I use timestamp as user and my code is basically the first draft. If I see interrest in this project, I'll probably give it some love.

Bottom Line

It was a blast for me to learn what an NFT is, making one to get the gist and grasp the whole concept of what really is a Bitcoin, Etherium or any other crypto-currency. Playing with what will probably be the future of TCG was a neet thing.

About

A simple Proof of Concept for a trading card game using a custom NFT Token System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published