https://github.com/thirdweb-dev/niftyswap.gg
Trade NFTs.
https://github.com/thirdweb-dev/niftyswap.gg
Last synced: 6 months ago
JSON representation
Trade NFTs.
- Host: GitHub
- URL: https://github.com/thirdweb-dev/niftyswap.gg
- Owner: thirdweb-dev
- License: gpl-3.0
- Created: 2021-07-21T13:19:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T08:32:47.000Z (almost 4 years ago)
- Last Synced: 2025-05-13T16:57:40.659Z (8 months ago)
- Language: Solidity
- Size: 450 KB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NiftySwap
Bundle, barter and trade NFTs and tokens with ease. Built with [thirdweb](https://thirdweb.com/).
## Deployments
### Polygon
- `NiftySwap.sol` : [0x6Eb7b8c199155cD8cf7686Dd51e3d70baD849C79](https://polygonscan.com/address/0x6Eb7b8c199155cD8cf7686Dd51e3d70baD849C79)
## Run Locally
Clone the project
```bash
git clone https://github.com/nkrishang/niftyswap.gg.git
```
Go to the project directory
```bash
cd niftyswap.gg
```
Install dependencies
```bash
yarn install
```
Run tests
```bash
npx hardhat test
```
## Authors
- [@nkrishang](https://www.github.com/nkrishang)