Skip to content

Capture the flag contracts, made public for the participants

License

Notifications You must be signed in to change notification settings

multiversx/mx-ctf-rs-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capture the flag

Let's see who can get the highest score!

This repo contains 3 challenges:

  1. Bump
  2. Coinflip
  3. GasPass

All these challenges can be completed using nothing but Rust interactors and smart contracts, but of couse, you are free to use any technology you prefer.

Setup

Make sure to have your own account, and use a .pem file in your interactor, then communicate to the team which one is your wallet.

For convenience, we are also providing an interactor stub. The challenge contracts are already deployed to devnet, you can find their addresses in the interactor stub config:

gateway = 'https://devnet-gateway.multiversx.com'
bump_address = "erd1qqqqqqqqqqqqqpgq23j27f6w0r75hfyc5td753f9ahvfpp5x4wzq65czqw"
coinflip_address = "erd1qqqqqqqqqqqqqpgq0jtfsyk7rfgu50v6wh5wwtk2mjgseca54wzqyntf2v"
gaspass_address = "erd1qqqqqqqqqqqqqpgq5tlkn9qcza52v4dtfzsx99xjxrgtw2p74wzqnyc5ea"

Best of luck!

About

Capture the flag contracts, made public for the participants

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages