Security News
UK Officials Consider Banning Ransomware Payments from Public Entities
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
create-wagmi
Advanced tools
create-wagmi
Get up and running quickly with wagmi by using the create-wagmi
CLI. This tool interactively scaffolds a new wagmi project for you so you can start building instantly without the hassle of setting up git
, installing packages, worrying about TypeScript configuration, etc.
To get started, create-wagmi
can be instantiated with one of your favorite package managers:
npm init wagmi
# or
pnpm create wagmi
# or
yarn create wagmi
By default, create-wagmi
scaffolds a basic Next.js application with wagmi. However, you can specify a custom template by passing the --template
/-t
flag:
npm init wagmi -- --template next-connectkit
# or
pnpm create wagmi --template next-connectkit
# or
yarn create wagmi --template next-connectkit
create-wagmi
currently comes with the following templates:
Next.js
next
(default): A Next.js wagmi project.next-cli-abi
: A Next.js wagmi project with @wagmi/cli
set upnext-cli-erc
: A Next.js wagmi project with @wagmi/cli
ERC Plugin set upnext-cli-etherscan
: A Next.js wagmi project with @wagmi/cli
Etherscan Plugin set upnext-cli-foundry
: A Next.js wagmi project with @wagmi/cli
Foundry Plugin set upnext-connectkit
: A Next.js wagmi project with ConnectKit included.next-rainbowkit
: A Next.js wagmi project with RainbowKit included.next-web3modal
: A Next.js wagmi project with Web3Modal included.Vite (React)
vite-react
: A Vite (React) wagmi project.vite-react-cli-abi
: A Vite wagmi project with @wagmi/cli
set upvite-react-cli-erc
: A Vite wagmi project with @wagmi/cli
ERC Plugin set upvite-react-cli-etherscan
: A Vite wagmi project with @wagmi/cli
Etherscan Plugin set upvite-react-cli-foundry
: A Vite wagmi project with @wagmi/cli
Foundry Plugin set upvite-react-connectkit
: A Vite (React) wagmi project with ConnectKit included.vite-react-rainbowkit
: A Vite (React) wagmi project with RainbowKit included.vite-react-web3modal
: A Vite (React) wagmi project with Web3Modal included.Specify a custom template to bootstrap the app with.
Use npm as the package manager for the app.
Use pnpm as the package manager for the app.
Use yarn as the package manager for the app.
Skips initializing the project as a git repository
FAQs
Create Wagmi apps with one command
The npm package create-wagmi receives a total of 161 weekly downloads. As such, create-wagmi popularity was classified as not popular.
We found that create-wagmi 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.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.