Skip to content

noplan-inc/lifegame-nft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT Auction Market for Game of Life

This project NFT Auction Market with Zora Media Protocol.

The Game of Life is

"The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves. It is Turing complete and can simulate a universal constructor or any other Turing machine.” -wikipedia

DEMO

  • access LIVE DEMO
  • connect wallet
  • You can bid any nfts on market.
  • If owner accept bid or set ask, You can get it.

how to mint nft

  • access LIVE DEMO
  • connect wallet
  • type boardSize with range(1~100)
  • click clearAll
  • click to draw cell
  • click start to play it
  • click stop and mint

If you want to save progress

  • click print
  • open developer tools of browser
  • copy json cells in console

If you want to restore progress

  • copy json cells
  • paste in JOSN input

network

BSC testnet

feature

  • NFT Auction Market where you can bid at erc20
  • Playable and Movable NFT
  • An ask mechanism that allows for bidders to automatically execute a trade if the ask is fulfilled.

How to develop

yarn

First, execute it for the setup.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified, and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn deploy:firebase:hosting

If you logged in the firebase, you can deploy it.

how to deploy contract

cd core
yarn
vi .env.bsc # write this.
# RPC_ENDPOINT=https://data-seed-prebsc-2-s1.binance.org:8545
# PRIVATE_KEY=<TYPE SECRET KEY HERE>
yarn build
yarn deploy:bsc-testnet

TODO

  • impl to set ask
  • fix design

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published