Code Monkey home page Code Monkey logo

xrpinalsminttool's Introduction

XrpinalsMintTool

How To Use

  • Import Private Key
./XrpinalsMintTool import_key -h
     
Usage of import_key:
  -key string
        your private key



./XrpinalsMintTool import_key -key 5JBvpSG46ipHruGae4oi7A4gE6sd8JxMXNKT4ZmsyF8Q5Cb6yjT

private key of address mnUbdaJcTiBUARHGMZpQ5dVkrcj1XUMame imported
 

  • Check if the Address is in Storage
./XrpinalsMintTool check_address -h

Usage of check_address:
  -addr string
        address you want to check


./XrpinalsMintTool check_address -addr mnUbdaJcTiBUARHGMZpQ5dVkrcj1XUMame

address mnUbdaJcTiBUARHGMZpQ5dVkrcj1XUMame is in the storage

  • Get balance of Address
./XrpinalsMintTool get_balance -h

Usage of get_balance:
  -addr string
        your address
  -asset string
        asset name you want to query


./XrpinalsMintTool get_balance -addr mfhGJnP5T7A5kYDJNxnHozxrVzC7WKHzKs -asset BTC

balance:  0

  • Get Cross Chain Deposit Address
./XrpinalsMintTool get_deposit_address -h 

Usage of get_deposit_address:
  -addr string
        your address


./XrpinalsMintTool get_deposit_address -addr mumtmaYKH3ttGpVaAJRCiiWZsn5zAB9hU

BTC deposit address:  2MvSkSdKtHC253TnDmmBj8uwWjcyeQ5sQkK

  • Mint Brc20 Asset
./XrpinalsMintTool mint -h

Usage of mint:
  -addr string
        your address
  -asset string
        asset name you want to mint


./XrpinalsMintTool mint -addr mnUbdaJcTiBUARHGMZpQ5dVkrcj1XUMame -asset XX

mining success, txHash: 03d8216ce49753cbe6ae7a1a65e08b4fe841d5b6

  • Transfer Brc20 Asset
./XrpinalsMintTool transfer -h

Usage of mint:
  Usage of transfer:
  -from string
        sender address (must be imported before)
  -to string
        receiver address
  -amount string
        asset amount you want to transfer
  -asset string
        asset name you want to transfer


./XrpinalsMintTool transfer -from mfhGJnP5T7A5kYDJNxnHozxrVzC7WKHzKs -to mnUbdaJcTiBUARHGMZpQ5dVkrcj1XUMame -asset BTC -amount 0.02

transfer success, txHash: 6eb8918df731f29952cc00a4ae77c0a07e907742

  • Query Mint Brc20 Info
./XrpinalsMintTool get_mint_info -h

Usage of get_mint_info:
  -addr string
        your address
  -asset string
        asset name you want to query


./XrpinalsMintTool get_mint_info -addr mnUbdaJcTiBUARHGMZpQ5dVkrcj1XUMame -asset XX

mint info:
mint amount: 0
mint count: 0
last mint time: "2023-12-18T15:30:00"

xrpinalsminttool's People

Contributors

luisnajmark avatar puqral avatar merrynode avatar xrpinals avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.