An open API service indexing awesome lists of open source software.

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.

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)