sdk-rpc-proxy
/
1.0.0-beta.12
sdk-rpc-proxy 1.0.0-beta.12
Install from the command line:
Learn more about npm packages
$ npm install @vechain/sdk-rpc-proxy@1.0.0-beta.12
Install via package.json:
"@vechain/sdk-rpc-proxy": "1.0.0-beta.12"
About this version
Welcome to the remix proxy of the VeChain SDK!
This project is designed to bridge the gap between Thor's RESTful API and Ethereum's JSON-RPC, for example to support the Remix IDE. By leveraging this proxy, users can seamlessly interact with the VeChain Thor blockchain.
-
Build: Execute
yarn build
to build the package. -
Lint: Execute
yarn lint
to lint the package. -
Format: Execute
yarn format
to format the package. -
Start: Execute
yarn start
to start the proxy server.
Explore examples of how to use this package in real-world scenarios at vechain SDK examples. RPC proxy is very simple to use. To run it, you must:
Feel free to leverage these resources and don't hesitate to reach out if you have any questions or need further assistance.
- Set up your config in
config.json
file. - Run
yarn start
to start the proxy server. - Enjoy!
Happy coding with the VeChain SDK!
The config.json
file is used to configure the proxy server. It contains the following fields:
-
url
: The URL of the VeChain Thor node. -
port
: The port of the proxy server. -
accounts
: The accounts that the proxy server will use to sign transactions. -
debug
: Whether to enable debug mode.
Details
- sdk-rpc-proxy
- vechain
- 6 months ago
- MIT
- 7 dependencies
Assets
- sdk-rpc-proxy-1.0.0-beta.12.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0