Created
August 15, 2026 20:32
-
-
Save joswell78/85a8a85d5581eb658ff2337b65fd0a8b to your computer and use it in GitHub Desktop.
Solana Developer Challenge: Anchor Flash Loan — Hermes autonomous code
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
| ```html | |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Solana Developer Challenge: Anchor Flash Loan</title> | |
| </head> | |
| <body> | |
| <h1 class="heading-node">Solana Developer Challenge: Anchor Flash Loan</h1> | |
| <p class="text-node"><strong>Not Available for Employed Web3 Developers</strong></p> | |
| <p class="text-node"> | |
| This is a learning exercise and challenge exclusively for early career developers who have not yet secured a full-time job in the web3 industry and are not founders of <strong>investor-backed</strong> startups. Developers of bootstrapped startups are welcome to compete. | |
| </p> | |
| <h2 class="heading-node">Mission</h2> | |
| <p class="text-node"> | |
| After the previous “Solana Developer Challenge: Anchor Escrow” and “Solana Developer Challenge: Anchor Vault” bounties, it is now time to do the final Anchor challenge on blueshift: Flash loans. | |
| </p> | |
| <p class="text-node"> | |
| Full details on the challenge, including the required guidance on how to complete it, can be found here: | |
| </p> | |
| <p class="text-node"> | |
| <a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://learn.blueshift.gg/en/challenges/anchor-flash-loan">https://learn.blueshift.gg/en/challenges/anchor-flash-loan</a> | |
| </p> | |
| <p class="text-node"> | |
| After completing the challenge, write a twitter post about what you learned and how you might use these skills in future projects. | |
| </p> | |
| <h2 class="heading-node">Submission Requirements</h2> | |
| <ul class="list-node"> | |
| <li> | |
| <p class="text-node">A wallet address containing the NFT you received from Blueshift upon completion.</p> | |
| </li> | |
| <li> | |
| <p class="text-node">If you have problems receiving the NFT, a screenshot of the challenge completion screen will do.</p> | |
| </li> | |
| <li> | |
| <p class="text-node">A link to your Twitter post.</p> | |
| </li> | |
| <li> | |
| <p class="text-node">Must be in English.</p> | |
| </li> | |
| </ul> | |
| <h2 class="heading-node">Judging Criteria</h2> | |
| <p class="text-node"> | |
| To be eligible as winner, you first of all need to complete the challenge. To then determine the winner between the submissions, the judges look at the insights shared in the twitter post. The more detailed your insights (what you learned, how you might use the skills, etc), the better your chances of winning. | |
| </p> | |
| <h2 class="heading-node">Resources</h2> | |
| <ul class="list-node"> | |
| <li> | |
| <p class="text-node"> | |
| <a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://learn.blueshift.gg/en">https://learn.blueshift.gg/en</a> | |
| </p> | |
| </li> | |
| <li> | |
| <p class="text-node"> | |
| <a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://learn.blueshift.gg/en/challenges/anchor-flash-loan">https://learn.blueshift.gg/en/challenges/anchor-flash-loan</a> | |
| </p> | |
| </li> | |
| </ul> | |
| </body> | |
| </html> | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment