Skip to content

zerodevapp/conduit-aa-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conduit AA Starter

This repo demonstrates how to send smart account transactions (aka "UserOps") on your Conduit rollup. We assume that you have installed the Conduit AA stack which consists of a Conduit bundler and the ZeroDev smart account SDK.

Getting started

Set up .env

Clone this repo, then create a .env with the following values:

AA_RPC=
NODE_RPC=
CHAIN_ID=

You can obtain the AA RPC from your Conduit AA dashboard, and the node RPC and chain ID from your Conduit rollup page.

Install dependencies

npm i

Run the example

Now you can run the example script to send a gasless transaction:

npx ts-node main.ts

Next steps

Check out the ZeroDev docs to learn all the amazing things you can do with smart accounts, including gas sponsorship, transaction batching, transaction automation, and chain abstraction!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published