8000 GitHub - Pessina/weth
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Pessina/weth

Repository files navigation

WETH

A NextJs implementation of a WETH contract, allowing the user to wrap and unwrap ETH into WETH.

Overview

This implementation includes:

  • Wallet signing using RainbowKit
  • Safe signing using the Safe SDK (@safe-global/api-kit, @safe-global/relay-kit)

Prerequisites

Setup

  1. Install dependencies:
pnpm install
  1. Configure environment:
cp .env.example .env
  1. Add your credentials for Pimlico and RainbowKit to the .env file.

Note: This implementation has been tested on Sepolia testnet.

Running the Server

Start the development server:

pnpm dev

The server runs on port 3000 by default. You can visit it on your browser at http://localhost:3000.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0