Skip to content

roisindowling/web3Auth-vechain-basic

Repository files navigation

Web3Auth SDK Web3Auth Community

Web3Auth (@web3auth/modal) x vechain Example

This example demonstrates how to create an account using Web3Auth with vechain in a React application using an RPC-Proxy.

🚀 How to Use

To get started with the example, follow these steps:

  1. Configure Web3Auth Client:
    Go to https://dashboard.web3auth.io/ and create a create a new project.
  2. Add .env file: Create .env file and add in your client ID generated in step 1.
  3. Install dependencies:
    cd web3Auth-vechain
    yarn
  4. Run RPC-Proxy:
    • For the Testnet environment, use the following command:
      yarn docker:start:testnet
    • For the Mainnet environment, use the following command:
      yarn docker:start:mainnet
  5. Start App
    yarn start

About

Basic setup of Web3Auth on vechain using RPC-Proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published