Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 556 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 556 Bytes

tezos-client

This provides a web browser client for Tezos, written largely in Elm and compiled to JavaScript. The client interacts with the JSON RPC interface provided by a tezos-node service.

Goals

Provide a simple client allowing newcomers to Tezos to explore what the system is about. This includes browsing the blockchain and exploring the Tezos API.

Build (eventually) a client with wallet functions.

Learn more about Tezos myself in the course of building and extending the client.