The go sdk implementation of the CESS network, which provides RPC calls, status queries, block transactions and other functions.
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.
CESS test network rpc endpoints
wss://testnet-rpc.cess.network/ws/
CESS test network bootstrap node
_dnsaddr.boot-miner-testnet.cess.network
https://www.cess.network/faucet.html
To get the package use the standard:
go get "github.com/CESSProject/cess-go-sdk"
To run test:
make check
Licensed under Apache 2.0