Updating readme
This commit is contained in:
parent
9078366002
commit
4d12a42d76
14
README.md
14
README.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user