https://github.com/rennbon/blockchaindemo
区块链钱包相关实验
https://github.com/rennbon/blockchaindemo
blockchain btc eth tx xlm
Last synced: 6 months ago
JSON representation
区块链钱包相关实验
- Host: GitHub
- URL: https://github.com/rennbon/blockchaindemo
- Owner: Rennbon
- Created: 2018-07-09T14:24:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T17:20:14.000Z (about 4 years ago)
- Last Synced: 2026-01-12T19:59:43.588Z (6 months ago)
- Topics: blockchain, btc, eth, tx, xlm
- Language: Go
- Homepage:
- Size: 3.34 MB
- Stars: 10
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 该库是学习库,完整开源库请转至boxwallet库 [一闪一闪亮晶晶,star一下好心情]
[boxwallet库](https://github.com/Rennbon/boxwallet)
### 如果mongodb不太了解的话,可以直接docker安装
```
//docker启动容器
docker run --name bcmongo -p 27017:27017 -d mongo:latest
//获取containerId
docker ps | grep bcmongo | cut -c 1-12
//进入容器Mongo
docker exec -it 'containerId' mongo
//show dbs
use blockChain
db.createCollection("account")
db.createCollection("tx")
```
### 目录结构介绍
- certs 秘钥相关
- coins 币种相关
- daemon 币种检测等后台进程
- database 数据库相关
- errors 错误
- script 脚本相关
- utils 工具
- wallets 钱包相关
- etc
## 维护及联系
- 微信号:`WB343688972` 或者 扫码,请标注`ETH`
- 欢迎 star 加我交流,会拉群