create-react for etherjs & baseline protocol
The Baseline Protocol is an open source initiative that combines advances in cryptography, messaging, and blockchain to execute secure and private businessprocesses at low cost via the public Ethereum Mainnet.
The protocol will enable confidential and complex collaboration between enterprises without leaving any sensitive data on-chain.
Version | Build | Date (yyyy-mm-dd) |
---|---|---|
Version 0.6.4 | MDc6UmVsZWFzZTI0MzgwNTQ3 | 2020-03-10T15:26:16Z |
Person | Contact Info | Responsibility |
---|---|---|
@github_usrname | usr@github_email.com | Proposal Submitter |
@github_dev1 | posixmeharder@tycoon.com | Developer |
Explain what is the purpose of each process and process related file in the project.
Click to see file details:
IYIPX.sol
This file does something and its purpose is to do abc.
deploy-mainnet.sh
This file deploys the contracts on mainnet
myEmailTemplate.ftl
This file does something and its purpose is to do abc.
Image example of the Rendered FreeMarker file (if applicable)
Create .infura
and .secret
files. Install the dependencies:
$ yarn
$ yarn test
$ yarn coverage
Deploy to Rinkeby:
$ NETWORK=rinkeby yarn deploy
$ NETWORK=rinkeby yarn run verify YourContractName
For further deployment templates and options see: Deployment Documentation
Method | Trigger |
---|---|
Truffle | On creation of a Production Release. Deployed to mainnet chainid: 1 |
Web3 Provider | On commit to branch with pattern build/development . Deployed to testnet ropsten |
Store details about the releases of your improvement in the Change Log
Explanation of other details about the project that may not have been included in the Overview.
Examples:
- Use cases.
- Error handling.
- If there is re-usable code that could be used for other purposes.
- Explanation of any specific configurations, in-line code or expressions in any of the process files.
- Explanation of designs and specific configurations.
- Related documentation that may be contained in another system or the
/docs
folder.
See the following for additional support documentation related to building and managing process projects:
A list of terms and libraries used by this project.
Term | Acronym | Definition |
---|---|---|
Requestor | ||
Initiator | Another term used for requestor. | |
SafeMath | Lib | OpenZeppelin |
Proxy | ||
Margin Rate | ||
Stablecoin | ||
Tether | USDT | USDT Stablecoin |
Point of contact | Method |
---|---|
persons name | contact@method.com |
This Boilerplte is CC-0 - Public Domain