Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-solana-dapp

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-solana-dapp - npm Package Compare versions

Comparing version 2.0.0-beta.8 to 2.0.0

2

package.json
{
"name": "create-solana-dapp",
"version": "2.0.0-beta.8",
"version": "2.0.0",
"description": "Get up and running fast with Solana dApps",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -5,8 +5,36 @@ # create-solana-dapp

Just run `npx create-solana-dapp@latest` to generate a new project!
Just run one simple command to generate a new project!
## More information
```shell
npx create-solana-dapp@latest
```
- [GitHub repository](https://github.com/solana-developers/create-solana-dapp)
- [npm package](https://npm.im/create-solana-dapp)
- [StackOverflow](https://solana.stackexchange.com/questions/tagged/create-solana-dapp)
## 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
## Contributing
Contributions are welcome! Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for more info.
## Local development
Detailed instructions on the local development workflow are outlined in the
[Development Workflow](../../CONTRIBUTING.md#development-workflow) section of the CONTRIBUTING guidelines.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc