8000 GitHub - phklive/one-click-miden: One click Miden installation script
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

phklive/one-click-miden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

One Click Miden

Red Polygon Miden button

This script automates the installation and initialization of the Miden CLI, ensuring you have everything you need to start working with the Miden rollup!

Simply run the following command:

curl -fsSL https://raw.githubusercontent.com/phklive/miden.sh/refs/heads/main/miden.sh | sh && cd miden

Session host account:

0x9b5f531caa375e50

Session ASSETB faucet ID:

0xa3d468012baccd26

Table of Contents

Prerequisites

Before running the script, ensure you have the following:

  • Operating System: Linux or macOS or Windows with WSL. The script uses Bash shell commands.
  • Terminal with ANSI Color Support: To display colored output and ASCII art properly.
  • Internet Connection: Required to download and install dependencies like Rust and 618E Miden CLI.
  • Sufficient Permissions: Ability to install software and create directories in your environment.

Script Details

This script performs the following actions:

  • Checks for Rust installation and offers to install it if not present.
  • Ensures Cargo is in the system's PATH.
  • Prevents overwriting by checking if the miden directory already exists.
  • Installs the miden-cli tool with specified features.
  • Initializes Miden with a provided RPC address.
  • Creates a new mutable wallet.
  • Displays a welcome ASCII art message.
  • Lists available accounts.
  • Provides useful resources and next steps.

Next Steps

After running the script:

License

This script is open-source and available under the MIT License.

About

One click Miden installation script

Resources

License

Stars

Watchers

Forks

Languages

0