Skip to content

Contains the ethereum addresses of all the linnia-protocol smart contracts and their older versions

Notifications You must be signed in to change notification settings

Stow-protocol/stow-addresses

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Stow Addresses

This NPM Package contains a list of all the Stow Smart Contracts addresses and their older versions.

Install

npm

This project is available through npm. To install run

> npm install @stowprotocol/stow-addresses --save

Use in Node.js

To create access the Stow Protocol contract addresses:

const stow_adresses = require('@stowprotocol/stow-addresses')

const stow_hub_address = stow_adresses.ropsten.StowSmartContracts.latest
const stow_hub_address1.6 = stow_adresses.ropsten.StowSmartContracts['v0.1.6']
const stow_hub_address_rinkeby = stow_adresses.rinkeby.StowSmartContracts.latest
const stow_token = stow_adresses.ropsten.StowToken.latest

About

Contains the ethereum addresses of all the linnia-protocol smart contracts and their older versions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%