Skip to content

用Next.js14+Prisma+PostgreSQL+Rust的全栈web3项目demo,包括eth及solana链基本的钱包交互及合约调用

License

Notifications You must be signed in to change notification settings

hekung/postgres-prisma

 
 

Repository files navigation

name slug description framework useCase css database relatedTemplates
Vercel Postgres + Prisma Next.js Starter
postgres-prisma
用Next.js14+Prisma+PostgreSQL+Rust的全栈Solana web3项目demo
Next.js
Starter
daisyUI + Tailwind
Vercel Postgres
postgres-starter
postgres-kysely
postgres-sveltekit

Vercel Postgres + Prisma Next.js Starter

Simple Next.js template that uses Vercel Postgres as the database and Prisma as the ORM.

Clone and Deploy

Once that's done, copy the .env.example file in this directory to .env.development.local (which will be ignored by Git):

cp .env.example .env.development.local

Then open .env.development.local and set the environment variables to match the ones in your Vercel Storage Dashboard.

Next, run Next.js in development mode:

ni dev

Deploy it to the cloud with Vercel (Documentation).

About

用Next.js14+Prisma+PostgreSQL+Rust的全栈web3项目demo,包括eth及solana链基本的钱包交互及合约调用

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.7%
  • Rust 4.5%
  • Solidity 2.7%
  • JavaScript 2.3%
  • Other 0.8%