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.
- Host: GitHub
- URL: https://github.com/0xsequence/demo-nft-checkout
- Owner: 0xsequence
- Created: 2024-07-02T20:10:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T14:34:42.000Z (almost 2 years ago)
- Last Synced: 2025-06-06T03:40:36.703Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://demo-nft-checkout.pages.dev
- Size: 830 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.