Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nishuzumi committed Mar 25, 2024
1 parent 12be5ae commit fd6434f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 27 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,28 @@ A High-Performance, Open-Source FT Mint Tool for the Atomicals Protocol

***Make Atomicals Great Again***

Collier is a fast and efficient FT (Fungible Token) Mint tool designed for the Atomicals protocol. It harnesses the power of GPU parallel computing to significantly boost the computational performance of the FT Mint process.
[![License](https://img.shields.io/badge/license-AGPL-blue.svg)](https://www.gnu.org/licenses/agpl-3.0.html)
[![Release](https://github.com/nishuzumi/collider/actions/workflows/release.yml/badge.svg)](https://github.com/nishuzumi/collider/actions/workflows/release.yml)
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/nishuzumi/collider)](https://github.com/nishuzumi/collider/tags)
[![GitHub code lines](https://tokei.rs/b1/github/nishuzumi/collider)](https://github.com/nishuzumi/collider)
[![GitHub last commit](https://img.shields.io/github/last-commit/nishuzumi/collider?color=red&style=plastic)](https://github.com/nishuzumi/collider)

Collider is a fast and efficient FT (Fungible Token) Mint tool designed for the Atomicals protocol. It harnesses the power of GPU parallel computing to significantly boost the computational performance of the FT Mint process.

In the past, we have seen many FT Mint tools being monopolized by a few individuals or organizations, which is detrimental to the healthy development of the Atomicals ecosystem. To promote the prosperity of the Atomicals community, we have created Collier as an open-source project.
In the past, we have seen many FT Mint tools being monopolized by a few individuals or organizations, which is detrimental to the healthy development of the Atomicals ecosystem. To promote the prosperity of the Atomicals community, we have created Collider as an open-source project.

By open-sourcing Collier, we aim to:
By open-sourcing Collider, we aim to:

Provide a high-performance FT Mint tool that benefits all users of the Atomicals protocol.

Foster openness and inclusivity within the Atomicals community, preventing tool monopolization.

Encourage more developers to participate in building the Atomicals ecosystem, driving its growth together.

Continuously optimize and enhance Collier through the power of the community, making it the standard FT Mint tool for the Atomicals protocol.
Continuously optimize and enhance Collider through the power of the community, making it the standard FT Mint tool for the Atomicals protocol.

We sincerely invite everyone interested in the Atomicals protocol to join the Collier project. Whether you are a developer, designer, or general user, your contributions will be invaluable. Let us work hand in hand to strive for a brighter future for Atomicals!
We sincerely invite everyone interested in the Atomicals protocol to join the Collider project. Whether you are a developer, designer, or general user, your contributions will be invaluable. Let us work hand in hand to strive for a brighter future for Atomicals!

[![License](https://img.shields.io/badge/license-AGPL-blue.svg)](https://www.gnu.org/licenses/agpl-3.0.html)
[![Release](https://github.com/nishuzumi/collider/actions/workflows/release.yml/badge.svg)](https://github.com/nishuzumi/collider/actions/workflows/release.yml)
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/nishuzumi/collider)](https://github.com/nishuzumi/collider/tags)
[![GitHub code lines](https://tokei.rs/b1/github/nishuzumi/collider)](https://github.com/nishuzumi/collider)
[![GitHub last commit](https://img.shields.io/github/last-commit/nishuzumi/collider?color=red&style=plastic)](https://github.com/nishuzumi/collider)
![Mine](./static/mining.png)
Mine the Infinity (888888888.14) within 3 minutes (Lucky)
</div>
Expand Down Expand Up @@ -84,8 +85,8 @@ To run the Collider, use the following command:

#### Usage
```shell
Collier 0.1.0
A collier for atomicals.
Collider 0.1.0
A collider for atomicals.
USAGE:
collider [FLAGS] [OPTIONS] --funding-wallet <funding-wallet> --primary-wallet <primary-wallet> --ticker <ticker>
Expand Down Expand Up @@ -154,7 +155,7 @@ You can test your device by running the following command:
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

## Roadmap
[] Add multi task feature - it will allow user use one utxo to mint 100 times in less gas and time.
[] Add multi mint feature - it will allow user use one utxo to mint 100 times in less gas and time.

[] Improve the performance - The high performance version is currently closed source, if you are interested you can contact me.

Expand Down
24 changes: 11 additions & 13 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,17 @@ async fn main() {

subscriber::set_global_default(subscriber).expect("setting default subscriber failed");
};
println!("{}","
██████╗ ██████╗ ██╗ ██╗ ⚛️╗██████╗ ███████╗██████╗
██╔════╝██╔═══██╗██║ ██║ ██║██╔══██╗██╔════╝██╔══██╗
██║ ██║ ██║██║ ██║ ██║██║ ██║█████╗ ██████╔╝
██║ ██║ ██║██║ ██║ ██║██║ ██║██╔══╝ ██╔══██╗
╚██████╗╚██████╔╝███████╗███████╗██║██████╔╝███████╗██║ ██║
╚═════╝ ╚═════╝ ╚══════╝╚══════╝╚═╝╚═════╝ ╚══════╝╚═╝ ╚═╝"
.bright_red());

println!(
"{}",
"
██████╗ ██████╗ ██╗ ██╗ ⚛️╗███████╗██████╗
██╔════╝██╔═══██╗██║ ██║ ██║██╔════╝██╔══██╗
██║ ██║ ██║██║ ██║ ██║█████╗ ██████╔╝
██║ ██║ ██║██║ ██║ ██║██╔══╝ ██╔══██╗
╚██████╗╚██████╔╝███████╗███████╗██║███████╗██║ ██║
╚═════╝ ╚═════╝ ╚══════╝╚══════╝╚═╝╚══════╝╚═╝ ╚═╝"
.bright_red()
);
let twitter = "Author: @BoxMrChen https://x.com/BoxMrChen".blue();
let boxchen = "@BoxMrChen".yellow();
println!(
Expand All @@ -88,7 +86,7 @@ async fn main() {
info!("Running collider benchmark...");
collider_benchmark();
} else {
info!("Starting collier...");
info!("Starting collider...");
mint().await;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use serde::Serialize;
use structopt::StructOpt;

#[derive(Clone, Debug, StructOpt)]
#[structopt(name = "Collier", about = "A collier for atomicals.")]
#[structopt(name = "Collider", about = "A collider for atomicals.")]
pub struct Opt {
#[structopt(long)]
pub benchmark: bool,
Expand Down

0 comments on commit fd6434f

Please sign in to comment.