stellar-strkey 0.0.16

Encode and decode strkeys for Stellar.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# strkey-encode Test Tool

The `strkey-encode` tool is a utility for encoding Stellar strkeys for tests. The tool does not intend to only produce valid strkeys, and many of the values returned are invalid. It is a convenience utility for producing invalid values.

This tool is not intended for use by users of strkeys.

## Usage

To use the `strkey-encode` tool, run the following command from the repository root:

```sh
$ go run tests/tools/strkey-encode/main.go
```

This will output a CSV with test cases and their corresponding encoded strkeys.