Skip to content

Commit

Permalink
removed orage details
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosey committed Jan 2, 2024
1 parent 4b13801 commit 479a676
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 31 deletions.
4 changes: 2 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ The Civ Kit combines the Nostr architecture with the Lightning Network, prioriti

The CivKit Node represents an experimental NIP-01 Rust relay, complemented by ongoing development of communication gateways for BOLT8 Noise transport and BOLT4 sphinx onion routing. Alongside this, there is a companion client binary designed specifically for development and testing purposes.

## Orage
## Staking Credentials

Orage lightning node, is constructed in LDK, will offer in-built features such as custom scripts. These scripts will provide greater flexibility in the types of applications that can be built on the Lightning Network. The ultimate goal is to encourage the development of more 'Lightning-aware' applications. The integration of custom scripts, escrow, Discreet Log Contracts (DLCs), and Taproot will collectively facilitate this ambition.
Rust-based framework implements a reputation system aimed at enhancing the resilience of the Lightning Network against channel jamming. Central to this system is the innovative use of "credentials" issued by network routing hops, attached to each Hashed Time-Locked Contract (HTLC) forward request. These credentials are crucial for a reputation algorithm that rewards or penalizes payment senders, promoting efficient channel liquidity management.
2 changes: 1 addition & 1 deletion docs/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@



<a class="nav-item subtitle-text" href="https://discord.com/invite/pKtNhMTcMC">Discord</a>
<a class="nav-item subtitle-text" href="https://t.me/civkittv">Telegram</a>

<a class="nav-item subtitle-text" href="https://twitter.com/thecivkit">Twitter</a>

Expand Down
54 changes: 26 additions & 28 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,30 +72,30 @@


<div class = "hero" style="position: relative;">
<section class ="text-center" style="color:#fff;">
<h1 class="heading-text">
A P2P Electronic Free Market
</h1>
<h3 class="text-center title-text">
The Civ Kit is a blueprint to build their own censorship-resistant and permissionless
global marketplace. Armed with the design of Nostr and the architecture of the Lightning Network,
the framework prioritizes privacy and security through escrowed trades, moderations,
and know-your-peer (KYP) oracles.
The Civ Kit can be made and expanded to support any kind of trading.
</h3>
<div style="display: flex; justify-content: center; align-items: center; height: 100px;">
<a href="https://github.com/civkit/paper/blob/main/civ_kit_paper.pdf" >
<button style="font-size: 20px; padding: 15px 30px;">Download White Paper</button>
</a>
</div>
</section>
<section class ="text-center" style="color:#fff;">
<h1 class="heading-text">
A P2P Electronic Free Market
</h1>
<h3 class="text-center title-text">
The Civ Kit is a blueprint to build their own censorship-resistant and permissionless
global marketplace. Armed with the design of Nostr and the architecture of the Lightning Network,
the framework prioritizes privacy and security through escrowed trades, moderations,
and know-your-peer (KYP) oracles.
The Civ Kit can be made and expanded to support any kind of trading.
</h3>
<div style="display: flex; justify-content: center; align-items: center; height: 100px;">
<a href="https://github.com/civkit/paper/blob/main/civ_kit_paper.pdf" >
<button style="font-size: 20px; padding: 15px 30px;">Download White Paper</button>
</a>
</div>
</section>

<img class="hero-image" style="width: 110%" src="https://civkit.github.io/hachiko-logo.svg"/>
<img class="hero-image" style="width: 110%" src="https://civkit.github.io/hachiko-logo.svg"/>

<div class="explore-more text"
onclick="document.getElementById('features').scrollIntoView({behavior: 'smooth'})">
Explore More ⇩
</div>
<div class="explore-more text"
onclick="document.getElementById('features').scrollIntoView({behavior: 'smooth'})">
Explore More ⇩
</div>
</div>

<style>
Expand All @@ -116,8 +116,6 @@ <h3 class="text-center title-text">





<main>


Expand All @@ -137,7 +135,7 @@ <h3 class="text-center title-text">
</div>

<div class="toc-item-child">
<a class="subtext" href="https://civkit.github.io/#orage"><small>- Orage</small></a>
<a class="subtext" href="https://civkit.github.io/#staking-credentials"><small>- Staking Credentials</small></a>
</div>


Expand All @@ -154,8 +152,8 @@ <h1 id="civkit">Civkit</h1>
<p>The Civ Kit combines the Nostr architecture with the Lightning Network, prioritizing “privacy and security through escrowed trades, decentralized identity, moderation, a P2P messaging protocol, and know-your-peer (KYP) oracles for adjudication,” The system aims to support all kinds of trading, including goods and services.</p>
<h2 id="civkit-node">Civkit Node</h2>
<p>The CivKit Node represents an experimental NIP-01 Rust relay, complemented by ongoing development of communication gateways for BOLT8 Noise transport and BOLT4 sphinx onion routing. Alongside this, there is a companion client binary designed specifically for development and testing purposes.</p>
<h2 id="Staking Credentials">Orage</h2>
<p>This is a Rust-based framework implements a reputation system aimed at enhancing the resilience of the Lightning Network against channel jamming. Central to this system is the innovative use of "credentials" issued by network routing hops, attached to each Hashed Time-Locked Contract (HTLC) forward request. These credentials are crucial for a reputation algorithm that rewards or penalizes payment senders, promoting efficient channel liquidity management. The system begins with a bootstrap phase involving one-time upfront fees, with subsequent credential distribution evolving based on HTLC traffic. This approach facilitates dynamic HTLC traffic shaping, offering solutions to both malicious and spontaneous jamming. Initially, this framework will be employed to mitigate counterparty risk in Bitcoin financial contracts and to redeem services from paid Nostr relays, such as a CivKit functionary node. The implementation focuses on high-level privacy, user transparency, and network adaptability, contributing to a more robust, flexible, and efficient Lightning Network through a transparent and privacy-preserving reputation mechanism.</p>
<h2 id="staking-credentials">Staking Credentials</h2>
<p>Rust-based framework implements a reputation system aimed at enhancing the resilience of the Lightning Network against channel jamming. Central to this system is the innovative use of &quot;credentials&quot; issued by network routing hops, attached to each Hashed Time-Locked Contract (HTLC) forward request. These credentials are crucial for a reputation algorithm that rewards or penalizes payment senders, promoting efficient channel liquidity management. </p>


</div>
Expand Down Expand Up @@ -200,4 +198,4 @@ <h2 id="Staking Credentials">Orage</h2>
items.forEach(item => observer.observe(item));
</script>

</html>
</html>

0 comments on commit 479a676

Please sign in to comment.