Pankaj Kumar

Pankaj Kumar

How to Generate Ethereum Private key and Address

game development

If you are using Node.js, you can use the package called “ethereumjs-wallet” to generate Ethereum private keys and addresses. This is an official package provided and maintained by the Ethereum JavaScript community. To generate Ethereum addresses, follow these steps: Step…

Bubble Sort Algorithm in Python

Bubble sort is the simplest sorting algorithm in computer science. Bubble sort performs the sorting process by swapping adjacent elements if they’re not in the desired (ascending or descending) order. This process repeats from the beginning of the list of…