Non-fungible token ( NFT)
ERC-721 Token
NTF Websites
Beeple | The First 5000 Days
@baseUrl = {{$dotenv SERVICE_API_ENDPOINT}} | |
@accessToken = {{$dotenv SERVICE_API_ACCESS_TOKEN}} | |
### Health-check | |
GET {{baseUrl}}/health | |
### Media | |
### Create media upload url | |
## This endpoint return a JSON { data : "signedUrl" } |
const NUMERALS = [ | |
{ value: 1000000000000000000000, str: 'sextillion' }, | |
{ value: 1000000000000000000, str: 'quintillion' }, | |
{ value: 1000000000000000, str: 'quadrillion' }, | |
{ value: 1000000000000, str: 'trillion' }, | |
{ value: 1000000000, str: 'billion' }, | |
{ value: 1000000, str: 'million' }, | |
{ value: 1000, str: 'thousand' }, | |
{ value: 100, str: 'hundred' }, | |
{ value: 90, str: 'ninety' }, |
// AVN TOKEN | |
pragma solidity ^0.6.12; | |
// SPDX-License-Identifier: MIT | |
interface IERC20 { |
const { LOG_LEVEL, APP_ENV } = process.env; | |
const logFormatter = APP_ENV === 'dev' | |
? format.combine( | |
winston.format.timestamp(), | |
winston.format.colorize(), | |
winston.format.printf((meta: any) => { | |
const { level, message, timestamp, namespace, stack, ...restMeta } = meta; | |
const displayNamespace = namespace ? `[${namespace}] -` : ''; | |
const stackMessage = stack ? `\n${stack}` : ''; |
Beeple | The First 5000 Days
// contracts/GLDToken.sol | |
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.0; | |
import "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol"; | |
import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; | |
contract ERC20_Token_Sample is ERC20, ERC20Burnable { | |
constructor() ERC20("ERC20 Token Sample1", "Sample 1") { |
const fetch = require('node-fetch'); | |
async function getContent(url, originRequest) { | |
console.log('Getting content from: ', url); | |
const { redirectUrl } = originRequest.query; | |
const { host, ...remainingHeaders } = originRequest.headers; | |
return fetch(url, { | |
method: originRequest.method, | |
headers: { ...remainingHeaders}, | |
rejectUnauthorized: false |
BranchA : // Commit verything | |
BranchA : git fetch origin master:master | |
BranchA : git rebase master | |
// If no conflicts, you are lucky | |
// possible there are some conflicts ==> RESOLVE theme | |
BranchA : git add all_conflicts_files | |
BranchA: git rebase --continue | |
The tag 'amp-accordion extension .js script' appears more than once in the document. This will soon be an error.
The tag 'amp-carousel extension .js script' appears more than once in the document. This will soon be an error.
AMPforWP is using AMP as dependencies, AMP will add amp-scripts base on the Post content somehow at some senarios, it cant add the amp-scripts, so missing script error will appear on the AMP validator.
https://visualstudio.microsoft.com/thank-you-downloading-visual-studio-mac
https://dotnet.microsoft.com/download
Download .NET Core SDK