Pinned Repositories
awesome-go
A curated list of awesome Go frameworks, libraries and software
design_patterns_with_go
基于Golang实现的设计模式代码
go-gin-template
基于Gin开发的项目布局。
hcache
基于go语言的LRU1/LRU-K Cache简单实现
hpool
hvalid
hvalid is a lightweight validation library written in Go language.(一个用Go语言编写的轻量级验证库)
jsonrpc2.0
jsonrpc2.0 is a lightweight JSON-RPC library implemented in Go, supporting communication via HTTP and TCP. It includes both client and server implementations, supports custom exception handling, and is concurrency-safe.
key25519
a Go library that implements ED25519-based BIP32, BIP39, and BIP44 for HD wallet management and secure ECDH key exchange using Curve25519.(key25519 是一个基于 ED25519 的 Go 语言库,实现了 BIP32、BIP39 和 BIP44,用于管理分层确定性(HD)钱包,并基于 Curve25519 实现了安全的椭圆曲线密钥交换)
option.go
参考Rust的Optional实现的
uniswapV3_deployer
Quickly Deploying Uniswap V3 to Blockchain Networks. 快速部署Uniswap V3到区块链网络
lyonnee's Repositories
lyonnee/hvalid
hvalid is a lightweight validation library written in Go language.(一个用Go语言编写的轻量级验证库)
lyonnee/uniswapV3_deployer
Quickly Deploying Uniswap V3 to Blockchain Networks. 快速部署Uniswap V3到区块链网络
lyonnee/design_patterns_with_go
基于Golang实现的设计模式代码
lyonnee/evm
fork自go-ethereum的evm核心源码,抽象依赖,使任意想要实现兼容evm的区块链系统更容易实现
lyonnee/go-gin-template
基于Gin开发的项目布局。
lyonnee/keylock
KeyLock是一个高效可扩展的键值锁库,支持字符串和整数等类型的并发锁操作,适用于高并发场景下的细粒度锁控制需求。(KeyLock is an efficient and scalable key-value lock library, supporting concurrent lock operations for types such as strings and integers, suitable for fine-grained lock control needs in high-concurrency scenarios.)
lyonnee/option.go
参考Rust的Optional实现的
lyonnee/awesome-go
A curated list of awesome Go frameworks, libraries and software
lyonnee/gin-vue-admin
基于vite+vue3+gin搭建的开发基础平台(已完成setup语法糖版本),集成jwt鉴权,权限管理,动态路由,显隐可控组件,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器等开发必备功能。
lyonnee/goup
Elegant Go installer
lyonnee/hcache
基于go语言的LRU1/LRU-K Cache简单实现
lyonnee/hpool
lyonnee/jsonrpc2.0
jsonrpc2.0 is a lightweight JSON-RPC library implemented in Go, supporting communication via HTTP and TCP. It includes both client and server implementations, supports custom exception handling, and is concurrency-safe.
lyonnee/key25519
a Go library that implements ED25519-based BIP32, BIP39, and BIP44 for HD wallet management and secure ECDH key exchange using Curve25519.(key25519 是一个基于 ED25519 的 Go 语言库,实现了 BIP32、BIP39 和 BIP44,用于管理分层确定性(HD)钱包,并基于 Curve25519 实现了安全的椭圆曲线密钥交换)
lyonnee/LyonNee
lyonnee/lyonnee.github.io
这是我的博客源码,基于Hugo 和 LovaIt 主题实现。
lyonnee/Nethereum
Ethereum .Net cross platform integration library
lyonnee/effective-rust-cn
Effective Rust 中文版
lyonnee/go-interface-annotations
VSCode extension for annotating interfaces and structs.
lyonnee/hmap
HMap(Happy Map) 是一个并发安全的支持泛型的Map实现,旨在提供简单易用的 API,支持泛型键值对,同时添加了对Map长度的查询以及清空Map的方法。
lyonnee/quorum
Quorum that charges transaction fees
lyonnee/short-url-srv
example project for study rust web programing
lyonnee/trpl-zh-cn
Rust 程序设计语言(2021 edition 施工中)
lyonnee/uniswapV1_solidity
Uniswap V1的solidity实现
lyonnee/vscode-go-pack
VS Code extensions for Go/Golang developers.