Skip to main content
Documentation home page
Search...
⌘K
Support
Search...
Navigation
Get Started
Development
Documentation
API Reference
Get Started
Introduction
Quickstart
Development
Transactions
Transactions
Send transaction
edit transaction
Get Started
Development
Preview changes locally
Prerequisite
: Please install Node.js (version 19 or higher) before proceeding.
Prerequisite
: Please install composer before proceeding.
Follow these steps to install and run the system on your local:
Step 1
: Install packages:
composer
Copy
composer
install
Step 1
: Install dependencies:
npm
Copy
npm
i
Step 3
: run the system
Copy
composer
run
dev
A local preview of your system will be available at
http://localhost:8000
.
Quickstart
Transactions
⌘I