xmas7/art-deco-nft

NFT marketplace with auction, trading function

SolidityJavaScriptmarketplacetradingfunctionauctionnft
This is stars and forks stats for /xmas7/art-deco-nft repository. As of 03 May, 2024 this repository has 12 stars and 0 forks.

Mint Give mintable right to customers. Bid Bidding with ERC20 token. function bid(uint256 _id, uint256 _price) external _validateBid(_id, _price) { BidEntity memory newBidEntity = BidEntity(_id, _msgSender(), _price); bidStatusOfToken[_id][_msgSender()] = true; bidArrayOfToken[_id].push(newBidEntity); emit BidCreate(_msgSender(), _id, _price); } Purchase function buy(uint _id) external payable _validateBuy(_id) { address _previousOwner = ownerOf(_id); ...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
bkalendar/bkalendar.github.ioSvelteTypeScriptJavaScript530100
OreosLab/checkinpanelPerlPythonJavaScript1.4k03820
drycc/workflowSCSSShellHTML77801050
greenelab/lab-website-templateHTMLSCSSPython21502220
heroku/heroku-buildpack-nodejsShellRubyTypeScript1.3k+22.7k+3
whitenois3/huff-snark-verifierSolidityRustMakefile119040
LearnWeb3DAO/14-Days-of-SoliditySolidity450160
rezaaa/biainobokhorSvelteJavaScriptCSS27010
salsadigitalauorg/civictheme_sourcePHPGherkinShell10060
opensource-f2f/websiteVueTypeScriptHTML380130