Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Releases: PolymathNetwork/polymath.js-deprecated

Preparing for Updated Core Contracts

23 Feb 22:05
81428ad
Compare
Choose a tag to compare

Preparing for Updated Core Contracts v0.2.0

Polymath.js is a javascript library used for interacting with the polymath-core Ethereum smart contracts. The initial release provides a wrapper around all of the core function calls in Compliance.sol, Customers.sol, SecurityToken.sol, SecurityTokenRegistrar.sol, and Template.sol. The polymath.js library makes it easy to connect to all of these functions in a more developer friendly manner without having to worry about the underlying contract code.


Some of the things you could do with this is:

  • Create an ST-20 token.
  • Utilize the ST-20 protocol to attach KYC to your ST-20 token.
  • Launch an STO (Security Token offering).
  • Become a legal delegate and submit ST-20 token templates for others.
  • Sign up as a legal delegate and submit templates.
  • Ability to subscribe and unsubscribe to all events related to the above.

Let the stampede begin!

Polymath.js Initial Release

02 Feb 21:10
2866b44
Compare
Choose a tag to compare

Main release features v0.1.0

Polymath.js is a javascript library used for interacting with the polymath-core Ethereum smart contracts. The initial release provides a wrapper around all of the core function calls in Compliance.sol, Customers.sol, SecurityToken.sol, SecurityTokenRegistrar.sol, and Template.sol. The polymath.js library makes it easy to connect to all of these functions in a more developer friendly manner without having to worry about the underlying contract code.


Some of the things you could do with this is:

  • Create an ST-20 token.
  • Utilize the ST-20 protocol to attach KYC to your ST-20 token.
  • Launch an STO (Security Token offering).
  • Become a legal delegate and submit ST-20 token templates for others.
  • Sign up as a legal delegate and submit templates.
  • Ability to subscribe and unsubscribe to all events related to the above.

Let the stampede begin!