Bitcoin Puzzle Wallets
-
Open a terminal and navigate to your project folder.
-
To compile and run the project, execute the following command:
#Windows
./build_and_run.bat
#Linux
#Execute este comando para instalar o GCC e todas as ferramentas essenciais de build:
sudo apt update
sudo apt install build-essential
#Instalar o rustc
sudo snap install rustup --classic
#buildar o projeto
chmod +x build-and-run.sh
./build_and_run.sh
src/
├── main.rs
├── menu_task.rs
│
├── data/
│ └── ranges.rs
│
├── modules/
│ └── wif_generate.rs
│ └── desafio_info.rs
│ └── private_to_public_key.rs
│ └── address_generate.rs
│
├── utils/
│ └── utils.rs
│
├── .gitignore
├── Cargo.toml
├── LICENSE
├── README.md
├── screenshot.png