Skip to content

Commit 5a39e9a

Browse files
committed
data-drivers: added build info in READMEs
1 parent 5555081 commit 5a39e9a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

data-drivers/stake-contract/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@ other tasks to the generic data-driver, which is included into this module
88
as dependency.
99

1010
Please refer to data-drivers/data-driver/README.md for more information.
11+
12+
## How to build the Stake Contract Data Driver
13+
14+
The following command builds the data driver:
15+
`make wasm-js`
16+
17+
The command will build the driver which will also include memory allocation and de-allocation.

data-drivers/transfer-contract/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@ other tasks to the generic data-driver, which is included into this module
88
as dependency.
99

1010
Please refer to data-drivers/data-driver/README.md for more information.
11+
12+
## How to build the Transfer Contract Data Driver
13+
14+
The following command builds the data driver:
15+
`make wasm-js`
16+
17+
The command will build the driver which will also include memory allocation and de-allocation.

0 commit comments

Comments
 (0)