You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by ki...@apache.org on 2019/08/23 16:12:58 UTC

[incubator-milagro-dta] branch initial-dta updated: fix typos in README.md

This is an automated email from the ASF dual-hosted git repository.

kittohoward pushed a commit to branch initial-dta
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-dta.git


The following commit(s) were added to refs/heads/initial-dta by this push:
     new ea10a67  fix typos in README.md
ea10a67 is described below

commit ea10a674e9a0439b2560cdb15fb1af146dbb77e5
Author: howardkitto <ki...@gmail.com>
AuthorDate: Fri Aug 23 17:12:46 2019 +0100

    fix typos in README.md
---
 README.md | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 0a5cbec..c5e360c 100644
--- a/README.md
+++ b/README.md
@@ -4,15 +4,15 @@
 
 Milagro Custody D-TA is a colaborative key management server 
 
-Milagro D-TA facilitates secure and auditable communication between people who to use key pairs (Beneficiaries) and service providers who can keep the secret keys safe (Custodians). It is written in Go and uses REST services based on the GoKit microservices framework: https://gokit.io/, it uses IPFS to create a shared immutable log of transactions and relies on Milagro-Crypto-C for it's crypto.
+Milagro D-TA facilitates secure and auditable communication between people who to use key pairs (Principal) and service providers who can keep the secret keys safe (Master Fiduciary). It is written in Go and uses REST services based on the [GoKit microservices framework] (https://gokit.io), it uses IPFS to create a shared immutable log of transactions and relies on Milagro-Crypto-C for it's crypto.
 
 ## Plugins
 Milagro D-TA provides a basic set of services for creating identities for actors in the system, and passing encrypted communication between them but it assumes that different service providers will have their own "special sauce" for securely storing public keys, so the vanilla services can be extended using a plugin framework. Two basic plugins are included in this release to give you an idea of how this can be done.
-1. *BitcoinPlugin* Will generate a Bitcoin address and reveal the corresponding secret key
-2. *SafeGuardSecret* Enables the principal to use a public key to encrypt a string and decrypt it again
+1. **BitcoinPlugin**  Generates a Bitcoin address and reveal the corresponding secret key
+2. **SafeGuardSecret** Encrypts a string and decrypts it again
 
 ## Instalation
-To see Milagro D-TA in action clone this repo and run the build script. This has currently been tested on Ubuntu (we'll make a mac version shortly)
+To see Milagro D-TA in action clone this repo and run the build script. This has currently been tested on Ubuntu (we'll make a Mac version shortly. Windows? You're on your own...)
 
 ```
 git clone https://github.com/apache/incubator-milagro-dta.git
@@ -48,20 +48,20 @@ Which includes a quick start guide that will show you how to get Milagro D-TA to
 
 ## Contributing
 
- Key pairs are becoming key to our online lives, and keeping secret keys safe is a growing industry, we hope to create an ecosystem of custodial service providers who colabroate to make the Internet a safer place for everyone. We are keen to get contributions and feedback from anyone in this space. This is a brand new project so our development processes are still being figured out, but if you have a suggestion, question or wish to make a contribution go ahead raise an issue and someone  [...]
+ Key pairs are becoming key to our online lives, and keeping secret keys safe is a growing industry, we hope to create an ecosystem of custodial service providers who colabroate to make the Internet a safer place for everyone. We are keen to get contributions and feedback from anyone in this space. This is a brand new project so our development processes are still being figured out, but if you have suggestions, questions or wish to make contributions please go ahead raise an issue and so [...]
 
 ## License
 
-Apache License 2.0]
+Apache License 2.0
 
 ## Credits
 
-Design and Concept... [Brian Spector](https://github.com/spector-in-london)
-Core Algorithm and Services... [Chris Morris](https://github.com/fluidjax)
-Framework and Refactoring... [Stanislav Mihaylov](https://github.com/smihaylov)
-Crypto Genius... [Kealan McCusker](https://github.com/kealan)
-Keeper of "The Apache Way"... [John McCane-Whitney](https://github.com/johnmcw)
-Prototype and Cat Herding... [Howard Kitto](https://github.com/howardkitto)
+* Design and Concept... [Brian Spector](https://github.com/spector-in-london)
+* Core Algorithm and Services... [Chris Morris](https://github.com/fluidjax)
+* Framework and Refactoring... [Stanislav Mihaylov](https://github.com/smihaylov)
+* Crypto Genius... [Kealan McCusker](https://github.com/kealan)
+* Keeper of "The Apache Way"... [John McCane-Whitney](https://github.com/johnmcw)
+* Prototype and Cat Herding... [Howard Kitto](https://github.com/howardkitto)