Skip to content

区块链以及difi相关 api服务,包括btc, uniswapv3...

Notifications You must be signed in to change notification settings

Shuixingchen/year-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

year-service

区块链相关api 包括btc 上链数据 uniswapV3 接口

go run main.go

接口列表

接口 请求方式 介绍
/v1/years/record POST metaMask签名后的数据
/v3/uniswap/swap POST UniswapV3兑换接口,ExcuteInput
/v3/uniswap/quoter POST UniswapV3兑换接口查询接口
/wallet/generate GET 通过随机种子生成hd钱包私钥,地址和助记词

abigen编译合约

abigen --sol contract/QuoterV2.sol --pkg uniswap --out artificial/uniswap/quoterV2.go
abigen --sol contracts/erc721.sol --pkg erc721 --out artificial/erc721/erc721.go

About

区块链以及difi相关 api服务,包括btc, uniswapv3...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages