{"id":20668598,"url":"https://github.com/bitcreditprotocol/docs-bitcr","last_synced_at":"2025-07-08T09:33:46.517Z","repository":{"id":261262083,"uuid":"883778769","full_name":"BitcreditProtocol/docs-bitcr","owner":"BitcreditProtocol","description":"Bitcredit documentation","archived":false,"fork":false,"pushed_at":"2025-01-09T10:21:47.000Z","size":16530,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-10T15:18:34.088Z","etag":null,"topics":["bitcoin","bitcredit","ecash"],"latest_commit_sha":null,"homepage":"https://docs.bitcr.org/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BitcreditProtocol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-05T14:58:40.000Z","updated_at":"2025-01-09T10:21:15.000Z","dependencies_parsed_at":"2024-11-05T16:24:23.269Z","dependency_job_id":"f916d8be-2881-4d72-a2ba-57035a19bd42","html_url":"https://github.com/BitcreditProtocol/docs-bitcr","commit_stats":null,"previous_names":["bitcreditprotocol/docs-bitcr"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitcreditProtocol%2Fdocs-bitcr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitcreditProtocol%2Fdocs-bitcr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitcreditProtocol%2Fdocs-bitcr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitcreditProtocol%2Fdocs-bitcr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BitcreditProtocol","download_url":"https://codeload.github.com/BitcreditProtocol/docs-bitcr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242873756,"owners_count":20199294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","bitcredit","ecash"],"created_at":"2024-11-16T20:09:56.556Z","updated_at":"2025-03-10T15:18:36.972Z","avatar_url":"https://github.com/BitcreditProtocol.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# docs.bitcr.org\nBitcredit documentation\n\n## E-Bill\n* cryptographic primitives\n    * ed25519 for the logic in the DHT\n    * RSA (2048) for encryption\n    * secp256k1 for signatures, as well as generating Bitcoin addresses for nodes and bills\n* identity record\n    * field description\n    * key pairs and their generation\n    * node id\n    * DHT identity creation event and its promotion\n    * identity restore/transfer\n    * upload (backup) user material from system\n* adding another node to the contact book and exchanging data\n* content of bill\n    * field description\n    * uploading of attached files\n    * bill key pairs\n    * topic creation in the DHT\n    * bill example\n    * bill blockchain and its consensus\n    * download PDF version of bill\n* roles in the bill\n    * Drawer\n    * Drawee\n    * Payee\n    * Payer\n    * Holder\n    * Endorser\n    * Endorsee\n    * Seller\n    * Byuer\n    * Guarantor \n* local build\n    * configuration and startup parameters\n    * software installation\n* user documentation\n    * current user interface with screenshots\n    * settings in the Bill application\n    * map of the journey\n* description of each operation with screenshots and a separate deep dive section\n    * issue\n        * 2 party bill\n        * 3 party bill\n        * field description\n        * communication channels (intro)\n    * accept\n        * difference of 2 and 3 party bill\n        * who can perform this action and when\n        * field description\n    * request to accept\n        * difference of 2 and 3 party bill\n        * who can perform this action and when\n        * field description\n    * sale\n        * how the address for money transfer is generated\n        * validity period of the offer for sale\n        * who can perform this action and when\n        * field description\n    * buy\n        * validity period of the offer for sale\n        * who can perform this action and when\n        * field description\n    * request to pay\n        * who can perform this action and when\n        * field description\n    * pay\n        * how the address for money transfer is generated\n        * who can perform this action and when\n        * field description\n    * receiving payment\n        * who can perform this action and when\n        * field description\n    * recourse\n        * who can perform this action and when\n        * field description\n        * rules of action (to whom the action can be directed)\n    * endorse\n        * who can perform this action and when\n        * field description\n* storage layer\n    * data storage method description\n        * local\n        * on relay\n    * DHT\n        * links to libp2p library\n        * how we use the DHT\n        * how a node joins the DHT\n        * how a node puts and receives events and parse data\n        * topics\n    * Nostr\n        * why we migrated to Nostr\n        * how we use Nostr\n        * who acts as a relay\n        * what data the relay stores and how\n        * event description\n* transport layer\n    * DHT\n        * who acts as a relay\n        * DCUtR\n        * topics\n    * Nostr\n        * why we migrated to Nostr\n        * who acts as a relay\n* technical consensus of the protocol\n* terms of use\n* FAQ\n* glossary\n\n## Wildcat mint\n* cryptographic primitives\n    * Cashu (links to documents)\n    * Secp256k1\n* request for minting a bill of exchange from a user to Wildcat\n    * bill of exchange delivery\n    * delivery of bill of exchange keys\n* quote\n    * credit check of bill of exchange by Wildcat\n    * discount interest\n    * generation of a new keyset (from a combination of bill of exchange key and Wildcat key)\n    * generation of quota id from bill of exchange id\n    * quote validity period\n    * sending a quote to the user\n* user quote check\n    * quote rejection\n    * quote confirmation\n* generation of credit tokens\n    * explanation of the credit token\n    * token prefix\n    * Wildcat fee\n    * credit token delivery to the user\n* conversion of a credit token into a debit token\n    * redemption\n    * discounting\n* communication channels\n    * Wildcat API\n        * for bills\n        * for quotes\n        * for credit tokens\n    * sending credit tokens between users\n        * transmission methods\n            * QR\n            * NFC\n            * String\n        * how the sender sends the tokens\n        * how the recipient redeems the tokens\n* terms of use\n* FAQ\n    * Cashu modifications\n* glossary\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcreditprotocol%2Fdocs-bitcr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitcreditprotocol%2Fdocs-bitcr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcreditprotocol%2Fdocs-bitcr/lists"}