Skip to content

qimiaoguo/bob-wallet

 
 

Repository files navigation

Bob: A Handshake Wallet and Full Node

Bob is a Handshake wallet with an integrated full node.

Most discussion around Bob is on the forum. Please go there to report issues and send feedback. The forum is also where we'll post announcements.

This is beta software, so use it at your own risk! We expect to exit beta soon.

How to Install Bob

Most users (especially those who are unsure how to install Bob) should use the prebuilt binaries in this repo's releases page.

Screen Shot 2020-02-22 at 11 08 18 AM

Note: this screenshot is unlikely to age well but the filetypes are highlighted so you know what to install. It says 0.2.6 here but you should always look for the latest version. .dmg - mac .msi - windows

Interested developers are welcome to build the app with:

npm install
npm run package

contributions are very welcome.

Features

Bob supports all of the following features:

  1. Name auctions
  2. DNS record management
  3. Send/receive coins Screen Shot 2020-02-13 at 1 33 11 PM
  4. Airdrop claims Screen Shot 2020-02-13 at 1 33 32 PM
  5. Name watchlists Screen Shot 2020-02-13 at 1 32 49 PM

Reporting Issues

Non-Security Issues

Please report issues to the #bob-support topic on our forum. While this is preferred, the team sometimes responds to queries in our unofficial Telegram channel.

Security Issues

Please don't report security issues to GitHub. Instead, send an e-mail to security@kyokan.io describing your issue. Our PGP key's fingerprint is 9FDB 9D49 4A60 87E8 E61A 3F9E 2DCA AB4D D4B6 04F1.

Contributing

Building From Source

To build Bob from source, clone the repo and run npm install. Then, run npm run dev to start a local development server. Note that changes to code running in Electron's main process will require a restart of the development server.

To package the application for Mac, run npm run package. This will create a DMG and app bundle. Similarly, to bundle for Windows or Linux run npm run package-win or npm run package-linux, respectively.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.6%
  • CSS 22.7%
  • Other 0.7%