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
- access LIVE DEMO
- connect wallet
- You can bid any nfts on market.
- If owner accept bid or set ask, You can get it.
- access LIVE DEMO
- connect wallet
- type
boardSize
with range(1~100) - click
clearAll
- click to draw cell
- click
start
to play it - click
stop
andmint
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
BSC testnet
- Market.sol - Main Market contract 0x107C4436d81D9b67f8c2F32A38a6fbE71A68Bc4A
- Media.sol - Main ERC721 token contract 0x0c5BB46189669E8A1F22935806Ca6D9195426b3c
- 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.
First, execute it for the setup.
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.
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.
If you logged in the firebase, you can deploy it.
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
- impl to set ask
- fix design