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

https://github.com/0xsequence/demo-nft-checkout

Demo demonstrating NFT checkout with a credit card via a sales contract and NFT collection deployed via the Sequence Builder.
https://github.com/0xsequence/demo-nft-checkout

Last synced: 12 months ago
JSON representation

Demo demonstrating NFT checkout with a credit card via a sales contract and NFT collection deployed via the Sequence Builder.

Awesome Lists containing this project

README

          

# Sequence NFT Checkout Demo

Demo demonstrating NFT checkout with a credit card via a sales contract and NFT collection deployed via the [Sequence Builder](https://sequence.build).

## Quickstart

Copy `.env.example` to `.env` and fill with your project information. To test things out, you can use the pre-provided keys in the `.env.example` file:

```
cp .env.example .env
```

Then install and run:

```js
pnpm install && pnpm dev
```

The app will start on `localhost:4444`

To provide your own keys from [Sequence Builder](https://sequence.build/), simply edit the `.env` file accordingly.