- Navigate to
anchor.toml
. - Set your desired cluster and wallet configurations.
- Run the following commands:
anchor build anchor deploy
- After deployment, note down the deployed program ID.
- Copy your
action_example.json
andaction_example.ts
files into theidl
directory.cp target/idl/action_example.json ./app/my-app/app/idls/action_example.json cp target/types/action_example.ts ./app/my-app/app/idls/action_example.ts
- Navigate to your application directory:
cd app/my-app
- Start the development server:
pnpm dev
Now, your Action & Blink project should be up and running!