Updating readme

This commit is contained in:
Cristian 2022-03-29 03:47:47 +02:00 committed by GitHub
parent 9078366002
commit 4d12a42d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,14 @@
# poc_solana
# Intro
Solana CTF Solve
## Installing solana
sh -c "$(curl -sSfL https://release.solana.com/v1.10.5/install)"
## Build the CTF
cd ctf && cargo build-bpf
## Check project dependencies
cd poc_solana && cargo check
## Solana binary
mkdir -p poc_solana/target/deploy/ && cp ctf/target/deploy/ctf_solana.farm.so src/target/deploy/ctf_solana_farm.so