<aside> 🏁 Submit your solutions to Engi where they will be executed and validated

</aside>

Engineers (Bounty Solvers)

Attempting

Use the CLI to attempt a job with your solution commit.

If you don’t already have it, download the job spec locally.

$ docker compose run cli engi job get 13341760805924865131 | tee /tmp/demo-csharp-job.json ****

Then use the bounty json and your hosted repository if your solution to write an attempt on-chain.

<aside> ☝️ You will need some gas to make an attempt

</aside>

$ docker compose run cli engi job attempt /tmp/demo-csharp-job.json [<https://github.com/cck197/demo-csharp.git>](<https://github.com/cck197/demo-csharp.git>) | tee /tmp/demo-csharp-attempt.json

You should see your current jobs in-progress in the job discovery section both on the list and detail pages.

Screen Shot 2022-10-23 at 5.56.02 PM.png

Screen Shot 2022-10-23 at 5.56.42 PM.png

Screen Shot 2022-10-23 at 5.56.14 PM.png