Binance Smart Chain -Crypto Programmer Wanted (Must be Familiar With Both BSC and Nod.js )

Job ID: 32176320

Budget: $10 – $30 USD

Hello I am looking for a developer who is familiar with the Binance Smart Chain and nod.js   

I need a code snippet that can do the following


1-Display "Waiting for clipboard ..."
2-Clear the content of the clipboard(I am using windows)



3-Monitor the content of the clipboard every 100 milliseconds (to detect newly copied text)

-Once the new text is detected, run a check to see if a valid BSC Token address contract


-If the content of the clipboard is not a valid BSC Token address, contract
 
 ---then  clear the content of the clipboard

    ---and continue to monitor the clipboard every 100 milliseconds until a valid BSC Token is found.
 

-If  it's a valid BSC Token then stop monitoring the clipboard clipboard clipboard

-store the Content of the clipboard  in a constant name: "Output_Address"

 
------> example :const Output_Address = "valide_bsc_adress_from_clipboard";




4-Display:" Address detected: and display the address next to it like so:

 Address detected:valide_bsc_adress_from_clipboard

5-Display: "..."
6-Display: "..."
7-Display: "Handshake Successful..."



 PS:Basically instead of preloading the contract address in:
    
    const Output_Address"Preloaded_bsc_token_address";

    I want to get it dynamically from the windows clipboard


    const Output_Address = "valide_bsc_adress_from_clipboard";


PPS: it's important to use the name Output_Address for the constant name,  it will be used by another function later

To make sure you have paid attention to the requirements find the word that is repeated 3 times.
and include it in your proposal


 
Related categories: Node.js Binance Smart Chain