Skip to content

Commit 662c7f1

Browse files
committed
published ethpm
1 parent b2ac94e commit 662c7f1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+26101
-7271
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@ modifier onlyOneTransaction() {
2121
```
2222
which allows for only one transaction. After that the contract is rendered unusable.
2323

24+
Useful for simple transactions in which parties part ways after execution.
25+
2426
## Install
27+
### ethpm
28+
```
29+
$ truffle install [email protected]
30+
```
31+
32+
### Clone
2533
Clone repo:
2634
```
2735
git clone [email protected]:NFhbar/SingleTxMultisig.git
@@ -69,6 +77,9 @@ $ npm run coverage
6977
Keep in mind solidity-coverage now expects a globally installed truffle.
7078
Coverage report available [here](https://github.com/NFhbar/SingleTxMultisig/blob/master/coverage).
7179

80+
## Docker
81+
Docker image [here](https://hub.docker.com/r/nfhbar/singletxmultisig/).
82+
7283
## Issues/Bugs
7384
### Wrong Contract Address
7485
When migrating
@@ -83,10 +94,12 @@ When testing in truffle develop
8394
Error: sender doesn't have enough funds to send tx.
8495
```
8596
Solution: restart truffle develop.
97+
8698
Notes: truffle does not reset accounts balance on multiple runs.
8799

88100
### Solidity Coverage testrpc ghost process
89101
After running solidity-coverage, testrpc remains a ghost process.
102+
90103
Solution: kill it with:
91104
```
92105
$ npm run stop

0 commit comments

Comments
 (0)