Skip to content

Primitives-xyz/tapestry-template

Repository files navigation

Solana Starter Kit

Welcome to the Solana Starter Kit! This guide is designed to help you quickly start building blockchain applications on Solana by providing a comprehensive template and clear, step-by-step instructions.

User Journey

1. Clone the Repo

Clone the repository in your preferred code editor to start working with the code locally. Use the following commands:

git https://github.com/Primitives-xyz/solana-starter-kit
cd solana-starter-kit

2. Get API Keys

At this stage, you need to sign up for API keys from each infrastructure partner required for your project. Use the links below to sign up:

3. Configure Environment

Create a .env file at the project root and paste in your API credentials:

#TODO

4. Add Docs to Cursor

Navigate to Cursor > Cursor Settings > Features > Docs

Add the following docs URLs so Cursor can access them at any time:

5. Install Dependencies and Get Started

Install dependencies and run the development server to begin coding:

npm install
npm run dev

Now you're all set to start coding! Begin by exploring the codebase, and use our documentation to guide your development.

Releases

No releases published

Packages

No packages published

Languages