Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix example ssv-keys versions #51

Merged
merged 14 commits into from
Aug 30, 2023
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
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
Expand Up @@ -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;
};
Expand Down
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.
Loading
Loading