First, run the development server:
pnpm dev
curl 'https://runes.zone/api/create-tx?source=bc1quff9mk054nrm0mqadq2h53jy582dukfkezs8h9&destination=bc1pg8uy9lucurmewx9wqlg7nk4zwa5ak8zk2t4ku5ycy7nshrhsglrqmu4yps&decimals=8&amount=21000000&ticker=C' | jq .
source
: The sender addressdestination
: The address to send runes. Use:bc1pg8uy9lucurmewx9wqlg7nk4zwa5ak8zk2t4ku5ycy7nshrhsglrqmu4yps
decimals
: Use `8``amount
: Use21000000
(This creates 21M * 10^8 units)ticker
: Use only capital letters such asNEUFI
.
For now, this method just logs
curl 'https://runes.zone/api/cron/persist-runes?count=4' | jq .
count
: The count of the most recent blocks to scan.