内容简介:Bob is aMost discussion around Bob is on theThis is beta software, so use it at your own risk!We expect to exit beta soon.
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.
Features
Bob supports all of the following features:
- Name auctions
- DNS record management
- Send/receive coins
- Airdrop claims
- Name watchlists
Reporting Issues
Non-Security Issues
Please report issues to the #bob-support topic on our forum.
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.
以上所述就是小编给大家介绍的《Bob – A GUI for DNS Record Management and Name Auctions on Handshake》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C++标准程序库
[德] Nicolai M. Josuttis / 侯捷、孟岩 / 华中科技大学出版社 / 2002-9 / 108.00元
这本包含最新资料的完整书籍,反映出被ANSI/ISO C++语言标准规格书纳入的C++标准程序库的最新组成。更明确地说,这本书将焦点放在标准模板库身上,检验其中的容器、迭代器、仿函数和算法。读者还可以找到特殊容、字串、数值类别、国际化议题、IOStream。每一个元素都有深刻的呈现,包括其介绍、设计、运用实例、细部解说、陷阱、意想不到的危险,以及相关类别和函数的精确樯记式和定义式。一起来看看 《C++标准程序库》 这本书的介绍吧!