Skip to content

Commit 551b8c8

Browse files
authored
Update github links and some README (#107)
* Update github links and some README * update email
1 parent f0209fe commit 551b8c8

File tree

3 files changed

+27
-25
lines changed

3 files changed

+27
-25
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# uFragments
1+
# Ampleforth
22

33
<img src="https://frgs3.s3.amazonaws.com/logo_centered_small.jpg" alt="Banner" width="100" />
44

55

66
[![Build Status](https://travis-ci.com/frgprotocol/uFragments.svg?token=xxNsLhLrTiyG3pc78i5v&branch=master)](https://travis-ci.com/frgprotocol/uFragments)&nbsp;&nbsp;[![Coverage Status](https://coveralls.io/repos/github/frgprotocol/uFragments/badge.svg?branch=master&t=GiWi8p)](https://coveralls.io/github/frgprotocol/uFragments?branch=master)
77

8-
uFragments (μFragments or micro-Fragments) is a decentralized store of value protocol which attempts to create an Ideal money. It maintains a stable unit price by adjusting supply. You can read our [whitepaper](https://drive.google.com/file/d/1ESn7e-si7tCoEB7N9G9GKr-Y1cEwJnWC/preview) for the motivation and complete description of the protocol.
8+
Ampleforth (code name uFragments) is a decentralized elastic supply protocol. It maintains a stable unit price by adjusting supply directly to and from wallet holders. You can read the [whitepaper](https://www.ampleforth.org/paper/) for the motivation and a complete description of the protocol.
99

10-
This repository is a collection of [smart contracts](http://fragments.org/docs) that implement the uFragments protocol on the Ethereum blockchain.
10+
This repository is a collection of [smart contracts](http://ampleforth.org/docs) that implement the Ampleforth protocol on the Ethereum blockchain.
1111

1212

1313
## Table of Contents

package-lock.json

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "uFragments",
33
"version": "0.0.1",
4-
"description": "μFragments protocol smart contracts on Ethereum.",
4+
"description": "Ampleforth protocol smart contracts on Ethereum.",
55
"keywords": [
6-
"etheruem",
6+
"ethereum",
77
"smart-contracts",
88
"solidity"
99
],
10-
"homepage": "https://github.com/frgprotocol/uFragments#readme",
10+
"homepage": "https://github.com/ampleforth/uFragments#readme",
1111
"bugs": {
12-
"url": "https://github.com/frgprotocol/uFragments/issues"
12+
"url": "https://github.com/ampleforth/uFragments/issues"
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/frgprotocol/uFragments.git"
16+
"url": "git+https://github.com/ampleforth/uFragments.git"
1717
},
1818
"license": "ISC",
19-
"author": "eng@fragments.org",
19+
"author": "dev-support@ampleforth.org",
2020
"scripts": {
2121
"precommit": "./scripts/pre-commit.sh",
2222
"coverage": "npx frg-coverage",
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"app-root-path": "^2.0.1",
35-
"frg-ethereum-runners": "git+ssh://git@github.com/frgprotocol/frg-ethereum-runners.git#v1.0.0-alpha",
35+
"frg-ethereum-runners": "git+ssh://git@github.com/ampleforth/frg-ethereum-runners.git#v1.0.0-alpha",
3636
"js-yaml": "^3.11.0",
3737
"openzeppelin-eth": "2.0.2",
3838
"truffle": "^4.1.14"

0 commit comments

Comments
 (0)