Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ourai/my-first-nft-market
Exercise for creating an NFT market
https://github.com/ourai/my-first-nft-market
ant-design-web3 antd-web3 dapp demo demo-app my-first-x nft nft-market smart-contract solidity web3
Last synced: about 2 months ago
JSON representation
Exercise for creating an NFT market
- Host: GitHub
- URL: https://github.com/ourai/my-first-nft-market
- Owner: ourai
- License: mit
- Created: 2024-06-11T12:40:23.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T08:12:54.000Z (7 months ago)
- Last Synced: 2024-07-10T10:04:34.917Z (7 months ago)
- Topics: ant-design-web3, antd-web3, dapp, demo, demo-app, my-first-x, nft, nft-market, smart-contract, solidity, web3
- Language: TypeScript
- Homepage:
- Size: 332 KB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RaiGallery - An NFT Market
Exercise for creating an NFT market.
This project is powered by:
- [Solidity](https://soliditylang.org/) and [Hardhat](https://hardhat.org/) for smart contracts
- [React](https://react.dev/), [Ant Design Web3](https://web3.ant.design/) and [Vite](https://vitejs.dev/) for web appFor local development, Node.js 18+ and [pnpm](https://pnpm.io/) are recommended.
There is a related note about how I wrote the smart contract part: [智能合约纯小白是如何完成自己的第一个 dApp——NFT market?](https://github.com/openbuildxyz/Web3-Frontend-Bootcamp/discussions/821)
## License
Source code is released under the [MIT](./LICENSE) license.
Copyright (c) 2024-present, Ourai Lin