Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
/ json-rpc2-poc Public archive

Proof of concept app for JSON-RPC2 over WebSocket using the Apple iOS SDK.

License

Notifications You must be signed in to change notification settings

finsig/json-rpc2-poc

Repository files navigation

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.

About

Proof of concept app for JSON-RPC2 over WebSocket using the Apple iOS SDK.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages