mirror of https://github.com/embarklabs/embark.git
bd4b110a78
Add option in communication config to choose which Whisper client to use. Because Parity’s implementation of Whisper is not compatible with Whisper v6, and therefore web3.js in its current form, the following changes have been made: 1. remove any functionality associated with launching a Parity Whisper process. 2. Warn the user when the Parity Whisper client has been opted for in the communication config. 3. Return an error for API calls when Parity Whisper client has been opted for in the communication config. 4. Update Cockpit’s Communication module to show errors returned from API calls. 5. Update the messaging configuration documentation for the new communication client option. |
||
---|---|---|
.. | ||
scripts | ||
source | ||
themes/embark | ||
.gitignore | ||
CNAME | ||
LICENSE | ||
README.md | ||
_config.yml | ||
deploy-site.js | ||
gulpfile.js | ||
package.json | ||
yarn.lock |
README.md
Embark Official Website
The website for Embark.
Getting started
Install dependencies:
$ git clone https://github.com/status-im/embark-site.git
$ cd embark-site
$ npm install
Generate:
$ hexo generate
Run server:
$ hexo server