opengsn / gsn-web-tool

relayers list and registration tool

Home Page:https://relays.opengsn.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

What is GSN Web Tool?

What is GSN?

GSN is a distributed network of transaction relayers that allows decentralized applications (daps) to abstract away the process of paying the transaction gas fees to minimize friction during new user onboarding and to improve the user experience. With GSN, gasless clients can interact with Ethereum contracts without users needing to own or spend ETH for transaction fees.

Build with

  • React
  • TypeScript

Installation

  1. git clone https://github.com/opengsn/gsn-web-tool - clone this repo
  2. yarn - install dependencies

NPM scripts

For working locally you'll need to run a local blockchain, run a local GSN network and a local relay-server Lucky - this project include yarn scripts which makes it easy. they should be run in the following order:

  1. yarn run local-hardhat-node - run Hardhat locally. Hardhat is an Ethereum development environment for professionals.
  2. yarn run local-gsn: run a local GSN
  3. on windows - yarn run local-remove-cache - remove local cache
  4. yarn run local-relay-server: run a local relay server
  5. yarn start - react dev server

Install meta mask

Meta mask is a digital crypto wallet with support for local blockchain development environment

Steps:

  1. install from https://metamask.io/download/
  2. click on select network dropdown
  3. enable "show test network"
  4. select local network (localhost:8545), change chain id from 1337 to 31337
  5. add test ether - take private key from local-hardhat-node terminal

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

yarn run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

relayers list and registration tool

https://relays.opengsn.org/


Languages

Language:TypeScript 97.3%Language:HTML 1.5%Language:JavaScript 1.0%Language:CSS 0.2%