Skip to content

Commit

Permalink
Merge pull request #203 from amanusk/wallet-rpc
Browse files Browse the repository at this point in the history
Add wallet_rpc spec for wallet<>dapp communication (#203)

Co-Authored-By: Toni Tabak <[email protected]>
  • Loading branch information
ArielElp and tabaktoni committed May 27, 2024
2 parents 76bdde2 + ff18f98 commit 304b952
Show file tree
Hide file tree
Showing 2 changed files with 862 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/starkware-libs/starknet-specs.git"
},
"scripts": {
"validate_all": "node validate.js api/starknet_api_openrpc.json && node validate.js api/starknet_write_api.json && node validate.js api/starknet_trace_api_openrpc.json"
"validate_all": "node validate.js api/starknet_api_openrpc.json && node validate.js api/starknet_write_api.json && node validate.js api/starknet_trace_api_openrpc.json && node validate.js ./wallet-api/wallet_rpc.json"
},
"author": "Lior Schejter",
"license": "MIT",
Expand All @@ -16,4 +16,4 @@
"fs-extra": "10.1.0",
"@json-schema-tools/dereferencer": "1.5.4"
}
}
}
Loading

0 comments on commit 304b952

Please sign in to comment.