Skip to content

Commit

Permalink
#11 Update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ceres3idoo committed Feb 19, 2019
1 parent 023cae7 commit 185af4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Release date: 2019-02-REPLEACE_ME.

### Added

- [Deposit Token with approve](https://github.com/eidoo/hybrid-exchange-sdk/issues/11)
- [Allowance](https://github.com/eidoo/hybrid-exchange-sdk/issues/7).
- [Private key from mnemonic](https://github.com/eidoo/hybrid-exchange-sdk/issues/5).
- [Pair fee](https://github.com/eidoo/hybrid-exchange-sdk/issues/1).
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ In order to deposit the above assets your ethereum wallet needs to be funded.<br

Please note that as soon as you are ready to deposit some ERC20 token you must [approve](./examples/lib/tradingWallet/approve/approve.js) your trading wallet as spender of the deposit amount since the trading wallet will perform a `transferFrom` of the token from your ethereum wallet to itself.<br>
You can check the status of the approval verifying the [allowance](./examples/lib/tradingWallet/allowance/getAllowance.js).
You can decide also to deposit ERC20 token with auto managed approve operation ([example](./examples/lib/tradingWallet/depositToken/depositTokenWithApprove.js)).

You will always be the only one able to withdraw [ERC20 token](./examples/lib/tradingWallet/withdraw/withdraw.js) and [ether](./examples/lib/tradingWallet/withdraw/withdraw.js) from your trading wallet to the connected ethereum wallet.

Expand Down

0 comments on commit 185af4f

Please sign in to comment.