JavaScript
Create Instance
The JavaScript SDK supports EVM and Substrate transactions. In order to communicate and generate transactions using the peaq blockchain an instance must be created.
Now you will have an sdk object that can be used to execute the DID, RBAC, and Storage operations on the peaq blockchain.
The EVM instance only constructs transaction objects, it does not send them. You send the transaction yourself, so no private key passes through the SDK. If you want the SDK to send it for you, use sendEvmTx. The source is on GitHub at peaq-js.

