Skip to content

Commit

Permalink
restructuring of docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
f321x committed Jul 6, 2024
1 parent 8f695e7 commit 1079849
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Test setup,
# in productive use pubkeys and contract information
# should be handled outside of the client
PROVIDER_NOSTR_NSEC=
BUYER_NOSTR_NSEC=
SELLER_NOSTR_NSEC=
PROVIDER_ECASH_SECRET_HEX=
BUYER_ECASH_SECRET_HEX=
SELLER_ECASH_SECRET_HEX=
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ rand = "0.8.5"
serde = "1.0.203"
serde_json = "1.0.117"
sha2 = "0.10.8"

[profile.release]
lto = true
opt-level = 3
strip = true
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Documentation

The directory ./obsidian_vault can be opened with the Obsidian application to display the graphical illustration of the escrow protocol.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1079849

Please sign in to comment.