Skip to content
Rafael Vidaurre edited this page Oct 3, 2018 · 9 revisions

Polymath Apps Wiki

This wiki contains information about the different apps and packages in this repository, as well as other related topics.

Polymath

Polymath is composed of two big parts:

  • [Back-end][polymath-core]: [Smart contracts][smart-contract] on the Ethereum network which implement Polymath's proposed standard called [ST-20][st-20].
  • [Front-end][polymath-apps]: WebApps and services that interact with the back-end.

The Back-end lives inside the [polymath-core][polymath-core] repository, which holds all the smart contracts that implement the logic of the network.

The Front-end is a group of web apps and services that exist outside of the blockchain, their main goal is to provide a way to interact with the back-end. Theoretically speaking, one could completely avoid using the front-end and still be able to fully interact with the back-end. For instance, check this article explaining how to do this from My Ether Wallet (note that the article explains the steps after the ticker has been reserved, but even this can be done manually).

This Wiki's Sections

Clone this wiki locally