Skip to content

PrintRH/smart-wallet-scaffold-eth

Repository files navigation

🏗 Scaffold-ETH 2

Base Smart Wallet

This codebase is as an integration on top of Scaffold-ETH 2. I learned about Smart Wallets at Base House ETH Denver, and got really excited to set this up and share with everyone!

About Smart Wallet

  • Provides capability to create wallets using passkey (ERC-4337)
  • Removes hassle of remembering seed phrases and private keys

Wallet Demo

IMAGE ALT TEXT HERE

Quickstart

Quickstart for Scaffold ETH Users:

  1. Clone Scaffold ETH Repo

    git clone https://github.com/scaffold-eth/scaffold-eth-2.git
    cd scaffold-eth-2
    
  2. Specify resolution to use the wallet SDK beta version in package.json

    {
     "resolutions": {
         "@coinbase/wallet-sdk": "npm:@coinbase/wallet-sdk@4.0.0-beta.0"
     }
    }
    
  3. Install dependencies

    yarn install
    
  4. Start NextJS App

    yarn start
    
  5. Test it on your localhost!

📖 Documentation

For more documentation on Smart Wallets, check out the docs from Base here.

Visit Scaffold-ETH 2 docs to learn how to start building with Scaffold-ETH 2.

To know more about its features, check out our website.

Contributing to Scaffold-ETH 2

We welcome contributions to Scaffold-ETH 2!

Please see CONTRIBUTING.MD for more information and guidelines for contributing to Scaffold-ETH 2.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published