Skip to content

Maycon-Rodrigues/stellar-contract-invoker

Repository files navigation

Stellar Contract Invoker

A simple and minimalist UI for interacting with smart contracts on the Stellar network.

🚀 Features

  • Interact with smart contracts on the Stellar network.
  • Minimalist and intuitive interface.
  • Built with: Next.js ShadCN TailwindCSS Stellar SDK

🛠️ Tech Stack

📦 Installation

  1. Clone the repository:

    git clone https://github.com/your-username/stellar-contract-invoker.git
  2. Navigate to the project directory:

    cd stellar-contract-invoker
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Access the app at http://localhost:3000.

📄 How to Use

  1. Set up your connection to the Stellar network.
  2. Enter the parameters for the smart contract you want to interact with.
  3. Execute transactions directly through the app interface.

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.