Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/five-hands-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'guard-service': major
---

Replace firo-rpc with firo-electrumx, update config format from FIRO_RPC_* to FIRO_ELECTRUMX_*
5 changes: 5 additions & 0 deletions .changeset/metal-drums-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rosen-chains/firo-electrumx': minor
---

Add firo-electrumx network package using ElectrumX TCP JSON-RPC protocol
27 changes: 5 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# @rosen-chains/firo-rpc
# @rosen-chains/firo-electrumx

## Table of contents

- [@rosen-chains/firo-rpc](#rosen-chainsfiro-rpc)
- [@rosen-chains/firo-electrumx](#rosen-chainsfiro-electrumx)
- [Table of contents](#table-of-contents)
- [Introduction](#introduction)
- [Installation](#installation)

## Introduction

A package to be used as network api provider for @rosen-chains/firo package
A package to be used as network api provider for @rosen-chains/firo package, using ElectrumX TLS JSON-RPC protocol.

## Installation

npm:

```sh
npm i @rosen-chains/firo-rpc
npm i @rosen-chains/firo-electrumx
```

yarn:

```sh
yarn add @rosen-chains/firo-rpc
yarn add @rosen-chains/firo-electrumx
```
Loading