A simple Laravel API project that allows users to connect to Cardano using Blockfrost.
Clone the project
https://github.com/istakeada/cardano-laravel.git
Setup
composer install
cp .env.example .env
php artisan scribe:generate
Create an account on Blockfrost and create 2 new projects, one for testnet network and the other for mainnet. Add the project ids on .env file.
MAINNET=mainnet********************************
TESTNET=testnet********************************
Visit your project URL and navigate to the available tools built-in for endpoints information.
API Docs
[project-url]/docs
- Use Blockfrost SDK
- IPFS Endpoints
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.