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

chore(docs): Update Example #404

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Build packages:
pnpm run -F "./packages/**" -r build
```

### Run the demo application
### Config

```bash
> cp .env.simple .env
```

Fill your account's private key and address in [env](./env).
Fill your account's private key and address in [.env](./.env).

## Execure example
## Run Example

```bash
> node ./cases/storage.js
Expand Down
3 changes: 0 additions & 3 deletions examples/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@
"@bnb-chain/greenfiled-file-handle": "workspace:*",
"dotenv": "^16.0.3",
"mime-types": "^2.1.35"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}
4 changes: 0 additions & 4 deletions pnpm-lock.yaml

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

Loading