holaaworld's Stars
iina/iina
The modern video player for macOS.
web3/web3.js
Collection of comprehensive TypeScript libraries for Interaction with the Ethereum JSON RPC API and utility functions.
limetext/lime
Open source API-compatible alternative to the text editor Sublime Text
moovweb/gvm
Go Version Manager
polaris1119/The-Golang-Standard-Library-by-Example
Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。
cosmos/cosmos-sdk
:chains: A Framework for Building High Value Public Blockchains :sparkles:
bitly/go-simplejson
a Go package to interact with arbitrary JSON
LiskHQ/lisk-sdk
🔩 Lisk software development kit
EZLippi/WebBench
Webbench是Radim Kolar在1997年写的一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。官网地址:http://home.tiscali.cz/~cz210552/webbench.html
alexfernandez/loadtest
Runs a load test on the selected URL. Fast and easy to use. Can be integrated in your own workflow using the API.
JaneaSystems/nodejs-mobile
Full-fledged Node.js on Android and iOS
karalabe/xgo
Go CGO cross compiler
bitcoin-core/secp256k1
Optimized C library for EC operations on curve secp256k1
EOSIO/Documentation
EOSIO Documents
jech/polipo
The Polipo caching HTTP proxy
SimonWaldherr/golang-examples
Go(lang) examples - (explain the basics of #golang)
mkaz/working-with-go
A set of example golang code to start learning Go
vladimirvivien/go-cshared-examples
Calling Go Functions from Other Languages using C Shared Libraries
Consensys/abi-decoder
Nodejs and Javascript library for decoding data params and events from ethereum transactions
freewil/bitcoin-testnet-box
Create your own private bitcoin testnet
miguelmota/ethereum-input-data-decoder
Ethereum smart contract transaction input data decoder
deseven/iCanHazShortcut
simple shortcut manager for macOS
luniehq/lunie
Lunie is staking, simplified ✨
dufferzafar/cheat
Cheatsheets for command line, because, you know, life is too short to read manpages.
tyler-smith/go-bip32
Golang implementation of the BIP32 HD address spec
tendermint/go-crypto
DEPRECATED: Merged into https://github.com/tendermint/tendermint under `crypto`
haltingstate/secp256k1-go
golang secp256k1 library for Bitcoin Cryptography
ThePiachu/Golang-Koblitz-elliptic-curve-DSA-library
A library for ECDSA using Koblitz curves, such as secp256k1
toxeus/go-secp256k1
Go wrapper for secp256k1
MrSaints/go-node-ffi
[INACTIVE] An experiment using Go 1.5 buildmode to compile shared C libraries, and to subsequently access them through NodeJS bindings via node-ffi. Compatible with Go 1.9, and Node 7.