This repo contains the smart contracts powering jpg.store. 100% written in Aiken.
There are two main contracts: Bid and Ask. Bids are offerings in ADA in exchange for a given asset, asks are assets in exchange for ADA.
Ask bulk-purchase currently maxes out at 54 assets in a single transaction when running the e2e tests.
Check out our medium post
- install Aiken
aiken check
cd e2e && deno task e2e
If you change any Aiken code please run
aiken build
and commit theplutus.json
file.