Skip to content

Commit

Permalink
Start Namada history
Browse files Browse the repository at this point in the history
Namada history begins from Anoma 0.6.1. Update the README slightly
to reflect that this is now the Namada repository, taking the Namada
blurb from current docs. (The CI badge will return when CI is set up
for Namada.)
  • Loading branch information
juped committed Jul 5, 2022
1 parent 31affe1 commit 13d2a6d
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Anoma
# Namada

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE)
[![Drone CI build status](https://ci.heliax.dev/api/badges/anoma/anoma/status.svg)](https://ci.heliax.dev/anoma/anoma)

## Overview

[Anoma](https://anoma.network/) is a sovereign, proof-of-stake blockchain protocol that enables private, asset-agnostic cash and private bartering among any number of parties. To learn more about Anoma's vision, take a look at the [Anoma Vision Paper](https://anoma.net/vision-paper.pdf) or [Anoma's Whitepaper](https://anoma.net/whitepaper.pdf).

This is an implementation of the Anoma protocol in Rust.
Namada is a sovereign proof-of-stake blockchain, using Tendermint BFT
consensus, that enables multi-asset private transfers for any native
or non-native asset using a multi-asset shielded pool derived from
the Sapling circuit. Namada features full IBC protocol support,
a natively integrated Ethereum bridge, a modern proof-of-stake
system with automatic reward compounding and cubic slashing, and a
stake-weighted governance signalling mechanism. Users of shielded
transfers are rewarded for their contributions to the privacy set in
the form of native protocol tokens. A multi-asset shielded transfer
wallet is provided in order to facilitate safe and private user
interaction with the protocol.

## 📓 Docs

Expand Down

0 comments on commit 13d2a6d

Please sign in to comment.