Skip to content

Releases: soramitsu/iroha-wallet-js

Iroha wallet v0.2.0

28 Mar 11:20
Compare
Choose a tag to compare

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

28 Jun 08:18
Compare
Choose a tag to compare

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)