Skip to content

Commit 36b9b5a

Browse files
authored
Merge pull request #671 from matthew1001/hello-world-readme
Fixes after trying to follow the hello world tutorial
2 parents 83ddb12 + 955e81c commit 36b9b5a

File tree

5 files changed

+20
-13
lines changed

5 files changed

+20
-13
lines changed

example/bond/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Requires a local 3-node Paladin cluster running on `localhost:31548`, `localhost
1212
## Option 1: Use the Latest Stable Version
1313

1414
1. **Download and extract contracts**
15-
- [Download Solidity contracts](https://github.com/LF-Decentralized-Trust-labs/paladin/releases/download/latest/abis.tar.gz)
15+
16+
- [Download Solidity contracts](https://github.com/LF-Decentralized-Trust-labs/paladin/releases/latest/download/abis.tar.gz)
1617
- Extract `abis.tar.gz` and copy the `abis` directory to `src/`. (full path should be: `paladin/example/bond/src/abis`)
1718

1819
2. **Build TypeScript SDK**
@@ -36,6 +37,7 @@ npm run build
3637

3738
```shell
3839
npm install
40+
npm run abi
3941
npm run start
4042
```
4143

@@ -85,4 +87,4 @@ To perform all prerequisites and run the example in one go:
8587
```shell
8688
../../gradlew build
8789
npm run start
88-
```
90+
```

example/helloworld/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Check out the [tutorial](https://lf-decentralized-trust-labs.github.io/paladin/h
1111
## Option 1: Use the Latest Stable Version
1212

1313
1. **Download and Extract Contracts**
14-
- [Download Solidity contracts](https://github.com/LF-Decentralized-Trust-labs/paladin/releases/download/latest/abis.tar.gz)
14+
15+
- [Download Solidity contracts](https://github.com/LF-Decentralized-Trust-labs/paladin/releases/latest/download/abis.tar.gz)
1516
- Extract `abis.tar.gz` and copy the `abis` directory to `src/`. (full path should be: `paladin/example/helloworld/src/abis`)
1617

1718
2. **Build TypeScript SDK**
@@ -20,6 +21,7 @@ Check out the [tutorial](https://lf-decentralized-trust-labs.github.io/paladin/h
2021
cp -rf src/abis ../../sdk/typescript/src/domains/
2122
cd ../../sdk/typescript
2223
npm install
24+
npm run abi
2325
npm run build
2426
```
2527

@@ -68,4 +70,4 @@ To perform all prerequisites and run the example in one go:
6870
```shell
6971
../../gradlew build
7072
npm run start
71-
```
73+
```

example/notarized-tokens/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Requires a local 3-node Paladin cluster running on `localhost:31548`, `localhost
1111
## Option 1: Use the Latest Stable Version
1212

1313
1. **Download and Extract Contracts**
14-
- [Download Solidity contracts](https://github.com/LF-Decentralized-Trust-labs/paladin/releases/download/latest/abis.tar.gz)
14+
15+
- [Download Solidity contracts](https://github.com/LF-Decentralized-Trust-labs/paladin/releases/latest/download/abis.tar.gz)
1516
- Extract `abis.tar.gz` and copy the `abis` directory to `src/`. (full path should be: `paladin/example/notarized-tokens/src/abis`)
1617

1718
2. **Build TypeScript SDK**
@@ -47,7 +48,6 @@ npm run compile
4748
```shell
4849
cd ../../sdk/typescript
4950
npm install
50-
npm run abi
5151
npm run build
5252
```
5353

@@ -68,4 +68,4 @@ To perform all prerequisites and run the example in one go:
6868
```shell
6969
../../gradlew build
7070
npm run start
71-
```
71+
```

example/privacy-storage/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Example: Storage with Privacy Groups
2-
1+
n# Example: Storage with Privacy Groups
32

43
See the [tutorial](https://lf-decentralized-trust-labs.github.io/paladin/head/tutorials/private-storage/) for a detailed explanation.
54

@@ -12,7 +11,8 @@ Requires a local Paladin instance running on `localhost:31748`.
1211
## Option 1: Use the Latest Stable Version
1312

1413
1. **Download and extract contracts**
15-
- [Download Solidity contracts](https://github.com/LF-Decentralized-Trust-labs/paladin/releases/download/latest/abis.tar.gz)
14+
15+
- [Download Solidity contracts](https://github.com/LF-Decentralized-Trust-labs/paladin/releases/latest/download/abis.tar.gz)
1616
- Extract `abis.tar.gz` and copy the `abis` directory to `src/`. (full path should be: `paladin/example/private-storage/src/abis`)
1717

1818
2. **Build TypeScript SDK**
@@ -21,6 +21,7 @@ Requires a local Paladin instance running on `localhost:31748`.
2121
cp -rf src/abis ../../sdk/typescript/src/domains/
2222
cd ../../sdk/typescript
2323
npm install
24+
npm run abi
2425
npm run build
2526
```
2627

@@ -36,6 +37,7 @@ npm run build
3637

3738
```shell
3839
npm install
40+
npm run abi
3941
npm run start
4042
```
4143

@@ -85,4 +87,4 @@ To perform all prerequisites and run the example in one go:
8587
```shell
8688
../../gradlew build
8789
npm run start
88-
```
90+
```

example/swap/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Requires a local 3-node Paladin cluster running on `localhost:31548`, `localhost
1212
## Option 1: Use the Latest Stable Version
1313

1414
1. **Download and extract contracts**
15-
- [Download Solidity contracts](https://github.com/LF-Decentralized-Trust-labs/paladin/releases/download/latest/abis.tar.gz)
15+
16+
- [Download Solidity contracts](https://github.com/LF-Decentralized-Trust-labs/paladin/releases/latest/download/abis.tar.gz)
1617
- Extract `abis.tar.gz` and copy the `abis` directory to `src/`. (full path should be: `paladin/example/swap/src/abis`)
1718

1819
2. **Build TypeScript SDK**
@@ -85,4 +86,4 @@ To perform all prerequisites and run the example in one go:
8586
```shell
8687
../../gradlew build
8788
npm run start
88-
```
89+
```

0 commit comments

Comments
 (0)