Skip to content

Fetches the node details from torus nodelist smart contract

License

Notifications You must be signed in to change notification settings

torusresearch/fetch-node-details

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fetch-node-details

Introduction

This monorepo contains various packages to fetch node config of various web3auth's networks.

It has following pacakges:-

  • @toruslabs/constants
  • @toruslabs/fnd-base
  • @toruslabs/fetch-node-details
  • @toruslabs/fnd-server

Installation

  • npm i

Run server

  • npm run dev

Run test cases

  • npm run test:ci

Build packages

  • npm run build