Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naolduga committed Oct 16, 2019
1 parent 1d6025f commit e80cc5d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This is the genesis repo for `movemint` which is being built by replacing the [S

Movemint talks to Tendermint via the [ABCI].

Movemint will primarily depend on the Move language [crate] from LC. A hat-tip to the LC authors and the [Libra Assosciation]!
Movemint will primarily depend on the Move language [crate] from LC. A hat-tip to the LC authors and the [Libra Association]!

When complete, Movemint may serve as node software for 1 or more Tendermint-powered networks. Some of these networks may join the [Cosmos] network.

Expand Down Expand Up @@ -73,13 +73,13 @@ In the coming weeks we will be fleshing out this repository with code and docume

# Join the Movemint

Now, you may want to join us as we work hard to make `movemint` a reality! Jump to the `Research` section; it may give you ideas to contribute as code or documentation! You may also want to join the [OL] collective's [Discord] channel.
Now, you may want to join us as we work hard to make `movemint` a reality! Jump to the `Research` section; it may give you ideas to contribute as code or documentation!

# Contributing

Use standard GitHub practices. Fork this repository. Clone to your machine. Branch from the tip, etc.

`git branch -b my_awesome_contribution_to_the_movemint`
`git checkout -b my_awesome_contribution_to_the_movemint`

Code away, commit, test, and push to GitHub.

Expand All @@ -91,7 +91,7 @@ For the past few months we've been busy doing research on the Libra ecosystem: p

## Our Strategy

We have come up with a **∆ strategy** wherein the `Move VM` serves as `compatiblity layer` between a Movemint network and an LC network.
We have come up with a **∆ strategy** wherein the `Move VM` serves as `compatibility layer` between a Movemint network and an LC network.

We will publish a blog about this ∆-ular strategy of 'unpacking trust in Libra'.

Expand Down Expand Up @@ -123,15 +123,15 @@ DISCLAIMER

_THERE MAY BE DRAGONS._

All content in this repo including the README are licensed under Apache-2.0.
All content in this repo including the README is licensed under Apache-2.0.

-----

[crate]: https://developers.libra.org/docs/crates/vm
[crates.io]: https://crates.io
[Libra Core]: https://github.com/libra/libra
[The Path Forward]: https://developers.libra.org/blog/2019/06/18/the-path-forward
[Libra Assosciation]: https://libra.org
[Libra Association]: https://libra.org

[OL]: https://openlibra.io
[Discord]: https://discord.gg/wXHHxD
Expand Down Expand Up @@ -164,4 +164,4 @@ All content in this repo including the README are licensed under Apache-2.0.

[Git]: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
[Rust]: https://rust-lang.org
[Cargo]: https://doc.rust-lang.org/cargo/getting-started/installation.html
[Cargo]: https://doc.rust-lang.org/cargo/getting-started/installation.html

0 comments on commit e80cc5d

Please sign in to comment.