Skip to content

snowlove/IOTA-Browser-Wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IOTA-Browser-Wallet (READ THIS FIRST!!!!)

This is a proof of concept using the iota.lib.js to run a wallet in your browser.

This is mainly for people to tinker with and play around with different ideas!

AGAIN READ ABOVE

it should be technically sound, but I will not be held responsible for loss of IOTA should you use it in a browser with malicious extensions.

Security riskes:


Features:

  • Pull information on a seed (Balance, Addresses, Transactions)
    • Addresses: Has address been used (true/false) + if address has balance
    • Transactions: Hash + Value + Type + addresses sent to and from (Will ignore bundle replays so total tx may be smaller than the Transactions table)
  • Generate Addresses: Generate a single address, or in batches of 25,50,75,100! and automatically attach them to the tangle.
  • Seed generator using Knarz code (NOT MATH.RANDOM)
  • Decently verbose (will make it more so overtime and add option to turn verbose output off)
  • Hide console log

Releases

No releases published

Packages

No packages published