-
Notifications
You must be signed in to change notification settings - Fork 2
Draft bountiful restart post #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
cburgdorf
wants to merge
2
commits into
master
Choose a base branch
from
bountiful_restart
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
|
|
||
| +++ | ||
| title = "Bountiful: reloaded" | ||
| date = "2026-04-08" | ||
| +++ | ||
|
|
||
| Following our public release of Fe 26.0.0 on March 31st, we are excited to share that | ||
| we've put the new language to work in a real-world project that is now live on the | ||
| Ethereum mainnet: bountiful, a permissionless bug bounty platform. | ||
|
|
||
| By putting real ETH on the line, we aim to demonstrate the robustness of the Fe compiler. While the initial prizes are modest, we plan to scale them as the project and the compiler mature. | ||
|
|
||
| ## What is bountiful? | ||
|
|
||
| If you've been following the Fe language, you may have seen a previous version | ||
| of our bug bounty platform which [we first launched in 2022](https://blog.fe-lang.org/posts/bountiful-break-things-and-get-paid/). | ||
|
|
||
| The idea is simple: The platform hosts a series of challenges that should not be solvable. If you do solve a challenge, you have found a bug either in the compiler, the challenge contract, or the registry implementation. | ||
|
|
||
| In any case, solving a challenge allows you to permissionlessly claim an ETH prize held in the registry contract. | ||
|
|
||
| ## Where do I start? | ||
|
|
||
| We've created a website at [bountiful.fe-lang.org](https://bountiful.fe-lang.org/) that serves as the main entry point to the platform. It includes a list of active challenges, instructions on how to get started and links to the code repositories, deployed contracts, and more. | ||
|
|
||
| ## Verified on Sourcify | ||
|
|
||
| [Sourcify](https://sourcify.dev/) already supports Fe, and the bountiful contracts are verified there. Verification of more complex multi-file workspaces isn't fully supported yet, so we used flattened sources as a workaround for most contracts. Improving first-class workspace support is something we'd like to tackle together with the Sourcify team going forward. | ||
|
|
||
| ## Where do we go from here? | ||
|
|
||
| We are starting with a small set of challenges, but we plan to add more over time. We are also starting with small prizes of currently 0.25 ETH per challenge, but we plan to increase both the number of challenges and the prize amounts as we go. | ||
|
|
||
| ## Go break things! | ||
|
|
||
| Here's everything you need to get started: | ||
|
|
||
| - **[fe-lang.org](https://fe-lang.org)** | ||
| - **[bountiful.fe-lang.org](https://bountiful.fe-lang.org/)** | ||
| - **[Bounty Hunting Guide](https://github.com/fe-lang/bountiful/blob/master/doc/bounty-hunting-guide.md)** | ||
| - **[Bountiful Repository](https://github.com/fe-lang/bountiful)** | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change date to 2026-05-04