A simple and minimalist UI for interacting with smart contracts on the Stellar network.
- Interact with smart contracts on the Stellar network.
- Minimalist and intuitive interface.
- Built with:
- Frontend Framework: Next.js
- UI Components: ShadCN
- Styling: TailwindCSS
- Blockchain SDK: Stellar SDK
-
Clone the repository:
git clone https://github.com/your-username/stellar-contract-invoker.git
-
Navigate to the project directory:
cd stellar-contract-invoker
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Access the app at http://localhost:3000.
- Set up your connection to the Stellar network.
- Enter the parameters for the smart contract you want to interact with.
- Execute transactions directly through the app interface.
This project is licensed under the MIT License. See the LICENSE file for details.