Skip to content

istakeada/cardano-laravel

Repository files navigation

Cardano Laravel API

A simple Laravel API project that allows users to connect to Cardano using Blockfrost.

Installation

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********************************

Usage

Visit your project URL and navigate to the available tools built-in for endpoints information.

API Docs

[project-url]/docs

To Do

  • Use Blockfrost SDK
  • IPFS Endpoints

Contributing

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.

License

MIT

About

Laravel project for Cardano

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published