Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
/ web3-ss.js Public archive
forked from CyberMiles/web3-cmt.js

The web3-compatible JavaScript library for Second State blockchain transactions. It will fully compatible with Ethereum. All Second State blockchain related transactions are under the web3.ss package.

Notifications You must be signed in to change notification settings

second-state/web3-ss.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecondState Javascript API

Build Status

Requirement

  • node ^8.0.0
  • yarn ^1.0.0 or npm ^5.0.0

Installation

yarn add web3-ss  # or npm install web3-ss

Package linking (for development only)

# get latest version of web3-ss.js
git clone https://github.com/second-state/web3-ss.js /path_to/web3-ss.js
cd /path_to/web3-ss.js
git checkout master
yarn install    # (or `npm install`)

# prepare for web3-ss package linking
yarn link       # (or `npm link`)

# goes to directory of your project
cd /path_to/your_project

# link to local version of web3-ss package
yarn link "web3-ss"  # (or `npm link "web3-ss"`)

Documentation

About

The web3-compatible JavaScript library for Second State blockchain transactions. It will fully compatible with Ethereum. All Second State blockchain related transactions are under the web3.ss package.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%