Skip to content

Solidity smart contract to play a simple NFT Game with Players and a Boss

Notifications You must be signed in to change notification settings

epintos/nft-game-smart-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NftGame Solidity Smart Contract

Developed a smart contract to simulate a basic game using NFTs

This is a practice project where I explore and experiment with various Solidity concepts. The idea is inspired by an older project on buildspace.

Usage

Install

$ make install

Test

$ make test

Deploy

$ make deploy-anvil
$ make deploy-sepolia

Fund metamask or others

$ make fund-account

Interactions

Mint:

$ make mint-nft CHARACTER_INDEX=0

Attack:

$ make attack TOKEN_ID=0

About

Solidity smart contract to play a simple NFT Game with Players and a Boss

Topics

Resources

Stars

Watchers

Forks