/cess-go-sdk

Go sdk for CESS network.

Primary LanguageGoApache License 2.0Apache-2.0

Go sdk for CESS network

GitHub license Go Reference build Go Report Card

The go sdk implementation of the CESS network, which provides RPC calls, status queries, block transactions and other functions.

📝 Reporting Vulnerability

If you find any system errors or you have better suggestions, please submit an issue or PR, or join the CESS discord to communicate with us.

📢 Announcement

CESS test network rpc endpoints

wss://testnet-rpc0.cess.cloud/ws/
wss://testnet-rpc1.cess.cloud/ws/
wss://testnet-rpc2.cess.cloud/ws/
wss://testnet-rpc3.cess.cloud/ws/

CESS test network bootstrap node

_dnsaddr.boot-miner-testnet.cess.cloud

🚰 CESS test network faucet

https://testnet-faucet.cess.cloud/

🏗 Usage

To get the package use the standard:

go get "github.com/CESSProject/cess-go-sdk"

✅ Testing

To run test:

make check

📖 Document

License

Licensed under Apache 2.0