1.0.0 • Published 12 months ago
create-evm-actions v1.0.0
Create EVM Actions
The easiest way to get started with your new EVM Action is by using create-evm-actions
. This CLI allows you to quickly start building a new EVM Action from one or more templates.
Interactive
You can create a new EVM Action interactively by running:
# using npx
npx create-evm-actions
# using npm
npm create evm-actions
# using yarn
yarn create evm-actions
# using pnpm
pnpm create evm-actions
Follow the instructions to create your new EVM Action.
Non Interactive
Coming soon.
1.0.0
12 months ago