Skip to content

Latest commit

 

History

History
96 lines (67 loc) · 2.99 KB

README.md

File metadata and controls

96 lines (67 loc) · 2.99 KB

Contributors Forks Stargazers Issues MIT License

Logo

Blue Dragon

A swearword filter for the first IOTA asset registry implementation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage

About The Project

This project was developed as a swearword filter for the first IOTA asset registry implementation. The swearword filter part was heavily inspired by gofuckyourself.

Getting Started

Prerequisites

Install Rust.

Build

Build a binary with cargo build --release.

Usage

USAGE:
    blue-dragon [OPTIONS] --password <password> --user <user>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -a, --url <assets-domain>    Domain of the asset registry [default: https://asset-
                                 registry.tokenizedassetsdemo.iota.cafe]
    -t, --delay <delay>          Delay in milliseconds between searches [default: 1000]
    -i, --id <network-id>        Network ID amongst "nectar", "pollen", "test" and "internal" [default: nectar]
    -p, --password <password>    Password for asset registry
    -u, --user <user>            Username for asset registry