Installation
How to install and migrate the database.
Installation:
composer require trustenterprises/hashgraphRequirements
Database migration
php artisan vendor:publish --provider="Trustenterprises\LaravelHashgraph\LaravelHashgraphServiceProvider" --tag="migrations"
php artisan migrateConfiguration
php artisan vendor:publish --provider="Trustenterprises\LaravelHashgraph\LaravelHashgraphServiceProvider" --tag="config"Adding your Environment Variables
Updating the webhook route
Last updated