Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoanle396/nft-marketplace
https://github.com/hoanle396/nft-marketplace
blockchain nextjs nft-marketplace nfts solidity
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hoanle396/nft-marketplace
- Owner: Hoanle396
- Created: 2023-08-12T16:47:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T06:01:51.000Z (about 1 year ago)
- Last Synced: 2024-10-28T04:58:47.859Z (3 months ago)
- Topics: blockchain, nextjs, nft-marketplace, nfts, solidity
- Language: TypeScript
- Homepage: https://market-place-next.vercel.app/
- Size: 5.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
### First, you need add environment variables
```bash
cp .env.example .env
```### Next, run the development server:
```bash
npx hardhat node
``````bash
npx hardhat run --network localhost ./scripts/deploy.ts
``````bash
yarn dev
```