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-rpc0.cess.cloud/ws/
wss://testnet-rpc1.cess.cloud/ws/
wss://testnet-rpc2.cess.cloud/ws/
CESS test network bootstrap node
_dnsaddr.boot-bucket-testnet.cess.cloud
https://testnet-faucet.cess.cloud/
To get the package use the standard:
go get -u "github.com/CESSProject/cess-go-sdk"
To run test:
-
Run a CESS node locally.
-
Run the command
go test -v
Licensed under Apache 2.0