Skip to content

Commit

Permalink
add chainflip to Real World Usage section of README (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezs authored Jan 9, 2024
1 parent 4056122 commit 5b35a9f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@ A library to **sub**mit e**xt**rinsics to a [substrate](https://github.com/parit

## Usage

Take a look in the [examples](./subxt/examples) folder or the [examples](./examples) folder for various smaller or
Take a look in the [examples](./subxt/examples) folder or the [examples](./examples) folder for various smaller or
larger `subxt` usage examples, or [read the guide](https://docs.rs/subxt/latest/subxt/book/index.html) to learn more.

### Downloading metadata from a Substrate node

Use the [`subxt-cli`](./cli) tool to download the metadata for your target runtime from a node.

1. Install:

```bash
cargo install subxt-cli
```

2. Save the encoded metadata to a file:

```bash
subxt metadata -f bytes > metadata.scale
```
Expand Down Expand Up @@ -51,6 +54,7 @@ Please add your project to this list via a PR.
- [staking-miner-v2](https://github.com/paritytech/staking-miner-v2) Submit NPos election solutions and get rewards.
- [polkadot-introspector](https://github.com/paritytech/polkadot-introspector) Tools for monitoring Polkadot nodes.
- [ink!](https://github.com/paritytech/ink) Smart contract language that uses `subxt` for allowing developers to conduct [End-to-End testing](https://use.ink/basics/contract-testing#end-to-end-e2e-tests) of their contracts.
- [Chainflip](https://github.com/chainflip-io/chainflip-backend) A decentralised exchange for native cross-chain swaps.

**Alternatives**

Expand Down

0 comments on commit 5b35a9f

Please sign in to comment.