Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #202 from BitSwap-BiFi/main
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
22388o authored Mar 11, 2024
2 parents 54f9a33 + 289e760 commit 65fcbd6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ In this Core, we'll not integrate with Sidechains non built on RGB and altcoins

Check [here](https://github.com/BitSwap-BiFi/Bitswap-FAQ/)

## BITP (Bitswap Improvement Proposal - Similar BIPs to the Bitcoin)

[Official Specs](https://github.com/BitSwap-BiFi/BITP)

## Contributors

<a align="center" href="https://github.com/BitSwap-BiFi/Bitswap-core/graphs/contributors">
Expand Down
3 changes: 2 additions & 1 deletion doc/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Welcome to the Documentation around Bitswap ⚡
- AluVM
- Rust
- Rust Lightning
- Rust DLC
- Bitcoin Core Node
- Electrum Node
- Lightning Node (testnet)
Expand All @@ -34,7 +35,7 @@ cd Bitswapcore

### Build project to generate/update Cargo.lock
```cargo
cargo build
cargo build --release
```

### Run
Expand Down
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[toolchain]
name = "bitswap"
version = "1.0.22-alpha"
channel = "stable"

0 comments on commit 65fcbd6

Please sign in to comment.