solana-developers / create-solana-dapp

CLI for creating Solana dApps on the fly

Home Page:https://npmjs.com/package/create-solana-dapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-solana-dapp

⚡ Get up and running fast with Solana dApps ⚡

Just run one simple command to generate a new project!

npx create-solana-dapp@latest

Supported UI frameworks

The following UI frameworks are supported within create-solana-dapp:

  • ReactJS
  • NextJS

Planned frameworks to support

The following UI frameworks are planned and expected to be supported in the future:

  • VueJS
  • Svelte
  • React Native

Supported onchain program frameworks

The following onchain programs (aka smart contract) frameworks are supported within create-solana-dapp:

  • Anchor

Packages

This projects operates as an NX monorepo that requires each of the child packages deployed to the NPM package registry:

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for more info.

Local development

Detailed instructions on the local development workflow are outlined in the Development Workflow section of the CONTRIBUTING guidelines.

About

CLI for creating Solana dApps on the fly

https://npmjs.com/package/create-solana-dapp

License:MIT License


Languages

Language:TypeScript 96.0%Language:JavaScript 3.9%Language:Shell 0.2%