create-solana-dapp
Advanced tools
Comparing version 2.0.0-beta.8 to 2.0.0
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
43206
0
40