diff --git a/README.md b/README.md index 08b4ca3..7258385 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,37 @@ ```shell - __ __ __ __ - ___ ____ ___ ___ _____ ____ _ / / ____/ / _ __ ____ _ __ __ / / / /_ - / _ \ / __ `__ \ / _ \ / ___/ / __ `/ / / / __ / ______| | / / / __ `/ / / / / / / / __/ - / __/ / / / / / // __/ / / / /_/ / / / / /_/ / /_____/| |/ / / /_/ / / /_/ / / / / /_ - \___/ /_/ /_/ /_/ \___/ /_/ \__,_/ /_/ \__,_/ |___/ \__,_/ \__,_/ /_/ \__/ + + _____ _ _ _____ _ + | ___| | | | | / __ \ | | + | |__ _ __ ___ ___ _ __ __ _| | __| | | / \/ ___ _ __ ___ ___ | | ___ + | __| '_ ` _ \ / _ | '__/ _` | |/ _` | | | / _ \| '_ \/ __|/ _ \| |/ _ \ + | |__| | | | | | __| | | (_| | | (_| | | \__/| (_) | | | \__ | (_) | | __/ + \____|_| |_| |_|\___|_| \__,_|_|\__,_| \____/ \___/|_| |_|___/\___/|_|\___| + + ``` -
-
- - - - - - - -
- -## 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