2018-04-10 11:42:36 -04:00
|
|
|
# token-gas-relayer
|
2018-07-20 12:05:12 -04:00
|
|
|
Gas relayer mplementation for economic abstraction. This project consists of two elements:
|
|
|
|
- `gas-relayer`: nodejs service that listens to whisper on a symmetric key, with specific topics, and processes any transaction.
|
|
|
|
- `test-dapp`: DApp created for testing purposes. It allows the easy creation of the messages expected by the service.
|
2018-04-10 11:42:36 -04:00
|
|
|
|
|
|
|
|
2018-09-13 11:59:41 -04:00
|
|
|
## Documentation
|
|
|
|
1. [Installation - testnet/mainnet](installation-testnet-mainnet.md)
|
|
|
|
2. [Installation - development environment](installation-development.md)
|
|
|
|
3. [Gas relayer protocol](relayer-protocol.md)
|
|
|
|
4. [Javascript library](javascript-library.md)
|
|
|
|
5. Status Extensions (TODO)
|
2018-07-20 12:05:12 -04:00
|
|
|
|
2018-08-27 10:54:19 -04:00
|
|
|
|
2018-09-13 11:59:41 -04:00
|
|
|
## Deployment Details
|
|
|
|
| Contract | Ropsten Address | Mainnet Address |
|
|
|
|
| ---------------------------|------------------------------------------- | ------------------------------------------ |
|
2018-11-30 19:07:23 -04:00
|
|
|
| status/SNTController | 0x1f42B87b375b8ac6C77A8CAd8E78319c18695E75 | - |
|
|
|
|
| identity/IdentityFactory | 0xCf3473C2A50F7A94D3D7Dcc2BeBbeE989dAA014E | - |
|