NFT市场-源码

上传者: 42116650 | 上传时间: 2021-09-23 16:26:44 | 文件大小: 331KB | 文件类型: ZIP
NFT市场 这个nft市场有3个项目: contract1155-编写智能合约的地方 dapp-市场的ui部分-正在与智能合约进行通信的react / typescript应用 metadata-api-带有元数据的节点api

文件下载

资源详情

[{"title":"( 53 个子文件 331KB ) NFT市场-源码","children":[{"title":"nft-marketplace-main","children":[{"title":"metadata-api","children":[{"title":"index.js <span style='color:#111;'> 3.43KB </span>","children":null,"spread":false},{"title":"test.js <span style='color:#111;'> 763B </span>","children":null,"spread":false},{"title":"package.json <span style='color:#111;'> 453B </span>","children":null,"spread":false},{"title":"Procfile <span style='color:#111;'> 19B </span>","children":null,"spread":false},{"title":"package-lock.json <span style='color:#111;'> 34.62KB </span>","children":null,"spread":false},{"title":"src","children":[{"title":"basketball-database.js <span style='color:#111;'> 481B </span>","children":null,"spread":false},{"title":"football-database.js <span style='color:#111;'> 490B </span>","children":null,"spread":false},{"title":"constants.js <span style='color:#111;'> 72B </span>","children":null,"spread":false}],"spread":true},{"title":".gitignore <span style='color:#111;'> 133B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 38B </span>","children":null,"spread":false}],"spread":true},{"title":".gitignore <span style='color:#111;'> 1.57KB </span>","children":null,"spread":false},{"title":"dapp","children":[{"title":"package.json <span style='color:#111;'> 1.23KB </span>","children":null,"spread":false},{"title":"package-lock.json <span style='color:#111;'> 885.70KB </span>","children":null,"spread":false},{"title":"src","children":[{"title":"window.d.ts <span style='color:#111;'> 97B </span>","children":null,"spread":false},{"title":"images","children":[{"title":"metamask.jpg <span style='color:#111;'> 12.92KB </span>","children":null,"spread":false}],"spread":true},{"title":"constants","children":[{"title":"constants.ts <span style='color:#111;'> 428B </span>","children":null,"spread":false}],"spread":true},{"title":"react-app-env.d.ts <span style='color:#111;'> 40B </span>","children":null,"spread":false},{"title":"abis","children":[{"title":"marketplaceAbi.ts <span style='color:#111;'> 1.34KB </span>","children":null,"spread":false},{"title":"footballPlayerAbi.ts <span style='color:#111;'> 7.22KB </span>","children":null,"spread":false},{"title":"basketballPlayerAbi.ts <span style='color:#111;'> 7.19KB </span>","children":null,"spread":false}],"spread":true},{"title":"reportWebVitals.ts <span style='color:#111;'> 425B </span>","children":null,"spread":false},{"title":"index.tsx <span style='color:#111;'> 478B </span>","children":null,"spread":false},{"title":"components","children":[{"title":"useNftMarketplaceScreen.ts <span style='color:#111;'> 7.13KB </span>","children":null,"spread":false},{"title":"Wallet.tsx <span style='color:#111;'> 4.91KB </span>","children":null,"spread":false},{"title":"NftCard.tsx <span style='color:#111;'> 3.10KB </span>","children":null,"spread":false},{"title":"NftMarketplaceScreen.tsx <span style='color:#111;'> 2.08KB </span>","children":null,"spread":false}],"spread":false},{"title":"dtos.ts <span style='color:#111;'> 489B </span>","children":null,"spread":false},{"title":"App.tsx <span style='color:#111;'> 1009B </span>","children":null,"spread":false},{"title":"setupTests.ts <span style='color:#111;'> 241B </span>","children":null,"spread":false}],"spread":false},{"title":"tsconfig.json <span style='color:#111;'> 535B </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 310B </span>","children":null,"spread":false},{"title":"public","children":[{"title":"logo192.png <span style='color:#111;'> 5.22KB </span>","children":null,"spread":false},{"title":"manifest.json <span style='color:#111;'> 492B </span>","children":null,"spread":false},{"title":"robots.txt <span style='color:#111;'> 67B </span>","children":null,"spread":false},{"title":"index.html <span style='color:#111;'> 1.68KB </span>","children":null,"spread":false},{"title":"logo512.png <span style='color:#111;'> 9.44KB </span>","children":null,"spread":false},{"title":"favicon.ico <span style='color:#111;'> 3.78KB </span>","children":null,"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'> 203B </span>","children":null,"spread":false}],"spread":true},{"title":"contracts1155","children":[{"title":"package.json <span style='color:#111;'> 456B </span>","children":null,"spread":false},{"title":"test","children":[{"title":".gitkeep <span style='color:#111;'> 0B </span>","children":null,"spread":false}],"spread":true},{"title":"package-lock.json <span style='color:#111;'> 154.92KB </span>","children":null,"spread":false},{"title":"migrations","children":[{"title":"4_create_tokens.js <span style='color:#111;'> 1.01KB </span>","children":null,"spread":false},{"title":"2_token_migrations.js <span style='color:#111;'> 464B </span>","children":null,"spread":false},{"title":"3_marketplace_migrations.js <span style='color:#111;'> 698B </span>","children":null,"spread":false},{"title":"1_initial_migration.js <span style='color:#111;'> 126B </span>","children":null,"spread":false}],"spread":true},{"title":"contracts","children":[{"title":"MarketplaceBasketball.sol <span style='color:#111;'> 1002B </span>","children":null,"spread":false},{"title":"MarketplaceFootball.sol <span style='color:#111;'> 1000B </span>","children":null,"spread":false},{"title":"BasketballPlayer.sol <span style='color:#111;'> 407B </span>","children":null,"spread":false},{"title":"Migrations.sol <span style='color:#111;'> 419B </span>","children":null,"spread":false},{"title":"FootballPlayer.sol <span style='color:#111;'> 404B </span>","children":null,"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'> 106B </span>","children":null,"spread":false},{"title":"truffle-config.js <span style='color:#111;'> 4.04KB </span>","children":null,"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'> 243B </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • oLongXiaoJiuTian :
    用户下载后在一定时间内未进行评价,系统默认好评。
    2021-08-20
  • londea :
    用户下载后在一定时间内未进行评价,系统默认好评。
    2021-08-16
  • gogotemplate :
    用户下载后在一定时间内未进行评价,系统默认好评。
    2021-08-05

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明