https://github.com/ivcained/ghopix1
https://github.com/ivcained/ghopix1
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivcained/ghopix1
- Owner: ivcained
- License: apache-2.0
- Created: 2024-01-21T13:51:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T13:51:37.000Z (over 2 years ago)
- Last Synced: 2025-01-10T14:24:10.581Z (over 1 year ago)
- Language: TypeScript
- Size: 2.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NFT Marketplace V3
Create an NFT marketplace on top of your NFT collection on **any** EVM-compatible blockchain.
## Installation
Install via [thirdweb create](https://portal.thirdweb.com/cli/create)
```bash
npx thirdweb create --template marketplace-v3
```
## Run Locally
Install dependencies
```bash
# npm
npm install
# yarn
yarn install
```
Start the server
```bash
# npm
npm run start
# yarn
yarn start
```
## Environment Variables
To run this project, you will need to add environment variables. Check the `.env.example` file for all the environment variables required and add it to `.env.local` file or set them up on your hosting provider.
## Deployment
Deploy a copy of your application to IPFS using the following command:
```bash
yarn deploy
```
## Additional Resources
- [Documentation](https://portal.thirdweb.com)
- [Templates](https://thirdweb.com/templates)
- [Video Tutorials](https://youtube.com/thirdweb_)
- [Blog](https://blog.thirdweb.com)
## Contributing
Contributions and [feedback](https://feedback.thirdweb.com) are always welcome! Please check our [open source page](https://thirdweb.com/open-source) for more information.
## Need help?
For help, join the [discord](https://discord.gg/thirdweb) or visit our [support page](https://support.thirdweb.com).