Skip to content

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

myanzik/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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%