Fount Repo
Frequently Asked Questions?
- How much is an NFT?
- What can I make as an NFT?
- Does this system exist yet?
Parser
- Verifies a Git repository is authentic. Uses cross-checksums and internal state.
- Cross-checksums involve generating certain checksums, and putting them in another "authentic" repo.
Issuer
- creates new NFTs. they can either be a string (in Formal Language), a 128-bit pointer + 128-bit checksum to a visual image file.
- an "image file" will compile/decompress into a bitmap with directional hints
- transfers NFTs. tracks sales in a "blockchain" ledger.
- tracks an on-chain currency, and allows for automatic escrow transactions.
Explorer
- an HTTP server
- stateless, but can read Git server files for requests.
- demonstrates checksum verification in JavaScript