Skip to content

Commit

Permalink
Update README to reflect new name (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeargento committed May 21, 2024
1 parent f7640c5 commit 033b516
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Bugless
# Bug Buster

<img align="right" height="400" src="logo.png">

Bug bounty programs allow developers to discover vulnerabilities in their applications by rewarding hackers that finds them.
They are mostly held in the Web2 space, and, thus, rarely provide any form of payment guarantee to whitehats.
As a result, developers are able to unfairly underpay whitehats, or even refuse to pay them.

To solve this issue, we have developed Bugless鈥攁 trustless bug bounty platform powered by [Cartesi Rollups](https://www.cartesi.io/).
Running inside a deterministic RISC-V machine that boots Linux, Bugless accepts applications written in any major programming language[^1].
To solve this issue, we have developed Bug Buster鈥攁 trustless bug bounty platform powered by [Cartesi Rollups](https://www.cartesi.io/).
Running inside a deterministic RISC-V machine that boots Linux, Bug Buster accepts applications written in any major programming language[^1].
Through a friendly web interface, anyone can submit applications, and sponsor them with Ether to incentivize hackers! All major wallets are supported[^2].
Meanwhile, hackers can test their exploits right on the browser, without even having to sign Web3 transactions!
Once the hacker finds a valid exploit, they can finally send a transaction requesting the reward to be transferred to their account.
If, however, no one is able to submit a valid exploit until a certain deadline, the sponsors may request a refund.

[^1]: Some notable examples of programming languages that can run inside Bugless are C, C++, Python, Lua, JavaScript, and Rust.
[^2]: Bugless supports +300 wallets, such as WalletConnect, MetaMask, Trust Wallet, and Coinbase.
[^1]: Some notable examples of programming languages that can run inside Bug Buster are C, C++, Python, Lua, JavaScript, and Rust.
[^2]: Bug Buster supports +300 wallets, such as WalletConnect, MetaMask, Trust Wallet, and Coinbase.

## Dependencies

Expand Down Expand Up @@ -88,7 +88,7 @@ make test

## CLI

To interact with the contract, you may use the Bugless CLI.
To interact with the contract, you may use the Bug Buster CLI.
For all the options, run the command below.

```sh
Expand Down Expand Up @@ -181,7 +181,7 @@ Below are some of those features.

## Debugging

When running Bugless locally, you might want to perform some operations that would otherwise be impossible in a production environment.
When running Bug Buster locally, you might want to perform some operations that would otherwise be impossible in a production environment.
To this end, we advise you to install the [Foundry](https://book.getfoundry.sh/getting-started/installation) toolkit.

### Time travel
Expand Down

0 comments on commit 033b516

Please sign in to comment.