Skip to content

Instantly share code, notes, and snippets.

/** Turbo Plutus 🔥
* an easy to use library for smart contract generation with NO learning curve
*
* example usage:
* ```ts
* import makeSmartContract from "Turbo_Plutus🔥.ts"
*
* const shotMyselfInTheFootContract = makeSmartContract();
* ```
*