sidan-lab / plutus-cborhex-automation

A Haskell package for creating RESTful API endpoints for dynamic parameterized Cardano Plutus script.
15 stars 3 forks source link

Documentation & testing on latest release v1.0.1-beta #35

Closed HinsonSIDAN closed 1 year ago

HinsonSIDAN commented 1 year ago

Updating the documentation on data type endpoints & implementation on SIDANPlutusServer FromJSON and ToJSON instances for common Plutus types. Affected files:

  1. https://github.com/SIDANWhatever/plutus-cborhex-automation/blob/main/documentation/APIDoc.md
  2. https://github.com/SIDANWhatever/plutus-cborhex-automation/blob/main/documentation/EndpointGuide.md

Also, rewriting the test validator to include most of them.

HinsonSIDAN commented 1 year ago

Completed