Overview
Ars magna YouTube is a screen-recorded walkthrough channel where a software developer demonstrates the transaction-building tools he wrote himself. The videos show how to assemble and sign a payment or a token mint, in the Emacs tool by describing what you want in a plain text file rather than typing long commands. The person demonstrating each tool is the person who built it.
The channel belongs to Oscar Najera, a developer based in Germany whose Cardano tooling has been funded through Project Catalyst, the grant program that ADA holders vote on1. Ars magna (the Great Art) takes its name from an algebra book by Gerolamo Cardano, the mathematician the blockchain is also named after2.
Key Features
- Transactions you spell out instead of type. The channel's core subject is cardano.el, a tool that runs inside the Emacs text editor and lets you write down what a transaction should do (which funds to spend, which tokens to mint, who signs), then works out the underlying commands for you3.
- Minting your own token, start to finish. One walkthrough creates a native token, a coin or collectible issued directly by the Cardano network rather than through a separate contract, and sends it out from a browser wallet without running a local node4.
- Hardware wallet signing, shown end to end. Videos connect a hardware wallet (the small USB device that keeps signing keys off your computer) to the editor, so a transaction is approved on the device rather than on the machine that built it45.
- Peer-to-peer trades with no middleman. A demonstration has two people connect wallets to one shared transaction, each adding what they are putting in and taking out, with both signatures required before it settles: a direct swap with no exchange and no smart contract in between6.
- Building a node client from the specification up. A short teaching series works through the message format an application uses to query a Cardano node, one of the computers that runs the network and keeps a copy of the ledger, then writes an implementation on screen instead of pointing at an existing library47.
What to Expect
You get one person, one screen, and a running commentary. The longer walkthroughs follow a single task through to a signed transaction. Shorter clips are close-out reports for individual Project Catalyst grants, setting out what a piece of funded work delivered.
The material assumes some comfort at a keyboard. Several videos work inside Emacs, a keyboard-driven text editor with a learning curve of its own, and one video covers the Emacs scripting language itself. The browser demonstrations are gentler: they need a wallet extension and nothing else.
The written documentation on his project site covers the tools in more depth, and is where the specification-level detail lives7.
That writing sits on his project site: pages for the web transaction editor and the Emacs editor, a specification for querying a node, and a protocol draft for signing into websites with a Cardano wallet in place of a password8. The code behind the tools is open source on GitHub3, and the site's own text carries a Creative Commons license2.
