Skip to content

thirdweb-dev/smart_wallet_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Install dependencies:

yarn install

Run the project:

yarn dev

Configuration

The script runs on goerli by default, but requires a thirdweb API key.

paste your api key in your .env file:

THIRDWEB_API_KEY={{your_api_key}}

Chains

The script runs on goerli by default, you can change it in index.ts

const chain = Goerli; // can also be: Mumbai, BaseGoerli, OptimismGoerli...

Contracts

The script has default factories out of the box for testnets, but you can deploy your own on the thirdweb dashboard. You can also bring your own 4337 compatible factory, and adjust the the SDK to the specifics of the contract.

Documentation

Full documentation at: https://portal.thirdweb.com/wallet/smart-wallet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors