Inspiration

Currently, there's no online tool for users who want to update ISCN or batch create ISCN.

What it does

Users can (batch) create, update ISCN, transfer ISCN, list ISCN by owner address and find ISCN by ID with the tool.

How we built it

Vue.js + cosmjs + iscn-js

Challenges we ran into

During the development, we found out that including multiple "create ISCN" messages in one transaction will cause an error. After some investigation, we figured out the module will generate the same ISCN ID for every ISCN in the same transaction and cause the error (ID should not be duplicated for newly created ISCN), so users need to sign the transaction one by one currently.

We also reported the bug to the chain development team.

Accomplishments that we're proud of

Report a module bug about the "create ISCN" message.

What we learned

Analyzation of the module source code is also an important part for front-end developers.

What's next for ISCN wallet

Improve the UI design, add more descriptions about what's ISCN and how to create ISCN.

Built With

  • cosmjs
  • iscn-js
  • vue.js
Share this project:

Updates