Skip to content

dapplink-labs/wallet-chain-account

Folders and files

NameName
Last commit message
Last commit date

Latest commit

81a4f10 · Mar 20, 2025
Feb 20, 2025
Mar 20, 2025
Mar 8, 2025
Jan 30, 2025
Nov 29, 2024
Mar 8, 2025
Mar 20, 2025
Nov 6, 2024
Jan 30, 2025
Nov 1, 2024
Nov 1, 2024
Nov 5, 2024
Mar 20, 2025
Mar 8, 2025
Mar 8, 2025
Nov 1, 2024
Jan 30, 2025

Repository files navigation

wallet-chain-account repo

This repo is account model chains rpc service gateway. currently support Ethereum, Aptos, Cosmos, Sui, Solana etc, written in golang, provides grpc interface for upper-layer service access

Tips: need Go 1.22+

Install

Install dependencies

go mod tidy

build

go build or go install wallet-chain-account

start

./wallet-chain-account -c ./config.yml

Start the RPC interface test interface

grpcui -plaintext 127.0.0.1:8189

Contribute

1.fork repo

fork wallet-chain-account to your github

2.clone repo

git@github.com:guoshijiang/wallet-chain-account.git

3. create new branch and commit code

git branch -C xxx
git checkout xxx

coding

git add .
git commit -m "xxx"
git push origin xxx

4.commit PR

Have a pr on your github and submit it to the wallet-chain-account repository

5.review

After the wallet-chain-account code maintainer has passed the review, the code will be merged into the wallet-chain-account library. At this point, your PR submission is complete

6.Disclaimer

This code has not yet been audited, and should not be used in any production systems.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages