Welcome to the Tensor Marketplace Boilerplate!
This demo provides a simple foundation for building on the Tensor API, use it to get started building NOW!
- Node v18.18.0 or higher
- Tensor API Key
git clone tensor-hq/tmarket
cd tmarket
npm install
NEXT_PUBLIC_SOLANA_RPC_URL= # Frontend Solana RPC
SOLANA_RPC_URL= # Backend Solana RPC
TENSOR_API_KEY=
NEXT_PUBLIC_COLLECTION_SLUG=
npm run dev
web/app/api
- Proxied requests to Tensor’s APIweb/app/page.tsx
- Index page, where data is fetched + rendered