All Projects → smirkcat → tron-rpc

smirkcat / tron-rpc

Licence: MIT License
波场钱包节点对接

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to tron-rpc

gotron-sdk
Tron SDK for golang / CLI tool with keystore manager
Stars: ✭ 139 (+139.66%)
Mutual labels:  tron, trx
go-grpc-pg
Simple service exposing a gRPC interface, with a connection to PostgreSQL on the backend
Stars: ✭ 33 (-43.1%)
Mutual labels:  grpc
ocaml-grpc-envoy
Using OCaml + gRPC via Envoy
Stars: ✭ 41 (-29.31%)
Mutual labels:  grpc
jmeter-grpc-plugin
A JMeter plugin supports load test gRPC
Stars: ✭ 36 (-37.93%)
Mutual labels:  grpc
go-grpc-bidirectional-streaming-example
gRPC bidirectional streaming example written in golang
Stars: ✭ 83 (+43.1%)
Mutual labels:  grpc
bitcoin-cryptocurrency-tutorial
PHP & Cryptocurrencies Collections. Powered By https://btcschools.net
Stars: ✭ 142 (+144.83%)
Mutual labels:  tron
iris
Distributed streaming key-value storage
Stars: ✭ 55 (-5.17%)
Mutual labels:  grpc
httpbook
Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code
Stars: ✭ 18 (-68.97%)
Mutual labels:  grpc
thinkgo
Public libraries and components for glang development.
Stars: ✭ 14 (-75.86%)
Mutual labels:  grpc
go-zipkin-demo
Laravel + go-micro + grpc + Zipkin
Stars: ✭ 65 (+12.07%)
Mutual labels:  grpc
exdgraph
gRPC based Elixir Dgraph client. Under development.
Stars: ✭ 112 (+93.1%)
Mutual labels:  grpc
protop
protobufs, packaged. https://protop.io
Stars: ✭ 68 (+17.24%)
Mutual labels:  grpc
grpc-spring-boot-starter
No description or website provided.
Stars: ✭ 16 (-72.41%)
Mutual labels:  grpc
dashboard
Project for managing ML model and deploying ML module. It can deploy the Rekcurd service to Kubernetes cluster.
Stars: ✭ 27 (-53.45%)
Mutual labels:  grpc
liftbridge-api
Protobuf definitions for the Liftbridge gRPC API. https://github.com/liftbridge-io/liftbridge
Stars: ✭ 15 (-74.14%)
Mutual labels:  grpc
tdm
Telemetry Data Mapper to ease data discovery, correlation, and usage with YANG, MIBs, etc.
Stars: ✭ 33 (-43.1%)
Mutual labels:  grpc
waypoint-plugin-examples
An example repository that demonstrates how to create and run an external Waypoint plugin
Stars: ✭ 16 (-72.41%)
Mutual labels:  grpc
Book-Finder
Book Finder application is a client-server application (gRPC) for educational purposes.
Stars: ✭ 20 (-65.52%)
Mutual labels:  grpc
meshRPC
Automatic Service Mesh and RPC generation for Go micro services, it's a humble alternative to gRPC with Istio.
Stars: ✭ 69 (+18.97%)
Mutual labels:  grpc
pulseha
PulseHA is a active-passive high availability cluster daemon that uses GRPC and is written in GO.
Stars: ✭ 15 (-74.14%)
Mutual labels:  grpc

波场钱包代理

  1. 采用GPRC协议调用超级节点服务
  2. 使用golang开发,目前满足trx、trc10和trc20转账以及交易记录扫描,归集,地址生成功能
  3. 每一种合约开启json-rpc端口兼容比特币rpc接口
  4. 钱包私钥全部加密保存,密钥保存在sqlite数据库,所以必须定期备份
  5. 启动配置文件为当前目录下tron.toml文件,具体示例请查看文件参数

注:clone之后需更新子模块
git submodule update --init --recursive

本程序不能直接启动,为了安全,需要自己配置主钱包地址,加密私钥等相关参数

合约发布网站

https://cn.developers.tron.network/docs/issuing-trc20-tokens-tutorial

change log

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].