Skip to content

Commit

Permalink
Merge pull request #124 from Augmint/set_token_name
Browse files Browse the repository at this point in the history
Set token name
  • Loading branch information
Peter Petrovics authored Jul 9, 2018
2 parents fd71393 + 83c8e9c commit 3114a6e
Show file tree
Hide file tree
Showing 19 changed files with 955 additions and 67 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Decentralised stable cryptocurrency on Ethereum

Augmint provides digital tokens, value of each token pegged to a fiat currency.

The first Augmint token will be A-EUR (Augmint Crypto Euro), pegged to EUR.
The first Augmint token will be A-EUR (Augmint Euro), pegged to EUR.

The value of 1 A-EUR is always closely around 1 EUR.

Expand Down Expand Up @@ -76,7 +76,7 @@ Sequence diagrams:
* enforces system wide limits (Loan to Deposit ratio limits)
* issue to & from reserve functions
* [TokenAEur.sol](./contracts/TokenAEur.sol)
* First AugmintToken contract instance, pegged for pegged to EUR (A-EUR aka Augmint Crypto Euro aka A€ )
* First AugmintToken contract instance, pegged for pegged to EUR (A-EUR aka Augmint Euro aka A€ )
* Sets standard token parameters (name, symbol, decimals, peggedSymbol etc.)
* [Rates.sol](./contracts/Rates.sol)
A contract to return fiat/ETH exchange rates.
Expand Down
Loading

0 comments on commit 3114a6e

Please sign in to comment.