7.4.4 Tezos
Tezos is an open-source platform for assets and applications backed by a global community of validators, researchers, and builders. Tezos is designed to provide the safety and code correctness required for assets and other high value use cases. Its native smart contract language, Michelson, facilitates formal verification, a methodology commonly used in mission-critical environments such as the aerospace, nuclear, and semiconductor industries.
For more resources, please visit: https://developers.tezos.com
The BSN city node gateway is adapted to the Tezos JSON RPC API, so developers can initiate transaction requests to the node gateway via HTTP JSON-RPC. For detailed docking instructions please visit: https://tezos.gitlab.io/api/rpc.html
The following table shows additional error code definitions for public city node gateway:
Error code | Transaction error code | Error code description |
---|---|---|
401 | 3090000 | Authentication permission failed |
429 | 3210000 | TPS, TPD current limit |
500 | 3100000 | Service internal exception |
503 | 3100000 | Service Unavailable |