Skip to content

Iroha Wallet v0.1.0

Compare
Choose a tag to compare
@oimou oimou released this 28 Jun 08:18
· 50 commits to master since this release

This is the first Iroha Wallet release πŸš€

Now the wallet has following features:

  1. Login with your Iroha account.
  2. See your assets and transactions.
  3. 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)