Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 296 Bytes

File metadata and controls

13 lines (9 loc) · 296 Bytes

DID Budgeting System

A PHP app to manage and store Decentralized Identifiers (DIDs) with integration to Pinata IPFS.

Setup

  1. Clone this repository
  2. Copy .env.example to .env and set your Pinata API credentials.
  3. Run local PHP server:
php -S localhost:8080 -t public