# ethlog **Repository Path**: mirrors_tomykaira/ethlog ## Basic Information - **Project Name**: ethlog - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EthLog Ethereum Log that can be used as small chat service. ## Setup Create wallet and receive ropsten ethereum. Metamask is quick way to setup. https://blog.bankex.org/how-to-buy-ethereum-using-metamask-ccea0703daec Save your username and the mnemonic (or "wallet seed") shown while wallet setup as `.secret.json`. The username is ascii only, up to 32 bytes. ```json { "username": "tomy", "mnemonic": "apple banana cat bla bla bla" } ``` Then, run reader.js. Past posts will be soon shown. ```sh node reader.js ``` In order to speak something, run `sender.js` with STDIN. ```sh node sender.js <<< "Hello ETH!" ``` Known Bug: This program does not halt. Kill with Ctrl-C. Your speech will be shown in reader after about 30 seconds.