Skip to content

Commit

Permalink
Fix typoes people complain about (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh authored Jan 7, 2025
1 parent e48427b commit cab8f54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Let's say you decided to contribute through the code. Great! Now, firstly, befor

After that, you may either request a task for yourself from the issues, or open an issue and state that you want to work on it. We, as maintainers, will gladly assign that particular section to you.

#### Continous Integration
#### Continuous Integration

We have an integrated CI workflow in our repository, with Rust version set to stable. It runs the following on pull requests and pushes to the nightly branch:

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
![](resources/assets/banner.png)

> [!WARNING]
> Citrea Testnet is now launched on top of Bitcoin Testnet4. While many key features are completed, Citrea's proper integration with [Bitcoin Mainnet](https://github.com/bitcoin/bitcoin) and [Clementine](https://github.com/chainwayxyz/clementine) are still ongoing, and it is also going to be audited for the Mainnet. \
> Citrea Testnet is now launched on top of Bitcoin Testnet4. While many key features are completed, Citrea's proper integration with [Bitcoin Mainnet](https://github.com/bitcoin/bitcoin) and [Clementine](https://github.com/chainwayxyz/clementine) is still ongoing, and it is also going to be audited for the Mainnet. \
> \
> Follow our [website](https://citrea.xyz) & [social media accounts](https://twitter.com/citrea_xyz) for announcements regarding the next phases of Citrea. \
> \
> Citrea uses **BTC** as its native token. **There's no Citrea token**. Please beware of scams! \
> \
> Please also note that **BTC** and **cBTC** of Citrea Testnet does not carry any real value.
> Please also note that **BTC** and **cBTC** of Citrea Testnet do not carry any real value.
## What is Citrea?

Citrea is the first rollup that enhances the capabilities of Bitcoin blockspace with zero-knowledge technology, **making it possible to build everything on Bitcoin**.

Every transaction occuring on Citrea, is fully secured by zero-knowledge proofs and optimistically verified by Bitcoin via BitVM. The execution environment of Citrea is trustless with respect to Bitcoin and is accessible to all participants of the Bitcoin Network.
Every transaction occurring on Citrea, is fully secured by zero-knowledge proofs and optimistically verified by Bitcoin via BitVM. The execution environment of Citrea is trustless with respect to Bitcoin and is accessible to all participants of the Bitcoin Network.

Citrea's vision is to build scalable infrastructure that advances Bitcoin into its next phase, foundation for world's finance. Citrea represents **Bitcoin Security at Scale** with its execution shard that keeps the settlement and data availability on-chain, on-Bitcoin.
Citrea's vision is to build scalable infrastructure that advances Bitcoin into its next phase, the foundation for world's finance. Citrea represents **Bitcoin Security at Scale** with its execution shard that keeps the settlement and data availability on-chain, on-Bitcoin.

## FAQ

Expand Down
4 changes: 2 additions & 2 deletions crates/bitcoin-da/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Checking _inclusion_, is easy. We can simply check that the transaction is inclu
### The DaService Trait

The `DaService` trait is slightly more complicated than the `DaVerifier`. Thankfully, it exists entirely outside of the
rollup's state machine - so it never has to be proven in zk. This means that its perfomance is less critical, and that
rollup's state machine - so it never has to be proven in zk. This means that its performance is less critical, and that
upgrading it in response to a vulnerability is much easier.

The job of the `DAService` is to allow the Sovereign SDK's node software to communicate with a DA layer. It has two related
Expand All @@ -67,4 +67,4 @@ for inclusion in this repository by you, as defined in the Apache-2.0 license, s
licensed as above, without any additional terms or conditions.

---
Built by [Chainway](https://github.com/chainwayxyz) ❤️
Built by [Chainway](https://github.com/chainwayxyz) ❤️

0 comments on commit cab8f54

Please sign in to comment.