Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
solution: update texts
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Mar 29, 2019
1 parent 878528b commit 2838b0a
Showing 1 changed file with 29 additions and 20 deletions.
49 changes: 29 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,37 @@
```shell
__ __ __ __
___ ____ ___ ___ _____ ____ _ / / ____/ / _ __ ____ _ __ __ / / / /_
/ _ \ / __ `__ \ / _ \ / ___/ / __ `/ / / / __ / ______| | / / / __ `/ / / / / / / / __/
/ __/ / / / / / // __/ / / / /_/ / / / / /_/ / /_____/| |/ / / /_/ / / /_/ / / / / /_
\___/ /_/ /_/ /_/ \___/ /_/ \__,_/ /_/ \__,_/ |___/ \__,_/ \__,_/ /_/ \__/

_____ _ _ _____ _
| ___| | | | | / __ \ | |
| |__ _ __ ___ ___ _ __ __ _| | __| | | / \/ ___ _ __ ___ ___ | | ___
| __| '_ ` _ \ / _ | '__/ _` | |/ _` | | | / _ \| '_ \/ __|/ _ \| |/ _ \
| |__| | | | | | __| | | (_| | | (_| | | \__/| (_) | | | \__ | (_) | | __/
\____|_| |_| |_|\___|_| \__,_|_|\__,_| \____/ \___/|_| |_|___/\___/|_|\___|
```
<p align="center">
<p align="center">
<a href="https://travis-ci.org/ETCDEVTeam/emerald-vault"><img alt="Travis" src="https://travis-ci.org/ETCDEVTeam/emerald-vault.svg?branch=master"></a>
<a href="https://circleci.com/gh/etcdevteam/emerald-vault"><img alt="CircleCI" src="https://circleci.com/gh/ETCDEVTeam/emerald-vault/tree/master.svg?style=shield"></a>
<a href="https://ci.appveyor.com/project/etcdevteam/emerald-vault">
<img alt="AppVeyor" src="https://ci.appveyor.com/api/projects/status/e5nqu33xo8y4nk0v?svg=true">
</a>
<a href="https://crates.io/crates/emerald-vault"><img alt="crates.io" src="https://img.shields.io/crates/v/emerald-vault.svg?style=flat-square"></a>
<a href="LICENSE"><img alt="Software License" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square&maxAge=2592000"></a>
</p>
</p>
## About
[![Travis CI](https://travis-ci.org/ETCDEVTeam/emerald-vault.svg?branch=master)](https://travis-ci.org/ETCDEVTeam/emerald-vault)
[![Circle CI](https://circleci.com/gh/ETCDEVTeam/emerald-vault/tree/master.svg?style=shield)](https://circleci.com/gh/etcdevteam/emerald-vault)
[![AppVeyor](https://ci.appveyor.com/api/projects/status/e5nqu33xo8y4nk0v?svg=true)](https://ci.appveyor.com/project/etcdevteam/emerald-vault)
![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square&maxAge=2592000)
`Emerald Platform` is a set of tools to build and integrate other applications with the Ethereum Classic (ETC) blockchain.
`Emerald Vault` is a tool to access Ethereum ETC from the command line. It connects to an external node (_"upstream"_) and allows a user or application to read information from the blockchain and to send new transactions. In the latter case it provides functionality to sign transactions by a provided Private Key. The tool integrates [emerald-rs](https://github.com/ETCDEVTeam/emerald-rs) with the intention of generation, import, and/or storing of Ethereum Private Keys.
## About
`emerald-vault` is compatible with both Ethereum ETC and ETH.
Emerald Console is a tool to access Ethereum blockchain(s) from the command line. It connects to an
external node (_"upstream"_) and allows a user or application to read information from the blockchain and to send new
transactions. In the latter case it provides functionality to sign transactions by a provided Private Key. The tool
integrates [emerald-rs](https://github.com/ETCDEVTeam/emerald-rs) with the intention of generation, import, and/or
storing of Ethereum Private Keys.
Emerald Console is compatible with:
- Ethereum Classic ETC
- Ethereum ETH
- Rootstock
- Ropsten Testnet
- Morden Testnet
- Rinkeby Testnet
- Rootstock Testnet
## Usage
Expand Down

0 comments on commit 2838b0a

Please sign in to comment.