Skip to content

Instantly share code, notes, and snippets.

@bennyschmidt
bennyschmidt / NativeURISchemes.txt
Last active March 20, 2023 04:16
URI schemes used in Dusk
/**
* Dusk browser
* Native URI schemes
*
* Non Fungible Records are stored on the public chain as Magnetic Resource Text (MRT)
* which closely inherits from the Magnet URI scheme ("magnet links")
* See: https://en.wikipedia.org/wiki/Magnet_URI_scheme
*
* Data files are stored in directories specified in that node's configuration
* in the following formats.
@bennyschmidt
bennyschmidt / NativeContentTypes.ts
Last active May 5, 2023 14:17
Native content types in Dusk
/**
* Dusk browser
* Native content types
*
* Non Fungible Records are stored on the public chain as Magnetic Resource Text (MRT)
* which closely inherits from the Magnet URI scheme ("magnet links")
* See: https://en.wikipedia.org/wiki/Magnet_URI_scheme
*
* Data files are stored in directories specified in that node's configuration
* in the following formats.