PepePaint Pepecoin Gallery
## About The Project
Built with Reservoir APIs that enables access to instant liquidity aggregated from major marketplaces. We encourage developers to use this project as a reference for their own implementation.(https://github.com/reservoirprotocol/).
(back to top)
### Built With
- [ReservoirKit](https://docs.reservoir.tools/docs/reservoir-kit)
- [Reservoir Protocol and API](https://reservoirprotocol.github.io/)
- [Next.js](https://nextjs.org/)
- [React.js](https://reactjs.org/)
- [Ethers.io](https://ethers.io/)
- [WAGMI](https://wagmi.sh/)
- [Stitches](https://stitches.dev/docs/variants)
### Prep
1. Install [Yarn](https://classic.yarnpkg.com/en/docs/install)
### Installation
With yarn:
```bash
$ yarn install
```
### Configuration
You can either add these to a `.env.production` and `.env.development` or add env variables to a deployment platform like [vercel](https://vercel.com/).
**Environment Variables**
| Environment Variable | Required | Description | Example |
|--------------------------------|----------|-------------------------------------------------------------------------------------|---------------------|
| NEXT_PUBLIC_HOST_URL | `true` | The domain that the deployed project is hosted on. | http://localhost:3000 |
123e4567-e89b-12d3-a456-426614174000 |
### Run the App
Run:
With yarn:
$ yarn dev
(back to top)