1.0.11 • Published 4 months ago

chia-server-coin-cli v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Chia Server Coin CLI

Description

CLI for creating and managing Server Coins on the Chia Blockchain. This tool is used for discovering Decentralized Internet Gateway Peers.

Installation

npm install chia-server-coin-cli -g

Usage

To use this CLI, run it as follows:

server_coin [command] [options]

Commands:

  • add_server: Create a Server Coin on the blockchain for a specified data store.
  • delete_server: Delete a Server Coin on the blockchain for a specified data store.
  • get_server_coins: Get all Server Coins on the blockchain for a specified data store.

Command Examples

  • Creating a Server Coin:

    server_coin add_server --storeId [Store ID] --amount [Amount] --url [URL] [other options]
  • Deleting a Server Coin:

    server_coin delete_server --coinId [Coin ID] [other options]
  • Getting Server Coins:

    server_coin get_server_coins --storeId [Store ID] [other options]

Options

  • --storeId: Store ID for the data store.
  • --amount: Amount of mojos to lock up in the Server Coin.
  • --url: URL of the server.
  • --feeOverride: Fee override.
  • --fullNodeHost: Host for your Full Node.
  • --fullNodePort: Port for your Full Node.
  • --certificateFolderPath: Path to the certificate SSL folder.

License

This project is licensed under the MIT License. See the LICENSE file for details.

1.0.11

4 months ago

1.0.10

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago