Skip to content

Commit 721b9d3

Browse files
committed
added package json
1 parent 084ea46 commit 721b9d3

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

basics/realloc/steel/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
target
2+
test-ledger

basics/realloc/steel/package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"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

Comments
 (0)