I hereby claim:
- I am mattupham on github.
- I am mattupham (https://keybase.io/mattupham) on keybase.
- I have a public key ASA8tH7BPZuJLZU4b_6JvS18FKHqmuonApSi_3DWZYqKSgo
To claim this, I am signing this object:
| async function postData(url = "", data = {}) { | |
| // Default options are marked with * | |
| const response = await fetch(url, { | |
| method: "POST", // *GET, POST, PUT, DELETE, etc. | |
| mode: "cors", // no-cors, *cors, same-origin | |
| cache: "no-cache", // *default, no-cache, reload, force-cache, only-if-cached | |
| credentials: "same-origin", // include, *same-origin, omit | |
| headers: { | |
| "Content-Type": "application/json", | |
| // 'Content-Type': 'application/x-www-form-urlencoded', |
| pragma solidity ^0.8.0; | |
| import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; | |
| contract MyCoin is ERC20 { | |
| constructor() ERC20("MY TOKEN", "MYTOKEN") { | |
| _mint(msg.sender, 1000000 * 10**18); | |
| } | |
| } |
| // Subscribe on YouTube, and follow on TikTok (@mattupham)! Socials found below: | |
| // https://mattupham.com/links | |
| // @ me on Discord with any questions! | |
| https://link.mattupham.com/discord | |
| // -------------------------------------------- | |
| // PLEASE REPLACE "your-api-key-here" WITH AN | |
| // API KEY FROM https://ipgeolocation.io/ | |
| let apiKey = "your-api-key-here"; |
I hereby claim:
To claim this, I am signing this object: