Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
create-solana-dapp
Advanced tools
:zap: Get up and running fast with Solana dApps :zap:
Just run one simple command to generate a new project!
npx create-solana-dapp@latest
The templates are supported within create-solana-dapp
:
You can also use create-solana-dapp
to create projects using external templates:
The --template
(or -t
) flag supports anything that giget supports
pnpx create-solana-dapp --template <github-org>/<github-repo>
Template authors can add an init script to the package.json
file to help set up the project.
Use this script to return instructions to the user, check the anchor
and solana
versions, and replace text and files
in the project.
{
"name": "your-template",
"create-solana-dapp": {
// These instructions will be returned to the user after installation
"instructions": [
"Run Anchor commands:",
// Adding a '+' will make the line bold and '{pm}' is replaced with the package manager
"+{pm} run anchor build | test | localnet | deploy"
],
// Rename is a map of terms to rename
"rename": {
// Rename every instance of counter
"counter": {
// With the name of the project
"to": "{{name}}",
// In the following paths
"paths": ["anchor", "src"]
}
},
// Check versions and give a warning if it's not installed or the version is lower
"versions": {
"anchor": "0.30.1",
"solana": "1.18.0"
}
}
}
The following UI frameworks are planned and expected to be supported in the future:
The following on-chain programs (aka smart contracts) frameworks are supported within create-solana-dapp
:
Contributions are welcome! Please see CONTRIBUTING.md for more info.
[!TIP] This project uses pnpm as the package manager. If you don't have it, you can install it using
corepack
:
corepack enable corepack prepare pnpm@9 --activate
To install the project locally, run the following commands:
git clone https://github.com/solana-developers/create-solana-dapp.git
cd create-solana-dapp
pnpm install
pnpm build
Detailed instructions on the local development workflow are outlined in the
[Development Workflow](./CONTRIBUTING.md#development-workflow) section of the CONTRIBUTING guidelines.
FAQs
Get up and running fast with Solana dApps
The npm package create-solana-dapp receives a total of 236 weekly downloads. As such, create-solana-dapp popularity was classified as not popular.
We found that create-solana-dapp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.