Skip to content
View SaiunAnwar1's full-sized avatar

Block or report SaiunAnwar1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SaiunAnwar1/README.md

// Connect to the Arweave wallet extension, requesting the SIGNATURE permission await window.arweaveWallet.connect(["SIGNATURE"]);

// Sign the data using the wallet's signature method const signature = await window.arweaveWallet.signature(new TextEncoder().encode("Data to sign"), { name: 'RSA-PSS', // Use the RSA-PSS algorithm for signing saltLength: 0, // Set the salt length to 0 });

// Log the generated signature to the console console.log("The signature is", signature);

Popular repositories Loading

  1. SaiunAnwar1 SaiunAnwar1 Public

    Config files for my GitHub profile.