1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00:03 +02:00

rename namespace and header guards from eosio to antelope

This commit is contained in:
Henrik Hautakoski 2023-04-10 14:53:26 +02:00
parent 2679dc6ef4
commit 2b4ab78176
35 changed files with 126 additions and 127 deletions

View file

@ -1,9 +1,9 @@
# eosio-keygen (cli)
# antelope-keygen (cli)
Generate public and private keypair for [EOSIO](https://eos.io/)
Generate public and private keypair for [Antelope IO](https://antelope.io)
Source code is available at [github.com](https://github.com/eosswedenorg/eosio-keygen)
Source code is available at [github.com](https://github.com/eosswedenorg/antelope-keygen)
## Synopsis
@ -19,7 +19,7 @@ Source code is available at [github.com](https://github.com/eosswedenorg/eosio-k
## Description
Output one EOSIO key pair if no arguments are given.
Output one Antelope key pair if no arguments are given.
Options and subcommands are as follows:
### General flags
@ -70,7 +70,7 @@ Number of keys to search for (default is 10)
### benchmark command
`eosio-keygen benchmark [num_keys]`
`antelope-keygen benchmark [num_keys]`
performs a benchmark test, generating `num_keys` keys and measuring the time.