Skip to content

Commit

Permalink
chore: Nodejs Example update
Browse files Browse the repository at this point in the history
  • Loading branch information
rrr523 committed Sep 14, 2023
1 parent 23cd8af commit 720f1f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 4 additions & 0 deletions examples/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

* [storage](./storage.js)

```bash
> node storage
```

[More examples](../../packages/chain-sdk/tests/)
9 changes: 2 additions & 7 deletions examples/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@
"version": "0.0.9-alpha.7",
"type": "commonjs",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development next dev",
"dev:qa": "cross-env NODE_ENV=test next dev",
"build": "",
"build:qa": ""
},
"scripts": {},
"dependencies": {
"@bnb-chain/greenfield-js-sdk": "workspace:*",
"@bnb-chain/greenfiled-file-handle": "workspace:*"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}
}

0 comments on commit 720f1f4

Please sign in to comment.