Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
/ ethereum-auth-client Public archive

npm module that abstracts the interactions with the Ethereum client with the registraion/lookup Smart Contract

License

Notifications You must be signed in to change notification settings

auth0/ethereum-auth-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum registration service module

Installation (global)

npm install eth-registration-service  -g

Usage

The module provides with API for registering and authenticating

const ETHEREUM_HOST = 'http://go-ethereum:8545';
const EthereumRegistrationService = require('eth-registration-service');
const ethereumRegistrationService = new EthereumRegistrationService(ETHEREUM_HOST);

About

npm module that abstracts the interactions with the Ethereum client with the registraion/lookup Smart Contract

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages