This project aims to provide file system syncing with Bitcoin ordinals.
npm install
npm run build
.env
FUNDS_WIF=<Funding Wallet WIF>
FILES_WIF=<Ordinal Wallet WIF>
TAAL API Key can be acquired for free from https://console.taal.com.
Send Funds to address associated with FUNDS_WIF.
Directories are inscribed with a content-type of ord-fs/json
{
<file/dir name>: <file/dir origin>,
<file/dir name>: <file/dir origin>,
...
}
node dist/ord-fs.js upload <source path>
node dist/ord-fs.js download <origin> <dest path>
Coming Soon