
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
create-aptos-dapp
Advanced tools
a starter kit for dapp developers to easily bootstrap a dapp on the Aptos network
create-aptos-dapp
provides a starter kit for dapp developers to easily bootstrap on the Aptos network
NOTE: No need to clone: run
npx create-aptos-dapp@latest
in your terminal to get started
To create a Aptos dapp, open your terminal, cd into the directory you’d like to create the dapp in, and run the following command:
npx create-aptos-dapp@latest
Then follow the prompts!
(npx comes with npm 5.2+ and higher, see instructions for older npm versions)
create-aptos-dapp
simplifies the initial setup and configuration process, provides a modern development workflow, gives pre-made e2e dapp templates, and offers a range of benefits that save time and effort. Using create-aptos-dapp enables developers to build dapps quicker on Aptos.
create-aptos-dapp
provides you with pre-made end-to-end dapp templates, i.e a ready dapp with configurations and a beautiful UI to get you started with creating a dapp on Aptos.
create-aptos-dapp
also provides you with full stack examples that are for educational purpose, these examples are not production ready and not audited.
Bump the version in package.json
and update CHANGELOG.md
.
Run this to cleanup and rebuild project:
npm run build
Run this to preview the change and make sure it aligns with the existing published package:
npm publish --dry-run
Run this to publish the new version:
npm publish
FAQs
a starter kit for dapp developers to easily bootstrap a dapp on the Aptos network
The npm package create-aptos-dapp receives a total of 52 weekly downloads. As such, create-aptos-dapp popularity was classified as not popular.
We found that create-aptos-dapp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.