This repository is meant to assist in crafting signable transactions for the Kadena Blockchain. Please feel free to contribute or register an issue if you want to see any other features.
This project was bootstrapped with Vite, a modern frontend build tool that significantly speeds up the development process.
Before you begin, ensure you have Node.js installed on your machine. This project requires Node.js version 14.x or newer.
To get started, clone the repository to your local machine:
git clone https://github.com/daplcor/kadena-payment-splitter.git
cd kadena-payment-splitter
Install all required dependencies using npm:
npm install
To start the development server, run the following command:
npm run dev
When you are ready to build the app for production, use the following command:
npm run build