We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084ea46 commit 721b9d3Copy full SHA for 721b9d3
basics/realloc/steel/.gitignore
@@ -0,0 +1,2 @@
1
+target
2
+test-ledger
basics/realloc/steel/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "realloc-example",
3
+ "version": "1.0.0",
4
+ "description": "realloc basic example with steel framework for solana",
5
+ "scripts": {
6
+ "test": "cargo test-sbf",
7
+ "build-and-test": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./tests/fixtures && pnpm test",
8
+ "build": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
9
+ "deploy": "solana program deploy ./program/target/so/rent_example_program.so"
10
+ },
11
+ "keywords": [],
12
+ "author": "Nithin",
13
+ "license": "ISC"
14
+ }
0 commit comments