Dean 利迪恩 1 kuukausi sitten
vanhempi
sitoutus
ed1e6a2f6f
2 muutettua tiedostoa jossa 20 lisäystä ja 0 poistoa
  1. 1 0
      Cargo.toml
  2. 19 0
      Readme.md

+ 1 - 0
Cargo.toml

@@ -2,6 +2,7 @@
 name = "sbpf-linker"
 edition = "2024"
 version = "0.1.1"
+authors = ["Claire Fan <claire@blueshift.gg>"]
 license = "MIT"
 
 [lib]

+ 19 - 0
Readme.md

@@ -0,0 +1,19 @@
+# SBPF Linker
+
+An upstream BPF linker to relink upstream BPF binaries into an SBPF V0 compatible binary format.
+
+### Usage
+Install with:
+```sh
+cargo install sbpf-linker
+```
+
+Create a new program template with
+```sh
+cargo generate --git https://github.com/blueshift-gg/solana-upstream-bpf-template
+```
+
+Build program with:
+```sh
+cargo build-bpf
+```