I hereby claim:
- I am agnelvishal on github.
- I am agnel (https://keybase.io/agnel) on keybase.
- I have a public key ASC3V3MG5WQsg9qVstCq_uxNA0sKRs2S_2Cyl2zKWnK_Qgo
To claim this, I am signing this object:
| let price = await fetch("http://localhost:3000/price") | |
| result = await price.json() | |
| console.log(result["priceR"]) |
| [{"name":"vishal"},{"name":"some"},{"name":"some Cat"},{"name":"aaa"}] |
| var addR = await fetch("http://localhost:3000/createAdd") //Calls the api for creating address | |
| var addJ = await addR.json() // Converts binary stream to json | |
| console.log(addJ.ethWallet.address) // Prints the wallet address | |
| console.log(addJ.ethWallet.privateKey) // Prints the PrivateKey |
| async function walletTransfer(amount,fromAddress,fromPrivateKey,Daddress, Oaddress, Raddress, DPercent = 60, OPercent = 20, RPercent) { | |
| if(typeof RPercent != 'undefined') | |
| { | |
| RPercent = Math.round(100-OPercent-DPercent) | |
| } | |
| const serverUrl = "http:///localhost:3000/send" | |
| let fetchUrl = serverUrl + "?amount=" + amount + "&fromAddress="+fromAddress+"&fromPrivateKey=" + fromPrivateKey +"&Daddress=" + Daddress + "&Oaddress=" + Oaddress + "&Raddress=" + Raddress + "&DPercent=" + DPercent + "&OPercent=" + OPercent + "&RPercent=" + RPercent; | |
| promiseData = await fetch(fetchUrl); | |
| jsonData = await promiseData.json(); | |
| return jsonData |
| <script src="https://unpkg.com/[email protected]/dist/blockstack.js" integrity="sha384-+qYCYoUGzsMLAzHm80c4DyhbWgHBBb2N0RFqsg7Lws5ljtBtj/IwpgxZkiR7j7lp" crossorigin="anonymous"></script> | |
| <button id="signin-button">Sign in with Blockstack </button> | |
| <script> | |
| const appConfig = new blockstack.AppConfig(); | |
| const userSession = new blockstack.UserSession({ appConfig: appConfig }); | |
| document.getElementById('signin-button').addEventListener('click', function() { | |
| userSession.redirectToSignIn(); | |
| }); | |
| if (userSession.isUserSignedIn()) { |
I hereby claim:
To claim this, I am signing this object:
| async function main() { | |
| keyPair = await window.crypto.subtle.generateKey( | |
| { | |
| name: "RSA-OAEP", | |
| modulusLength: 2048, | |
| publicExponent: new Uint8Array([1, 0, 1]), | |
| hash: "SHA-256", | |
| }, | |
| true, | |
| ["encrypt", "decrypt"] |
| #!/bin/bash | |
| sudo apt update && \ | |
| sudo apt install -y libzip-dev bison autoconf build-essential pkg-config git-core \ | |
| libltdl-dev libbz2-dev libxml2-dev libxslt1-dev libssl-dev libicu-dev \ | |
| libpspell-dev libenchant-dev libmcrypt-dev libpng-dev libjpeg8-dev \ | |
| libfreetype6-dev libmysqlclient-dev libreadline-dev libcurl4-openssl-dev | |
| cd $HOME | |
| wget https://github.com/php/php-src/archive/php-7.2.2.tar.gz | |
| tar --extract --gzip --file php-7.2.2.tar.gz |
| #install pylinkvalidator and lxml from pip | |
| from pylinkvalidator.api import crawl_with_options | |
| import lxml | |
| crawled_site = crawl_with_options(["https://en.wikipedia.org/wiki/Introduction_to_quantum_mechanics"], {"progress":True, "parser":'lxml', "workers": 400,"depth":1000}) |
| Transactional value | Investment value | Total Value | Remarks | ||
|---|---|---|---|---|---|
| 1% of all currency and 1% of gold investment | $20,000 | $3,000 | $23,000 | Probable | |
| 1% of all currency and 10% of gold investment | $20,000 | $30,000 | $50,000 |