Post your project for free and start receiving proposals from freelancers within minutes after publication!
Write the code on Python that sign the message (web3)
The purpose of the program is to link link3.
Write the code on Python using the web3 library that generates private and public keys, sign the message and codes it to the Base64 format.
Requirements: Use the web3 library to work with the BNB network. Generate private and public keys using the respective feature. Sign a message using a private key. Subscribe to the Base64 format. Please add the commentary to the code to explain its work. Make sure the code goes through all the necessary checks and works without errors.
The part of the code (pastebin) that generates authorization tokens.
The message you need to generate looks like this:
Write the code on Python using the web3 library that generates private and public keys, sign the message and codes it to the Base64 format.
Requirements: Use the web3 library to work with the BNB network. Generate private and public keys using the respective feature. Sign a message using a private key. Subscribe to the Base64 format. Please add the commentary to the code to explain its work. Make sure the code goes through all the necessary checks and works without errors.
The part of the code (pastebin) that generates authorization tokens.
The message you need to generate looks like this:
Another 2 proposals concealed