Skip to content
View x-Tokenize's full-sized avatar

Highlights

  • Pro

Block or report x-Tokenize

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
x-Tokenize/README.md

X-Tokenize

X-Tokenize is a powerful command line interface (CLI) designed to enhance your understanding of token issuance and management on the XRP Ledger. Whether you're interested in tokenization, NFTs, or decentralized exchanges, X-Tokenize provides a comprehensive suite of educational tools and features. This CLI empowers you to explore token creation, management, and distribution, while offering valuable insights and step-by-step guidance. Please note that X-Tokenize is strictly for educational purposes and does not provide financial, legal, or investment services. Join us on an exciting educational journey and unlock the potential of tokenization and NFT management on the XRPL.

Installation

Pre-requisites

  1. LTS Node.js and npm installed (verified with node v18.16.1 and 9.8.0)
  2. Git installed

Local Installation

  1. Create a new directory to store the X-Tokenize repository
  2. Open a terminal and navigate to the new directory
  3. Clone the repository:
git clone https://github.com/x-Tokenize/X-Tokenize.git
  1. Navigate to the root directory of the cloned repository
cd X-Tokenize
  1. Install the dependencies by running the following command:
npm install

Usage

In the root directory of the cloned repository, run the following command:

node x-tokenize.js

Documentation

For detailed information, step-by-step guides, and best practices, please refer to our comprehensive documentation. The documentation provides in-depth explanations of the features and functionalities of X-Tokenize, helping you make the most of the platform.

Feel free to explore the documentation to maximize your learning experience and gain a deeper understanding of tokenization and NFT management with X-Tokenize.

Highlighted Features

  1. Issued Currency Manager
    • Minting: Create new tokens
    • Burning: Destroy minted IC
    • Freezing: Manage IC transferability
    • Distribution: Disburse IC to filtered recipients
    • DEX: Manage orders on the DEX
  2. NFT Manager
    • Metadata: Deploy assets and metadata to IPFS w/ piñata or to AWS S3 buckets
    • Minting: Bulk NFT creation
    • Distribution: Multiple forms of distributing NFTs
  3. XRPL DEX
    • Trading Pair orderbook viewing
    • Offer Management: Place and cancel offers
  4. NFT Marketplace
    • Create Offers for existing NFTs
    • Offer Management: View and manage Incoming and outgoing offers
  5. X-Tokenize Settings
    • Fine tune your X-Tokenize experience
  6. Wallet Support:
    • Internal Wallets
    • XUMM Support
    • Ledger Nano Support

Contributing

We welcome contributions to X-Tokenize! To contribute, please follow these guidelines:

  • Fork the repository and create a new branch for your contributions.
  • Ensure that your code follows the project's coding conventions and style guidelines.
  • Write clear and concise commit messages.
  • Test your changes thoroughly before submitting a pull request.
  • If you're planning significant changes or enhancements, please open an issue to discuss them first.

Stay tuned for detailed contribution guidelines, which we are actively working on.

License

X-Tokenize is licensed under the Apache License 2.0. See the LICENSE file for more information.

Support

For any questions or support join the X-Tokenize Discord

Popular repositories Loading

  1. X-Tokenize X-Tokenize Public

    A command line tool for creating, managing and distributing issued currencies and NFT's on the XRPL.

    JavaScript 6

  2. XLS-24D XLS-24D Public

    Revision History For XLS-24D

    2

  3. xrp-vanity-generator xrp-vanity-generator Public

    Forked from WietseWind/xrp-vanity-generator

    Generate XRP Vanity Addresses (Wallets) on your local computer

    JavaScript 1

  4. xrpl.js xrpl.js Public

    Forked from XRPLF/xrpl.js

    A JavaScript/TypeScript API for interacting with the XRP Ledger in Node.js and the browser

    TypeScript 1

  5. xrp-vanity-address xrp-vanity-address Public

    Forked from nhartner/xrp-vanity-address

    Java app to generate XRP Ledger vanity addresses

    Java

  6. rippled rippled Public

    Forked from XRPLF/rippled

    Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger in C++

    C++