1
1
<!-- FIXME: YOUR COPYRIGHT / SPDX LICENSE HEADER -->
2
- # Baseline Protocol DApp [ @trufflesuite ]
3
2
3
+ # Baseline Protocol DApp [ @trufflesuite ]
4
4
5
5
> create-react for etherjs & baseline protocol
6
6
7
7
[ ![ Build Status] ( https://travis-ci.com/sambacha/create-eth-enterprise.svg?branch=trufflesuite )] ( https://travis-ci.com/ilyakmet/solidity-typescript-template )
8
8
[ ![ codecov] ( https://codecov.io/gh/sambacha/create-eth-enterprise/branch/template/graph/badge.svg )] ( https://codecov.io/gh/ilyakmet/solidity-typescript-template )
9
9
10
10
## 💼 Baseline Protocol
11
+
11
12
<!-- FIXME: INTRODUCTION -->
12
- The Baseline Protocol is an open source initiative that combines advances in cryptography, messaging, and blockchain to execute secure and private businessprocesses
13
- at low cost via the public Ethereum Mainnet.
13
+
14
+ The Baseline Protocol is an open source initiative that combines advances in cryptography, messaging, and blockchain to execute secure and private businessprocesses
15
+ at low cost via the public Ethereum Mainnet.
14
16
15
17
[ ethereum-oasis/baseline] ( https://github.com/ethereum-oasis/baseline )
16
18
17
19
## 🏢 Overview
20
+
18
21
<!-- FIXME: OVERVIEW -->
22
+
19
23
The protocol will enable confidential and complex collaboration between enterprises without leaving any sensitive data on-chain.
20
24
21
25
## Developer Tools 🛠️
@@ -24,46 +28,41 @@ The protocol will enable confidential and complex collaboration between enterpri
24
28
- [ TypeChain] ( https://github.com/ethereum-ts/TypeChain )
25
29
- [ Openzeppelin Contracts] ( https://openzeppelin.com/contracts/ )
26
30
27
-
28
-
29
-
30
31
## Tested Against
31
- <!-- You can find specific versioning information used here at https://gist.github.com/sambacha/116b0dfc5c99cc8905545d63002b8f94 -->
32
32
33
- | Version | Build | Date <br >(yyyy-mm-dd) |
34
- | :---: | :---: | :---: |
35
- | Version 0.6.4 | MDc6UmVsZWFzZTI0MzgwNTQ3 | 2020-03-10T15:26:16Z |
33
+ <!-- You can find specific versioning information used here at https://gist.github.com/sambacha/116b0dfc5c99cc8905545d63002b8f94 -->
36
34
35
+ | Version | Build | Date <br >(yyyy-mm-dd) |
36
+ | :-----------: | :----------------------: | :-------------------: |
37
+ | Version 0.6.4 | MDc6UmVsZWFzZTI0MzgwNTQ3 | 2020-03-10T15:26:16Z |
37
38
38
39
### Proposal Responsibility:
39
40
40
- | Person | Contact Info | Responsibility |
41
- | -------------------- | ---------------------- | ------------------------ |
42
- | @github_usrname | usr@github_email.com | Proposal Submitter |
43
- | @github_dev1 | posixmeharder@tycoon.com | Developer |
44
-
41
+ | Person | Contact Info | Responsibility |
42
+ | --------------- | ------------------------ | ------------------ |
43
+ | @github_usrname | usr@github_email.com | Proposal Submitter |
44
+ | @github_dev1 | posixmeharder@tycoon.com | Developer |
45
45
46
46
## Files
47
47
48
- * Explain what is the purpose of each process and process related file in the project.*
48
+ _ Explain what is the purpose of each process and process related file in the project._
49
49
50
50
Click to see file details:
51
51
52
52
<details >
53
53
<summary >IYIPX.sol</summary >
54
54
<br >
55
55
56
- This file does something and its purpose is to do abc.
56
+ This file does something and its purpose is to do abc.
57
57
58
-
59
58
<hr >
60
59
</details >
61
60
62
61
<details >
63
62
<summary >deploy-mainnet.sh</summary >
64
63
<br >
65
64
66
- This file deploys the contracts on ` mainnet `
65
+ This file deploys the contracts on ` mainnet `
67
66
68
67
<hr >
69
68
</details >
@@ -72,9 +71,9 @@ Click to see file details:
72
71
<summary >myEmailTemplate.ftl</summary >
73
72
<br >
74
73
75
- This file does something and its purpose is to do abc.
74
+ This file does something and its purpose is to do abc.
76
75
77
- Image example of the ** Rendered** FreeMarker file (if applicable)
76
+ Image example of the ** Rendered** FreeMarker file (if applicable)
78
77
79
78
<hr >
80
79
</details >
@@ -113,24 +112,24 @@ $ NETWORK=rinkeby yarn deploy
113
112
$ NETWORK=rinkeby yarn run verify YourContractName
114
113
```
115
114
115
+ _ For further deployment templates and options see:_ [ Deployment Documentation] ( docs/deployment.md )
116
116
117
- * For further deployment templates and options see:* [ Deployment Documentation] ( docs/deployment.md )
118
-
119
- | Method | Trigger |
120
- | ------------------- | :----------------------- |
121
- | Truffle | On creation of a Production Release. <br > Deployed to mainnet ` chainid: 1 ` |
122
- | Web3 Provider | On commit to branch with pattern ` build/development ` . <br > Deployed to ` testnet ` ` ropsten `
117
+ | Method | Trigger |
118
+ | ------------- | :----------------------------------------------------------------------------------------- |
119
+ | Truffle | On creation of a Production Release. <br > Deployed to mainnet ` chainid: 1 ` |
120
+ | Web3 Provider | On commit to branch with pattern ` build/development ` . <br > Deployed to ` testnet ` ` ropsten ` |
123
121
124
122
## Changelog
125
123
126
- * Store details about the releases of your improvement in the Change Log *
124
+ _ Store details about the releases of your improvement in the Change Log _
127
125
128
126
[ Improvement Change Log] ( CHANGELOG.md )
129
127
130
128
## Informative / Additional Information
129
+
131
130
<!-- INFORMATION THAT WOULD BE HELPFUL, ETC) -->
132
131
133
- * Explanation of other details about the project that may not have been included in the Overview.*
132
+ _ Explanation of other details about the project that may not have been included in the Overview._
134
133
135
134
Examples:
136
135
@@ -143,7 +142,7 @@ Examples:
143
142
144
143
## Additional Support documentation
145
144
146
- * See the following for additional support documentation related to building and managing process projects:*
145
+ _ See the following for additional support documentation related to building and managing process projects:_
147
146
148
147
1 . [ Best Practices and Documentation Patterns] ( docs/patterns.md )
149
148
1 . [ Helper Scripts and Snippets] ( docs/helpers.md )
@@ -152,27 +151,26 @@ Examples:
152
151
153
152
A list of terms and libraries used by this project.
154
153
155
- | Term | Acronym | Definition |
156
- | -------------- | ------- | ------------------ |
157
- | Requestor | | |
158
- | Initiator| | Another term used for requestor. |
159
- | SafeMath | Lib | OpenZeppelin |
160
- | Proxy | | |
161
- | Margin Rate | | |
162
- | Stablecoin | | |
163
- | Tether | USDT | USDT Stablecoin |
154
+ | Term | Acronym | Definition |
155
+ | ----------- | ------- | -------------- ------------------ |
156
+ | Requestor | | |
157
+ | Initiator | | Another term used for requestor. |
158
+ | SafeMath | Lib | OpenZeppelin |
159
+ | Proxy | | |
160
+ | Margin Rate | | |
161
+ | Stablecoin | | |
162
+ | Tether | USDT | USDT Stablecoin |
164
163
165
164
## Security
166
165
167
- | Point of contact | Method |
168
- | -------------- | ------------------ |
169
- | persons name | contact@method.com |
166
+ | Point of contact | Method |
167
+ | ---------------- | ------------------ |
168
+ | persons name | contact@method.com |
170
169
170
+ ## License
171
171
172
- ## License
173
172
<!-- FIXME: LICENSE -->
174
173
175
174
This Boilerplte is CC-0 - Public Domain
176
175
177
-
178
176
<!-- Additional information for licenses should be in the SPDX- format -->
0 commit comments