Learn how to explore the FinAegis platform and contribute to our open-source project.
Start with these essential guides to get up and running
Understanding the FinAegis platform and how to explore it
The public FinAegis instance runs in sandbox mode, which means:
Note: The sandbox uses test data only. No real financial transactions are processed in this environment.
Follow these steps to create your account:
Note: No real identity verification is required for the sandbox.
Available to explore in the sandbox:
Contributing to the FinAegis open source project
Set up FinAegis locally for development:
# Clone the repository
git clone https://github.com/FinAegis/core-banking-prototype-laravel.git
cd core-banking-prototype-laravel
# Install dependencies
composer install
npm install
# Configure environment
cp .env.example .env
php artisan key:generate
# Run migrations
php artisan migrate
# Start development server
php artisan serve
FinAegis is built with:
How to contribute to FinAegis:
git checkout -b feature/your-feature)./vendor/bin/pest)How to test and explore the demo functionality
Testing transaction flows:
Feel free to test all transaction types without worry - nothing is real!
Testing the REST API:
/developers/api-docs# Example API call
curl -X GET http://localhost:8000/api/v1/accounts \
-H "Authorization: Bearer YOUR_TOKEN"
Exploring the Global Currency Unit concept:
Note: Voting functionality is available in sandbox mode. Production governance cycles are planned for a future release.
Help us improve FinAegis with your feedback
Found a bug? Here's how to report it:
Have an idea for a new feature?
Join our community:
Can't find what you're looking for? Check out these additional resources.