Skip to content

Commit

Permalink
Merge pull request #51 from bloxapp/vc/fix-example-versioning
Browse files Browse the repository at this point in the history
fix example ssv-keys versions
  • Loading branch information
vadiminc authored Aug 30, 2023
2 parents dbd5939 + cd0625b commit 6571069
Showing 39 changed files with 12,990 additions and 1,021 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -117,20 +117,23 @@ yarn cli shares --keystore=./keystore-files --password=test --operator-ids=1,2,3
To run an example of a NodeJS project containing all the code snippets to build the share and transaction payload, simply follow these instructions!

```bash
cd examples/example-02
cd examples/console
yarn install
```

To run a JavaScript example:

```bash
node example-simple.js
# example 1
yarn start:basic:js
# example 2
yarn start:complex:js
```

To run a TypeScript example:

```bash
yarn start
yarn start:ts
```

### Browser project (web application)
2 changes: 1 addition & 1 deletion dist/esbuild/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/esbuild/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tsc/src/lib/KeyShares/KeySharesData/KeySharesData.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tsc/src/lib/helpers/file.helper.d.ts
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ export declare const createSSVDir: (outputFolder: string) => Promise<any>;
*/
export declare const getSSVDir: (outputFolder: string) => Promise<string>;
export declare const getFilePath: (name: string, outputFolder: string, withTime?: boolean) => Promise<string>;
export type KeyStoreFilesResult = {
export declare type KeyStoreFilesResult = {
files: string[];
isFolder: boolean;
};
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/node_modules/
*.log
dist
data
.parcel-cache
yarn.lock
File renamed without changes.
Empty file added examples/console/data/.keep
Empty file.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 6571069

Please sign in to comment.