Skip to content

Commit 7c0bcbd

Browse files
ikripakaKyrylR
authored andcommitted
Initialized project
1 parent 6fffc56 commit 7c0bcbd

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

.gitignore

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Generated by Cargo
2+
# will have compiled files and executables
3+
debug/
4+
target/
5+
6+
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7+
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8+
Cargo.lock
9+
10+
# These are backup files generated by rustfmt
11+
**/*.rs.bk
12+
13+
# MSVC Windows builds of rustc generate these, which store debugging information
14+
*.pdb
15+
16+
# Ignoring .js files, as typescript firstly compiles into it
17+
/tests/*.js
18+
19+
# Disable logs that have obtained during run
20+
/logs
21+
*.log
22+
.env
23+
24+
# RustRover
25+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
26+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
27+
# and can be added to the global gitignore or merged into this file. For a more nuclear
28+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
29+
.idea/
30+
.vscode/
31+
32+
# frontend code
33+
node_modules/
34+
dist/
35+
36+
# Mac OSX temporary files
37+
.DS_Store
38+
**/.DS_Store
39+
40+
# Logs
41+
logs/*

Readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Liquid Nostr Options custom DEX
2+
3+
Decentralized Exchange, which can help traders to trade asset pairs in Liquid network. (LBTC ↔ MEX). Tokens [listed][1]. Liquid options [docs][2].
4+
5+
[1]: https://liquid.network/assets/featured
6+
[2]: https://blockstream.com/assets/downloads/pdf/options-whitepaper.pdf

0 commit comments

Comments
 (0)