wallets

授权协议 GPL-3.0 License
开发语言 Google Go
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 羊舌志
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Wallets

Wallets is a multi-coin wallet designed for cold storage with built-inencryption.

Important Note: This is not production-ready, and by using this software you realize that the authors/owners and maintainers are not responsible for any money loss, misusage etc. etc. etc. and you are fully responsible of your own actions and decisions. TL;DR: So do not use if you don't know what you are doing. Read the code. You are fully responsible of your own stuff... and don't sue us if you lose money.

The main features are:

  • Simple to use via CLI
  • Encrypted with AES-256
  • Support for multiple coins
  • Designed for cold storage / Offline Wallets [WIP]

How to build it

To build it you need go installed on your machine. You will be able to buildit by running:

$ go get github.com/koalalorenzo/wallets

Then you can easily get started and get some help by running the command:

$ wallets --help
  • 基本知识 公钥加密算法使用的是成对的密钥:公钥和私钥,公钥可以公开,私钥不能被公开。比特币钱包实际上是一个密钥对,当你安装 一个钱包应用,或者是使用一个比特币客户端来生成一个新地址是,他就会为你生成一个密钥对。 代码实现 func (cli *CLI) createWallet(nodeID string) { //创建钱包的主函数 wallets, _ := NewWalle

  • Application Programming Interface (API) Wallets and Signers A Wallet manages a private/public key pair which is used to cryptographically sign transactions and prove ownership on the Ethereum network.

  • Pick the ones that do both. Renting the equipment will be a way to do just that without purchasing everything and transporting it on your own.. Many orders can be processed and delivered within two da

  • 原文:https://weblogic.cafe/posts/atp-secret/   In this previous post, we talked about how to create a WebLogic datasource for an ATP database. In that example we put the ATP wallet into the domain direc

相关阅读

相关文章

相关问答

相关文档