-
Notifications
You must be signed in to change notification settings - Fork 16
Home
This wiki contains information about the different apps and packages in this repository, as well as other related topics.
Polymath is composed of two big parts:
- Back-end: Smart contracts on the Ethereum network.
- Front-end: WebApps and services that interact with the back-end.
The Back-end lives inside the polymath-core repository, which holds all the smart contracts that implement the logic of the network.
Here's a video of the Back-end's architecture
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).
- Interactions with the Polymath Network: Descriptions of the interactions users perform with the network through our apps.
- Smart Contracts: A detailed description of the public methods and properties of the Smart Contracts
- Apps and Packages: A list of the different packages that live in this repository
- General Knowledge: General information about the Ethereum, and Development for the Ethereum Network.