This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Age of client-side-validation has begun
- Loading branch information
1 parent
d1a90f0
commit 1b8dd49
Showing
31 changed files
with
145 additions
and
16 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+8.25 KB
(100%)
...deproj/project.xcworkspace/xcuserdata/orlovsky.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
24 changes: 24 additions & 0 deletions
24
...proj/project.xcworkspace/xcuserdata/orlovsky.xcuserdatad/xcdebugger/Expressions.xcexplist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<VariablesViewState | ||
version = "1.0"> | ||
<ContextStates> | ||
<ContextState | ||
contextName = "PaymentView.pay():PaymentView.swift"> | ||
</ContextState> | ||
<ContextState | ||
contextName = "TransactionView.operations.getter:TransactionView.swift"> | ||
</ContextState> | ||
<ContextState | ||
contextName = "PaymentView.hasAmount.getter:PaymentView.swift"> | ||
</ContextState> | ||
<ContextState | ||
contextName = "Import.importData():Import.swift"> | ||
</ContextState> | ||
<ContextState | ||
contextName = "CitadelVault.pay(from:invoice:fee:giveaway:):CAPI.swift"> | ||
</ContextState> | ||
<ContextState | ||
contextName = "TransferDirection.init(from:):Wallet.swift"> | ||
</ContextState> | ||
</ContextStates> | ||
</VariablesViewState> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# MyCitadel Wallet | ||
|
||
Mobile & desktop wallet for Apple Darwin platforms (iOS, iPadOS, macOS) supporting: | ||
- Bitcoin descriptor-based wallets with private keys stored in Apple hardware secure enclave | ||
- [RGB](https://rgbfaq.com): bitcoin & lightning client-validated smart contracts | ||
- Multisignature & miniscript-based spending policies (WIP) | ||
- Taproot & Schnorr signatures (WIP) | ||
- Lightning network, including RGB-over-lightning payments (WIP) | ||
|
||
The wallet is using [MyCitadel Node](https://github.com/mycitadel/mycitadel-node) backend, either as an embedded | ||
library & runtime, or as an externally hosted service (personal or enterprise server). | ||
|
||
MyCitadel is a consumer-facing apps & products based on [LNP/BP Association](https://github.com/LNP-BP) open-source | ||
libraries for: | ||
- [client-side-validation](https://github.com/LNP-BP/rust-lnpbp), RGB(https://github.com/rgb-org), | ||
- LNP ([lightning network protocol](https://github.com/LNP-BP/lnp-core) and [rust node](https://github.com/LNP-BP/lnp-node)), | ||
- [descriptor wallets](https://github.com/LNP-BP/descriptor-wallet) | ||
- [Internet2](https://github.com/internet2-org/rust-internet2) focusing on end-to-end-encrypted peer-to-peer | ||
microservice architectures | ||
|
||
It is also heavily uses [rust-bitcoin](https://github.com/rust-bitcoin/) community libraries: | ||
- [rust-bitcoin](https://github.com/rust-bitcoin/rust-bitcoin) | ||
- [rust-miniscript](https://github.com/rust-bitcoin/rust-miniscript) | ||
|
||
## Screenshots | ||
|
||
### General | ||
|
||
![](Docs/Assets/ipad01.png) | ||
![](Docs/Assets/ipad02.png) | ||
![](Docs/Assets/ipad03.png) | ||
![](Docs/Assets/ipad04.png) | ||
![](Docs/Assets/ipad05.png) | ||
![](Docs/Assets/ipad06.png) | ||
|
||
### Invoicing | ||
|
||
![](Docs/Assets/invoice01.png) | ||
![](Docs/Assets/invoice02.png) | ||
![](Docs/Assets/invoice03.png) | ||
|
||
### Payments | ||
|
||
![](Docs/Assets/payment01.png) | ||
![](Docs/Assets/payment02.png) | ||
![](Docs/Assets/payment03.png) | ||
|
||
### Payment acceptance | ||
|
||
![](Docs/Assets/accept01.png) | ||
![](Docs/Assets/accept02.png) | ||
|
||
### Tool for bitcoin hackers | ||
|
||
![](Docs/Assets/internals01.png) | ||
![](Docs/Assets/internals02.png) | ||
![](Docs/Assets/internals03.png) | ||
![](Docs/Assets/internals04.png) | ||
![](Docs/Assets/internals05.png) | ||
![](Docs/Assets/internals06.png) | ||
![](Docs/Assets/internals07.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters