Releases: soramitsu/iroha-wallet-js
Releases · soramitsu/iroha-wallet-js
Iroha wallet v0.2.0
This is big update of our old repository.
What was done:
- Updated iroha library to latest version
- Updated design of application
- Added docker for easy running of iroha with js library
- Added script that will generate tokens for system
Iroha Wallet v0.1.0
This is the first Iroha Wallet release 🚀
Now the wallet has following features:
- Login with your Iroha account.
- See your assets and transactions.
- Transfer your assets to another Iroha account.
Please see README.md of this version for more details.
In this release following changes were made:
Merged Changes
- [IWJ-3,4] Create a login page and form validation (#1)
- [IWJ-5] create a summary page (#2)
- [IWJ-7] Add WalletsPage (#3)
- [IWJ-8] Create transactions table (#4)
- [IWJ-9] Create a transfer form (#5)
- [IWJ-10] Add transfer form validation (#6)
- [IWJ-13][IWJ-14] Add iroha-lib and implement login page logic (#7)
- [IWJ-15] display actual data and make transfer form available (#8)
- [IWJ-17] Migrate to vue-cli3 (#9)
- Update iroha-lib to 0.1.7 (getAccountAssets) (#11)