Getting Started
Learn how to send transactions using our SDK
Follow these steps to start using our SDK today!!
Step1: Clone the repository
This can be done using the following command:
Install the project dependencies using the following command:
Step2: File creation
Once Step1 has been completed, the user can create a javascript file in the root directory and subsequently insert the provided code into the file in order to execute a transaction on the Ethereum network.
Upon completion of the transaction, the user will be provided with the transaction hash.
For further details, please refer here.
Last updated