Ampleforth – 安普福斯区块链毕设代写
区块链毕设代写本文提供国外最新区块链项目源码下载,包括solidity,eth,fabric等blockchain区块链,Ampleforth – 安普福斯区块链毕设代写 是一篇很好的国外资料
Ampleforth
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 for the motivation and a complete description of the protocol.
This repository is a collection of smart contracts that implement the Ampleforth protocol on the Ethereum blockchain.
The official mainnet addresses are:
- ERC-20 Token: 0xD46bA6D942050d489DBd938a2C909A5d5039A161
- Supply Policy: 0x1B228a749077b8e307C5856cE62Ef35d96Dca2ea
- Orchestrator: 0x6fb00a180781e75f87e2b690af0196baa77c7e7c
- Market Oracle: 0x99c9775e076fdf99388c029550155032ba2d8914
- CPI Oracle: 0xa759f960dd59a1ad32c995ecabe802a0c35f244f
Table of Contents
- Install
- Testing
- Testnets
- Contribute
- License
Install
# Install project dependencies yarn
Testing
# Run all unit tests (compatible with node v12+) yarn test
Testnets
There is a testnet deployment on Rinkeby. It rebases hourly using real market data.
- ERC-20 Token: 0x027dbcA046ca156De9622cD1e2D907d375e53aa7
- Supply Policy: 0x1D2771AFC894107c4edc072e3bd15Cb7F1BCC007
- Orchestrator: 0xF473604Be74A69a6bB4ebED33A91a291f6C5b5DE
- Market Oracle: 0x47fB203e1d75FB2c518Cd56f3a8094D22A46aF83
- CPI Oracle: 0xDB021b1B247fe2F1fa57e0A87C748Cc1E321F07F
Contribute
To report bugs within this package, create an issue in this repository. For security issues, please contact dev-support@ampleforth.org. When submitting code ensure that it is free of lint errors and has 100% test coverage.
# Lint code yarn lint # Format code yarn format # Run solidity coverage report (compatible with node v12) yarn coverage # Run solidity gas usage report yarn profile
License
GNU General Public License v3.0 (c) 2018 Fragments, Inc.
Ampleforth
Ampleforth(代号uffragments)是一种分散的弹性供应协议。它通过直接调整钱包持有者的供给来维持稳定的单价。您可以阅读白皮书了解动机和协议的完整描述。
此存储库是在以太坊eth区块链blockchain上实现Ampleforth协议的智能合约的集合。
官方的主网地址是:
在Rinkeby上有一个testnet部署。它利用真实的市场数据每小时调整一次。
- ERC-20令牌:0xD46bA6D942050d489DBd938a2C909A5d5039A161
- CPI Oracle:0xa759f960dd59a1ad32c995ecabe802a0c35f244f
- Orchestrator: 0x6fb00a180781e75f87e2b690af0196baa77c7e7c
- Market Oracle: 0x99c9775e076fdf99388c029550155032ba2d8914
- CPI Oracle: 0xa759f960dd59a1ad32c995ecabe802a0c35f244f
目录
- Install
- Testing
- Testnets
- Contribute
- License
安装
# Install project dependencies yarn
测试
# Run all unit tests (compatible with node v12+) yarn test
贡献
要报告此软件包中的错误,请在此存储库中创建一个问题。有关安全问题,请联系dev-support@ampleforth.org。提交代码时,请确保它没有lint错误,并且具有100%的测试覆盖率。
- ERC-20 Token: 0x027dbcA046ca156De9622cD1e2D907d375e53aa7
- Supply Policy: 0x1D2771AFC894107c4edc072e3bd15Cb7F1BCC007
- Orchestrator: 0xF473604Be74A69a6bB4ebED33A91a291f6C5b5DE
- Market Oracle: 0x47fB203e1d75FB2c518Cd56f3a8094D22A46aF83
- CPI Oracle: 0xDB021b1B247fe2F1fa57e0A87C748Cc1E321F07F
许可证
GNU通用公共许可证v3.0(c)2018片段,Inc.
# Lint code yarn lint # Format code yarn format # Run solidity coverage report (compatible with node v12) yarn coverage # Run solidity gas usage report yarn profile
License
GNU General Public License v3.0 (c) 2018 Fragments, Inc.
部分转自网络,侵权联系删除区块链源码网
区块链知识分享网, 以太坊dapp资源网, 区块链教程, fabric教程下载, 区块链书籍下载, 区块链资料下载, 区块链视频教程下载, 区块链基础教程, 区块链入门教程, 区块链资源 » Ampleforth – 安普福斯区块链毕设代写