Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Latest commit

 

History

History
4 lines (3 loc) · 598 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 598 Bytes

JSON-RPC 2.0 (proof of concept)

An example iOS app that demonstrates opening a WebSocket connection using the Apple iOS SDK to fetch the RPC methods from the Polkadot RPC endpoint. Includes a custom JSON helper package, and a custom JSON-RPC 2.0 package based on the JSON-RPC 2.0 specification. Run using the iOS simulator and view Target Output to view request-response.

⚠️ DISCLAIMER: This is proof of concept code used to think about high level solution design. It may contain incomplete thoughts. The code should not be used as is.