File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # Transaction Permission Layer v1.1.1 (tpl-contracts)
1+ # Transaction Permission Layer v1.1 (tpl-contracts)
22
33![ banner] ( images/TPL_01@3x.png )
44
@@ -43,7 +43,6 @@ To create a new project with TPL contracts as a dependency:
4343``` sh
4444$ yarn global add truffle@5.0.0-beta.1 # or $ npm install -g truffle@5.0.0-beta.1
4545$ truffle init && yarn init # or npm init
46- $ yarn add openzeppelin-solidity # or npm install openzeppelin-solidity
4746$ yarn add tpl-contracts # or $ npm install tpl-contracts
4847```
4948
Original file line number Diff line number Diff line change 11{
22 "name" : " tpl-contracts" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "license" : " MIT" ,
55 "description" : " Solidity smart contract implementing TPL (the Transaction Layer Protocol)." ,
66 "homepage" : " https://tplprotocol.org/" ,
2828 },
2929 "devDependencies" : {
3030 "coveralls" : " ^3.0.2" ,
31- "openzeppelin-solidity" : " 2.0.0" ,
3231 "solhint" : " 1.4.0" ,
3332 "solidity-coverage" : " ^0.5.11" ,
3433 "truffle" : " 5.0.0-beta.1" ,
3534 "web3" : " ^1.0.0-beta.36"
3635 },
37- "dependencies" : {}
36+ "dependencies" : {
37+ "openzeppelin-solidity" : " 2.0.0"
38+ }
3839}
You can’t perform that action at this time.
0 commit comments