sol-ctf-framework

Crates.iosol-ctf-framework
lib.rssol-ctf-framework
version0.1.0
sourcesrc
created_at2022-04-10 03:38:12.314659
updated_at2022-04-10 03:38:12.314659
descriptionA framework for building solana based capture the flag challenges
homepagehttps://github.com/otter-sec/sol-ctf-framework
repositoryhttps://github.com/otter-sec/sol-ctf-framework
max_upload_size
id564962
size137,441
EvilMuffinHa (EvilMuffinHa)

documentation

README

Solana CTF Framework

Usage

To get started, just add the following line to the dependencies section in your Cargo.toml:

[dependencies]
sol-ctf-framework = "0.1.0"

What is this for?

This crate is meant to be used to create an environment for capture the flag players to solve challenges related to solana.

Commit count: 15

cargo fmt