diff --git a/data/export-definitions.js b/data/export-definitions.js index 4af73e1..5aa4bc7 100644 --- a/data/export-definitions.js +++ b/data/export-definitions.js @@ -1,8 +1,6 @@ const exportDefinitions = { "0x API": { - "term": "0x API", - "phonetic": "", - "partOfSpeech": "", + "term": "0x API",, "definition": ( <> The 0x API is the liquidity and data endpoint for DeFi. It lets you access aggregated liquidity from tens of on-chain and off-chain decentralized exchange networks, across multiple blockchains. It comes with many parameters to customize your requests for your application and your users:\n\nAPI References diff --git a/i18n/locales/src/i18n/locales/en/translation.json b/i18n/locales/src/i18n/locales/en/translation.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/i18n/locales/src/i18n/locales/en/translation.json @@ -0,0 +1 @@ +{} diff --git a/i18n/locales/src/i18n/locales/es/translation.json b/i18n/locales/src/i18n/locales/es/translation.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/i18n/locales/src/i18n/locales/es/translation.json @@ -0,0 +1 @@ +{} diff --git a/i18next-scanner.config.js b/i18next-scanner.config.js new file mode 100644 index 0000000..0d574b8 --- /dev/null +++ b/i18next-scanner.config.js @@ -0,0 +1,22 @@ +const path = require('path'); + +module.exports = { + input: ['src/**/*.{js,jsx}'], // Specify the input files to scan + output: 'src/i18n/locales/', // Specify the output directory for the translation files + options: { + debug: true, // Enable debugging + removeUnusedKeys: false, // Remove unused translation keys + func: { + list: ['i18next.t', 'i18n.t'], // List of functions to scan for translation keys + extensions: ['.js', '.jsx'] // File extensions to scan + }, + lngs: ['en', 'es', 'ar', 'de', 'fr', 'id', 'it', 'ja', 'ko', 'nl', 'pt-br', 'ru', 'th', 'tl', 'tr', 'uk', 'vi', 'zh-cn'], // List of languages to generate translation files for + ns: ['translation'], // Namespace to use for translation keys + defaultLng: 'en', // Default language + resource: { + loadPath: 'src/i18n/locales/{{lng}}/{{ns}}.json', // Path to load existing translation files + savePath: 'src/i18n/locales/{{lng}}/{{ns}}.json', // Path to save updated translation files + jsonIndent: 2 // Indentation for the JSON files + } + } +}; \ No newline at end of file diff --git a/index.jsx b/index.jsx deleted file mode 100644 index ade31b7..0000000 --- a/index.jsx +++ /dev/null @@ -1,12 +0,0 @@ -import React from 'react'; -import ReactDOM from 'react-dom'; -import './index.css'; -import App from './App'; -import './i18n/config'; // Import the i18n configuration - -ReactDOM.render( - - - , - document.getElementById('root') -); diff --git a/package-lock.json b/package-lock.json index c63f0fa..bde19b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,24 @@ { - "name": "web3-glossary-website", + "name": "education-dao-glossary", + "version": "0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { + "name": "education-dao-glossary", + "version": "0.9", "dependencies": { "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "@vitejs/plugin-react-swc": "^3.6.0", "i18next": "^23.10.0", + "lunr": "^2.3.9", + "lunr-languages": "^1.14.0", "react-i18next": "^14.1.0", + "react-router-dom": "^6.23.1", "vite-plugin-svgr": "^4.2.0", - "vite-tsconfig-paths": "^4.3.1", - "web-vitals": "^3.0.4" + "vite-tsconfig-paths": "^4.3.1" }, "devDependencies": { "@babel/core": "^7.24.4", @@ -24,11 +29,12 @@ "@svgr/webpack": "^8.1.0", "@vitejs/plugin-react": "^4.2.1", "@vitest/coverage-v8": "^1.3.1", + "i18next-scanner": "^4.4.0", "jsdom": "^24.0.0", "nth-check": "^2.1.1", "postcss": "^8.4.31", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", "serve": "^14.2.0", "vite": "^5.1.6", "vitest": "^1.3.1" @@ -2267,6 +2273,18 @@ "node": ">=12" } }, + "node_modules/@gulpjs/to-absolute-glob": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@gulpjs/to-absolute-glob/-/to-absolute-glob-4.0.0.tgz", + "integrity": "sha512-kjotm7XJrJ6v+7knhPaRgaT6q8F8K2jiafwYdNHLzmV0uGLuZY43FK6smNSHUPrhq5kX2slCUy+RGG/xGqmIKA==", + "dev": true, + "dependencies": { + "is-negated-glob": "^1.0.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, "node_modules/@istanbuljs/schema": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", @@ -2421,6 +2439,14 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, + "node_modules/@remix-run/router": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.16.1.tgz", + "integrity": "sha512-es2g3dq6Nb07iFxGk5GuHN20RwBZOsuDQN7izWIisUcv9r+d2C5jQxqmgkdebXgReWfiyUabcki6Fg77mSNrig==", + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/@rollup/pluginutils": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz", @@ -2443,9 +2469,9 @@ } }, "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.14.3.tgz", - "integrity": "sha512-X9alQ3XM6I9IlSlmC8ddAvMSyG1WuHk5oUnXGw+yUBs3BFoTizmG1La/Gr8fVJvDWAq+zlYTZ9DBgrlKRVY06g==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.16.2.tgz", + "integrity": "sha512-VGodkwtEuZ+ENPz/CpDSl091koMv8ao5jHVMbG1vNK+sbx/48/wVzP84M5xSfDAC69mAKKoEkSo+ym9bXYRK9w==", "cpu": [ "arm" ], @@ -2455,9 +2481,9 @@ ] }, "node_modules/@rollup/rollup-android-arm64": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.14.3.tgz", - "integrity": "sha512-eQK5JIi+POhFpzk+LnjKIy4Ks+pwJ+NXmPxOCSvOKSNRPONzKuUvWE+P9JxGZVxrtzm6BAYMaL50FFuPe0oWMQ==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.16.2.tgz", + "integrity": "sha512-5/W1xyIdc7jw6c/f1KEtg1vYDBWnWCsLiipK41NiaWGLG93eH2edgE6EgQJ3AGiPERhiOLUqlDSfjRK08C9xFg==", "cpu": [ "arm64" ], @@ -2467,9 +2493,9 @@ ] }, "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.14.3.tgz", - "integrity": "sha512-Od4vE6f6CTT53yM1jgcLqNfItTsLt5zE46fdPaEmeFHvPs5SjZYlLpHrSiHEKR1+HdRfxuzXHjDOIxQyC3ptBA==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.16.2.tgz", + "integrity": "sha512-vOAKMqZSTbPfyPVu1jBiy+YniIQd3MG7LUnqV0dA6Q5tyhdqYtxacTHP1+S/ksKl6qCtMG1qQ0grcIgk/19JEA==", "cpu": [ "arm64" ], @@ -2479,9 +2505,9 @@ ] }, "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.14.3.tgz", - "integrity": "sha512-0IMAO21axJeNIrvS9lSe/PGthc8ZUS+zC53O0VhF5gMxfmcKAP4ESkKOCwEi6u2asUrt4mQv2rjY8QseIEb1aw==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.16.2.tgz", + "integrity": "sha512-aIJVRUS3Dnj6MqocBMrcXlatKm64O3ITeQAdAxVSE9swyhNyV1dwnRgw7IGKIkDQofatd8UqMSyUxuFEa42EcA==", "cpu": [ "x64" ], @@ -2491,9 +2517,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.14.3.tgz", - "integrity": "sha512-ge2DC7tHRHa3caVEoSbPRJpq7azhG+xYsd6u2MEnJ6XzPSzQsTKyXvh6iWjXRf7Rt9ykIUWHtl0Uz3T6yXPpKw==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.16.2.tgz", + "integrity": "sha512-/bjfUiXwy3P5vYr6/ezv//Yle2Y0ak3a+Av/BKoi76nFryjWCkki8AuVoPR7ZU/ckcvAWFo77OnFK14B9B5JsA==", "cpu": [ "arm" ], @@ -2503,9 +2529,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.14.3.tgz", - "integrity": "sha512-ljcuiDI4V3ySuc7eSk4lQ9wU8J8r8KrOUvB2U+TtK0TiW6OFDmJ+DdIjjwZHIw9CNxzbmXY39wwpzYuFDwNXuw==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.16.2.tgz", + "integrity": "sha512-S24b+tJHwpq2TNRz9T+r71FjMvyBBApY8EkYxz8Cwi/rhH6h+lu/iDUxyc9PuHf9UvyeBFYkWWcrDahai/NCGw==", "cpu": [ "arm" ], @@ -2515,9 +2541,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.14.3.tgz", - "integrity": "sha512-Eci2us9VTHm1eSyn5/eEpaC7eP/mp5n46gTRB3Aar3BgSvDQGJZuicyq6TsH4HngNBgVqC5sDYxOzTExSU+NjA==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.16.2.tgz", + "integrity": "sha512-UN7VAXLyeyGbCQWiOtQN7BqmjTDw1ON2Oos4lfk0YR7yNhFEJWZiwGtvj9Ay4lsT/ueT04sh80Sg2MlWVVZ+Ug==", "cpu": [ "arm64" ], @@ -2527,9 +2553,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.14.3.tgz", - "integrity": "sha512-UrBoMLCq4E92/LCqlh+blpqMz5h1tJttPIniwUgOFJyjWI1qrtrDhhpHPuFxULlUmjFHfloWdixtDhSxJt5iKw==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.16.2.tgz", + "integrity": "sha512-ZBKvz3+rIhQjusKMccuJiPsStCrPOtejCHxTe+yWp3tNnuPWtyCh9QLGPKz6bFNFbwbw28E2T6zDgzJZ05F1JQ==", "cpu": [ "arm64" ], @@ -2539,9 +2565,9 @@ ] }, "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.14.3.tgz", - "integrity": "sha512-5aRjvsS8q1nWN8AoRfrq5+9IflC3P1leMoy4r2WjXyFqf3qcqsxRCfxtZIV58tCxd+Yv7WELPcO9mY9aeQyAmw==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.16.2.tgz", + "integrity": "sha512-LjMMFiVBRL3wOe095vHAekL4b7nQqf4KZEpdMWd3/W+nIy5o9q/8tlVKiqMbfieDypNXLsxM9fexOxd9Qcklyg==", "cpu": [ "ppc64" ], @@ -2551,9 +2577,9 @@ ] }, "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.14.3.tgz", - "integrity": "sha512-sk/Qh1j2/RJSX7FhEpJn8n0ndxy/uf0kI/9Zc4b1ELhqULVdTfN6HL31CDaTChiBAOgLcsJ1sgVZjWv8XNEsAQ==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.16.2.tgz", + "integrity": "sha512-ohkPt0lKoCU0s4B6twro2aft+QROPdUiWwOjPNTzwTsBK5w+2+iT9kySdtOdq0gzWJAdiqsV4NFtXOwGZmIsHA==", "cpu": [ "riscv64" ], @@ -2563,9 +2589,9 @@ ] }, "node_modules/@rollup/rollup-linux-s390x-gnu": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.14.3.tgz", - "integrity": "sha512-jOO/PEaDitOmY9TgkxF/TQIjXySQe5KVYB57H/8LRP/ux0ZoO8cSHCX17asMSv3ruwslXW/TLBcxyaUzGRHcqg==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.16.2.tgz", + "integrity": "sha512-jm2lvLc+/gqXfndlpDw05jKvsl/HKYxUEAt1h5UXcMFVpO4vGpoWmJVUfKDtTqSaHcCNw1his1XjkgR9aort3w==", "cpu": [ "s390x" ], @@ -2575,9 +2601,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.14.3.tgz", - "integrity": "sha512-8ybV4Xjy59xLMyWo3GCfEGqtKV5M5gCSrZlxkPGvEPCGDLNla7v48S662HSGwRd6/2cSneMQWiv+QzcttLrrOA==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.16.2.tgz", + "integrity": "sha512-oc5/SlITI/Vj/qL4UM+lXN7MERpiy1HEOnrE+SegXwzf7WP9bzmZd6+MDljCEZTdSY84CpvUv9Rq7bCaftn1+g==", "cpu": [ "x64" ], @@ -2587,9 +2613,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.14.3.tgz", - "integrity": "sha512-s+xf1I46trOY10OqAtZ5Rm6lzHre/UiLA1J2uOhCFXWkbZrJRkYBPO6FhvGfHmdtQ3Bx793MNa7LvoWFAm93bg==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.16.2.tgz", + "integrity": "sha512-/2VWEBG6mKbS2itm7hzPwhIPaxfZh/KLWrYg20pCRLHhNFtF+epLgcBtwy3m07bl/k86Q3PFRAf2cX+VbZbwzQ==", "cpu": [ "x64" ], @@ -2599,9 +2625,9 @@ ] }, "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.14.3.tgz", - "integrity": "sha512-+4h2WrGOYsOumDQ5S2sYNyhVfrue+9tc9XcLWLh+Kw3UOxAvrfOrSMFon60KspcDdytkNDh7K2Vs6eMaYImAZg==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.16.2.tgz", + "integrity": "sha512-Wg7ANh7+hSilF0lG3e/0Oy8GtfTIfEk1327Bw8juZOMOoKmJLs3R+a4JDa/4cHJp2Gs7QfCDTepXXcyFD0ubBg==", "cpu": [ "arm64" ], @@ -2611,9 +2637,9 @@ ] }, "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.14.3.tgz", - "integrity": "sha512-T1l7y/bCeL/kUwh9OD4PQT4aM7Bq43vX05htPJJ46RTI4r5KNt6qJRzAfNfM+OYMNEVBWQzR2Gyk+FXLZfogGw==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.16.2.tgz", + "integrity": "sha512-J/jCDKVMWp0Y2ELnTjpQFYUCUWv1Jr+LdFrJVZtdqGyjDo0PHPa7pCamjHvJel6zBFM3doFFqAr7cmXYWBAbfw==", "cpu": [ "ia32" ], @@ -2623,9 +2649,9 @@ ] }, "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.14.3.tgz", - "integrity": "sha512-/BypzV0H1y1HzgYpxqRaXGBRqfodgoBBCcsrujT6QRcakDQdfU+Lq9PENPh5jB4I44YWq+0C2eHsHya+nZY1sA==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.16.2.tgz", + "integrity": "sha512-3nIf+SJMs2ZzrCh+SKNqgLVV9hS/UY0UjT1YU8XQYFGLiUfmHYJ/5trOU1XSvmHjV5gTF/K3DjrWxtyzKKcAHA==", "cpu": [ "x64" ], @@ -2885,9 +2911,9 @@ } }, "node_modules/@swc/core": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.4.14.tgz", - "integrity": "sha512-tHXg6OxboUsqa/L7DpsCcFnxhLkqN/ht5pCwav1HnvfthbiNIJypr86rNx4cUnQDJepETviSqBTIjxa7pSpGDQ==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.4.16.tgz", + "integrity": "sha512-Xaf+UBvW6JNuV131uvSNyMXHn+bh6LyKN4tbv7tOUFQpXyz/t9YWRE04emtlUW9Y0qrm/GKFCbY8n3z6BpZbTA==", "hasInstallScript": true, "dependencies": { "@swc/counter": "^0.1.2", @@ -2901,16 +2927,16 @@ "url": "https://opencollective.com/swc" }, "optionalDependencies": { - "@swc/core-darwin-arm64": "1.4.14", - "@swc/core-darwin-x64": "1.4.14", - "@swc/core-linux-arm-gnueabihf": "1.4.14", - "@swc/core-linux-arm64-gnu": "1.4.14", - "@swc/core-linux-arm64-musl": "1.4.14", - "@swc/core-linux-x64-gnu": "1.4.14", - "@swc/core-linux-x64-musl": "1.4.14", - "@swc/core-win32-arm64-msvc": "1.4.14", - "@swc/core-win32-ia32-msvc": "1.4.14", - "@swc/core-win32-x64-msvc": "1.4.14" + "@swc/core-darwin-arm64": "1.4.16", + "@swc/core-darwin-x64": "1.4.16", + "@swc/core-linux-arm-gnueabihf": "1.4.16", + "@swc/core-linux-arm64-gnu": "1.4.16", + "@swc/core-linux-arm64-musl": "1.4.16", + "@swc/core-linux-x64-gnu": "1.4.16", + "@swc/core-linux-x64-musl": "1.4.16", + "@swc/core-win32-arm64-msvc": "1.4.16", + "@swc/core-win32-ia32-msvc": "1.4.16", + "@swc/core-win32-x64-msvc": "1.4.16" }, "peerDependencies": { "@swc/helpers": "^0.5.0" @@ -2922,9 +2948,9 @@ } }, "node_modules/@swc/core-darwin-arm64": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.4.14.tgz", - "integrity": "sha512-8iPfLhYNspBl836YYsfv6ErXwDUqJ7IMieddV3Ey/t/97JAEAdNDUdtTKDtbyP0j/Ebyqyn+fKcqwSq7rAof0g==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.4.16.tgz", + "integrity": "sha512-UOCcH1GvjRnnM/LWT6VCGpIk0OhHRq6v1U6QXuPt5wVsgXnXQwnf5k3sG5Cm56hQHDvhRPY6HCsHi/p0oek8oQ==", "cpu": [ "arm64" ], @@ -2937,9 +2963,9 @@ } }, "node_modules/@swc/core-darwin-x64": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.4.14.tgz", - "integrity": "sha512-9CqSj8uRZ92cnlgAlVaWMaJJBdxtNvCzJxaGj5KuIseeG6Q0l1g+qk8JcU7h9dAsH9saHTNwNFBVGKQo0W0ujg==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.4.16.tgz", + "integrity": "sha512-t3bgqFoYLWvyVtVL6KkFNCINEoOrIlyggT/kJRgi1y0aXSr0oVgcrQ4ezJpdeahZZ4N+Q6vT3ffM30yIunELNA==", "cpu": [ "x64" ], @@ -2952,9 +2978,9 @@ } }, "node_modules/@swc/core-linux-arm-gnueabihf": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.4.14.tgz", - "integrity": "sha512-mfd5JArPITTzMjcezH4DwMw+BdjBV1y25Khp8itEIpdih9ei+fvxOOrDYTN08b466NuE2dF2XuhKtRLA7fXArQ==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.4.16.tgz", + "integrity": "sha512-DvHuwvEF86YvSd0lwnzVcjOTZ0jcxewIbsN0vc/0fqm9qBdMMjr9ox6VCam1n3yYeRtj4VFgrjeNFksqbUejdQ==", "cpu": [ "arm" ], @@ -2967,9 +2993,9 @@ } }, "node_modules/@swc/core-linux-arm64-gnu": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.4.14.tgz", - "integrity": "sha512-3Lqlhlmy8MVRS9xTShMaPAp0oyUt0KFhDs4ixJsjdxKecE0NJSV/MInuDmrkij1C8/RQ2wySRlV9np5jK86oWw==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.4.16.tgz", + "integrity": "sha512-9Uu5YlPbyCvbidjKtYEsPpyZlu16roOZ5c2tP1vHfnU9bgf5Tz5q5VovSduNxPHx+ed2iC1b1URODHvDzbbDuQ==", "cpu": [ "arm64" ], @@ -2982,9 +3008,9 @@ } }, "node_modules/@swc/core-linux-arm64-musl": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.4.14.tgz", - "integrity": "sha512-n0YoCa64TUcJrbcXIHIHDWQjdUPdaXeMHNEu7yyBtOpm01oMGTKP3frsUXIABLBmAVWtKvqit4/W1KVKn5gJzg==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.4.16.tgz", + "integrity": "sha512-/YZq/qB1CHpeoL0eMzyqK5/tYZn/rzKoCYDviFU4uduSUIJsDJQuQA/skdqUzqbheOXKAd4mnJ1hT04RbJ8FPQ==", "cpu": [ "arm64" ], @@ -2997,9 +3023,9 @@ } }, "node_modules/@swc/core-linux-x64-gnu": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.4.14.tgz", - "integrity": "sha512-CGmlwLWbfG1dB4jZBJnp2IWlK5xBMNLjN7AR5kKA3sEpionoccEnChOEvfux1UdVJQjLRKuHNV9yGyqGBTpxfQ==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.4.16.tgz", + "integrity": "sha512-UUjaW5VTngZYDcA8yQlrFmqs1tLi1TxbKlnaJwoNhel9zRQ0yG1YEVGrzTvv4YApSuIiDK18t+Ip927bwucuVQ==", "cpu": [ "x64" ], @@ -3012,9 +3038,9 @@ } }, "node_modules/@swc/core-linux-x64-musl": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.4.14.tgz", - "integrity": "sha512-xq4npk8YKYmNwmr8fbvF2KP3kUVdZYfXZMQnW425gP3/sn+yFQO8Nd0bGH40vOVQn41kEesSe0Z5O/JDor2TgQ==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.4.16.tgz", + "integrity": "sha512-aFhxPifevDTwEDKPi4eRYWzC0p/WYJeiFkkpNU5Uc7a7M5iMWPAbPFUbHesdlb9Jfqs5c07oyz86u+/HySBNPQ==", "cpu": [ "x64" ], @@ -3027,9 +3053,9 @@ } }, "node_modules/@swc/core-win32-arm64-msvc": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.4.14.tgz", - "integrity": "sha512-imq0X+gU9uUe6FqzOQot5gpKoaC00aCUiN58NOzwp0QXEupn8CDuZpdBN93HiZswfLruu5jA1tsc15x6v9p0Yg==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.4.16.tgz", + "integrity": "sha512-bTD43MbhIHL2s5QgCwyleaGwl96Gk/scF2TaVKdUe4QlJCDV/YK9h5oIBAp63ckHtE8GHlH4c8dZNBiAXn4Org==", "cpu": [ "arm64" ], @@ -3042,9 +3068,9 @@ } }, "node_modules/@swc/core-win32-ia32-msvc": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.4.14.tgz", - "integrity": "sha512-cH6QpXMw5D3t+lpx6SkErHrxN0yFzmQ0lgNAJxoDRiaAdDbqA6Col8UqUJwUS++Ul6aCWgNhCdiEYehPaoyDPA==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.4.16.tgz", + "integrity": "sha512-/lmZeAN/qV5XbK2SEvi8e2RkIg8FQNYiSA8y2/Zb4gTUMKVO5JMLH0BSWMiIKMstKDPDSxMWgwJaQHF8UMyPmQ==", "cpu": [ "ia32" ], @@ -3057,9 +3083,9 @@ } }, "node_modules/@swc/core-win32-x64-msvc": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.4.14.tgz", - "integrity": "sha512-FmZ4Tby4wW65K/36BKzmuu7mlq7cW5XOxzvufaSNVvQ5PN4OodAlqPjToe029oma4Av+ykJiif64scMttyNAzg==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.4.16.tgz", + "integrity": "sha512-BPAfFfODWXtUu6SwaTTftDHvcbDyWBSI/oanUeRbQR5vVWkXoQ3cxLTsDluc3H74IqXS5z1Uyoe0vNo2hB1opA==", "cpu": [ "x64" ], @@ -3794,6 +3820,89 @@ "node": ">=0.4.0" } }, + "node_modules/acorn-class-fields": { + "version": "0.3.7", + "resolved": "https://registry.npmjs.org/acorn-class-fields/-/acorn-class-fields-0.3.7.tgz", + "integrity": "sha512-jdUWSFce0fuADUljmExz4TWpPkxmRW/ZCPRqeeUzbGf0vFUcpQYbyq52l75qGd0oSwwtAepeL6hgb/naRgvcKQ==", + "dev": true, + "dependencies": { + "acorn-private-class-elements": "^0.2.7" + }, + "engines": { + "node": ">=4.8.2" + }, + "peerDependencies": { + "acorn": "^6 || ^7 || ^8" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/acorn-private-class-elements": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/acorn-private-class-elements/-/acorn-private-class-elements-0.2.7.tgz", + "integrity": "sha512-+GZH2wOKNZOBI4OOPmzpo4cs6mW297sn6fgIk1dUI08jGjhAaEwvC39mN2gJAg2lmAQJ1rBkFqKWonL3Zz6PVA==", + "dev": true, + "engines": { + "node": ">=4.8.2" + }, + "peerDependencies": { + "acorn": "^6.1.0 || ^7 || ^8" + } + }, + "node_modules/acorn-private-methods": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/acorn-private-methods/-/acorn-private-methods-0.3.3.tgz", + "integrity": "sha512-46oeEol3YFvLSah5m9hGMlNpxDBCEkdceJgf01AjqKYTK9r6HexKs2rgSbLK81pYjZZMonhftuUReGMlbbv05w==", + "dev": true, + "dependencies": { + "acorn-private-class-elements": "^0.2.7" + }, + "engines": { + "node": ">=4.8.2" + }, + "peerDependencies": { + "acorn": "^6 || ^7 || ^8" + } + }, + "node_modules/acorn-stage3": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/acorn-stage3/-/acorn-stage3-4.0.0.tgz", + "integrity": "sha512-BR+LaADtA6GTB5prkNqWmlmCLYmkyW0whvSxdHhbupTaro2qBJ95fJDEiRLPUmiACGHPaYyeH9xmNJWdGfXRQw==", + "dev": true, + "dependencies": { + "acorn-class-fields": "^0.3.7", + "acorn-private-methods": "^0.3.3", + "acorn-static-class-features": "^0.2.4" + }, + "engines": { + "node": ">=4.8.2" + }, + "peerDependencies": { + "acorn": "^7.4 || ^8" + } + }, + "node_modules/acorn-static-class-features": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/acorn-static-class-features/-/acorn-static-class-features-0.2.4.tgz", + "integrity": "sha512-5X4mpYq5J3pdndLmIB0+WtFd/mKWnNYpuTlTzj32wUu/PMmEGOiayQ5UrqgwdBNiaZBtDDh5kddpP7Yg2QaQYA==", + "dev": true, + "dependencies": { + "acorn-private-class-elements": "^0.2.7" + }, + "engines": { + "node": ">=4.8.2" + }, + "peerDependencies": { + "acorn": "^6.1.0 || ^7 || ^8" + } + }, "node_modules/acorn-walk": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", @@ -3816,9 +3925,9 @@ } }, "node_modules/ajv": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", - "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", @@ -3891,6 +4000,19 @@ "node": ">=4" } }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, "node_modules/arch": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz", @@ -4019,6 +4141,44 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, + "node_modules/bare-events": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.2.tgz", + "integrity": "sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==", + "dev": true, + "optional": true + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/bl": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-5.1.0.tgz", + "integrity": "sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==", + "dev": true, + "dependencies": { + "buffer": "^6.0.3", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, "node_modules/boolbase": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", @@ -4123,6 +4283,30 @@ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" } }, + "node_modules/buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } + }, "node_modules/buffer-from": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", @@ -4185,9 +4369,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001610", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001610.tgz", - "integrity": "sha512-QFutAY4NgaelojVMjY63o6XlZyORPaLfyMnsl3HgnWdJUcX6K0oaJymHjH8PT5Gk7sTm8rvC/c5COUQKXqmOMA==", + "version": "1.0.30001612", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001612.tgz", + "integrity": "sha512-lFgnZ07UhaCcsSZgWW0K5j4e69dK1u/ltrL9lTUiFOwNHs12S3UMIEYgBV0Z6C6hRDev7iRnMzzYmKabYdXF9g==", "funding": [ { "type": "opencollective", @@ -4374,6 +4558,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/clone": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", + "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, "node_modules/clone-deep": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", @@ -4388,6 +4581,12 @@ "node": ">=6" } }, + "node_modules/clone-stats": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", + "integrity": "sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==", + "dev": true + }, "node_modules/color-convert": { "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", @@ -4414,12 +4613,12 @@ } }, "node_modules/commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz", + "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==", "dev": true, "engines": { - "node": ">= 10" + "node": "^12.20.0 || >=14" } }, "node_modules/commondir": { @@ -4479,6 +4678,12 @@ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, + "node_modules/confbox": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz", + "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==", + "dev": true + }, "node_modules/content-disposition": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", @@ -4494,9 +4699,9 @@ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" }, "node_modules/core-js-compat": { - "version": "3.36.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.1.tgz", - "integrity": "sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==", + "version": "3.37.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.0.tgz", + "integrity": "sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==", "dev": true, "dependencies": { "browserslist": "^4.23.0" @@ -4506,6 +4711,12 @@ "url": "https://opencollective.com/core-js" } }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true + }, "node_modules/cosmiconfig": { "version": "8.3.6", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", @@ -4870,9 +5081,9 @@ "dev": true }, "node_modules/electron-to-chromium": { - "version": "1.4.737", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.737.tgz", - "integrity": "sha512-QvLTxaLHKdy5YxvixAw/FfHq2eWLUL9KvsPjp0aHK1gI5d3EDuDgITkvj0nFO2c6zUY3ZqVAJQiBYyQP9tQpfw==" + "version": "1.4.745", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.745.tgz", + "integrity": "sha512-tRbzkaRI5gbUn5DEvF0dV4TQbMZ5CLkWeTAXmpC9IrYT+GE+x76i9p+o3RJ5l9XmdQlI1pPhVtE9uNcJJ0G0EA==" }, "node_modules/emoji-regex": { "version": "9.2.2", @@ -4880,6 +5091,12 @@ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", "dev": true }, + "node_modules/ensure-type": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/ensure-type/-/ensure-type-1.5.1.tgz", + "integrity": "sha512-Dxe+mVF4MupV6eueWiFa6hUd9OL9lIM2/LqR40k1P+dwG+G2il2UigXTU9aQlaw+Y/N0BKSaTofNw73htTbC5g==", + "dev": true + }, "node_modules/entities": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", @@ -4891,6 +5108,12 @@ "url": "https://github.com/fb55/entities?sponsor=1" } }, + "node_modules/eol": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/eol/-/eol-0.9.1.tgz", + "integrity": "sha512-Ds/TEoZjwggRoz/Q2O7SE3i4Jm66mqTDfmdHdq/7DKVk3bro9Q8h6WdXKdPqFLMoqxrDK5SVRzHVPOS6uuGtrg==", + "dev": true + }, "node_modules/error-ex": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", @@ -4990,6 +5213,19 @@ "node": ">=0.8.0" } }, + "node_modules/esprima-next": { + "version": "5.8.4", + "resolved": "https://registry.npmjs.org/esprima-next/-/esprima-next-5.8.4.tgz", + "integrity": "sha512-8nYVZ4ioIH4Msjb/XmhnBdz5WRRBaYqevKa1cv9nGJdCehMbzZCPNEEnqfLCZVetUVrUPEcb5IYyu1GG4hFqgg==", + "dev": true, + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/estree-walker": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", @@ -5048,6 +5284,12 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true }, + "node_modules/fast-fifo": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz", + "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==", + "dev": true + }, "node_modules/fast-url-parser": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz", @@ -5057,6 +5299,15 @@ "punycode": "^1.3.2" } }, + "node_modules/fastq": { + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", + "dev": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, "node_modules/fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -5116,6 +5367,19 @@ "node": ">= 6" } }, + "node_modules/fs-mkdirp-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-2.0.1.tgz", + "integrity": "sha512-UTOY+59K6IA94tec8Wjqm0FSh5OVudGNB0NL/P6fB3HiE3bYOY3VYBGijsnOHNkQSwC1FKkU77pmq7xp9CskLw==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.8", + "streamx": "^2.12.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", @@ -5218,6 +5482,37 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/glob-stream": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-8.0.2.tgz", + "integrity": "sha512-R8z6eTB55t3QeZMmU1C+Gv+t5UnNRkA55c5yo67fAVfxODxieTwsjNG7utxS/73NdP1NbDgCrhVEg2h00y4fFw==", + "dev": true, + "dependencies": { + "@gulpjs/to-absolute-glob": "^4.0.0", + "anymatch": "^3.1.3", + "fastq": "^1.13.0", + "glob-parent": "^6.0.2", + "is-glob": "^4.0.3", + "is-negated-glob": "^1.0.0", + "normalize-path": "^3.0.0", + "streamx": "^2.12.5" + }, + "engines": { + "node": ">=10.13.0" + } + }, "node_modules/globals": { "version": "11.12.0", "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", @@ -5247,6 +5542,55 @@ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, + "node_modules/gulp-sort": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/gulp-sort/-/gulp-sort-2.0.0.tgz", + "integrity": "sha512-MyTel3FXOdh1qhw1yKhpimQrAmur9q1X0ZigLmCOxouQD+BD3za9/89O+HfbgBQvvh4igEbp0/PUWO+VqGYG1g==", + "dev": true, + "dependencies": { + "through2": "^2.0.1" + } + }, + "node_modules/gulp-sort/node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true + }, + "node_modules/gulp-sort/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/gulp-sort/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/gulp-sort/node_modules/through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "dev": true, + "dependencies": { + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" + } + }, "node_modules/has-bigints": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", @@ -5404,6 +5748,109 @@ "@babel/runtime": "^7.23.2" } }, + "node_modules/i18next-scanner": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/i18next-scanner/-/i18next-scanner-4.4.0.tgz", + "integrity": "sha512-bgnVEfoFHLVxfXNQtsFFzexB/5kwgDZZkZ6+AnCmyaFKEQQbtMkgPgLHlMZ0deIIEG6KN/tYAus5ZJzng2Ac9g==", + "dev": true, + "dependencies": { + "acorn": "^8.0.4", + "acorn-jsx": "^5.3.1", + "acorn-stage3": "^4.0.0", + "acorn-walk": "^8.0.0", + "chalk": "^4.1.0", + "clone-deep": "^4.0.0", + "commander": "^9.0.0", + "deepmerge": "^4.0.0", + "ensure-type": "^1.5.0", + "eol": "^0.9.1", + "esprima-next": "^5.7.0", + "gulp-sort": "^2.0.0", + "i18next": "*", + "lodash": "^4.0.0", + "parse5": "^6.0.0", + "sortobject": "^4.0.0", + "through2": "^4.0.0", + "vinyl": "^3.0.0", + "vinyl-fs": "^4.0.0" + }, + "bin": { + "i18next-scanner": "bin/cli.js" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/i18next-scanner/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/i18next-scanner/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/i18next-scanner/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/i18next-scanner/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/i18next-scanner/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/i18next-scanner/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/iconv-lite": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", @@ -5416,6 +5863,26 @@ "node": ">=0.10.0" } }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, "node_modules/import-fresh": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", @@ -5587,6 +6054,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", @@ -5596,6 +6072,18 @@ "node": ">=8" } }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/is-map": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", @@ -5607,6 +6095,15 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-negated-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz", + "integrity": "sha512-czXVVn/QEmgvej1f50BZ648vUI+em0xqMq2Sn+QncCLN4zj1UAxlT+kw/6ggQTOaZPd1HqKQGEqbpQVtJucWug==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/is-number": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", @@ -5739,6 +6236,15 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-valid-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz", + "integrity": "sha512-AhiROmoEFDSsjx8hW+5sGwgKVIORcXnrlAx/R0ZSeaPw70Vw0CqkGBBhHGL58Uox2eXnU1AnvXJl1XlyedO5bA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/is-weakmap": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", @@ -6386,6 +6892,18 @@ } } }, + "node_modules/jsdom/node_modules/parse5": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", + "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "dev": true, + "dependencies": { + "entities": "^4.4.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, "node_modules/jsesc": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", @@ -6419,12 +6937,6 @@ "node": ">=6" } }, - "node_modules/jsonc-parser": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.1.tgz", - "integrity": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==", - "dev": true - }, "node_modules/kind-of": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", @@ -6434,6 +6946,15 @@ "node": ">=0.10.0" } }, + "node_modules/lead": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/lead/-/lead-4.0.0.tgz", + "integrity": "sha512-DpMa59o5uGUWWjruMp71e6knmwKU3jRBBn1kjuLWN9EeIOxNeSAwvHf03WIl8g/ZMR2oSQC9ej3yeLBwdDc/pg==", + "dev": true, + "engines": { + "node": ">=10.13.0" + } + }, "node_modules/lines-and-columns": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", @@ -6515,6 +7036,16 @@ "yallist": "^3.0.2" } }, + "node_modules/lunr": { + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", + "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==" + }, + "node_modules/lunr-languages": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/lunr-languages/-/lunr-languages-1.14.0.tgz", + "integrity": "sha512-hWUAb2KqM3L7J5bcrngszzISY4BxrXn/Xhbb9TTCJYEGqlR1nG67/M14sp09+PTIRklobrn57IAxcdcO/ZFyNA==" + }, "node_modules/lz-string": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", @@ -6524,15 +7055,12 @@ } }, "node_modules/magic-string": { - "version": "0.30.9", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.9.tgz", - "integrity": "sha512-S1+hd+dIrC8EZqKyT9DstTH/0Z+f76kmmvZnkfQVmOpDEF9iVgdYif3Q/pIWHmCoo59bQVGW0kVL3e2nl+9+Sw==", + "version": "0.30.10", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.10.tgz", + "integrity": "sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==", "dev": true, "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.15" - }, - "engines": { - "node": ">=12" } }, "node_modules/magicast": { @@ -6708,6 +7236,27 @@ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/now-and-later": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-3.0.0.tgz", + "integrity": "sha512-pGO4pzSdaxhWTGkfSfHx3hVzJVslFPwBp2Myq9MYN/ChfJZF87ochMAXnvz6/58RJSf5ik2q9tXprBBrk2cpcg==", + "dev": true, + "dependencies": { + "once": "^1.4.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, "node_modules/npm-run-path": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", @@ -6733,9 +7282,9 @@ } }, "node_modules/nwsapi": { - "version": "2.2.7", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz", - "integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==", + "version": "2.2.9", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.9.tgz", + "integrity": "sha512-2f3F0SEEer8bBu0dsNCFF50N0cTThV1nWFYcEYFZttdW0lDAoybv9cQoK7X7/68Z89S7FoRrVjP1LPX4XRf9vg==", "dev": true }, "node_modules/object-inspect": { @@ -6884,16 +7433,10 @@ } }, "node_modules/parse5": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", - "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", - "dev": true, - "dependencies": { - "entities": "^4.4.0" - }, - "funding": { - "url": "https://github.com/inikulin/parse5?sponsor=1" - } + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dev": true }, "node_modules/path-exists": { "version": "3.0.0", @@ -7010,14 +7553,14 @@ } }, "node_modules/pkg-types": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.0.3.tgz", - "integrity": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.1.0.tgz", + "integrity": "sha512-/RpmvKdxKf8uILTtoOhAgf30wYbP2Qw+L9p3Rvshx1JZVX+XQNZQFjlbmGHEGIm4CkVPlSn+NXmIM8+9oWQaSA==", "dev": true, "dependencies": { - "jsonc-parser": "^3.2.0", - "mlly": "^1.2.0", - "pathe": "^1.1.0" + "confbox": "^0.1.7", + "mlly": "^1.6.1", + "pathe": "^1.1.2" } }, "node_modules/possible-typed-array-names": { @@ -7079,6 +7622,12 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, "node_modules/psl": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", @@ -7097,6 +7646,12 @@ "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", "dev": true }, + "node_modules/queue-tick": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz", + "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==", + "dev": true + }, "node_modules/range-parser": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", @@ -7122,9 +7677,9 @@ } }, "node_modules/react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", "dependencies": { "loose-envify": "^1.1.0" }, @@ -7133,15 +7688,15 @@ } }, "node_modules/react-dom": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", - "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", "dependencies": { "loose-envify": "^1.1.0", - "scheduler": "^0.23.0" + "scheduler": "^0.23.2" }, "peerDependencies": { - "react": "^18.2.0" + "react": "^18.3.1" } }, "node_modules/react-i18next": { @@ -7179,6 +7734,50 @@ "node": ">=0.10.0" } }, + "node_modules/react-router": { + "version": "6.23.1", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.23.1.tgz", + "integrity": "sha512-fzcOaRF69uvqbbM7OhvQyBTFDVrrGlsFdS3AL+1KfIBtGETibHzi3FkoTRyiDJnWNc2VxrfvR+657ROHjaNjqQ==", + "dependencies": { + "@remix-run/router": "1.16.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "react": ">=16.8" + } + }, + "node_modules/react-router-dom": { + "version": "6.23.1", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.23.1.tgz", + "integrity": "sha512-utP+K+aSTtEdbWpC+4gxhdlPFwuEfDKq8ZrPFU65bbRJY+l706qjR7yaidBpo3MSeA/fzwbXWbKBI6ftOnP3OQ==", + "dependencies": { + "@remix-run/router": "1.16.1", + "react-router": "6.23.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "react": ">=16.8", + "react-dom": ">=16.8" + } + }, + "node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/redent": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", @@ -7300,6 +7899,21 @@ "jsesc": "bin/jsesc" } }, + "node_modules/remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==", + "dev": true + }, + "node_modules/replace-ext": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-2.0.0.tgz", + "integrity": "sha512-UszKE5KVK6JvyD92nzMn9cDapSk6w/CaFZ96CnmDMUqH9oowfxF/ZjRITD25H4DnOQClLA4/j7jLGXXLVKxAug==", + "dev": true, + "engines": { + "node": ">= 10" + } + }, "node_modules/require-from-string": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", @@ -7340,10 +7954,32 @@ "node": ">=4" } }, + "node_modules/resolve-options": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/resolve-options/-/resolve-options-2.0.0.tgz", + "integrity": "sha512-/FopbmmFOQCfsCx77BRFdKOniglTiHumLgwvd6IDPihy1GKkadZbgQJBcTb2lMzSR1pndzd96b1nZrreZ7+9/A==", + "dev": true, + "dependencies": { + "value-or-function": "^4.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, "node_modules/rollup": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.14.3.tgz", - "integrity": "sha512-ag5tTQKYsj1bhrFC9+OEWqb5O6VYgtQDO9hPDBMmIbePwhfSr+ExlcU741t8Dhw5DkPCQf6noz0jb36D6W9/hw==", + "version": "4.16.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.16.2.tgz", + "integrity": "sha512-sxDP0+pya/Yi5ZtptF4p3avI+uWCIf/OdrfdH2Gbv1kWddLKk0U7WE3PmQokhi5JrektxsK3sK8s4hzAmjqahw==", "dependencies": { "@types/estree": "1.0.5" }, @@ -7355,22 +7991,22 @@ "npm": ">=8.0.0" }, "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.14.3", - "@rollup/rollup-android-arm64": "4.14.3", - "@rollup/rollup-darwin-arm64": "4.14.3", - "@rollup/rollup-darwin-x64": "4.14.3", - "@rollup/rollup-linux-arm-gnueabihf": "4.14.3", - "@rollup/rollup-linux-arm-musleabihf": "4.14.3", - "@rollup/rollup-linux-arm64-gnu": "4.14.3", - "@rollup/rollup-linux-arm64-musl": "4.14.3", - "@rollup/rollup-linux-powerpc64le-gnu": "4.14.3", - "@rollup/rollup-linux-riscv64-gnu": "4.14.3", - "@rollup/rollup-linux-s390x-gnu": "4.14.3", - "@rollup/rollup-linux-x64-gnu": "4.14.3", - "@rollup/rollup-linux-x64-musl": "4.14.3", - "@rollup/rollup-win32-arm64-msvc": "4.14.3", - "@rollup/rollup-win32-ia32-msvc": "4.14.3", - "@rollup/rollup-win32-x64-msvc": "4.14.3", + "@rollup/rollup-android-arm-eabi": "4.16.2", + "@rollup/rollup-android-arm64": "4.16.2", + "@rollup/rollup-darwin-arm64": "4.16.2", + "@rollup/rollup-darwin-x64": "4.16.2", + "@rollup/rollup-linux-arm-gnueabihf": "4.16.2", + "@rollup/rollup-linux-arm-musleabihf": "4.16.2", + "@rollup/rollup-linux-arm64-gnu": "4.16.2", + "@rollup/rollup-linux-arm64-musl": "4.16.2", + "@rollup/rollup-linux-powerpc64le-gnu": "4.16.2", + "@rollup/rollup-linux-riscv64-gnu": "4.16.2", + "@rollup/rollup-linux-s390x-gnu": "4.16.2", + "@rollup/rollup-linux-x64-gnu": "4.16.2", + "@rollup/rollup-linux-x64-musl": "4.16.2", + "@rollup/rollup-win32-arm64-msvc": "4.16.2", + "@rollup/rollup-win32-ia32-msvc": "4.16.2", + "@rollup/rollup-win32-x64-msvc": "4.16.2", "fsevents": "~2.3.2" } }, @@ -7405,9 +8041,9 @@ } }, "node_modules/scheduler": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", - "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", + "version": "0.23.2", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", + "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", "dependencies": { "loose-envify": "^1.1.0" } @@ -7421,13 +8057,13 @@ } }, "node_modules/serve": { - "version": "14.2.1", - "resolved": "https://registry.npmjs.org/serve/-/serve-14.2.1.tgz", - "integrity": "sha512-48er5fzHh7GCShLnNyPBRPEjs2I6QBozeGr02gaacROiyS/8ARADlj595j39iZXAqBbJHH/ivJJyPRWY9sQWZA==", + "version": "14.2.2", + "resolved": "https://registry.npmjs.org/serve/-/serve-14.2.2.tgz", + "integrity": "sha512-MktTGv3ooijGxd67iQVocNdiHaOdNnEApGj7At4qHUN44XDaLFfrqbEtj5mXf+QNqyig/VdHYMRTXWRQj6TEbw==", "dev": true, "dependencies": { "@zeit/schemas": "2.29.0", - "ajv": "8.11.0", + "ajv": "8.12.0", "arg": "5.0.2", "boxen": "7.0.0", "chalk": "5.0.1", @@ -7603,6 +8239,18 @@ "tslib": "^2.0.3" } }, + "node_modules/sortobject": { + "version": "4.17.0", + "resolved": "https://registry.npmjs.org/sortobject/-/sortobject-4.17.0.tgz", + "integrity": "sha512-gzx7USv55AFRQ7UCWJHHauwD/ptUHF9MLXCGO3f5M9zauDPZ/4a9H6/VVbOXefdpEoI1unwB/bArHIVMbWBHmA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, "node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -7672,6 +8320,57 @@ "node": ">= 0.4" } }, + "node_modules/stream-composer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/stream-composer/-/stream-composer-1.0.2.tgz", + "integrity": "sha512-bnBselmwfX5K10AH6L4c8+S5lgZMWI7ZYrz2rvYjCPB2DIMC4Ig8OpxGpNJSxRZ58oti7y1IcNvjBAz9vW5m4w==", + "dev": true, + "dependencies": { + "streamx": "^2.13.2" + } + }, + "node_modules/streamx": { + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.16.1.tgz", + "integrity": "sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==", + "dev": true, + "dependencies": { + "fast-fifo": "^1.1.0", + "queue-tick": "^1.0.1" + }, + "optionalDependencies": { + "bare-events": "^2.2.0" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string_decoder/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, "node_modules/string-width": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", @@ -7816,12 +8515,30 @@ "url": "https://opencollective.com/svgo" } }, + "node_modules/svgo/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "dev": true, + "engines": { + "node": ">= 10" + } + }, "node_modules/symbol-tree": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", "dev": true }, + "node_modules/teex": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz", + "integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==", + "dev": true, + "dependencies": { + "streamx": "^2.12.5" + } + }, "node_modules/test-exclude": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", @@ -7836,10 +8553,19 @@ "node": ">=8" } }, + "node_modules/through2": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz", + "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==", + "dev": true, + "dependencies": { + "readable-stream": "3" + } + }, "node_modules/tinybench": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.7.0.tgz", - "integrity": "sha512-Qgayeb106x2o4hNzNjsZEfFziw8IbKqtbXBjVh7VIZfBxfD5M4gWtpyx5+YTae2gJ6Y6Dz/KLepiv16RFeQWNA==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.8.0.tgz", + "integrity": "sha512-1/eK7zUnIklz4JUUlL+658n58XO2hHLQfSk1Zf2LKieUjxidN16eKFEoDEfjHc3ohofSSqK3X5yO6VGb6iW8Lw==", "dev": true }, "node_modules/tinypool": { @@ -7879,6 +8605,18 @@ "node": ">=8.0" } }, + "node_modules/to-through": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/to-through/-/to-through-3.0.0.tgz", + "integrity": "sha512-y8MN937s/HVhEoBU1SxfHC+wxCHkV1a9gW8eAdTadYh/bGyesZIVcbjI+mSpFbSVwQici/XjBjuUyri1dnXwBw==", + "dev": true, + "dependencies": { + "streamx": "^2.12.5" + }, + "engines": { + "node": ">=10.13.0" + } + }, "node_modules/tough-cookie": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", @@ -8096,6 +8834,21 @@ "requires-port": "^1.0.0" } }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true + }, + "node_modules/value-or-function": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-4.0.0.tgz", + "integrity": "sha512-aeVK81SIuT6aMJfNo9Vte8Dw0/FZINGBV8BfCraGtqVxIeLAEhJyoWs8SmvRVmXfGss2PmmOwZCuBPbZR+IYWg==", + "dev": true, + "engines": { + "node": ">= 10.13.0" + } + }, "node_modules/vary": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", @@ -8105,10 +8858,81 @@ "node": ">= 0.8" } }, + "node_modules/vinyl": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-3.0.0.tgz", + "integrity": "sha512-rC2VRfAVVCGEgjnxHUnpIVh3AGuk62rP3tqVrn+yab0YH7UULisC085+NYH+mnqf3Wx4SpSi1RQMwudL89N03g==", + "dev": true, + "dependencies": { + "clone": "^2.1.2", + "clone-stats": "^1.0.0", + "remove-trailing-separator": "^1.1.0", + "replace-ext": "^2.0.0", + "teex": "^1.0.1" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/vinyl-contents": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/vinyl-contents/-/vinyl-contents-2.0.0.tgz", + "integrity": "sha512-cHq6NnGyi2pZ7xwdHSW1v4Jfnho4TEGtxZHw01cmnc8+i7jgR6bRnED/LbrKan/Q7CvVLbnvA5OepnhbpjBZ5Q==", + "dev": true, + "dependencies": { + "bl": "^5.0.0", + "vinyl": "^3.0.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/vinyl-fs": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-4.0.0.tgz", + "integrity": "sha512-7GbgBnYfaquMk3Qu9g22x000vbYkOex32930rBnc3qByw6HfMEAoELjCjoJv4HuEQxHAurT+nvMHm6MnJllFLw==", + "dev": true, + "dependencies": { + "fs-mkdirp-stream": "^2.0.1", + "glob-stream": "^8.0.0", + "graceful-fs": "^4.2.11", + "iconv-lite": "^0.6.3", + "is-valid-glob": "^1.0.0", + "lead": "^4.0.0", + "normalize-path": "3.0.0", + "resolve-options": "^2.0.0", + "stream-composer": "^1.0.2", + "streamx": "^2.14.0", + "to-through": "^3.0.0", + "value-or-function": "^4.0.0", + "vinyl": "^3.0.0", + "vinyl-sourcemap": "^2.0.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/vinyl-sourcemap": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-2.0.0.tgz", + "integrity": "sha512-BAEvWxbBUXvlNoFQVFVHpybBbjW1r03WhohJzJDSfgrrK5xVYIDTan6xN14DlyImShgDRv2gl9qhM6irVMsV0Q==", + "dev": true, + "dependencies": { + "convert-source-map": "^2.0.0", + "graceful-fs": "^4.2.10", + "now-and-later": "^3.0.0", + "streamx": "^2.12.5", + "vinyl": "^3.0.0", + "vinyl-contents": "^2.0.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, "node_modules/vite": { - "version": "5.2.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.9.tgz", - "integrity": "sha512-uOQWfuZBlc6Y3W/DTuQ1Sr+oIXWvqljLvS881SVmAj00d5RdgShLcuXWxseWPd4HXwiYBFW/vXHfKFeqj9uQnw==", + "version": "5.2.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.10.tgz", + "integrity": "sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==", "dependencies": { "esbuild": "^0.20.1", "postcss": "^8.4.38", @@ -8431,11 +9255,6 @@ "node": ">=18" } }, - "node_modules/web-vitals": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", - "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" - }, "node_modules/webidl-conversions": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", @@ -8646,6 +9465,15 @@ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", "dev": true }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dev": true, + "engines": { + "node": ">=0.4" + } + }, "node_modules/yallist": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", diff --git a/package.json b/package.json index b012741..9039acb 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,6 @@ { + "name": "education-dao-glossary", + "version": "0.9", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.16.5", @@ -6,17 +8,20 @@ "@testing-library/user-event": "^14.4.3", "@vitejs/plugin-react-swc": "^3.6.0", "i18next": "^23.10.0", + "lunr": "^2.3.9", + "lunr-languages": "^1.14.0", "react-i18next": "^14.1.0", + "react-router-dom": "^6.23.1", "vite-plugin-svgr": "^4.2.0", - "vite-tsconfig-paths": "^4.3.1", - "web-vitals": "^3.0.4" + "vite-tsconfig-paths": "^4.3.1" }, "scripts": { "start": "vite", "build": "tsc && vite build", "serve": "vite preview", "test": "vitest", - "test:coverage": "vitest run --coverage --watch=false" + "test:coverage": "vitest run --coverage --watch=false", + "extract": "i18next-scanner --config i18next-scanner.config.js" }, "eslintConfig": { "extends": [ @@ -45,11 +50,12 @@ "@svgr/webpack": "^8.1.0", "@vitejs/plugin-react": "^4.2.1", "@vitest/coverage-v8": "^1.3.1", + "i18next-scanner": "^4.4.0", "jsdom": "^24.0.0", "nth-check": "^2.1.1", "postcss": "^8.4.31", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", "serve": "^14.2.0", "vite": "^5.1.6", "vitest": "^1.3.1" diff --git a/public/education-dao-circle.png b/public/education-dao-circle.png new file mode 100644 index 0000000..d95d7c9 Binary files /dev/null and b/public/education-dao-circle.png differ diff --git a/src/App.jsx b/src/App.jsx index 5d97902..72fef48 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,44 +1,57 @@ -import terms from "./terms"; -import Term from "./termStruct"; -import { useState, useEffect } from "react"; -import { urlToPath } from "./Link"; -import { Breadcrumbs } from "./Breadcrumbs"; - -const DEFAULT = "permissionless distribution"; +import React, { useState } from 'react'; +import { Routes, Route, useNavigate } from 'react-router-dom'; +import Search from './components/Search'; +import index from './searchIndex'; +import terms from './terms.json'; +import EntryPage from './EntryPage'; +import Navbar from './components/Navbar'; // Import the Navbar function App() { - const [currentPath, setCurrentPath] = useState(urlToPath()); - useEffect(() => { - const onLocationChange = () => { - setCurrentPath(urlToPath()); - }; - window.addEventListener("navigate", onLocationChange); - window.addEventListener("popstate", onLocationChange); + const [searchResults, setSearchResults] = useState([]); + const navigate = useNavigate(); - return () => { - window.removeEventListener("navigate", onLocationChange); - window.removeEventListener("popstate", onLocationChange); - }; - }, []); + const handleSearch = (query) => { + console.log('Searching for:', query); + const results = index.search(query); + console.log('Search results:', results); + const formattedResults = results.map((result) => ({ + term: result.ref, + })); + setSearchResults(formattedResults); + console.log('Updated searchResults:', formattedResults); + }; - let word = currentPath.length > 0 ? currentPath.at(-1) : DEFAULT; - if (!(word in terms) || currentPath.length === 0) { - word = DEFAULT; - window.location.pathname = `/${DEFAULT}`; - } - const term = terms[word]; + const allTerms = Object.keys(terms["0"]["terms"]); return ( - <> - - - - +
+ {/* Add the Navbar */} +
+

Search the Education DAO Glossary:

+
+ + + + {searchResults.map((result) => ( +
  • navigate(`/term/${encodeURIComponent(result.term)}`)} + style={{ + cursor: allTerms.includes(result.term) ? 'pointer' : 'default', + }} + > + {result.term} +
  • + ))} + + } + /> + } /> +
    +
    ); } diff --git a/src/Breadcrumbs.jsx b/src/Breadcrumbs.jsx index 7c5b625..ef09e92 100644 --- a/src/Breadcrumbs.jsx +++ b/src/Breadcrumbs.jsx @@ -1,33 +1,42 @@ import { Link } from "./Link"; import "./Breadcrumbs.css"; -import { Fragment } from "react"; export function Breadcrumbs({ segments }) { + const homeLink = ( + + Home + + ); + let path = ""; - const result = [ -

    - / -

    , - ]; + const result = [homeLink]; + for (let i = 0; i < segments.length; i++) { const v = segments[i]; - if (i === segments.length - 1) { - result.push({v}); - } else { - path += v; - result.push( - - {v} - - ); + path += v; + const isLast = i === segments.length - 1; + + // Render regular text instead of a link for the current page + const breadcrumb = isLast ? ( + {v} + ) : ( + + {v} + + ); + + result.push(breadcrumb); + + // Add a "/" separator after each segment except for the last one + if (!isLast) { result.push( -

    + / -

    + ); - path += "/"; } + path += "/"; } - console.log(result); + return
    {result}
    ; } diff --git a/src/EntryPage.jsx b/src/EntryPage.jsx new file mode 100644 index 0000000..ac22627 --- /dev/null +++ b/src/EntryPage.jsx @@ -0,0 +1,34 @@ +import React, { useEffect, useState } from 'react'; +import { useParams } from 'react-router-dom'; +import terms from './terms.json'; +import linkedDefinitions from './linked-definitions.jsx'; + +function EntryPage() { + const { termKey } = useParams(); + const [termContent, setTermContent] = useState(null); + + useEffect(() => { + const termData = terms.find(term => term.terms[termKey]); + if (termData) { + setTermContent(termData.terms[termKey]); + } else { + console.error(`Term "${termKey}" not found`); + } + }, [termKey]); + + if (!termContent) { + return
    Loading...
    ; + } + + const linkedDefinition = linkedDefinitions[termKey]?.definition || termContent.definition; + + return ( +
    +

    {termContent.term}

    +

    {linkedDefinition}

    + {/* Render other content based on term data */} +
    + ); +} + +export default EntryPage; diff --git a/src/Home.jsx b/src/Home.jsx new file mode 100644 index 0000000..2201707 --- /dev/null +++ b/src/Home.jsx @@ -0,0 +1,45 @@ +import React, { useState } from 'react'; +import { useNavigate } from 'react-router-dom'; +import Search from './components/Search'; +import index from './searchIndex'; +import terms from './terms'; + +function Home() { + const [searchResults, setSearchResults] = useState([]); + const navigate = useNavigate(); + + const handleSearch = (query) => { + console.log('Searching for:', query); + const results = index.search(query); + console.log('Search results:', results); + const formattedResults = results.map((result) => ({ + term: result.ref, + })); + setSearchResults(formattedResults); + console.log('Updated searchResults:', formattedResults); + }; + + const allTerms = Object.keys(terms["0"]["terms"]); + + return ( +
    +

    Search the Education DAO Glossary:

    + +
      + {searchResults.map((result) => ( +
    • navigate(`/term/${result.term}`)} + style={{ + cursor: allTerms.includes(result.term) ? 'pointer' : 'default', + }} + > + {result.term} +
    • + ))} +
    +
    + ); +} + +export default Home; diff --git a/src/Link.jsx b/src/Link.jsx index d8d0e1c..5fbf60a 100644 --- a/src/Link.jsx +++ b/src/Link.jsx @@ -1,39 +1,17 @@ -import { useMemo } from "react"; +import React from 'react'; +import { useNavigate } from 'react-router-dom'; -export function Link({ to, here, children }) { - if (to && here) { - throw new Error(); - } - const loc = useMemo(() => { - let location; - if (here) { - location = `/${here}`; - } else { - location = urlToPath(); - location.push(to); - location = `/${location.join("/")}`; - } - return location; - }, [to, here]); +export function Link({ to, children }) { + const navigate = useNavigate(); - const preventReload = (event) => { + const handleClick = (event) => { event.preventDefault(); - console.log(loc); - window.history.pushState({}, "", loc); - const navigationEvent = new PopStateEvent("navigate"); - window.dispatchEvent(navigationEvent); + navigate(to); }; + return ( - + {children} ); } - -export function urlToPath() { - return window.location.pathname - .slice(1) - .split("/") - .filter((v) => v.length) - .map((v) => decodeURIComponent(v)); -} diff --git a/src/Term.css b/src/Term.css index 0e53785..4651cff 100644 --- a/src/Term.css +++ b/src/Term.css @@ -1,4 +1,4 @@ -.Definition { +.Term { max-width: 35rem; } .declaration { diff --git a/src/components/Definition.jsx b/src/components/Definition.jsx new file mode 100644 index 0000000..8e83479 --- /dev/null +++ b/src/components/Definition.jsx @@ -0,0 +1,7 @@ +import React from 'react'; + +const Definition = ({ definition }) => { + return
    {definition}
    ; +}; + +export default Definition; diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx new file mode 100644 index 0000000..13bd25a --- /dev/null +++ b/src/components/Navbar.jsx @@ -0,0 +1,35 @@ +import React from 'react'; +import { Link } from 'react-router-dom'; + +const Navbar = () => { + return ( + + ); +}; + +const styles = { + navbar: { + padding: '1rem', + backgroundColor: '#333', + color: '#fff', + display: 'flex', + alignItems: 'center', + }, + logo: { + textDecoration: 'none', + color: '#fff', + display: 'flex', + alignItems: 'center', + }, + logoImage: { + marginRight: '0.5rem', + height: '40px', + }, +}; + +export default Navbar; diff --git a/src/components/Search.jsx b/src/components/Search.jsx new file mode 100644 index 0000000..ddf03a3 --- /dev/null +++ b/src/components/Search.jsx @@ -0,0 +1,34 @@ +import React, { useState } from 'react'; + +const Search = ({ onSearch }) => { + const [query, setQuery] = useState(''); + + const handleChange = (event) => { + setQuery(event.target.value); + }; + + const handleKeyPress = (event) => { + if (event.key === 'Enter') { + onSearch(query); + } + }; + + const handleClick = () => { + onSearch(query); + }; + + return ( +
    + + +
    + ); +}; + +export default Search; diff --git a/src/i18n/config.jsx b/src/i18n/config.jsx index 2b7b9b8..130b147 100644 --- a/src/i18n/config.jsx +++ b/src/i18n/config.jsx @@ -18,6 +18,7 @@ i18n // Add other languages here }, lng: 'en', // default language + lngs: ['en', 'es', 'ar', 'de', 'fr', 'id', 'it', 'ja', 'ko', 'nl', 'pt-br', 'ru', 'th', 'tl', 'tr', 'uk', 'vi', 'zh-cn'], // List of languages to generate translation files for fallbackLng: 'en', // fallback language interpolation: { escapeValue: false, // react already safes from xss diff --git a/src/i18n/locales/arabic/translation.json b/src/i18n/locales/ar/translation.json similarity index 100% rename from src/i18n/locales/arabic/translation.json rename to src/i18n/locales/ar/translation.json diff --git a/src/i18n/locales/german/translation.json b/src/i18n/locales/de/translation.json similarity index 100% rename from src/i18n/locales/german/translation.json rename to src/i18n/locales/de/translation.json diff --git a/src/i18n/locales/en/translation.json b/src/i18n/locales/en/translation.json index e69de29..a6d11d4 100644 --- a/src/i18n/locales/en/translation.json +++ b/src/i18n/locales/en/translation.json @@ -0,0 +1,396 @@ +{ + "0x API": "0x API", + "1inch": "1inch", + "3Box Labs": "3Box Labs", + "51% Attack": "51% Attack", + "Aave": "Aave", + "Account": "Account", + "ACH transfer": "ACH transfer", + "address; public address; account address": "address; public address; account address", + "Advanced": "Advanced", + "aggregator": "aggregator", + "Aggressive": "Aggressive", + "Agoric": "Agoric", + "air-gapping": "air-gapping", + "airdrop": "airdrop", + "airdrop (noun)": "airdrop (noun)", + "AirGap Vault": "AirGap Vault", + "AirSwap": "AirSwap", + "algorithm": "algorithm", + "altcoin": "altcoin", + "AML (Anti-Money Laundering)": "AML (Anti-Money Laundering)", + "API": "API", + "API (Application Programming Interface)": "API (Application Programming Interface)", + "AppChain": "AppChain", + "Apple Pay": "Apple Pay", + "Arbitrum": "Arbitrum", + "ASIC (Application Specific Integrated Circuit)": "ASIC (Application Specific Integrated Circuit)", + "asset provenance": "asset provenance", + "attestation": "attestation", + "Avalanche": "Avalanche", + "Axie Infinity": "Axie Infinity", + "Base fee": "Base fee", + "Beacon Chain": "Beacon Chain", + "Binance": "Binance", + "Bitcoin / bitcoin (BTC)": "Bitcoin / bitcoin (BTC)", + "block (noun)": "block (noun)", + "block explorer": "block explorer", + "block height": "block height", + "block reward": "block reward", + "block time": "block time", + "blockchain": "blockchain", + "Blockchain explorer": "Blockchain explorer", + "blockchain trilemma": "blockchain trilemma", + "BNB Chain": "BNB Chain", + "bounty / bug bounty": "bounty / bug bounty", + "brain wallet": "brain wallet", + "Brave": "Brave", + "Bridge": "Bridge", + "BTC": "BTC", + "BUIDL": "BUIDL", + "bytecode": "bytecode", + "Byzantine fault tolerance": "Byzantine fault tolerance", + "Byzantium fork": "Byzantium fork", + "Celo": "Celo", + "Centralized exchange (CEX)": "Centralized exchange (CEX)", + "CEX": "CEX", + "chain ID": "chain ID", + "Chrome": "Chrome", + "client (Ethereum or other compatible blockchain)": "client (Ethereum or other compatible blockchain)", + "Codefi": "Codefi", + "coin": "coin", + "Coinbase Pay": "Coinbase Pay", + "cold storage": "cold storage", + "cold wallet / cold storage": "cold wallet / cold storage", + "Community Platform": "Community Platform", + "Compiling": "Compiling", + "Compound": "Compound", + "confirmation": "confirmation", + "consensus": "consensus", + "Consensus client": "Consensus client", + "Consensus layer": "Consensus layer", + "Consensus mechanism": "Consensus mechanism", + "Consensys": "Consensys", + "Constantinople fork": "Constantinople fork", + "contract": "contract", + "Contract account": "Contract account", + "CoolWallet": "CoolWallet", + "crypto asset": "crypto asset", + "crypto bounties": "crypto bounties", + "crypto fund": "crypto fund", + "crypto wallet": "crypto wallet", + "crypto-": "crypto-", + "crypto-compliance": "crypto-compliance", + "cryptoassets": "cryptoassets", + "cryptocurrency": "cryptocurrency", + "cryptoeconomics": "cryptoeconomics", + "cryptography": "cryptography", + "Curve": "Curve", + "custody (noun)": "custody (noun)", + "D'CENT": "D'CENT", + "DAI": "DAI", + "DAO": "DAO", + "dapp": "dapp", + "decentralization": "decentralization", + "decentralized application": "decentralized application", + "Decentralized Autonomous Organization (DAO)": "Decentralized Autonomous Organization (DAO)", + "decentralized exchange (DEX)": "decentralized exchange (DEX)", + "decentralized finance": "decentralized finance", + "decentralized web": "decentralized web", + "deposit": "deposit", + "derive / derivation": "derive / derivation", + "dev": "dev", + "Devcon": "Devcon", + "Developer": "Developer", + "DEX": "DEX", + "difficulty": "difficulty", + "difficulty bomb": "difficulty bomb", + "digital asset": "digital asset", + "digital identity": "digital identity", + "Digital signature": "Digital signature", + "Distributed Denial of Service (DDoS) Attack": "Distributed Denial of Service (DDoS) Attack", + "distributed ledger": "distributed ledger", + "Distributed Ledger Technology": "Distributed Ledger Technology", + "DLT": "DLT", + "double spend": "double spend", + "ecosystem": "ecosystem", + "Edge": "Edge", + "EIP-1559": "EIP-1559", + "encrypted vs unencrypted keys": "encrypted vs unencrypted keys", + "encryption": "encryption", + "ENS": "ENS", + "Enterprise Ethereum Alliance (EEA)": "Enterprise Ethereum Alliance (EEA)", + "entropy": "entropy", + "epoch": "epoch", + "ERC": "ERC", + "ERC-1155": "ERC-1155", + "ERC-20 Token Standard": "ERC-20 Token Standard", + "ERC-721": "ERC-721", + "ERC-721 Token Standard": "ERC-721 Token Standard", + "ETH": "ETH", + "ether (denominations)": "ether (denominations)", + "ether (ETH)": "ether (ETH)", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "Ethereum Improvement Proposal (EIP)", + "Ethereum Name Service (ENS)": "Ethereum Name Service (ENS)", + "Ethereum Public Address": "Ethereum Public Address", + "Ethereum Virtual Machine (EVM)": "Ethereum Virtual Machine (EVM)", + "Etherscan": "Etherscan", + "EVM": "EVM", + "exchange": "exchange", + "Execution client": "Execution client", + "Execution layer": "Execution layer", + "Extended Private Key (XPRIV)": "Extended Private Key (XPRIV)", + "Extended Public Key (XPUB)": "Extended Public Key (XPUB)", + "Extension": "Extension", + "Fantom": "Fantom", + "faucet": "faucet", + "fiat currency": "fiat currency", + "final, finality": "final, finality", + "Finality Rate": "Finality Rate", + "financial technology (FinTech)": "financial technology (FinTech)", + "finney": "finney", + "Firefox": "Firefox", + "Firewall": "Firewall", + "Flask": "Flask", + "fork": "fork", + "Fractional Ownership": "Fractional Ownership", + "Fraud proof": "Fraud proof", + "full node": "full node", + "Ganache": "Ganache", + "gas": "gas", + "gas fee": "gas fee", + "gas limit": "gas limit", + "gas price": "gas price", + "Gas Station Network": "Gas Station Network", + "genesis block": "genesis block", + "Gigawei": "Gigawei", + "Gitcoin": "Gitcoin", + "GitHub": "GitHub", + "Goerli": "Goerli", + "Governance": "Governance", + "GSN": "GSN", + "gwei": "gwei", + "halving": "halving", + "hard fork": "hard fork", + "hardware wallet": "hardware wallet", + "hash (noun)": "hash (noun)", + "hexadecimal; 'hex data'": "hexadecimal; 'hex data'", + "Hierarchical Deterministic (HD) wallet": "Hierarchical Deterministic (HD) wallet", + "hot storage": "hot storage", + "hot wallet": "hot wallet", + "Hybrid Network": "Hybrid Network", + "Hyperledger": "Hyperledger", + "ICO": "ICO", + "Identicon / AddressIdenticon / AddressIcon": "Identicon / AddressIdenticon / AddressIcon", + "immutability": "immutability", + "Infura": "Infura", + "Initial Public Offering (IPO)": "Initial Public Offering (IPO)", + "Insider Trading": "Insider Trading", + "Inter-Blockchain Communication (IBC) Protocol": "Inter-Blockchain Communication (IBC) Protocol", + "internal transaction": "internal transaction", + "Interoperability": "Interoperability", + "InterPlanetary File System (IPFS)": "InterPlanetary File System (IPFS)", + "IP address": "IP address", + "JSON file": "JSON file", + "JSON-RPC": "JSON-RPC", + "keystore file": "keystore file", + "Know Your Customer (KYC)": "Know Your Customer (KYC)", + "Know Your Transaction": "Know Your Transaction", + "Kovan": "Kovan", + "KYC": "KYC", + "KYT": "KYT", + "Latency": "Latency", + "Lattice1": "Lattice1", + "Launchpad": "Launchpad", + "Layer 0": "Layer 0", + "Layer 1": "Layer 1", + "Layer 2": "Layer 2", + "Learn; MetaMask Learn": "Learn; MetaMask Learn", + "Ledger": "Ledger", + "Ledger Live App": "Ledger Live App", + "Library": "Library", + "Lido": "Lido", + "light client": "light client", + "Lightning Network": "Lightning Network", + "Liquid Democracy (Delegative Democracy)": "Liquid Democracy (Delegative Democracy)", + "Liquidation": "Liquidation", + "liquidity": "liquidity", + "liquidity pool": "liquidity pool", + "liquidity staking": "liquidity staking", + "Low": "Low", + "mainnet": "mainnet", + "Maker Protocol": "Maker Protocol", + "Malware": "Malware", + "market cap": "market cap", + "Maximal Extractable Value (MEV)": "Maximal Extractable Value (MEV)", + "Maximum Priority Fee": "Maximum Priority Fee", + "memory pool; mempool": "memory pool; mempool", + "Merge (noun)": "Merge (noun)", + "Merkle Patricia trie": "Merkle Patricia trie", + "Mesh": "Mesh", + "Metadata": "Metadata", + "MetaMask": "MetaMask", + "MetaMask Bridge": "MetaMask Bridge", + "MetaMask Community Platform": "MetaMask Community Platform", + "MetaMask Extension": "MetaMask Extension", + "MetaMask Flask": "MetaMask Flask", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "MetaMask Learn", + "MetaMask SDK": "MetaMask SDK", + "MetaMask Snaps": "MetaMask Snaps", + "MetaMetrics": "MetaMetrics", + "metaverse": "metaverse", + "miner tip": "miner tip", + "mining": "mining", + "Mint": "Mint", + "mnemonic phrase": "mnemonic phrase", + "MobiKwik": "MobiKwik", + "modular blockchain": "modular blockchain", + "MoonPay": "MoonPay", + "multi-sig": "multi-sig", + "multi-signature wallet (multisig)": "multi-signature wallet (multisig)", + "Multifactor Authentication": "Multifactor Authentication", + "Near-Field Communication (NFC)": "Near-Field Communication (NFC)", + "Nested Blockchain": "Nested Blockchain", + "Network": "Network", + "Network Congestion": "Network Congestion", + "NFT": "NFT", + "NFT aggregator": "NFT aggregator", + "NFT drop": "NFT drop", + "Ngrave": "Ngrave", + "node": "node", + "Non-fungible token": "Non-fungible token", + "nonce": "nonce", + "off-chain": "off-chain", + "ommer block": "ommer block", + "on-chain": "on-chain", + "on-ramp, off-ramp": "on-ramp, off-ramp", + "OpenSea": "OpenSea", + "Opera": "Opera", + "Optimism": "Optimism", + "optimistic rollup": "optimistic rollup", + "Oracle": "Oracle", + "ParaSwap": "ParaSwap", + "parity": "parity", + "Parity": "Parity", + "Passphrase": "Passphrase", + "password manager": "password manager", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "peer-to-peer (P2P)", + "permissioned ledger": "permissioned ledger", + "phishing (noun)": "phishing (noun)", + "Plasma": "Plasma", + "PoA, PoS, PoW": "PoA, PoS, PoW", + "Polygon": "Polygon", + "Portfolio": "Portfolio", + "PoS/PoW Hybrid": "PoS/PoW Hybrid", + "Priority fee": "Priority fee", + "private blockchain": "private blockchain", + "private currency": "private currency", + "private key": "private key", + "Proof of Authority (PoA)": "Proof of Authority (PoA)", + "Proof of Stake (PoS)": "Proof of Stake (PoS)", + "Proof of Work (PoW)": "Proof of Work (PoW)", + "protocol": "protocol", + "public blockchain": "public blockchain", + "public key": "public key", + "Public-Key Cryptography": "Public-Key Cryptography", + "Public-Key Infrastructure": "Public-Key Infrastructure", + "QR code": "QR code", + "Quorum": "Quorum", + "Rarible": "Rarible", + "relayer": "relayer", + "Remote Procedure Call (RPC)": "Remote Procedure Call (RPC)", + "Rinkeby": "Rinkeby", + "Roadmap": "Roadmap", + "Rocket Pool": "Rocket Pool", + "rollups": "rollups", + "Ropsten": "Ropsten", + "RPC": "RPC", + "rug pull": "rug pull", + "Safeheron": "Safeheron", + "Samsung Pay": "Samsung Pay", + "sandbox": "sandbox", + "Sardine": "Sardine", + "Satoshi Nakamoto": "Satoshi Nakamoto", + "scalability": "scalability", + "Scaling": "Scaling", + "Scrypt": "Scrypt", + "Secret Recovery Phrase": "Secret Recovery Phrase", + "Security Token": "Security Token", + "Security Token Offering (STO)": "Security Token Offering (STO)", + "seed phrase": "seed phrase", + "self-custody (noun)": "self-custody (noun)", + "self-executing": "self-executing", + "Sepolia": "Sepolia", + "Serenity": "Serenity", + "serialization": "serialization", + "Shard chain": "Shard chain", + "sharding (noun)": "sharding (noun)", + "Shielded Transaction": "Shielded Transaction", + "sidechain": "sidechain", + "Signature (Cryptographic)": "Signature (Cryptographic)", + "slashing condition": "slashing condition", + "slippage": "slippage", + "slot": "slot", + "smart contract": "smart contract", + "snap": "snap", + "soft fork": "soft fork", + "Software Development Kit (SDK)": "Software Development Kit (SDK)", + "Solidity": "Solidity", + "stablecoin": "stablecoin", + "staking (noun)": "staking (noun)", + "state": "state", + "state channels": "state channels", + "Streaming": "Streaming", + "swap (noun)": "swap (noun)", + "Swap /MetaSwap": "Swap /MetaSwap", + "szabo": "szabo", + "testnet (test network)": "testnet (test network)", + "Testnet Kovan": "Testnet Kovan", + "Testnet Rinkeby": "Testnet Rinkeby", + "Testnet Ropsten": "Testnet Ropsten", + "token": "token", + "token lockup": "token lockup", + "Token standard": "Token standard", + "Total Value Locked (TVL)": "Total Value Locked (TVL)", + "Transaction": "Transaction", + "transaction block": "transaction block", + "transaction fee": "transaction fee", + "transaction ID": "transaction ID", + "transaction pool": "transaction pool", + "Transak": "Transak", + "Trezor": "Trezor", + "Truffle": "Truffle", + "trustless": "trustless", + "Turing-complete": "Turing-complete", + "Two-Factor Authentication (2FA)": "Two-Factor Authentication (2FA)", + "TXID": "TXID", + "U2F": "U2F", + "Uniswap": "Uniswap", + "unspent transaction output (UTXO)": "unspent transaction output (UTXO)", + "upgrade": "upgrade", + "UTXO": "UTXO", + "validator": "validator", + "validity proof": "validity proof", + "Validium": "Validium", + "Vault Decryptor": "Vault Decryptor", + "Vesting": "Vesting", + "wallet": "wallet", + "WalletConnect": "WalletConnect", + "web3, Web 3.0": "web3, Web 3.0", + "WebHID": "WebHID", + "WebSocket": "WebSocket", + "Wei": "Wei", + "Whitepaper": "Whitepaper", + "Wrapping": "Wrapping", + "Wyre": "Wyre", + "yield farming": "yield farming", + "yield-bearing tokens": "yield-bearing tokens", + "zero address": "zero address", + "Zero-knowledge proof": "Zero-knowledge proof", + "Zero-knowledge rollup": "Zero-knowledge rollup", + "zk-SNARKs": "zk-SNARKs" +} diff --git a/src/i18n/locales/es/translation.json b/src/i18n/locales/es/translation.json index e69de29..81fd390 100644 --- a/src/i18n/locales/es/translation.json +++ b/src/i18n/locales/es/translation.json @@ -0,0 +1,396 @@ + { + "0x API": "0x API", + "1inch": "1inch", + "3Box Labs": "3Box Labs", + "51% Attack": "ataque del 51 %", + "Aave": "Aave", + "Account": "cuenta", + "ACH transfer": "transferencia ACH", + "address; public address; account address": "dirección/\"dirección pública\" (dirección de monedero)", + "Advanced": "avanzados", + "aggregator": "agregador", + "Aggressive": "agresiva/o", + "Agoric": "Agoric", + "air-gapping": "airdrop", + "airdrop": "airdrop", + "airdrop (noun)": "AirGap Vault", + "AirGap Vault": "espacios de aire", + "AirSwap": "AirSwap", + "algorithm": "algoritmo", + "altcoin": "altcoin", + "AML (Anti-Money Laundering)": "prevención de blanqueo de capitales (PBC)", + "API": "API", + "API (Application Programming Interface)": "API (interfaz de programación de aplicaciones)", + "AppChain": "cadena específica de la aplicación", + "Apple Pay": "Apple Pay", + "Arbitrum": "Arbitrum", + "ASIC (Application Specific Integrated Circuit)": "ASIC (circuito integrado de aplicación específica)", + "asset provenance": "procedencia de activos", + "attestation": "atestación", + "Avalanche": "Avalanche", + "Axie Infinity": "Axie Infinity", + "Base fee": "tarifa base", + "Beacon Chain": "cadena Beacon", + "Binance": "Binance", + "Bitcoin / bitcoin (BTC)": "Bitcoin / bitcoin (BTC)", + "block (noun)": "bloque", + "block explorer": "explorador de bloques", + "block height": "altura del bloque", + "block reward": "recompensa por bloque", + "block time": "tiempo del bloque", + "blockchain": "cadena de bloques", + "Blockchain explorer": "explorador de la cadenas de bloques", + "blockchain trilemma": "trilema de la cadenas de bloques", + "BNB Chain": "BNB Chain", + "bounty / bug bounty": "recompensa por errores", + "brain wallet": "monedero memorizado", + "Brave": "Brave", + "Bridge": "puente", + "BTC": "BTC", + "BUIDL": "BUIDL", + "bytecode": "código de bytes", + "Byzantine fault tolerance": "tolerancia a fallas bizantinas", + "Byzantium fork": "allet", + "Celo": "Celo", + "Centralized exchange (CEX)": "intercambio centralizado (CEX)", + "CEX": "CEX", + "chain ID": "ID de cadena", + "Chrome": "Chrome", + "client (Ethereum or other compatible blockchain)": "cliente (Ethereum u otra blockchain compatible)", + "Codefi": "Codefi", + "coin": "moneda", + "Coinbase Pay": "Coinbase Pay", + "cold storage": "almacenamiento en frío", + "cold wallet / cold storage": "monedero en frío / almacenamiento en frío", + "Community Platform": "plataforma comunitaria", + "Compiling": "compilación", + "Compound": "Compound", + "confirmation": "confirmación", + "consensus": "consenso", + "Consensus client": "cliente de consenso", + "Consensus layer": "capa de consenso", + "Consensus mechanism": "mecanismo de consenso", + "Consensys": "Consensys", + "Constantinople fork": "bifurcación Constantinople", + "contract": "contrato", + "Contract account": "cuenta de contrato", + "CoolWallet": "CoolWallet", + "crypto asset": "cripto", + "crypto bounties": "criptoactivo", + "crypto fund": "", + "crypto wallet": "criptofondo", + "crypto-": "criptomonedero", + "crypto-compliance": "criptoactivos", + "cryptoassets": "criptocumplimiento", + "cryptocurrency": "criptomoneda", + "cryptoeconomics": "criptoeconomía", + "cryptography": "criptografía", + "Curve": "Curve", + "custody (noun)": "custodia", + "D'CENT": "D'CENT", + "DAI": "DAI", + "DAO": "DAO", + "dapp": "dapp", + "decentralization": "descentralización", + "decentralized application": "aplicación descentralizada", + "Decentralized Autonomous Organization (DAO)": "organización autónoma descentralizada (DAO)", + "decentralized exchange (DEX)": "intercambio descentralizado (DEX)", + "decentralized finance": "finanzas descentralizadas", + "decentralized web": "web descentralizada", + "deposit": "", + "derive / derivation": "derivar / derivación", + "dev": "desarrollador", + "Devcon": "Devcon", + "Developer": "desarrollador", + "DEX": "DEX", + "difficulty": "dificultad", + "difficulty bomb": "bomba de dificultad", + "digital asset": "activo digital", + "digital identity": "identidad digital", + "Digital signature": "firma digital", + "Distributed Denial of Service (DDoS) Attack": "ataque distribuido de denegación de servicio (DDoS)", + "distributed ledger": "registro distribuido", + "Distributed Ledger Technology": "tecnología de registro distribuido", + "DLT": "DLT", + "double spend": "doble gasto", + "ecosystem": "ecosistema", + "Edge": "Edge", + "EIP-1559": "EIP-1559", + "encrypted vs unencrypted keys": "claves cifradas vs no cifradas", + "encryption": "cifrado", + "ENS": "ENS", + "Enterprise Ethereum Alliance (EEA)": "Enterprise Ethereum Alliance (EEA)", + "entropy": "entropía", + "epoch": "época", + "ERC": "ERC", + "ERC-1155": "ERC-1155", + "ERC-20 Token Standard": "token estándar ERC-20", + "ERC-721": "ERC-721", + "ERC-721 Token Standard": "token estándar ERC-721", + "ETH": "ETH", + "ether (denominations)": "ether (denominaciones)", + "ether (ETH)": "ether (ETH)", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "propuesta de mejora de Ethereum (EIP)", + "Ethereum Name Service (ENS)": "servicio de nombres de Ethereum (ENS)", + "Ethereum Public Address": "dirección pública de ethereum", + "Ethereum Virtual Machine (EVM)": "máquina virtual de Ethereum (EVM)", + "Etherscan": "Etherscan", + "EVM": "EVM", + "exchange": "intercambio", + "Execution client": "cliente de ejecución", + "Execution layer": "capa de ejecución", + "Extended Private Key (XPRIV)": "clave privada extendida (XPRIV)", + "Extended Public Key (XPUB)": "clave pública extendida (XPUB)", + "Extension": "extensión", + "Fantom": "Fantom", + "faucet": "grifo", + "fiat currency": "moneda fiduciaria", + "final, finality": "final, finalidad", + "Finality Rate": "velocidad de finalidad", + "financial technology (FinTech)": "tecnología financiera (fintech)", + "finney": "finney", + "Firefox": "Firefox", + "Firewall": "cortafuegos", + "Flask": "Flask", + "fork": "bifurcación", + "Fractional Ownership": "titularidad fraccionaria", + "Fraud proof": "a prueba de fraude", + "full node": "nodo completo", + "Ganache": "Ganache", + "gas": "gas", + "gas fee": "tarifa de gas", + "gas limit": "límite de gas", + "gas price": "precio del gas", + "Gas Station Network": "Gas Station Network", + "genesis block": "bloque génesis", + "Gigawei": "gigawei", + "Gitcoin": "Gitcoin", + "GitHub": "GitHub", + "Goerli": "Goerli", + "Governance": "gobernanza", + "GSN": "GSN", + "gwei": "gwei", + "halving": "reducción a la mitad", + "hard fork": "bifurcación dura", + "hardware wallet": "monedero físico", + "hash (noun)": "hash", + "hexadecimal; 'hex data'": "hexadecimal; \"datos hexadecimales", + "Hierarchical Deterministic (HD) wallet": "monedero determinista jerárquico (HD)", + "hot storage": "almacenamiento en caliente", + "hot wallet": "monedero en caliente", + "Hybrid Network": "red híbrida", + "Hyperledger": "Hyperledger", + "ICO": "ICO", + "Identicon / AddressIdenticon / AddressIcon": "identicon / identicon de dirección / ícono de dirección", + "immutability": "inmutabilidad", + "Infura": "Infura", + "Initial Public Offering (IPO)": "oferta pública inicial (OPI)", + "Insider Trading": "información privilegiada", + "Inter-Blockchain Communication (IBC) Protocol": "Protocolo de comunicación entre cadenas de bloques (IBC)", + "internal transaction": "transacción interna", + "Interoperability": "interoperabilidad", + "InterPlanetary File System (IPFS)": "sistema de archivos interplanetario (IPFS)", + "IP address": "dirección IP", + "JSON file": "archivo JSON", + "JSON-RPC": "JSON-RPC", + "keystore file": "archivo keystore", + "Know Your Customer (KYC)": "conozca a su cliente (KYC)", + "Know Your Transaction": "conozca su transacción (KYT)", + "Kovan": "Kovan", + "KYC": "KYC", + "KYT": "KYT", + "Latency": "latencia", + "Lattice1": "Lattice1", + "Launchpad": "plataforma de lanzamiento", + "Layer 0": "capa 0", + "Layer 1": "capa 1", + "Layer 2": "capa 2", + "Learn; MetaMask Learn": "Learn; MetaMask Learn", + "Ledger": "Ledger", + "Ledger Live App": "aplicación Ledger Live", + "Library": "biblioteca", + "Lido": "Lido", + "light client": "cliente ligero", + "Lightning Network": "Lightning Network", + "Liquid Democracy (Delegative Democracy)": "democracia líquida (democracia delegativa)", + "Liquidation": "liquidación", + "liquidity": "liquidez", + "liquidity pool": "fondo de liquidez", + "liquidity staking": "staking de liquidez", + "Low": "baja", + "mainnet": "red principal", + "Maker Protocol": "protocolo Maker", + "Malware": "software malicioso", + "market cap": "capitalización bursátil", + "Maximal Extractable Value (MEV)": "valor máximo extraíble (MEV)", + "Maximum Priority Fee": "tarifa de prioridad máxima", + "memory pool; mempool": "grupo de memoria; mempool", + "Merge (noun)": "fusión", + "Merkle Patricia trie": "árbol de Merkle Patricia trie", + "Mesh": "Mesh", + "Metadata": "metadatos", + "MetaMask": "MetaMask", + "MetaMask Bridge": "puente de MetaMask", + "MetaMask Community Platform": "plataforma comunitaria de MetaMask", + "MetaMask Extension": "extensión de MetaMask", + "MetaMask Flask": "MetaMask Flask", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "MetaMask Learn", + "MetaMask SDK": "MetaMask SDK", + "MetaMask Snaps": "Snaps (MetaMask Snaps)", + "MetaMetrics": "MetaMetrics", + "metaverse": "metaverso", + "miner tip": "propina del minero", + "mining": "minería", + "Mint": "acuñar", + "mnemonic phrase": "frase mnemotécnica", + "MobiKwik": "MobiKwik", + "modular blockchain": "cadena de bloques modular", + "MoonPay": "MoonPay", + "multi-sig": "multifirma", + "multi-signature wallet (multisig)": "monadero multifirma", + "Multifactor Authentication": "autenticación multifactor", + "Near-Field Communication (NFC)": "comunicación de campo cercano (NFC)", + "Nested Blockchain": "cadena de bloques anidada", + "Network": "red", + "Network Congestion": "congestión de red", + "NFT": "NFT", + "NFT aggregator": "agregador de NFT", + "NFT drop": "drop de NFT", + "Ngrave": "Ngrave", + "node": "nodo", + "Non-fungible token": "token no fungible", + "nonce": "nonce", + "off-chain": "fuera de cadena", + "ommer block": "bloque ommer", + "on-chain": "en cadena", + "on-ramp, off-ramp": "rampa de acceso, rampa de salida", + "OpenSea": "OpenSea", + "Opera": "Opera", + "Optimism": "Optimism", + "optimistic rollup": "rollup optimista", + "Oracle": "oráculo", + "ParaSwap": "ParaSwap", + "parity": "paridad", + "Parity": "Parity", + "Passphrase": "frase de contraseña", + "password manager": "gestor de contraseñas", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "entre pares (P2P)", + "permissioned ledger": "registro autorizado", + "phishing (noun)": "suplantación de identidad (sustantivo)", + "Plasma": "Plasma", + "PoA, PoS, PoW": "PoA, PoS, PoW", + "Polygon": "Polygon", + "Portfolio": "Portfolio", + "PoS/PoW Hybrid": "híbrido PoS/PoW", + "Priority fee": "tarifa de prioridad", + "private blockchain": "cadena de bloques privada", + "private currency": "moneda privada", + "private key": "clave privada", + "Proof of Authority (PoA)": "prueba de autoridad (PoA)", + "Proof of Stake (PoS)": "prueba de participación (PoS)", + "Proof of Work (PoW)": "prueba de trabajo (PoW)", + "protocol": "protocolo", + "public blockchain": "cadena de bloques pública", + "public key": "clave pública", + "Public-Key Cryptography": "criptografía de clave pública", + "Public-Key Infrastructure": "infraestructura de clave pública", + "QR code": "código QR", + "Quorum": "Quorum", + "Rarible": "Rarible", + "relayer": "repetidor", + "Remote Procedure Call (RPC)": "llamada a procedimiento remoto (RPC)", + "Rinkeby": "Rinkeby", + "Roadmap": "Hoja de ruta", + "Rocket Pool": "Rocket Pool", + "rollups": "rollups", + "Ropsten": "Ropsten", + "RPC": "RPC", + "rug pull": "tirón de alfombra", + "Safeheron": "Safeheron", + "Samsung Pay": "Samsung Pay", + "sandbox": "entorno de pruebas", + "Sardine": "Sardine", + "Satoshi Nakamoto": "Satoshi Nakamoto", + "scalability": "escalabilidad", + "Scaling": "escalado", + "Scrypt": "scrypt", + "Secret Recovery Phrase": "frase secreta de recuperación", + "Security Token": "token de seguridad", + "Security Token Offering (STO)": "oferta de tokens de seguridad (STO)", + "seed phrase": "frase semilla", + "self-custody (noun)": "autocustodia", + "self-executing": "autoejecutable", + "Sepolia": "Sepolia", + "Serenity": "Serenity", + "serialization": "serialización", + "Shard chain": "cadena de fragmentos", + "sharding (noun)": "fragmentación", + "Shielded Transaction": "transacción blindada", + "sidechain": "cadena lateral", + "Signature (Cryptographic)": "firma (criptográfica)", + "slashing condition": "condición de corte", + "slippage": "deslizamiento", + "slot": "ranura", + "smart contract": "contrato inteligente", + "snap": "Snap", + "soft fork": "bifurcación suave", + "Software Development Kit (SDK)": "kit de desarrollo de software (SDK)", + "Solidity": "Solidity", + "stablecoin": "moneda estable", + "staking (noun)": "staking", + "state": "estado", + "state channels": "canales de estado", + "Streaming": "flujo", + "swap (noun)": "intercambio", + "Swap /MetaSwap": "intercambio/metaintercambio", + "szabo": "szabo", + "testnet (test network)": "testnet (red de prueba)", + "Testnet Kovan": "red de pruebas Kovan", + "Testnet Rinkeby": "red de pruebas Rinkeby", + "Testnet Ropsten": "red de pruebas Ropsten", + "token": "token", + "token lockup": "bloqueo de tokens", + "Token standard": "Estándar de tokenes", + "Total Value Locked (TVL)": "valor total bloqueado (TVL)", + "Transaction": "transacción", + "transaction block": "bloque de transacciones", + "transaction fee": "tarifa de transacción", + "transaction ID": "ID de transacción", + "transaction pool": "grupo de transacciones", + "Transak": "Transak", + "Trezor": "Trezor", + "Truffle": "Truffle", + "trustless": "sin confianza", + "Turing-complete": "Turing completo", + "Two-Factor Authentication (2FA)": "autenticación de dos factores (2FA)", + "TXID": "ID de transacción", + "U2F": "U2F", + "Uniswap": "Uniswap", + "unspent transaction output (UTXO)": "salida de transacción no gastada (UTXO)", + "upgrade": "actualizar", + "UTXO": "UTXO", + "validator": "validador", + "validity proof": "prueba de validez", + "Validium": "Validium", + "Vault Decryptor": "Vault Decryptor", + "Vesting": "bloqueo de tokens", + "wallet": "monedero", + "WalletConnect": "WalletConnect", + "web3, Web 3.0": "web3, Web 3.0", + "WebHID": "WebHID", + "WebSocket": "WebSocket", + "Wei": "wei", + "Whitepaper": "libro blanco", + "Wrapping": "envolver", + "Wyre": "Wyre", + "yield farming": "agricultura de rendimiento", + "yield-bearing tokens": "tokens de rendimiento", + "zero address": "dirección cero", + "Zero-knowledge proof": "prueba de conocimiento cero", + "Zero-knowledge rollup": "rollup de conocimiento cero", + "zk-SNARKs": "zk-SNARKs" + } \ No newline at end of file diff --git a/src/i18n/locales/french/translation.json b/src/i18n/locales/fr/translation.json similarity index 100% rename from src/i18n/locales/french/translation.json rename to src/i18n/locales/fr/translation.json diff --git a/src/i18n/locales/indonesian/translation.json b/src/i18n/locales/id/translation.json similarity index 100% rename from src/i18n/locales/indonesian/translation.json rename to src/i18n/locales/id/translation.json diff --git a/src/i18n/locales/italian/translation.json b/src/i18n/locales/it/translation.json similarity index 100% rename from src/i18n/locales/italian/translation.json rename to src/i18n/locales/it/translation.json diff --git a/src/i18n/locales/japanese/translation.json b/src/i18n/locales/ja/translation.json similarity index 100% rename from src/i18n/locales/japanese/translation.json rename to src/i18n/locales/ja/translation.json diff --git a/src/i18n/locales/korean/translation.json b/src/i18n/locales/ko/translation.json similarity index 100% rename from src/i18n/locales/korean/translation.json rename to src/i18n/locales/ko/translation.json diff --git a/src/i18n/locales/dutch/translation.json b/src/i18n/locales/nl/translation.json similarity index 100% rename from src/i18n/locales/dutch/translation.json rename to src/i18n/locales/nl/translation.json diff --git a/src/i18n/locales/brazilian portuguese/translation.json b/src/i18n/locales/pt-br/translation.json similarity index 100% rename from src/i18n/locales/brazilian portuguese/translation.json rename to src/i18n/locales/pt-br/translation.json diff --git a/src/i18n/locales/pt/translation.json b/src/i18n/locales/pt/translation.json deleted file mode 100644 index e69de29..0000000 diff --git a/src/i18n/locales/russian/translation.json b/src/i18n/locales/ru/translation.json similarity index 100% rename from src/i18n/locales/russian/translation.json rename to src/i18n/locales/ru/translation.json diff --git a/src/i18n/locales/src/i18n/locales/ar/translation.json b/src/i18n/locales/src/i18n/locales/ar/translation.json new file mode 100644 index 0000000..8d67bb6 --- /dev/null +++ b/src/i18n/locales/src/i18n/locales/ar/translation.json @@ -0,0 +1,396 @@ +{ + "0x API": "واجهة برمجة تطبيقات 0x", + "1inch": "1inch", + "3Box Labs": "3Box Labs", + "51% Attack": "هجوم 51٪", + "Aave": "Aave", + "Account": "حساب", + "ACH transfer": "تحويل ACH", + "address; public address; account address": "العنوان / \"العنوان العام\" (عنوان المحفظة)", + "Advanced": "متقدم", + "aggregator": "مُجمِعّ", + "Aggressive": "مغامر", + "Agoric": "Agoric", + "air-gapping": "عزل الأجهزة", + "airdrop": "توزيع مجاني", + "airdrop (noun)": "توزيع مجاني (اير دروب)", + "AirGap Vault": "خزانة AirGap", + "AirSwap": "AirSwap", + "algorithm": "خوارزمية", + "altcoin": "عملة بديلة", + "AML (Anti-Money Laundering)": "مكافحة غسيل الأموال", + "API": "واجهة برمجة التطبيقات", + "API (Application Programming Interface)": "واجهة برمجة التطبيقات (API)", + "AppChain": "بلوكتشين التطبيق الخاص (AppChain)", + "Apple Pay": "Apple Pay", + "Arbitrum": "Arbitrum", + "ASIC (Application Specific Integrated Circuit)": "الدائرة المتكاملة الخاصة بالتطبيق (ASIC)", + "asset provenance": "منشأ الأصل", + "attestation": "المصادقة", + "Avalanche": "Avalanche", + "Axie Infinity": "Axie Infinity", + "Base fee": "الحد الأدنى للرسوم", + "Beacon Chain": "سلسلة المنارة (Beacon)", + "Binance": "Binance", + "Bitcoin / bitcoin (BTC)": "البيتكوين / بيتكوين (BTC)", + "block (noun)": "كُتلة", + "block explorer": "مستكشف البلوكتشين", + "block height": "موقع الكتلة", + "block reward": "مكافأة الكتلة", + "block time": "وقت الكتلة", + "blockchain": "سلسلة الكتل (البلوكتشين)", + "Blockchain explorer": "مستكشف البلوكتشين", + "blockchain trilemma": "المعضلة الثلاثية الأبعاد لسلاسل البلوكتشين", + "BNB Chain": "سلسلة BNB", + "bounty / bug bounty": "مكافأة / مكافأة اكتشاف الخلل", + "brain wallet": "محفظة الدماغ", + "Brave": "بريفّ", + "Bridge": "جسر", + "BTC": "BTC", + "BUIDL": "BUIDL", + "bytecode": "شفرة البايت", + "Byzantine fault tolerance": "التسامح مع الخطأ البيزنطي", + "Byzantium fork": "انقسام (فورك) Byzantium", + "Celo": "Celo", + "Centralized exchange (CEX)": "بورصة مركزية (CEX)", + "CEX": "بورصة مركزية (CEX)", + "chain ID": "مُعرفّ السلسلة", + "Chrome": "كروم", + "client (Ethereum or other compatible blockchain)": "عميل (الإيثيريوم أو بلوكتشين متوافق آخر)", + "Codefi": "التداول والتمويل اللامركزي (CodeFi)", + "coin": "عملة", + "Coinbase Pay": "Coinbase Pay", + "cold storage": "التخزين البارد (غير متصل بالإنترنت)", + "cold wallet / cold storage": "محفظة باردة / تخزين بارد", + "Community Platform": "منصة المجتمع", + "Compiling": "تجميع", + "Compound": "بروتوكول Compound", + "confirmation": "تأكيد", + "consensus": "خوارزمية الإجماع", + "Consensus client": "عميل إجماع", + "Consensus layer": "طبقة الإجماع", + "Consensus mechanism": "آلية الإجماع", + "Consensys": "Consensys", + "Constantinople fork": "انقسام (فورك) Byzantium", + "contract": "عقد", + "Contract account": "حساب العقد", + "CoolWallet": "CoolWallet", + "crypto asset": "أصل مشفر", + "crypto bounties": "مكافآت التشفير", + "crypto fund": "صندوق استثمار الأصول المشفرة", + "crypto wallet": "محفظة العملات المشفرة", + "crypto-": "-مشفرة", + "crypto-compliance": "امتثال الأصول المشفرة", + "cryptoassets": "الأصول المشفرة", + "cryptocurrency": "عملة مشفرة", + "cryptoeconomics": "اقتصاديات الأصول المشفرة", + "cryptography": "التشفير", + "Curve": "Curve", + "custody (noun)": "الحفظ الآمن", + "D'CENT": "D'CENT", + "DAI": "عملة DAI", + "DAO": "منظمة مستقلة لامركزية (DAO)", + "dapp": "تطبيق لامركزي (dapp)", + "decentralization": "اللامركزية", + "decentralized application": "تطبيق لامركزي", + "Decentralized Autonomous Organization (DAO)": "منظمة مستقلة لامركزية (DAO)", + "decentralized exchange (DEX)": "بورصة لامركزية (DEX)", + "decentralized finance": "التمويل اللامركزي", + "decentralized web": "الويب اللامركزي", + "deposit": "الإيداع", + "derive / derivation": "يشتقّ / اشتقاق", + "dev": "مُطورّ", + "Devcon": "Devcon", + "Developer": "مُطورّ", + "DEX": "بورصة لامركزية (DEX)", + "difficulty": "صعوبة التعدين", + "difficulty bomb": "انفجار الصعوبة", + "digital asset": "أصل رقمي", + "digital identity": "هوية رقمية", + "Digital signature": "توقيع رقمي", + "Distributed Denial of Service (DDoS) Attack": "الهجمات الموزعة لحجب الخدمة (DDoS)", + "distributed ledger": "السجل الموزع", + "Distributed Ledger Technology": "تقنية دفتر الأستاذ الموزع", + "DLT": "تقنية دفتر الأستاذ الموزع (DLT)", + "double spend": "إنفاق مزدوج", + "ecosystem": "النظام البيئي", + "Edge": "الطرفية", + "EIP-1559": "EIP-1559", + "encrypted vs unencrypted keys": "المفاتيح المشفرة مقابل غير المشفرة", + "encryption": "التشفير", + "ENS": "بروتوكول ENS", + "Enterprise Ethereum Alliance (EEA)": "تحالف Ethereum للمؤسسات (EEA)", + "entropy": "إنتروبيا", + "epoch": "حقبة", + "ERC": "معيار ERC", + "ERC-1155": "ERC-1155", + "ERC-20 Token Standard": "معيار توكِنّ ERC-20", + "ERC-721": "ERC-721", + "ERC-721 Token Standard": "معيار توكِنّ ERC-721", + "ETH": "ETH", + "ether (denominations)": "إيثر", + "ether (ETH)": "إيثر (ETH)", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "مقترحات تحسين الإثيريوم (EIP)", + "Ethereum Name Service (ENS)": "خدمة أسماء الإيثيريوم (ENS)", + "Ethereum Public Address": "عنوان إيثريوم العام", + "Ethereum Virtual Machine (EVM)": "محرك إيثريوم الافتراضي (EVM)", + "Etherscan": "Etherscan", + "EVM": "EVM", + "exchange": "بورصة", + "Execution client": "عميل التنفيذ", + "Execution layer": "طبقة التنفيذ", + "Extended Private Key (XPRIV)": "المفتاح الخاص الموسعّ (XPRIV)", + "Extended Public Key (XPUB)": "المفتاح العام الموسعّ (XPUB)", + "Extension": "امتداد", + "Fantom": "Fantom", + "faucet": "صنبور العملة الرقمية", + "fiat currency": "عملة ورقية", + "final, finality": "نهائي، النهائية", + "Finality Rate": "معدل النهائية", + "financial technology (FinTech)": "التكنولوجيا المالية (FinTech)", + "finney": "فيني", + "Firefox": "فيَرفُكس", + "Firewall": "جدار الحماية", + "Flask": "Flask", + "fork": "انقسام (فورك)", + "Fractional Ownership": "ملكية جزئية", + "Fraud proof": "إثبات الاحتيال", + "full node": "عُقدة كاملة", + "Ganache": "Ganache", + "gas": "رسوم المعاملات", + "gas fee": "رسوم معاملات الشبكة", + "gas limit": "حد رسوم معاملات الشبكة", + "gas price": "سعر رسوم المعاملات", + "Gas Station Network": "شبكة محطة رسوم المعاملات", + "genesis block": "كتلة التكوين", + "Gigawei": "جيجاوي (Gigawei)", + "Gitcoin": "Gitcoin", + "GitHub": "جيت هب (GitHub)", + "Goerli": "Goerli", + "Governance": "الحوكمة", + "GSN": "GSN", + "gwei": "جوي (gwei)", + "halving": "التنصيف (الهالفينج)", + "hard fork": "انقسام كُلي (هارد فورك)", + "hardware wallet": "محفظة الأجهزة", + "hash (noun)": "الهاش", + "hexadecimal; 'hex data'": "السداسي عشري؛ \"بيانات سداسية", + "Hierarchical Deterministic (HD) wallet": "محفظة هرمية حتمية (HD)", + "hot storage": "تخزين ساخن", + "hot wallet": "محفظة ساخنة", + "Hybrid Network": "شبكة هجينة", + "Hyperledger": "مشروع هايبرليدجر", + "ICO": "عرض العملة الأولي (ICO)", + "Identicon / AddressIdenticon / AddressIcon": "Identicon / AddressIdenticon / AddressIcon", + "immutability": "عدم القابلية للتغير (الثبات)", + "Infura": "Infura", + "Initial Public Offering (IPO)": "الاكتتاب العام الأولي (IPO)", + "Insider Trading": "تداول المُطلعين", + "Inter-Blockchain Communication (IBC) Protocol": "بروتوكول الاتصال بين شبكات البلوكتشين (IBC)", + "internal transaction": "معاملة داخلية", + "Interoperability": "قابلية التشغيل البيني", + "InterPlanetary File System (IPFS)": "نظام الملفات إنتربلانتري (IPFS)", + "IP address": "عنوان IP", + "JSON file": "ملف JSON", + "JSON-RPC": "بروتوكول JSON-RPC", + "keystore file": "ملف تخزين المفاتيح", + "Know Your Customer (KYC)": "التحقق من هوية العميل (KYC)", + "Know Your Transaction": "التحقق من المعاملات", + "Kovan": "كوفان", + "KYC": "اعرف عميلك (KYC)", + "KYT": "اعرف معاملتك (KYT)", + "Latency": "زمن الاستجابة", + "Lattice1": "محفظة Lattice1", + "Launchpad": "منصة الإطلاق", + "Layer 0": "الطبقة 0", + "Layer 1": "الطبقة 1", + "Layer 2": "الطبقة 2", + "Learn; MetaMask Learn": "تعلم؛ MetaMask Learn", + "Ledger": "محفظة Ledger", + "Ledger Live App": "تطبيق Ledger Live", + "Library": "المكتبة", + "Lido": "بروتوكول Lido", + "light client": "عقدة بسيطة", + "Lightning Network": "شبكة البرق (Lightning Network)", + "Liquid Democracy (Delegative Democracy)": "الديمقراطية التفويضية", + "Liquidation": "تصفية", + "liquidity": "السيولة", + "liquidity pool": "تجمع السيولة", + "liquidity staking": "ربط السيولة", + "Low": "منخفضة", + "mainnet": "شبكة رئيسية (Mainnet)", + "Maker Protocol": "بروتوكول Maker", + "Malware": "برمجيات خبيثة", + "market cap": "القيمة السوقية", + "Maximal Extractable Value (MEV)": "القيمة القصوى القابلة للاستخراج (MEV)", + "Maximum Priority Fee": "رسوم الأولوية القصوى", + "memory pool; mempool": "تجمع المعاملات؛ mempool", + "Merge (noun)": "دمج الإيثريوم (Merge)", + "Merkle Patricia trie": "ميركل باتريشيا تري", + "Mesh": "Mesh", + "Metadata": "البيانات الوصفية", + "MetaMask": "MetaMask", + "MetaMask Bridge": "جسر MetaMask", + "MetaMask Community Platform": "منصة مجتمع MetaMask", + "MetaMask Extension": "امتداد MetaMask", + "MetaMask Flask": "MetaMask Flask", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "منصة التعلم MetaMask Learn", + "MetaMask SDK": "MetaMask SDK", + "MetaMask Snaps": "Snaps (MetaMask Snaps)", + "MetaMetrics": "تحليلات MetaMetrics", + "metaverse": "ميتافرس", + "miner tip": "رسوم الأولوية", + "mining": "التعدين", + "Mint": "سكّ", + "mnemonic phrase": "عبارة التذكر", + "MobiKwik": "MobiKwik", + "modular blockchain": "بلوكتشين قائم على نظام الوحدات", + "MoonPay": "MoonPay", + "multi-sig": "متعددة التوقيع", + "multi-signature wallet (multisig)": "محفظة متعددة التوقيع (multisig)", + "Multifactor Authentication": "مصادقة متعددة العوامل", + "Near-Field Communication (NFC)": "خاصية الاتصال قريب المدى (NFC)", + "Nested Blockchain": "بلوكتشين متداخل", + "Network": "شبكة", + "Network Congestion": "ازدحام الشبكة", + "NFT": "رمز NFT", + "NFT aggregator": "مُجمِعّ NFT", + "NFT drop": "توزيع NFT", + "Ngrave": "Ngrave", + "node": "عقدة", + "Non-fungible token": "رمز غير قابل للاستبدال", + "nonce": "الرقم التعريفي", + "off-chain": "خارج البلوكتشين", + "ommer block": "كتلة ommer", + "on-chain": "على البلوكتشين", + "on-ramp, off-ramp": "تحويل أصل رقمي إلى عملة عادية، عملة عادية إلى أصل رقمي", + "OpenSea": "OpenSea", + "Opera": "أوبرا", + "Optimism": "Optimism", + "optimistic rollup": "تجميعات Optimistic", + "Oracle": "أوراكل", + "ParaSwap": "ParaSwap", + "parity": "Parity", + "Parity": "Parity", + "Passphrase": "عبارة المرور", + "password manager": "مدير كلمات المرور", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "نظير إلى نظير (P2P)", + "permissioned ledger": "سجل بإذن", + "phishing (noun)": "التصيد الاحتيالي", + "Plasma": "Plasma", + "PoA, PoS, PoW": "PoA, PoS, PoW", + "Polygon": "Polygon", + "Portfolio": "المحفظة", + "PoS/PoW Hybrid": "خوارزمية PoS/PoW هجينة", + "Priority fee": "رسوم الأولوية", + "private blockchain": "بلوكتشين خاص", + "private currency": "عملة خاصة", + "private key": "مفتاح خاص", + "Proof of Authority (PoA)": "خوارزمية إثبات السلطة (PoA)", + "Proof of Stake (PoS)": "خوارزمية إثبات الحصة (PoS)", + "Proof of Work (PoW)": "خوارزمية إثبات العمل (PoW)", + "protocol": "بروتوكول", + "public blockchain": "بلوكتشين عام", + "public key": "مفتاح عام", + "Public-Key Cryptography": "تشفير المفتاح العام", + "Public-Key Infrastructure": "بنية المفتاح العام", + "QR code": "رمز الاستجابة السريعة", + "Quorum": "Quorum", + "Rarible": "Rarible", + "relayer": "ناقل", + "Remote Procedure Call (RPC)": "استدعاء الإجراء البعيد (RPC)", + "Rinkeby": "Rinkeby", + "Roadmap": "خارطة الطريق", + "Rocket Pool": "Rocket Pool", + "rollups": "تجميعات", + "Ropsten": "Ropsten", + "RPC": "استدعاء الإجراء البعيد (RPC)", + "rug pull": "هروب المحتالين", + "Safeheron": "Safeheron", + "Samsung Pay": "Samsung Pay", + "sandbox": "بيئة الاختبار", + "Sardine": "منصة Sardine", + "Satoshi Nakamoto": "ساتوشي ناكاموتو", + "scalability": "قابلية التوسع", + "Scaling": "التوسع", + "Scrypt": "خوارزمية التعدين Scrypt", + "Secret Recovery Phrase": "عبارة الاسترداد السرية", + "Security Token": "توكِنّ ورقة مالية", + "Security Token Offering (STO)": "عرض توكِنّ الورقة المالية (STO)", + "seed phrase": "العبارة الأولية", + "self-custody (noun)": "الحفظ الذاتي", + "self-executing": "ذاتي التنفيذ", + "Sepolia": "Sepolia", + "Serenity": "ترقية Serenity", + "serialization": "عملية التسلسل", + "Shard chain": "سلسلة مجزأة", + "sharding (noun)": "تجزئة الشبكة", + "Shielded Transaction": "معاملة مُحصنة", + "sidechain": "سلسلة جانبية", + "Signature (Cryptographic)": "التوقيع (تشفير)", + "slashing condition": "شرط الشطب", + "slippage": "الانزلاق السعري", + "slot": "فاصل زمني", + "smart contract": "عقد ذكي", + "snap": "Snap", + "soft fork": "انقسام بسيط (هارد فورك)", + "Software Development Kit (SDK)": "مجموعة تطوير البرمجيات (SDK)", + "Solidity": "لغة البرمجة Solidity", + "stablecoin": "عملة مستقرة", + "staking (noun)": "الربط", + "state": "حالة", + "state channels": "قنوات الحالة", + "Streaming": "تدفق", + "swap (noun)": "مبادلة", + "Swap /MetaSwap": "المبادلة / MetaSwap", + "szabo": "سزابو (szabo)", + "testnet (test network)": "شبكة الاختبار (testnet)", + "Testnet Kovan": "شبكة اختبار Kovan", + "Testnet Rinkeby": "شبكة اختبار Rinkeby", + "Testnet Ropsten": "شبكة اختبار Ropsten", + "token": "توكِنّ", + "token lockup": "احتجاز التوكِنّ", + "Token standard": "معيار التوكِنّ", + "Total Value Locked (TVL)": "إجمالي القيمة المحتجزة (TVL)", + "Transaction": "المعاملة", + "transaction block": "كتلة المعاملة", + "transaction fee": "رسوم المعاملة", + "transaction ID": "مُعرفّ المعاملة", + "transaction pool": "تجمع المعاملات", + "Transak": "Transak", + "Trezor": "محفظة Trezor", + "Truffle": "بيئة التطوير Truffle", + "trustless": "لا يتطلب ثقة", + "Turing-complete": "تورنج كاملة", + "Two-Factor Authentication (2FA)": "المصادقة الثنائية (2FA)", + "TXID": "مُعرفّ المعاملة (TXID)", + "U2F": "المعامل الثاني الشامل (U2F)", + "Uniswap": "Uniswap", + "unspent transaction output (UTXO)": "ناتج المعاملات غير المُنفقة (UTXO)", + "upgrade": "ترقية", + "UTXO": "ناتج المعاملات غير المُنفقة (UTXO)", + "validator": "المُدققّ", + "validity proof": "إثبات الصلاحية", + "Validium": "Validium", + "Vault Decryptor": "Vault Decryptor", + "Vesting": "استحقاق", + "wallet": "محفظة", + "WalletConnect": "بروتوكول WalletConnect", + "web3, Web 3.0": "ويب 3، ويب 3.0", + "WebHID": "WebHID", + "WebSocket": "بروتوكول WebSocket", + "Wei": "وي (Wei)", + "Whitepaper": "الورقة التعريفية", + "Wrapping": "تغليف التوكِنّ", + "Wyre": "Wyre", + "yield farming": "تحصيل العائد", + "yield-bearing tokens": "التوكنات حاملة العائد", + "zero address": "العنوان صفر", + "Zero-knowledge proof": "إثبات المعرفة الصفرية", + "Zero-knowledge rollup": "تجميع المعرفة الصفرية", + "zk-SNARKs": "zk-SNARKs" +} diff --git a/src/i18n/locales/src/i18n/locales/de/translation.json b/src/i18n/locales/src/i18n/locales/de/translation.json new file mode 100644 index 0000000..4a75a4e --- /dev/null +++ b/src/i18n/locales/src/i18n/locales/de/translation.json @@ -0,0 +1,396 @@ +{ + "0x API": "0x API", + "1inch": "1inch", + "3Box Labs": "3Box Labs", + "51% Attack": "51% Attack", + "Aave": "Aave", + "Account": "Konto", + "ACH transfer": "ACH-Überweisung", + "address; public address; account address": "Adresse/„öffentliche Adresse“ (Wallet-Adresse)", + "Advanced": "Erweitert", + "aggregator": "Aggregator", + "Aggressive": "Aggressiv", + "Agoric": "Agoric", + "air-gapping": "Air-Gapping", + "airdrop": "Airdrop", + "airdrop (noun)": "Airdrop", + "AirGap Vault": "AirGap Vault", + "AirSwap": "AirSwap", + "algorithm": "Algorithmus", + "altcoin": "Altcoin", + "AML (Anti-Money Laundering)": "AML (Geldwäschebekämpfung)", + "API": "API", + "API (Application Programming Interface)": "API (Anwendungsprogrammierschnittstelle)", + "AppChain": "AppChain", + "Apple Pay": "Apple Pay", + "Arbitrum": "Arbitrum", + "ASIC (Application Specific Integrated Circuit)": "ASIC (Anwendungsspezifische integrierte Schaltung)", + "asset provenance": "Herkunft des Assets", + "attestation": "Bestätigung", + "Avalanche": "Avalanche", + "Axie Infinity": "Axie Infinity", + "Base fee": "Grundgebühr", + "Beacon Chain": "Beacon Chain", + "Binance": "Binance", + "Bitcoin / bitcoin (BTC)": "Bitcoin / Bitcoin (BTC)", + "block (noun)": "Block", + "block explorer": "Block-Explorer", + "block height": "Blockhöhe", + "block reward": "Blockbelohnung", + "block time": "Blockzeit", + "blockchain": "Blockchain", + "Blockchain explorer": "Blockchain-Explorer", + "blockchain trilemma": "Blockchain-Trilemma", + "BNB Chain": "BNB Chain", + "bounty / bug bounty": "Belohnung / Fehlerbelohnung", + "brain wallet": "Brain-Wallet", + "Brave": "Brave", + "Bridge": "Bridge", + "BTC": "BTC", + "BUIDL": "BUIDL", + "bytecode": "Bytecode", + "Byzantine fault tolerance": "Byzantine-Fehlertoleranz", + "Byzantium fork": "Byzantium-Fork", + "Celo": "Celo", + "Centralized exchange (CEX)": "Zentralisierte Börse (CEX)", + "CEX": "CEX", + "chain ID": "Chain-ID", + "Chrome": "Chrome", + "client (Ethereum or other compatible blockchain)": "Kunde (Ethereum oder eine andere kompatible Blockchain)", + "Codefi": "Codefi", + "coin": "Coin", + "Coinbase Pay": "Coinbase Pay", + "cold storage": "Cold Storage", + "cold wallet / cold storage": "Cold Wallet / Cold Storage", + "Community Platform": "Community-Plattform", + "Compiling": "Kompilierung", + "Compound": "Compound", + "confirmation": "Bestätigung", + "consensus": "Konsens", + "Consensus client": "Konsens-Client", + "Consensus layer": "Konsens-Layer", + "Consensus mechanism": "Konsens-Mechanismus", + "Consensys": "Consensys", + "Constantinople fork": "Constantinople-Fork", + "contract": "Contract", + "Contract account": "Vertragskonto", + "CoolWallet": "CoolWallet", + "crypto asset": "Krypto-Asset", + "crypto bounties": "Krypto-Belohnungen", + "crypto fund": "Krypto-Fond", + "crypto wallet": "Krypto-Wallet", + "crypto-": "Krypto-", + "crypto-compliance": "Krypto-Compliance", + "cryptoassets": "Krypto-Assets", + "cryptocurrency": "Kryptowährung", + "cryptoeconomics": "Kryptoökonomie", + "cryptography": "Kryptographie", + "Curve": "Curve", + "custody (noun)": "Verwahrung", + "D'CENT": "D'CENT", + "DAI": "DAI", + "DAO": "DAO", + "dapp": "dApp", + "decentralization": "Dezentralisierung", + "decentralized application": "Dezentralisierte Anwendung", + "Decentralized Autonomous Organization (DAO)": "Dezentralisierte autonome Organisation (DAO)", + "decentralized exchange (DEX)": "Dezentralisierte Börse (DEX)", + "decentralized finance": "Dezentralisierte Finanzen", + "decentralized web": "Dezentralisiertes Web", + "deposit": "Einzahlung", + "derive / derivation": "Ableiten / Ableitung", + "dev": "Entwickler", + "Devcon": "Devcon", + "Developer": "Entwickler", + "DEX": "DEX", + "difficulty": "Schwierigkeit", + "difficulty bomb": "Schwierigkeitsbombe", + "digital asset": "Digitales Asset", + "digital identity": "Digitale Identität", + "Digital signature": "Digitale Signatur", + "Distributed Denial of Service (DDoS) Attack": "Distributed Denial of Service (DDoS) Angriff", + "distributed ledger": "Distributed Ledger", + "Distributed Ledger Technology": "Distributed-Ledger-Technologie", + "DLT": "DLT", + "double spend": "Doppelte Ausgaben", + "ecosystem": "Ökosystem", + "Edge": "Edge", + "EIP-1559": "EIP-1559", + "encrypted vs unencrypted keys": "Verschlüsselte vs. unverschlüsselte Schlüssel", + "encryption": "Verschlüsselung", + "ENS": "ENS", + "Enterprise Ethereum Alliance (EEA)": "Enterprise Ethereum Alliance (EEA)", + "entropy": "Entropie", + "epoch": "Epoche", + "ERC": "ERC", + "ERC-1155": "ERC-1155", + "ERC-20 Token Standard": "ERC-20 Token-Standard", + "ERC-721": "ERC-721", + "ERC-721 Token Standard": "ERC-721 Token-Standard", + "ETH": "ETH", + "ether (denominations)": "Ether (Denominationen)", + "ether (ETH)": "Ether (ETH)", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "Ethereum Improvement Proposal (EIP)", + "Ethereum Name Service (ENS)": "Ethereum Name Service (ENS)", + "Ethereum Public Address": "Öffentliche Ethereum-Adresse", + "Ethereum Virtual Machine (EVM)": "Ethereum Virtual Machine (EVM)", + "Etherscan": "Etherscan", + "EVM": "EVM", + "exchange": "Börse", + "Execution client": "Ausführungs-Client", + "Execution layer": "Ausführungs-Layer", + "Extended Private Key (XPRIV)": "Erweiterter privater Schlüssel (XPRIV)", + "Extended Public Key (XPUB)": "Erweiterter öffentlicher Schlüssel (XPUB)", + "Extension": "Erweiterung", + "Fantom": "Fantom", + "faucet": "Faucet", + "fiat currency": "Fiat-Währung", + "final, finality": "final, Finality", + "Finality Rate": "Finality Rate", + "financial technology (FinTech)": "Finanztechnologie (FinTech)", + "finney": "Finney", + "Firefox": "Firefox", + "Firewall": "Firewall", + "Flask": "Flask", + "fork": "Fork", + "Fractional Ownership": "Fractional Ownership", + "Fraud proof": "Betrugssicher", + "full node": "Full Node", + "Ganache": "Ganache", + "gas": "Gas", + "gas fee": "Gas-Gebühr", + "gas limit": "Gas-Limit", + "gas price": "Gas-Preis", + "Gas Station Network": "Gas Station Network", + "genesis block": "Genesis Block", + "Gigawei": "Gigawei", + "Gitcoin": "Gitcoin", + "GitHub": "GitHub", + "Goerli": "Goerli", + "Governance": "Governance", + "GSN": "GSN", + "gwei": "Gwei", + "halving": "Halbierung", + "hard fork": "Hard Fork", + "hardware wallet": "Hardware-Wallet", + "hash (noun)": "Hash", + "hexadecimal; 'hex data'": "hexadezimal; ‚Hex-Daten‘", + "Hierarchical Deterministic (HD) wallet": "Hierarchisch-deterministisches (HD) Wallet", + "hot storage": "Hot Storage", + "hot wallet": "Hot Wallet", + "Hybrid Network": "Hybrides Netzwerk", + "Hyperledger": "Hyperledger", + "ICO": "ICO", + "Identicon / AddressIdenticon / AddressIcon": "Identicon / AddressIdenticon / AddressIcon", + "immutability": "Unveränderlichkeit", + "Infura": "Infura", + "Initial Public Offering (IPO)": "Börsengang (IPO)", + "Insider Trading": "Insiderhandel", + "Inter-Blockchain Communication (IBC) Protocol": "Inter-Blockchain-Kommunikationsprotokoll (IBC)", + "internal transaction": "Interne Transaktion", + "Interoperability": "Interoperabilität", + "InterPlanetary File System (IPFS)": "InterPlanetary-Dateisystem (IPFS)", + "IP address": "IP-Adresse", + "JSON file": "JSON-Datei", + "JSON-RPC": "JSON-RPC", + "keystore file": "Keystore-Datei", + "Know Your Customer (KYC)": "Know Your Customer (KYC)", + "Know Your Transaction": "Know Your Transaction", + "Kovan": "Kovan", + "KYC": "KYC", + "KYT": "KYT", + "Latency": "Latenz", + "Lattice1": "Lattice1", + "Launchpad": "Launchpad", + "Layer 0": "Layer 0", + "Layer 1": "Layer 1", + "Layer 2": "Layer 2", + "Learn; MetaMask Learn": "Learn; MetaMask Learn", + "Ledger": "Ledger", + "Ledger Live App": "Ledger Live App", + "Library": "Bibliothek", + "Lido": "Lido", + "light client": "Light Client", + "Lightning Network": "Lightning Network", + "Liquid Democracy (Delegative Democracy)": "Liquid Democracy (Delegative Democracy)", + "Liquidation": "Liquidation", + "liquidity": "Liquidität", + "liquidity pool": "Liquiditätspool", + "liquidity staking": "Liquiditätsstaking", + "Low": "Niedrig", + "mainnet": "Mainnet", + "Maker Protocol": "Maker Protocol", + "Malware": "Malware", + "market cap": "Marktkapitalisierung", + "Maximal Extractable Value (MEV)": "Maximaler extrahierbarer Wert (MEV)", + "Maximum Priority Fee": "Maximale Prioritätsgebühr", + "memory pool; mempool": "Memory Pool; Mempool", + "Merge (noun)": "Merge", + "Merkle Patricia trie": "Merkle Patricia-Trie", + "Mesh": "Mesh", + "Metadata": "Metadaten", + "MetaMask": "MetaMask", + "MetaMask Bridge": "MetaMask Bridge", + "MetaMask Community Platform": "MetaMask Community-Plattform", + "MetaMask Extension": "MetaMask-Erweiterung", + "MetaMask Flask": "MetaMask Flask", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "MetaMask Learn", + "MetaMask SDK": "MetaMask SDK", + "MetaMask Snaps": "Snaps (MetaMask Snaps)", + "MetaMetrics": "MetaMetrics", + "metaverse": "Metaverse", + "miner tip": "Miner Tip", + "mining": "Mining", + "Mint": "Prägung", + "mnemonic phrase": "Mnemonische Phrase", + "MobiKwik": "MobiKwik", + "modular blockchain": "Modulare Blockchain", + "MoonPay": "MoonPay", + "multi-sig": "Multi-Sig", + "multi-signature wallet (multisig)": "Multi-Signatur-Wallet (Multi-Sig)", + "Multifactor Authentication": "Multifaktor-Authentifizierung", + "Near-Field Communication (NFC)": "Near Field Communication (NFC)", + "Nested Blockchain": "Verschachtelte Blockchain", + "Network": "Netzwerk", + "Network Congestion": "Netzwerküberlastung", + "NFT": "NFT", + "NFT aggregator": "NFT-Aggregator", + "NFT drop": "NFT-Drop", + "Ngrave": "Ngrave", + "node": "Node", + "Non-fungible token": "Non-Fungible token", + "nonce": "Nonce", + "off-chain": "Off-Chain", + "ommer block": "Ommer Block", + "on-chain": "On-Chain", + "on-ramp, off-ramp": "On-Ramp, Off-Ramp", + "OpenSea": "OpenSea", + "Opera": "Opera", + "Optimism": "Optimism", + "optimistic rollup": "Optimistischer Rollup", + "Oracle": "Oracle", + "ParaSwap": "ParaSwap", + "parity": "Parität", + "Parity": "Parity", + "Passphrase": "Passphrase", + "password manager": "Passwortmanager", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "Peer-to-Peer (P2P)", + "permissioned ledger": "Permissioned Blockchain", + "phishing (noun)": "Phishing", + "Plasma": "Plasma", + "PoA, PoS, PoW": "PoA, PoS, PoW", + "Polygon": "Polygon", + "Portfolio": "Portfolio", + "PoS/PoW Hybrid": "PoS / PoW Hybrid", + "Priority fee": "Prioritätsgebühr", + "private blockchain": "Private Blockchain", + "private currency": "Private Währung", + "private key": "Privater Schlüssel", + "Proof of Authority (PoA)": "Proof of Authority (PoA)", + "Proof of Stake (PoS)": "Proof of Stake (PoS)", + "Proof of Work (PoW)": "Proof of Work (PoW)", + "protocol": "Protokoll", + "public blockchain": "Öffentliche Blockchain", + "public key": "Öffentlicher Schlüssel", + "Public-Key Cryptography": "Public-Key-Kryptographie", + "Public-Key Infrastructure": "Public-Key-Infrastruktur", + "QR code": "QR-Code", + "Quorum": "Quorum", + "Rarible": "Rarible", + "relayer": "Relayer", + "Remote Procedure Call (RPC)": "Remote Procedure Call (RPC)", + "Rinkeby": "Rinkeby", + "Roadmap": "Roadmap", + "Rocket Pool": "Rocket Pool", + "rollups": "Rollups", + "Ropsten": "Ropsten", + "RPC": "RPC", + "rug pull": "Rug Pull", + "Safeheron": "Safeheron", + "Samsung Pay": "Samsung Pay", + "sandbox": "Sandbox", + "Sardine": "Sardine", + "Satoshi Nakamoto": "Satoshi Nakamoto", + "scalability": "Skalierbarkeit", + "Scaling": "Skalieren", + "Scrypt": "Scrypt", + "Secret Recovery Phrase": "Geheime Wiederherstellungsphrase", + "Security Token": "Security Token", + "Security Token Offering (STO)": "Security-Token-Offering (STO)", + "seed phrase": "Seed-Phrase", + "self-custody (noun)": "Selbstverwahrung", + "self-executing": "selbstausführend", + "Sepolia": "Sepolia", + "Serenity": "Serenity", + "serialization": "Serialisierung", + "Shard chain": "Shard Chain", + "sharding (noun)": "Sharding", + "Shielded Transaction": "Abgeschirmte Transaktion", + "sidechain": "Sidechain", + "Signature (Cryptographic)": "Signatur (kryptografisch)", + "slashing condition": "Slashing-Bedingung", + "slippage": "Slippage", + "slot": "Slot", + "smart contract": "Smart Contract", + "snap": "Snap", + "soft fork": "Soft Fork", + "Software Development Kit (SDK)": "Software Development Kit (SDK)", + "Solidity": "Solidity", + "stablecoin": "Stablecoin", + "staking (noun)": "Staking", + "state": "Status", + "state channels": "Statuskanäle", + "Streaming": "Streaming", + "swap (noun)": "Swap", + "Swap /MetaSwap": "Swap/MetaSwap", + "szabo": "Szabo", + "testnet (test network)": "Testnet (Testnetzwerk)", + "Testnet Kovan": "Testnet Kovan", + "Testnet Rinkeby": "Testnet Rinkeby", + "Testnet Ropsten": "Testnet Ropsten", + "token": "Token", + "token lockup": "Token-Lockup", + "Token standard": "Token-Standard", + "Total Value Locked (TVL)": "Total Value Locked (TVL)", + "Transaction": "Transaktion", + "transaction block": "Transaktionssperre", + "transaction fee": "Transaktionsgebühr", + "transaction ID": "Transaktions-ID", + "transaction pool": "Transaktionspool", + "Transak": "Transak", + "Trezor": "Trezor", + "Truffle": "Truffle", + "trustless": "Vertrauenslos", + "Turing-complete": "Turing-Complete", + "Two-Factor Authentication (2FA)": "Zwei-Faktor-Authentifizierung (2FA)", + "TXID": "TXID", + "U2F": "U2F", + "Uniswap": "Uniswap", + "unspent transaction output (UTXO)": "Uneingelöster Transaktions-Output (UTXO)", + "upgrade": "Upgrade", + "UTXO": "UTXO", + "validator": "Validator", + "validity proof": "Gültigkeitsnachweis", + "Validium": "Validium", + "Vault Decryptor": "Vault Decryptor", + "Vesting": "Vesting", + "wallet": "Wallet (die)", + "WalletConnect": "WalletConnect", + "web3, Web 3.0": "Web3, Web 3.0", + "WebHID": "WebHID", + "WebSocket": "WebSocket", + "Wei": "Wei", + "Whitepaper": "Whitepaper", + "Wrapping": "Wrapping", + "Wyre": "Wyre", + "yield farming": "Yield Farming", + "yield-bearing tokens": "Ertragsbringende Token", + "zero address": "Null-Adresse", + "Zero-knowledge proof": "Null-Wissen-Beweis", + "Zero-knowledge rollup": "Null-Wissen-Rollup", + "zk-SNARKs": "zk-SNARKs" +} diff --git a/src/i18n/locales/src/i18n/locales/en/translation.json b/src/i18n/locales/src/i18n/locales/en/translation.json new file mode 100644 index 0000000..a6d11d4 --- /dev/null +++ b/src/i18n/locales/src/i18n/locales/en/translation.json @@ -0,0 +1,396 @@ +{ + "0x API": "0x API", + "1inch": "1inch", + "3Box Labs": "3Box Labs", + "51% Attack": "51% Attack", + "Aave": "Aave", + "Account": "Account", + "ACH transfer": "ACH transfer", + "address; public address; account address": "address; public address; account address", + "Advanced": "Advanced", + "aggregator": "aggregator", + "Aggressive": "Aggressive", + "Agoric": "Agoric", + "air-gapping": "air-gapping", + "airdrop": "airdrop", + "airdrop (noun)": "airdrop (noun)", + "AirGap Vault": "AirGap Vault", + "AirSwap": "AirSwap", + "algorithm": "algorithm", + "altcoin": "altcoin", + "AML (Anti-Money Laundering)": "AML (Anti-Money Laundering)", + "API": "API", + "API (Application Programming Interface)": "API (Application Programming Interface)", + "AppChain": "AppChain", + "Apple Pay": "Apple Pay", + "Arbitrum": "Arbitrum", + "ASIC (Application Specific Integrated Circuit)": "ASIC (Application Specific Integrated Circuit)", + "asset provenance": "asset provenance", + "attestation": "attestation", + "Avalanche": "Avalanche", + "Axie Infinity": "Axie Infinity", + "Base fee": "Base fee", + "Beacon Chain": "Beacon Chain", + "Binance": "Binance", + "Bitcoin / bitcoin (BTC)": "Bitcoin / bitcoin (BTC)", + "block (noun)": "block (noun)", + "block explorer": "block explorer", + "block height": "block height", + "block reward": "block reward", + "block time": "block time", + "blockchain": "blockchain", + "Blockchain explorer": "Blockchain explorer", + "blockchain trilemma": "blockchain trilemma", + "BNB Chain": "BNB Chain", + "bounty / bug bounty": "bounty / bug bounty", + "brain wallet": "brain wallet", + "Brave": "Brave", + "Bridge": "Bridge", + "BTC": "BTC", + "BUIDL": "BUIDL", + "bytecode": "bytecode", + "Byzantine fault tolerance": "Byzantine fault tolerance", + "Byzantium fork": "Byzantium fork", + "Celo": "Celo", + "Centralized exchange (CEX)": "Centralized exchange (CEX)", + "CEX": "CEX", + "chain ID": "chain ID", + "Chrome": "Chrome", + "client (Ethereum or other compatible blockchain)": "client (Ethereum or other compatible blockchain)", + "Codefi": "Codefi", + "coin": "coin", + "Coinbase Pay": "Coinbase Pay", + "cold storage": "cold storage", + "cold wallet / cold storage": "cold wallet / cold storage", + "Community Platform": "Community Platform", + "Compiling": "Compiling", + "Compound": "Compound", + "confirmation": "confirmation", + "consensus": "consensus", + "Consensus client": "Consensus client", + "Consensus layer": "Consensus layer", + "Consensus mechanism": "Consensus mechanism", + "Consensys": "Consensys", + "Constantinople fork": "Constantinople fork", + "contract": "contract", + "Contract account": "Contract account", + "CoolWallet": "CoolWallet", + "crypto asset": "crypto asset", + "crypto bounties": "crypto bounties", + "crypto fund": "crypto fund", + "crypto wallet": "crypto wallet", + "crypto-": "crypto-", + "crypto-compliance": "crypto-compliance", + "cryptoassets": "cryptoassets", + "cryptocurrency": "cryptocurrency", + "cryptoeconomics": "cryptoeconomics", + "cryptography": "cryptography", + "Curve": "Curve", + "custody (noun)": "custody (noun)", + "D'CENT": "D'CENT", + "DAI": "DAI", + "DAO": "DAO", + "dapp": "dapp", + "decentralization": "decentralization", + "decentralized application": "decentralized application", + "Decentralized Autonomous Organization (DAO)": "Decentralized Autonomous Organization (DAO)", + "decentralized exchange (DEX)": "decentralized exchange (DEX)", + "decentralized finance": "decentralized finance", + "decentralized web": "decentralized web", + "deposit": "deposit", + "derive / derivation": "derive / derivation", + "dev": "dev", + "Devcon": "Devcon", + "Developer": "Developer", + "DEX": "DEX", + "difficulty": "difficulty", + "difficulty bomb": "difficulty bomb", + "digital asset": "digital asset", + "digital identity": "digital identity", + "Digital signature": "Digital signature", + "Distributed Denial of Service (DDoS) Attack": "Distributed Denial of Service (DDoS) Attack", + "distributed ledger": "distributed ledger", + "Distributed Ledger Technology": "Distributed Ledger Technology", + "DLT": "DLT", + "double spend": "double spend", + "ecosystem": "ecosystem", + "Edge": "Edge", + "EIP-1559": "EIP-1559", + "encrypted vs unencrypted keys": "encrypted vs unencrypted keys", + "encryption": "encryption", + "ENS": "ENS", + "Enterprise Ethereum Alliance (EEA)": "Enterprise Ethereum Alliance (EEA)", + "entropy": "entropy", + "epoch": "epoch", + "ERC": "ERC", + "ERC-1155": "ERC-1155", + "ERC-20 Token Standard": "ERC-20 Token Standard", + "ERC-721": "ERC-721", + "ERC-721 Token Standard": "ERC-721 Token Standard", + "ETH": "ETH", + "ether (denominations)": "ether (denominations)", + "ether (ETH)": "ether (ETH)", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "Ethereum Improvement Proposal (EIP)", + "Ethereum Name Service (ENS)": "Ethereum Name Service (ENS)", + "Ethereum Public Address": "Ethereum Public Address", + "Ethereum Virtual Machine (EVM)": "Ethereum Virtual Machine (EVM)", + "Etherscan": "Etherscan", + "EVM": "EVM", + "exchange": "exchange", + "Execution client": "Execution client", + "Execution layer": "Execution layer", + "Extended Private Key (XPRIV)": "Extended Private Key (XPRIV)", + "Extended Public Key (XPUB)": "Extended Public Key (XPUB)", + "Extension": "Extension", + "Fantom": "Fantom", + "faucet": "faucet", + "fiat currency": "fiat currency", + "final, finality": "final, finality", + "Finality Rate": "Finality Rate", + "financial technology (FinTech)": "financial technology (FinTech)", + "finney": "finney", + "Firefox": "Firefox", + "Firewall": "Firewall", + "Flask": "Flask", + "fork": "fork", + "Fractional Ownership": "Fractional Ownership", + "Fraud proof": "Fraud proof", + "full node": "full node", + "Ganache": "Ganache", + "gas": "gas", + "gas fee": "gas fee", + "gas limit": "gas limit", + "gas price": "gas price", + "Gas Station Network": "Gas Station Network", + "genesis block": "genesis block", + "Gigawei": "Gigawei", + "Gitcoin": "Gitcoin", + "GitHub": "GitHub", + "Goerli": "Goerli", + "Governance": "Governance", + "GSN": "GSN", + "gwei": "gwei", + "halving": "halving", + "hard fork": "hard fork", + "hardware wallet": "hardware wallet", + "hash (noun)": "hash (noun)", + "hexadecimal; 'hex data'": "hexadecimal; 'hex data'", + "Hierarchical Deterministic (HD) wallet": "Hierarchical Deterministic (HD) wallet", + "hot storage": "hot storage", + "hot wallet": "hot wallet", + "Hybrid Network": "Hybrid Network", + "Hyperledger": "Hyperledger", + "ICO": "ICO", + "Identicon / AddressIdenticon / AddressIcon": "Identicon / AddressIdenticon / AddressIcon", + "immutability": "immutability", + "Infura": "Infura", + "Initial Public Offering (IPO)": "Initial Public Offering (IPO)", + "Insider Trading": "Insider Trading", + "Inter-Blockchain Communication (IBC) Protocol": "Inter-Blockchain Communication (IBC) Protocol", + "internal transaction": "internal transaction", + "Interoperability": "Interoperability", + "InterPlanetary File System (IPFS)": "InterPlanetary File System (IPFS)", + "IP address": "IP address", + "JSON file": "JSON file", + "JSON-RPC": "JSON-RPC", + "keystore file": "keystore file", + "Know Your Customer (KYC)": "Know Your Customer (KYC)", + "Know Your Transaction": "Know Your Transaction", + "Kovan": "Kovan", + "KYC": "KYC", + "KYT": "KYT", + "Latency": "Latency", + "Lattice1": "Lattice1", + "Launchpad": "Launchpad", + "Layer 0": "Layer 0", + "Layer 1": "Layer 1", + "Layer 2": "Layer 2", + "Learn; MetaMask Learn": "Learn; MetaMask Learn", + "Ledger": "Ledger", + "Ledger Live App": "Ledger Live App", + "Library": "Library", + "Lido": "Lido", + "light client": "light client", + "Lightning Network": "Lightning Network", + "Liquid Democracy (Delegative Democracy)": "Liquid Democracy (Delegative Democracy)", + "Liquidation": "Liquidation", + "liquidity": "liquidity", + "liquidity pool": "liquidity pool", + "liquidity staking": "liquidity staking", + "Low": "Low", + "mainnet": "mainnet", + "Maker Protocol": "Maker Protocol", + "Malware": "Malware", + "market cap": "market cap", + "Maximal Extractable Value (MEV)": "Maximal Extractable Value (MEV)", + "Maximum Priority Fee": "Maximum Priority Fee", + "memory pool; mempool": "memory pool; mempool", + "Merge (noun)": "Merge (noun)", + "Merkle Patricia trie": "Merkle Patricia trie", + "Mesh": "Mesh", + "Metadata": "Metadata", + "MetaMask": "MetaMask", + "MetaMask Bridge": "MetaMask Bridge", + "MetaMask Community Platform": "MetaMask Community Platform", + "MetaMask Extension": "MetaMask Extension", + "MetaMask Flask": "MetaMask Flask", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "MetaMask Learn", + "MetaMask SDK": "MetaMask SDK", + "MetaMask Snaps": "MetaMask Snaps", + "MetaMetrics": "MetaMetrics", + "metaverse": "metaverse", + "miner tip": "miner tip", + "mining": "mining", + "Mint": "Mint", + "mnemonic phrase": "mnemonic phrase", + "MobiKwik": "MobiKwik", + "modular blockchain": "modular blockchain", + "MoonPay": "MoonPay", + "multi-sig": "multi-sig", + "multi-signature wallet (multisig)": "multi-signature wallet (multisig)", + "Multifactor Authentication": "Multifactor Authentication", + "Near-Field Communication (NFC)": "Near-Field Communication (NFC)", + "Nested Blockchain": "Nested Blockchain", + "Network": "Network", + "Network Congestion": "Network Congestion", + "NFT": "NFT", + "NFT aggregator": "NFT aggregator", + "NFT drop": "NFT drop", + "Ngrave": "Ngrave", + "node": "node", + "Non-fungible token": "Non-fungible token", + "nonce": "nonce", + "off-chain": "off-chain", + "ommer block": "ommer block", + "on-chain": "on-chain", + "on-ramp, off-ramp": "on-ramp, off-ramp", + "OpenSea": "OpenSea", + "Opera": "Opera", + "Optimism": "Optimism", + "optimistic rollup": "optimistic rollup", + "Oracle": "Oracle", + "ParaSwap": "ParaSwap", + "parity": "parity", + "Parity": "Parity", + "Passphrase": "Passphrase", + "password manager": "password manager", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "peer-to-peer (P2P)", + "permissioned ledger": "permissioned ledger", + "phishing (noun)": "phishing (noun)", + "Plasma": "Plasma", + "PoA, PoS, PoW": "PoA, PoS, PoW", + "Polygon": "Polygon", + "Portfolio": "Portfolio", + "PoS/PoW Hybrid": "PoS/PoW Hybrid", + "Priority fee": "Priority fee", + "private blockchain": "private blockchain", + "private currency": "private currency", + "private key": "private key", + "Proof of Authority (PoA)": "Proof of Authority (PoA)", + "Proof of Stake (PoS)": "Proof of Stake (PoS)", + "Proof of Work (PoW)": "Proof of Work (PoW)", + "protocol": "protocol", + "public blockchain": "public blockchain", + "public key": "public key", + "Public-Key Cryptography": "Public-Key Cryptography", + "Public-Key Infrastructure": "Public-Key Infrastructure", + "QR code": "QR code", + "Quorum": "Quorum", + "Rarible": "Rarible", + "relayer": "relayer", + "Remote Procedure Call (RPC)": "Remote Procedure Call (RPC)", + "Rinkeby": "Rinkeby", + "Roadmap": "Roadmap", + "Rocket Pool": "Rocket Pool", + "rollups": "rollups", + "Ropsten": "Ropsten", + "RPC": "RPC", + "rug pull": "rug pull", + "Safeheron": "Safeheron", + "Samsung Pay": "Samsung Pay", + "sandbox": "sandbox", + "Sardine": "Sardine", + "Satoshi Nakamoto": "Satoshi Nakamoto", + "scalability": "scalability", + "Scaling": "Scaling", + "Scrypt": "Scrypt", + "Secret Recovery Phrase": "Secret Recovery Phrase", + "Security Token": "Security Token", + "Security Token Offering (STO)": "Security Token Offering (STO)", + "seed phrase": "seed phrase", + "self-custody (noun)": "self-custody (noun)", + "self-executing": "self-executing", + "Sepolia": "Sepolia", + "Serenity": "Serenity", + "serialization": "serialization", + "Shard chain": "Shard chain", + "sharding (noun)": "sharding (noun)", + "Shielded Transaction": "Shielded Transaction", + "sidechain": "sidechain", + "Signature (Cryptographic)": "Signature (Cryptographic)", + "slashing condition": "slashing condition", + "slippage": "slippage", + "slot": "slot", + "smart contract": "smart contract", + "snap": "snap", + "soft fork": "soft fork", + "Software Development Kit (SDK)": "Software Development Kit (SDK)", + "Solidity": "Solidity", + "stablecoin": "stablecoin", + "staking (noun)": "staking (noun)", + "state": "state", + "state channels": "state channels", + "Streaming": "Streaming", + "swap (noun)": "swap (noun)", + "Swap /MetaSwap": "Swap /MetaSwap", + "szabo": "szabo", + "testnet (test network)": "testnet (test network)", + "Testnet Kovan": "Testnet Kovan", + "Testnet Rinkeby": "Testnet Rinkeby", + "Testnet Ropsten": "Testnet Ropsten", + "token": "token", + "token lockup": "token lockup", + "Token standard": "Token standard", + "Total Value Locked (TVL)": "Total Value Locked (TVL)", + "Transaction": "Transaction", + "transaction block": "transaction block", + "transaction fee": "transaction fee", + "transaction ID": "transaction ID", + "transaction pool": "transaction pool", + "Transak": "Transak", + "Trezor": "Trezor", + "Truffle": "Truffle", + "trustless": "trustless", + "Turing-complete": "Turing-complete", + "Two-Factor Authentication (2FA)": "Two-Factor Authentication (2FA)", + "TXID": "TXID", + "U2F": "U2F", + "Uniswap": "Uniswap", + "unspent transaction output (UTXO)": "unspent transaction output (UTXO)", + "upgrade": "upgrade", + "UTXO": "UTXO", + "validator": "validator", + "validity proof": "validity proof", + "Validium": "Validium", + "Vault Decryptor": "Vault Decryptor", + "Vesting": "Vesting", + "wallet": "wallet", + "WalletConnect": "WalletConnect", + "web3, Web 3.0": "web3, Web 3.0", + "WebHID": "WebHID", + "WebSocket": "WebSocket", + "Wei": "Wei", + "Whitepaper": "Whitepaper", + "Wrapping": "Wrapping", + "Wyre": "Wyre", + "yield farming": "yield farming", + "yield-bearing tokens": "yield-bearing tokens", + "zero address": "zero address", + "Zero-knowledge proof": "Zero-knowledge proof", + "Zero-knowledge rollup": "Zero-knowledge rollup", + "zk-SNARKs": "zk-SNARKs" +} diff --git a/src/i18n/locales/spanish/translation.json b/src/i18n/locales/src/i18n/locales/es/translation.json similarity index 99% rename from src/i18n/locales/spanish/translation.json rename to src/i18n/locales/src/i18n/locales/es/translation.json index e61e8c1..d96b7e0 100644 --- a/src/i18n/locales/spanish/translation.json +++ b/src/i18n/locales/src/i18n/locales/es/translation.json @@ -393,4 +393,4 @@ "Zero-knowledge proof": "prueba de conocimiento cero", "Zero-knowledge rollup": "rollup de conocimiento cero", "zk-SNARKs": "zk-SNARKs" -} \ No newline at end of file +} diff --git a/src/i18n/locales/src/i18n/locales/fr/translation.json b/src/i18n/locales/src/i18n/locales/fr/translation.json new file mode 100644 index 0000000..d778f82 --- /dev/null +++ b/src/i18n/locales/src/i18n/locales/fr/translation.json @@ -0,0 +1,396 @@ +{ + "0x API": "0x API", + "1inch": "1inch", + "3Box Labs": "3Box Labs", + "51% Attack": "Attaque des 51 %", + "Aave": "Aave", + "Account": "Compte", + "ACH transfer": "Transfert ACH", + "address; public address; account address": "adresse/ « adresse publique » (adresse du portefeuille)", + "Advanced": "Avancé", + "aggregator": "agrégateur", + "Aggressive": "Agressif", + "Agoric": "Agoric", + "air-gapping": "isolation déconnectée", + "airdrop": "airdrop", + "airdrop (noun)": "airdrop (nom)", + "AirGap Vault": "AirGap Vault", + "AirSwap": "AirSwap", + "algorithm": "algorithme", + "altcoin": "altcoin", + "AML (Anti-Money Laundering)": "AML (lutte contre le blanchiment d’argent)", + "API": "API", + "API (Application Programming Interface)": "API (interface de programmation d’application)", + "AppChain": "AppChain", + "Apple Pay": "Apple Pay", + "Arbitrum": "Arbitrum", + "ASIC (Application Specific Integrated Circuit)": "ASIC (circuit intégré spécifique à une application)", + "asset provenance": "Provenance de l’actif", + "attestation": "attestation", + "Avalanche": "Avalanche", + "Axie Infinity": "Axie Infinity", + "Base fee": "Frais de base", + "Beacon Chain": "Chaîne phare", + "Binance": "Binance", + "Bitcoin / bitcoin (BTC)": "Bitcoin / bitcoin (BTC)", + "block (noun)": "Bloc (nom)", + "block explorer": "explorateur de blocs", + "block height": "hauteur de bloc", + "block reward": "récompense de bloc", + "block time": "délai du bloc", + "blockchain": "blockchain/chaîne de blocs", + "Blockchain explorer": "Explorateur de blockchain", + "blockchain trilemma": "Trilemme de la blockchain", + "BNB Chain": "BNB Chain", + "bounty / bug bounty": "prime/prime de bug", + "brain wallet": "portefeuille mnémotechnique", + "Brave": "Brave", + "Bridge": "Passerelle", + "BTC": "BTC", + "BUIDL": "BUIDL (voir nos réalisations)", + "bytecode": "bytecode", + "Byzantine fault tolerance": "Panne byzantine", + "Byzantium fork": "Fork Byzance", + "Celo": "Celo", + "Centralized exchange (CEX)": "Échange centralisé (CEX)", + "CEX": "CEX", + "chain ID": "ID de chaîne", + "Chrome": "Chrome", + "client (Ethereum or other compatible blockchain)": "client (Ethereum ou autre compatible avec la blockchain)", + "Codefi": "Codefi", + "coin": "monnaie/jeton fongible", + "Coinbase Pay": "Coinbase Pay", + "cold storage": "stockage déconnecté", + "cold wallet / cold storage": "portefeuille déconnecté /stockage déconnecté", + "Community Platform": "Plateforme communautaire", + "Compiling": "Compiler", + "Compound": "Compound", + "confirmation": "confirmation", + "consensus": "consensus", + "Consensus client": "client de consensus", + "Consensus layer": "couche de consensus", + "Consensus mechanism": "mécanisme de consensus", + "Consensys": "Consensys", + "Constantinople fork": "Fork Constantinople", + "contract": "contrat", + "Contract account": "compte du contrat", + "CoolWallet": "CoolWallet", + "crypto asset": "cryptoactif", + "crypto bounties": "primes crypto", + "crypto fund": "fonds crypto", + "crypto wallet": "portefeuille crypto", + "crypto-": "crypto-", + "crypto-compliance": "compliance crypto", + "cryptoassets": "cryptoactifs", + "cryptocurrency": "cryptomonnaie", + "cryptoeconomics": "Cryptoéconomie", + "cryptography": "cryptographie", + "Curve": "Curve", + "custody (noun)": "Dépôt (nom)", + "D'CENT": "D’CENT", + "DAI": "DAI", + "DAO": "DAO", + "dapp": "dApp", + "decentralization": "Décentralisation", + "decentralized application": "application décentralisée", + "Decentralized Autonomous Organization (DAO)": "Organisation autonome décentralisée", + "decentralized exchange (DEX)": "Échange décentralisé (DEX)", + "decentralized finance": "finance décentralisée", + "decentralized web": "web décentralisé", + "deposit": "dépôt", + "derive / derivation": "dériver / dérivation", + "dev": "dev.", + "Devcon": "DevCon", + "Developer": "Développeur", + "DEX": "DEX", + "difficulty": "difficulté", + "difficulty bomb": "bombe de difficulté", + "digital asset": "Actif numérique", + "digital identity": "identité numérique", + "Digital signature": "Signature numérique", + "Distributed Denial of Service (DDoS) Attack": "Attaque par déni de service (DDoS)", + "distributed ledger": "registre distribué", + "Distributed Ledger Technology": "Technologie de registre distribué", + "DLT": "DLT", + "double spend": "Double dépense", + "ecosystem": "écosystème", + "Edge": "Edge", + "EIP-1559": "EIP-1559", + "encrypted vs unencrypted keys": "clés chiffrées ou clés déchiffrées", + "encryption": "Chiffrement", + "ENS": "ENS (service de nomination Ethereum)", + "Enterprise Ethereum Alliance (EEA)": "Enterprise Ethereum Alliance (EEA)", + "entropy": "entropie", + "epoch": "epoch", + "ERC": "ERC", + "ERC-1155": "ERC-1155", + "ERC-20 Token Standard": "Norme de jeton ERC-20", + "ERC-721": "ERC-721", + "ERC-721 Token Standard": "Norme de jeton ERC-721", + "ETH": "ETH", + "ether (denominations)": "ether (dénominations)", + "ether (ETH)": "ether (ETH)", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "Propositions d’amélioration d’Ethereum (EIP)", + "Ethereum Name Service (ENS)": "Service de nomination Ethereum (ENS)", + "Ethereum Public Address": "Adresse publique Ethereum", + "Ethereum Virtual Machine (EVM)": "Machine virtuelle Ethereum (EVM)", + "Etherscan": "Etherscan", + "EVM": "EVM", + "exchange": "échange", + "Execution client": "Client d’exécution", + "Execution layer": "Couche d’exécution", + "Extended Private Key (XPRIV)": "Clé privée étendue (XPRIV)", + "Extended Public Key (XPUB)": "Clé publique étendue (XPUB)", + "Extension": "Extension", + "Fantom": "Fantom", + "faucet": "faucet", + "fiat currency": "devise fiat / monnaie fiat", + "final, finality": "finale, finalité", + "Finality Rate": "Taux de finalité", + "financial technology (FinTech)": "technologie financière (FinTech)", + "finney": "finney", + "Firefox": "Firefox", + "Firewall": "Pare-feu", + "Flask": "Flask", + "fork": "fork", + "Fractional Ownership": "Propriété fractionnée", + "Fraud proof": "Preuve de fraude", + "full node": "nœud complet", + "Ganache": "Ganache", + "gas": "gaz", + "gas fee": "frais de gaz", + "gas limit": "limite de gaz", + "gas price": "prix du gaz", + "Gas Station Network": "Gas Station Network", + "genesis block": "bloc initial", + "Gigawei": "Gigawei", + "Gitcoin": "Gitcoin", + "GitHub": "GitHub", + "Goerli": "Goerli", + "Governance": "Gouvernance", + "GSN": "GSN", + "gwei": "gwei", + "halving": "Réduire de moitié", + "hard fork": "fork dur", + "hardware wallet": "portefeuille physique", + "hash (noun)": "hachage (nom)", + "hexadecimal; 'hex data'": "hexadécimal ; « données hexadécimales »", + "Hierarchical Deterministic (HD) wallet": "Portefeuille déterministe hiérarchique (HD)", + "hot storage": "stockage connecté", + "hot wallet": "portefeuille connecté", + "Hybrid Network": "Réseau hybride", + "Hyperledger": "Hyperledger", + "ICO": "offre au public de jetons (ICO)", + "Identicon / AddressIdenticon / AddressIcon": "Identicon / AddressIdenticon / AddressIcon", + "immutability": "immutabilité", + "Infura": "Infura", + "Initial Public Offering (IPO)": "Introduction en bourse (IPO)", + "Insider Trading": "Délit d’initié", + "Inter-Blockchain Communication (IBC) Protocol": "Protocole de communication entre chaînes de blocs (IBC)", + "internal transaction": "transaction interne", + "Interoperability": "Interopérabilité", + "InterPlanetary File System (IPFS)": "InterPlanetary File System (IPFS)", + "IP address": "Adresse IP", + "JSON file": "Fichier JSON", + "JSON-RPC": "JSON-RPC", + "keystore file": "fichier keystore", + "Know Your Customer (KYC)": "Know Your Customer (KYC)", + "Know Your Transaction": "Know Your Transaction", + "Kovan": "Kovan", + "KYC": "KYC", + "KYT": "KYT", + "Latency": "Latence", + "Lattice1": "Lattice1", + "Launchpad": "Launchpad", + "Layer 0": "Couche 0", + "Layer 1": "Couche 1", + "Layer 2": "Couche 2", + "Learn; MetaMask Learn": "Learn ; MetaMask Learn", + "Ledger": "Ledger", + "Ledger Live App": "Ledger Live App", + "Library": "Bibliothèque", + "Lido": "Lido", + "light client": "client léger", + "Lightning Network": "Lightning Network", + "Liquid Democracy (Delegative Democracy)": "Démocratie liquide (démocratie délégative)", + "Liquidation": "Liquidation", + "liquidity": "liquidités", + "liquidity pool": "pool de liquidités", + "liquidity staking": "staking liquide", + "Low": "Faible", + "mainnet": "réseau principal Ethereum (mainnet)", + "Maker Protocol": "Protocole Maker", + "Malware": "Malware", + "market cap": "capitalisation boursière", + "Maximal Extractable Value (MEV)": "Valeur extractible maximum (MEV)", + "Maximum Priority Fee": "Frais de priorité maximum", + "memory pool; mempool": "pool de stockage des transactions ; mempool", + "Merge (noun)": "Fusion (nom)", + "Merkle Patricia trie": "Arbre de Merkle", + "Mesh": "Mesh", + "Metadata": "Métadonnées", + "MetaMask": "MetaMask", + "MetaMask Bridge": "Passerelle Metamask", + "MetaMask Community Platform": "Plateforme communautaire MetaMask", + "MetaMask Extension": "Extension Metamask", + "MetaMask Flask": "MetaMask Flask", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "MetaMask Learn", + "MetaMask SDK": "MetaMask SDK", + "MetaMask Snaps": "Snaps (MetaMask Snaps)", + "MetaMetrics": "MetaMetrics", + "metaverse": "métavers", + "miner tip": "pourboire du mineur", + "mining": "minage", + "Mint": "Publier", + "mnemonic phrase": "phrase mnémotechnique", + "MobiKwik": "MobiKwik", + "modular blockchain": "blockchain modulaire / Chaîne de blocs modulaire", + "MoonPay": "MoonPay", + "multi-sig": "Multisig", + "multi-signature wallet (multisig)": "portefeuille multi-signature (Multisig)", + "Multifactor Authentication": "Authentification multifactorielle", + "Near-Field Communication (NFC)": "Communication en champ proche (NFC)", + "Nested Blockchain": "Blockchain imbriquée / Chaîne de blocs imbriquée", + "Network": "Réseau", + "Network Congestion": "Congestion de réseau", + "NFT": "NFT", + "NFT aggregator": "Agrégateur NFT", + "NFT drop": "mise en vente de NFT", + "Ngrave": "Ngrave", + "node": "nœud", + "Non-fungible token": "Jeton non fongible", + "nonce": "nonce", + "off-chain": "hors chaîne", + "ommer block": "bloc ommer", + "on-chain": "dans la chaîne", + "on-ramp, off-ramp": "conversion de monnaie fiat en jetons sur la blockchain (on-ramp), échange d’actifs de la blockchain en monnaie fiat (off-ramp)", + "OpenSea": "OpenSea", + "Opera": "Opera", + "Optimism": "Optimism", + "optimistic rollup": "rollup optimisé", + "Oracle": "Oracle", + "ParaSwap": "ParaSwap", + "parity": "parité", + "Parity": "Parity", + "Passphrase": "Phrase d’authentification", + "password manager": "gestionnaire de mots de passe", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "Pair-à-pair (P2P)", + "permissioned ledger": "registre autorisé", + "phishing (noun)": "hameçonnage (nom)", + "Plasma": "Plasma", + "PoA, PoS, PoW": "PoA, PoS, PoW", + "Polygon": "Polygon", + "Portfolio": "Portfolio", + "PoS/PoW Hybrid": "hybride PoS/PoW", + "Priority fee": "Frais de priorité", + "private blockchain": "blockchain privée/ chaîne de blocs privée", + "private currency": "devise privée/monnaie privée", + "private key": "clé privée", + "Proof of Authority (PoA)": "Preuve d’autorité (PoA)", + "Proof of Stake (PoS)": "Preuve d’enjeu (PoS)", + "Proof of Work (PoW)": "Preuve de travail (PoW)", + "protocol": "protocole", + "public blockchain": "blockchain publique/chaîne de blocs publique", + "public key": "clé publique", + "Public-Key Cryptography": "Cryptographie à clé publique", + "Public-Key Infrastructure": "Infrastructure de clé publique", + "QR code": "Code QR", + "Quorum": "Quorum", + "Rarible": "Rarible", + "relayer": "relayeur", + "Remote Procedure Call (RPC)": "Appel de procédure à distance (RPC)", + "Rinkeby": "Rinkeby", + "Roadmap": "Feuille de route", + "Rocket Pool": "Rocket Pool", + "rollups": "rollups", + "Ropsten": "Ropsten", + "RPC": "RPC", + "rug pull": "escroquerie du tirage de tapis (rug pull)", + "Safeheron": "Safeheron", + "Samsung Pay": "Samsung Pay", + "sandbox": "environnement de test sandbox", + "Sardine": "Sardine", + "Satoshi Nakamoto": "Satoshi Nakamoto", + "scalability": "scalabiité", + "Scaling": "Monter en charge / Montée en charge", + "Scrypt": "Scrypt", + "Secret Recovery Phrase": "Phrase secrète de récupération", + "Security Token": "Jeton de sécurité", + "Security Token Offering (STO)": "Offre de jetons de sécurité (STO)", + "seed phrase": "phrase secrète", + "self-custody (noun)": "Détention en propre", + "self-executing": "Auto-exécution", + "Sepolia": "Sepolia", + "Serenity": "Serenity", + "serialization": "sérialisation", + "Shard chain": "chaîne de fragment", + "sharding (noun)": "fragmentation (nom)", + "Shielded Transaction": "Transaction protégée", + "sidechain": "chaîne latérale/blockchain secondaire", + "Signature (Cryptographic)": "Signature numérique (cryptographie)", + "slashing condition": "condition de hachage", + "slippage": "slippage / effet de glissement", + "slot": "slot", + "smart contract": "contrat intelligent", + "snap": "Snap", + "soft fork": "fork doux", + "Software Development Kit (SDK)": "Kit de développement logiciel (SDK)", + "Solidity": "Solidity", + "stablecoin": "Stablecoin (monnaie stable)", + "staking (noun)": "staking (nom)", + "state": "état", + "state channels": "canaux d’état", + "Streaming": "Continu", + "swap (noun)": "swap (nom)", + "Swap /MetaSwap": "Swap/Metswap", + "szabo": "szabo", + "testnet (test network)": "testnet (réseau de test)", + "Testnet Kovan": "Testnet Kovan", + "Testnet Rinkeby": "Testnet Rinkeby", + "Testnet Ropsten": "Testnet Ropsten", + "token": "jeton", + "token lockup": "blocage de jetons", + "Token standard": "Jeton standard", + "Total Value Locked (TVL)": "Valeur totale verrouillée (TVL)", + "Transaction": "Transaction", + "transaction block": "bloc de transactions", + "transaction fee": "frais de transaction", + "transaction ID": "ID de transaction", + "transaction pool": "pool de transactions", + "Transak": "Transak", + "Trezor": "Trezor", + "Truffle": "Truffle", + "trustless": "sans confiance", + "Turing-complete": "Turing-complet", + "Two-Factor Authentication (2FA)": "Authentification double (2FA)", + "TXID": "TXID (ID de transaction)", + "U2F": "U2F", + "Uniswap": "Uniswap", + "unspent transaction output (UTXO)": "sortie de transaction non utilisée (UTXO)", + "upgrade": "mise à niveau / mettre à niveau", + "UTXO": "UTXO", + "validator": "validateur", + "validity proof": "preuve de validité", + "Validium": "Validium", + "Vault Decryptor": "Décrypteur/Déchiffreur de coffre-fort", + "Vesting": "Acquisition", + "wallet": "Portefeuille", + "WalletConnect": "WalletConnect", + "web3, Web 3.0": "web3, Web 3.0", + "WebHID": "WebHID", + "WebSocket": "WebSocket", + "Wei": "Wei", + "Whitepaper": "Livre blanc", + "Wrapping": "Emballage", + "Wyre": "Wyre", + "yield farming": "yield farming", + "yield-bearing tokens": "jetons de yield farming", + "zero address": "adresse zéro", + "Zero-knowledge proof": "Preuve à divulgation nulle de connaissance (ZKP)", + "Zero-knowledge rollup": "Rollup à divulgation nulle de connaissance(rollup ZK)", + "zk-SNARKs": "zk-SNARKs" +} diff --git a/src/i18n/locales/src/i18n/locales/id/translation.json b/src/i18n/locales/src/i18n/locales/id/translation.json new file mode 100644 index 0000000..b74a1f1 --- /dev/null +++ b/src/i18n/locales/src/i18n/locales/id/translation.json @@ -0,0 +1,396 @@ +{ + "0x API": "0x API", + "1inch": "1inch", + "3Box Labs": "2Box Labs", + "51% Attack": "51% Attack", + "Aave": "Aave", + "Account": "Akun", + "ACH transfer": "Transfer ACH", + "address; public address; account address": "alamat/\"alamat publik\" (alamat dompet)", + "Advanced": "Lanjutan", + "aggregator": "agregator", + "Aggressive": "Agresif", + "Agoric": "Agoric", + "air-gapping": "Air-gap", + "airdrop": "airdrop", + "airdrop (noun)": "airdrop", + "AirGap Vault": "AirGap Vault", + "AirSwap": "AirSwap", + "algorithm": "algoritma", + "altcoin": "altcoin", + "AML (Anti-Money Laundering)": "AML (Anti-Pencucian Uang)", + "API": "API", + "API (Application Programming Interface)": "API (Antarmuka Pemrograman Aplikasi)", + "AppChain": "AppChain", + "Apple Pay": "Apple Pay", + "Arbitrum": "Arbitrum", + "ASIC (Application Specific Integrated Circuit)": "ASIC (Sirkuit Terintegrasi Khusus di Aplikasi)", + "asset provenance": "Provenance aset", + "attestation": "pengesahan", + "Avalanche": "Avalanche", + "Axie Infinity": "Axie Infinity", + "Base fee": "Biaya dasar", + "Beacon Chain": "Beacon Chain", + "Binance": "Binance", + "Bitcoin / bitcoin (BTC)": "Bitcoin / bitcoin (BTC)", + "block (noun)": "block", + "block explorer": "block explorer", + "block height": "ketinggian block", + "block reward": "imbalan block", + "block time": "waktu block", + "blockchain": "blockchain", + "Blockchain explorer": "Blockchain explorer", + "blockchain trilemma": "blockchain trilema", + "BNB Chain": "BNB Chain", + "bounty / bug bounty": "bounty / bug bounty", + "brain wallet": "brain wallet", + "Brave": "Brave", + "Bridge": "Bridge", + "BTC": "BTC", + "BUIDL": "BUIDL", + "bytecode": "kode byte", + "Byzantine fault tolerance": "Toleransi kesalahan Byzantine", + "Byzantium fork": "Byzantium fork", + "Celo": "Celo", + "Centralized exchange (CEX)": "Bursa tersentralisasi (CEX)", + "CEX": "CEX", + "chain ID": "ID chain", + "Chrome": "Chrome", + "client (Ethereum or other compatible blockchain)": "klien (Ethereum atau blockchain yang kompatibel lainnya)", + "Codefi": "Codefi", + "coin": "koin", + "Coinbase Pay": "Coinbase Pay", + "cold storage": "cold storage", + "cold wallet / cold storage": "cold wallet / cold storage", + "Community Platform": "Platform Komunitas", + "Compiling": "Mengompilasi", + "Compound": "Compound", + "confirmation": "konfirmasi", + "consensus": "konsensus", + "Consensus client": "Klien konsensus", + "Consensus layer": "Layer konsensus", + "Consensus mechanism": "Mekanisme konsensus", + "Consensys": "Consensys", + "Constantinople fork": "Constantinople fork", + "contract": "kontrak", + "Contract account": "Akun kontrak", + "CoolWallet": "CoolWallet", + "crypto asset": "aset kripto", + "crypto bounties": "bounty kripto", + "crypto fund": "dana kripto", + "crypto wallet": "dompet kripto", + "crypto-": "kripto-", + "crypto-compliance": "kepatuhan kripto", + "cryptoassets": "aset kripto", + "cryptocurrency": "mata uang kripto", + "cryptoeconomics": "kriptonomik", + "cryptography": "kriptografi", + "Curve": "Curve", + "custody (noun)": "penyimpanan (noun)", + "D'CENT": "D'CENT", + "DAI": "DAI", + "DAO": "DAO", + "dapp": "dapp", + "decentralization": "desentralisasi", + "decentralized application": "aplikasi terdesentralisasi", + "Decentralized Autonomous Organization (DAO)": "Organisasi Otonom Terdesentralisasi (DAO)", + "decentralized exchange (DEX)": "bursa terdesentralisasi (DEX)", + "decentralized finance": "keuangan terdesentralisasi", + "decentralized web": "web terdesentralisasi", + "deposit": "deposit", + "derive / derivation": "berasal / turunan", + "dev": "dev", + "Devcon": "Devcon", + "Developer": "Pengembang", + "DEX": "DEX", + "difficulty": "kesulitan", + "difficulty bomb": "difficulty bomb", + "digital asset": "aset digital", + "digital identity": "identitas digital", + "Digital signature": "Tanda tangan digital", + "Distributed Denial of Service (DDoS) Attack": "Serangan Distributed Denial of Service (DDoS)", + "distributed ledger": "ledger terdistribusi", + "Distributed Ledger Technology": "Teknologi Ledger Terdistribusi", + "DLT": "DLT", + "double spend": "penggunaan ganda", + "ecosystem": "ekosistem", + "Edge": "Edge", + "EIP-1559": "EIP-1559", + "encrypted vs unencrypted keys": "kunci terenkripsi vs tidak terenkripsi", + "encryption": "enkripsi", + "ENS": "ENS", + "Enterprise Ethereum Alliance (EEA)": "Enterprise Ethereum Alliance (EEA)", + "entropy": "entropi", + "epoch": "epok", + "ERC": "ERC", + "ERC-1155": "ERC-1155", + "ERC-20 Token Standard": "Token Standar ERC-20", + "ERC-721": "ERC-721", + "ERC-721 Token Standard": "Token Standar ERC-721", + "ETH": "ETH", + "ether (denominations)": "ether (denominations)", + "ether (ETH)": "ether (ETH)", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "Proposal Peningkatan Ethereum (EIP)", + "Ethereum Name Service (ENS)": "Layanan Nama Ethereum (ENS)", + "Ethereum Public Address": "Alamat Publik Ethereum", + "Ethereum Virtual Machine (EVM)": "Mesin Virtual Ethereum (EVM)", + "Etherscan": "Etherscan", + "EVM": "EVM", + "exchange": "bursa", + "Execution client": "Klien eksekusi", + "Execution layer": "Layer eksekusi", + "Extended Private Key (XPRIV)": "Ekstensi Kunci Pribadi (XPRIV)", + "Extended Public Key (XPUB)": "Ekstensi Kunci Umum (XPUB)", + "Extension": "Ekstensi", + "Fantom": "Fantom", + "faucet": "faucet", + "fiat currency": "mata uang fiat", + "final, finality": "final, finalitas", + "Finality Rate": "Nilai Finalitas", + "financial technology (FinTech)": "teknologi keuangan (FinTech)", + "finney": "finney", + "Firefox": "Firefox", + "Firewall": "Firewall", + "Flask": "Flask", + "fork": "fork", + "Fractional Ownership": "Kepemilikan Fraksional", + "Fraud proof": "Bukti Penipuan", + "full node": "node penuh", + "Ganache": "Ganache", + "gas": "gas", + "gas fee": "biaya gas", + "gas limit": "batas gas", + "gas price": "harga gas", + "Gas Station Network": "Gas Station Network", + "genesis block": "block genesis", + "Gigawei": "Gigawei", + "Gitcoin": "Gitcoin", + "GitHub": "GitHub", + "Goerli": "Goerli", + "Governance": "Pengelola", + "GSN": "GSN", + "gwei": "gwei", + "halving": "halving", + "hard fork": "hard fork", + "hardware wallet": "dompet perangkat keras", + "hash (noun)": "hash (noun)", + "hexadecimal; 'hex data'": "heksadesimal; \"data hex", + "Hierarchical Deterministic (HD) wallet": "Dompet Deterministik Hierarkis (HD)", + "hot storage": "hot storage", + "hot wallet": "hot wallet", + "Hybrid Network": "Jaringan hybrid", + "Hyperledger": "Hyperledger", + "ICO": "ICO", + "Identicon / AddressIdenticon / AddressIcon": "Identikon / Identikon Alamat / Ikon Alamat", + "immutability": "imutabilitas", + "Infura": "Infura", + "Initial Public Offering (IPO)": "Penawaran Publik Perdana (IPO)", + "Insider Trading": "Trading Orang Dalam", + "Inter-Blockchain Communication (IBC) Protocol": "Protokol Komunikasi Antar-Blockchain (IBC)", + "internal transaction": "transaksi internal", + "Interoperability": "Interpolaritas", + "InterPlanetary File System (IPFS)": "Sistem File Interplanetary (IPFS)", + "IP address": "Alamat IP", + "JSON file": "File JSON", + "JSON-RPC": "JSON-RPC", + "keystore file": "file keystore", + "Know Your Customer (KYC)": "Prinsip Mengenal Nasabah (KYC)", + "Know Your Transaction": "Prinsip Mengenal Transaksi", + "Kovan": "Kovan", + "KYC": "KYC", + "KYT": "KYT", + "Latency": "Latensi", + "Lattice1": "Lattice1", + "Launchpad": "Launchpad", + "Layer 0": "Layer 0", + "Layer 1": "Layer 1", + "Layer 2": "Layer 2", + "Learn; MetaMask Learn": "Learn; Metamask Learn", + "Ledger": "Ledger", + "Ledger Live App": "Applikasi Ledger Live", + "Library": "Library", + "Lido": "Lido", + "light client": "klien ringan", + "Lightning Network": "Lightning Network", + "Liquid Democracy (Delegative Democracy)": "Demokrasi Likuid (Demograsi Delegatif)", + "Liquidation": "Likuidasi", + "liquidity": "likuiditas", + "liquidity pool": "pool likuiditas", + "liquidity staking": "staking likuiditas", + "Low": "Rendah", + "mainnet": "mainnet", + "Maker Protocol": "Protokol Maker", + "Malware": "Malware", + "market cap": "kap pasar", + "Maximal Extractable Value (MEV)": "Nilai yang Dapat Diekstrak Maksimal (MEV)", + "Maximum Priority Fee": "Biaya Prioritas Maksimum", + "memory pool; mempool": "pool memori; mempool", + "Merge (noun)": "Gabungan (noun)", + "Merkle Patricia trie": "Merkle Patricia trie", + "Mesh": "Mesh", + "Metadata": "Metadata", + "MetaMask": "MetaMask", + "MetaMask Bridge": "MetaMask Bridge", + "MetaMask Community Platform": "Platform Komunitas MetaMask", + "MetaMask Extension": "Ekstensi MetaMask", + "MetaMask Flask": "MetaMask Flask", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "MetaMask Learn", + "MetaMask SDK": "MetaMask SDK", + "MetaMask Snaps": "Snaps (MetaMask Snaps)", + "MetaMetrics": "MetaMetrics", + "metaverse": "metaverse", + "miner tip": "tip penambang", + "mining": "penambangan", + "Mint": "Cetak", + "mnemonic phrase": "frasa mnemonik", + "MobiKwik": "MobiKwik", + "modular blockchain": "blockchain modular", + "MoonPay": "MoonPay", + "multi-sig": "multi-sig", + "multi-signature wallet (multisig)": "dompet multi-signature (multisig)", + "Multifactor Authentication": "Autentikasi Multifaktor", + "Near-Field Communication (NFC)": "Komunikasi Near-Field (NFC)", + "Nested Blockchain": "Nested Blockchain", + "Network": "Jaringan", + "Network Congestion": "Kemacetan Jaringan", + "NFT": "NFT", + "NFT aggregator": "agregator NFT", + "NFT drop": "NFT drop", + "Ngrave": "Ngrave", + "node": "node", + "Non-fungible token": "Non-fungible token", + "nonce": "nonce", + "off-chain": "off-chain", + "ommer block": "block ommer", + "on-chain": "on-chain", + "on-ramp, off-ramp": "on-ramp; off-ramp", + "OpenSea": "OpenSea", + "Opera": "Opera", + "Optimism": "Optimism", + "optimistic rollup": "optimistic rollup", + "Oracle": "Oracle", + "ParaSwap": "ParaSwap", + "parity": "paritas", + "Parity": "Parity", + "Passphrase": "Passphrase", + "password manager": "pengelola kata sandi", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "peer-to-peer (P2P)", + "permissioned ledger": "ledger yang diizinkan", + "phishing (noun)": "phishing (noun)", + "Plasma": "Plasma", + "PoA, PoS, PoW": "PoA, PoS, PoW", + "Polygon": "Polygon", + "Portfolio": "Portfolio", + "PoS/PoW Hybrid": "PoS/PoW Hybrid", + "Priority fee": "Biaya prioritas", + "private blockchain": "blockchain pribadi", + "private currency": "mata uang pribadi", + "private key": "kunci pribadi", + "Proof of Authority (PoA)": "Proof of Authority (PoA)", + "Proof of Stake (PoS)": "Proof of Stake (PoS)", + "Proof of Work (PoW)": "Proof of Work (PoW)", + "protocol": "protokol", + "public blockchain": "blockchain publik", + "public key": "kunci publik", + "Public-Key Cryptography": "Kriptografi Kunci Publik", + "Public-Key Infrastructure": "Infrastruktur Kunci Publik", + "QR code": "Kode QR", + "Quorum": "Quorum", + "Rarible": "Rarible", + "relayer": "relayer", + "Remote Procedure Call (RPC)": "Panggilan Prosedur Jarak Jauh (RPC)", + "Rinkeby": "Rinkeby", + "Roadmap": "Peta jalan", + "Rocket Pool": "Rocket Pool", + "rollups": "rollup", + "Ropsten": "Ropsten", + "RPC": "RPC", + "rug pull": "rug pull", + "Safeheron": "Safeheron", + "Samsung Pay": "Samsung Pay", + "sandbox": "sandbox", + "Sardine": "Sardine", + "Satoshi Nakamoto": "Satoshi Nakamoto", + "scalability": "skalabilitas", + "Scaling": "Scaling", + "Scrypt": "Scrypt", + "Secret Recovery Phrase": "Frasa Pemulihan Rahasia", + "Security Token": "Token Keamanan", + "Security Token Offering (STO)": "Penawaran Token Keamanan (STO)", + "seed phrase": "seed phrase", + "self-custody (noun)": "penyimpanan mandiri (noun)", + "self-executing": "eksekusi mandiri", + "Sepolia": "Sepolia", + "Serenity": "Serenity", + "serialization": "serialisasi", + "Shard chain": "Chain pecahan", + "sharding (noun)": "pemecahan (noun)", + "Shielded Transaction": "Translaksi Terlindung", + "sidechain": "sidechain", + "Signature (Cryptographic)": "Tanda Tangan (Kriptografik)", + "slashing condition": "kondisi slashing", + "slippage": "slippage", + "slot": "slot", + "smart contract": "kontrak cerdas", + "snap": "Snap", + "soft fork": "soft fork", + "Software Development Kit (SDK)": "Kit Pengembangan Perangkat Lunak (SDK)", + "Solidity": "Solidity", + "stablecoin": "stablecoin", + "staking (noun)": "staking (noun)", + "state": "state", + "state channels": "saluran state", + "Streaming": "Streaming", + "swap (noun)": "penukaran (noun)", + "Swap /MetaSwap": "Swap /MetaSwap", + "szabo": "szabo", + "testnet (test network)": "testnet (jaringan tes)", + "Testnet Kovan": "Testnet Kovan", + "Testnet Rinkeby": "Testnet Rinkeby", + "Testnet Ropsten": "Testnet Ropsten", + "token": "token", + "token lockup": "penguncian token", + "Token standard": "Standar token", + "Total Value Locked (TVL)": "Total Nilai Dikunci (TVL)", + "Transaction": "transaksi", + "transaction block": "block transaksi", + "transaction fee": "biaya transaksi", + "transaction ID": "ID transaksi", + "transaction pool": "pool transaksi", + "Transak": "Transak", + "Trezor": "Trezor", + "Truffle": "Truffle", + "trustless": "tidak tepercaya", + "Turing-complete": "Turing-complete", + "Two-Factor Authentication (2FA)": "Autentikasi Dua Faktor (2FA)", + "TXID": "TXID", + "U2F": "U2F", + "Uniswap": "Uniswap", + "unspent transaction output (UTXO)": "output transaksi tidak digunakan (UTXO)", + "upgrade": "upgrade", + "UTXO": "UTXO", + "validator": "validator", + "validity proof": "bukti validitas", + "Validium": "Validium", + "Vault Decryptor": "Dekriptor Vault", + "Vesting": "Vesting", + "wallet": "dompet", + "WalletConnect": "WalletConnect", + "web3, Web 3.0": "web3, Web 3.0", + "WebHID": "WebHID", + "WebSocket": "WebSocket", + "Wei": "Wei", + "Whitepaper": "Whitepaper", + "Wrapping": "Wrapping", + "Wyre": "Wyre", + "yield farming": "yield farming", + "yield-bearing tokens": "token yield-bearing", + "zero address": "alamat nol", + "Zero-knowledge proof": "Bukti nol pengetahuan", + "Zero-knowledge rollup": "rollup nol pengetahuan", + "zk-SNARKs": "zk-ZSNAKRs" +} diff --git a/src/i18n/locales/src/i18n/locales/it/translation.json b/src/i18n/locales/src/i18n/locales/it/translation.json new file mode 100644 index 0000000..1a09490 --- /dev/null +++ b/src/i18n/locales/src/i18n/locales/it/translation.json @@ -0,0 +1,396 @@ +{ + "0x API": "0x API", + "1inch": "1inch", + "3Box Labs": "3Box Labs", + "51% Attack": "Attacco del 51%", + "Aave": "Aave", + "Account": "Account", + "ACH transfer": "Pagamento ACH", + "address; public address; account address": "indirizzo/\"indirizzo pubblico\" (indirizzo del wallet)", + "Advanced": "Avanzati", + "aggregator": "aggregatore", + "Aggressive": "Aggressivo", + "Agoric": "Agoric", + "air-gapping": "air-gap", + "airdrop": "airdrop", + "airdrop (noun)": "airdrop (noun)", + "AirGap Vault": "AirGap Vault", + "AirSwap": "AirSwap", + "algorithm": "algoritmo", + "altcoin": "altcoin", + "AML (Anti-Money Laundering)": "AML (Antiriciclaggio)", + "API": "API", + "API (Application Programming Interface)": "API (Application Programming Interface)", + "AppChain": "AppChain", + "Apple Pay": "Apple Pay", + "Arbitrum": "Arbitrum", + "ASIC (Application Specific Integrated Circuit)": "ASIC (circuito integrato per applicazione specifica)", + "asset provenance": "provenienza dei fondi", + "attestation": "attestazione", + "Avalanche": "Avalanche", + "Axie Infinity": "Axie Infinity", + "Base fee": "Commissione di base", + "Beacon Chain": "Beacon Chain", + "Binance": "Binance", + "Bitcoin / bitcoin (BTC)": "Bitcoin / bitcoin (BTC)", + "block (noun)": "blocco (noun)", + "block explorer": "block explorer", + "block height": "altezza del blocco", + "block reward": "ricompensa del blocco", + "block time": "orario creazione blocco", + "blockchain": "blockchain", + "Blockchain explorer": "Blockchain explorer", + "blockchain trilemma": "Trilemma della blockchain", + "BNB Chain": "BNB Chain", + "bounty / bug bounty": "bounty / bug bounty", + "brain wallet": "brain wallet", + "Brave": "Brave", + "Bridge": "Bridge", + "BTC": "BTC", + "BUIDL": "BUIDL", + "bytecode": "bytecode", + "Byzantine fault tolerance": "Tolleranza agli errori bizantini", + "Byzantium fork": "Fork Byzantium", + "Celo": "Celo", + "Centralized exchange (CEX)": "Exchange centralizzato (CEX)", + "CEX": "CEX", + "chain ID": "chain ID", + "Chrome": "Chrome", + "client (Ethereum or other compatible blockchain)": "client (blockchain Ethereum o altre compatibili)", + "Codefi": "Codefi", + "coin": "moneta", + "Coinbase Pay": "Coinbase Pay", + "cold storage": "cold storage", + "cold wallet / cold storage": "cold wallet / cold storage", + "Community Platform": "Piattaforma della community", + "Compiling": "Compiling", + "Compound": "Compound", + "confirmation": "conferma", + "consensus": "consensus", + "Consensus client": "Consensus client", + "Consensus layer": "Consensus layer", + "Consensus mechanism": "Meccanismo di consenso", + "Consensys": "Consensys", + "Constantinople fork": "Fork di Costantinopoli", + "contract": "contratto", + "Contract account": "Account del contratto", + "CoolWallet": "CoolWallet", + "crypto asset": "crypto asset", + "crypto bounties": "crypto bounty", + "crypto fund": "crypto fund", + "crypto wallet": "wallet crypto", + "crypto-": "crypto-", + "crypto-compliance": "crypto-compliance", + "cryptoassets": "cryptoasset", + "cryptocurrency": "criptovaluta", + "cryptoeconomics": "cryptoeconomics", + "cryptography": "crittografia", + "Curve": "Curve", + "custody (noun)": "custodia (noun)", + "D'CENT": "D'CENT", + "DAI": "DAI", + "DAO": "DAO", + "dapp": "dapp", + "decentralization": "decentralizzazione", + "decentralized application": "applicazione decentralizzata", + "Decentralized Autonomous Organization (DAO)": "Organizzazione autonoma decentralizzata (DAO)", + "decentralized exchange (DEX)": "exchange decentralizzato (DEX)", + "decentralized finance": "finanza decentralizzata", + "decentralized web": "web decentralizzato", + "deposit": "deposito", + "derive / derivation": "deriva / derivazione", + "dev": "dev", + "Devcon": "Devcon", + "Developer": "Sviluppatore", + "DEX": "DEX", + "difficulty": "difficoltà", + "difficulty bomb": "difficulty bomb", + "digital asset": "asset digitale", + "digital identity": "identità digitale", + "Digital signature": "Firma digitale", + "Distributed Denial of Service (DDoS) Attack": "Attacco Distributed Denial of Service (DDoS)", + "distributed ledger": "registro distribuito", + "Distributed Ledger Technology": "Distributed Ledger Technology", + "DLT": "DLT", + "double spend": "doppia spesa", + "ecosystem": "ecosistema", + "Edge": "Edge", + "EIP-1559": "EIP-1559", + "encrypted vs unencrypted keys": "chiavi crittografate vs non crittografate", + "encryption": "Crittografia", + "ENS": "ENS", + "Enterprise Ethereum Alliance (EEA)": "Enterprise Ethereum Alliance (EEA)", + "entropy": "entropia", + "epoch": "epoch", + "ERC": "ERC", + "ERC-1155": "ERC-1155", + "ERC-20 Token Standard": "Standard ERC-20", + "ERC-721": "ERC-721", + "ERC-721 Token Standard": "Standard ERC-721", + "ETH": "ETH", + "ether (denominations)": "ether (denominazioni)", + "ether (ETH)": "ether (ETH)", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "Ethereum Improvement Proposal (EIP)", + "Ethereum Name Service (ENS)": "Ethereum Name Service (ENS)", + "Ethereum Public Address": "Indirizzo pubblico Ethereum", + "Ethereum Virtual Machine (EVM)": "Ethereum Virtual Machine (EVM)", + "Etherscan": "Etherscan", + "EVM": "EVM", + "exchange": "exchange", + "Execution client": "Client di esecuzione", + "Execution layer": "Layer di esecuzione", + "Extended Private Key (XPRIV)": "Chiave privata estesa (XPRIV)", + "Extended Public Key (XPUB)": "Chiave pubblica estesa (XPUB)", + "Extension": "Estensione", + "Fantom": "Fantom", + "faucet": "faucet", + "fiat currency": "moneta legale", + "final, finality": "finale, finality", + "Finality Rate": "Finality Rate", + "financial technology (FinTech)": "tecnologia finanziaria (FinTech)", + "finney": "finney", + "Firefox": "Firefox", + "Firewall": "Firewall", + "Flask": "Flask", + "fork": "fork", + "Fractional Ownership": "Multiproprietà", + "Fraud proof": "A prova di frode", + "full node": "nodo completo", + "Ganache": "Ganache", + "gas": "gas", + "gas fee": "commissione del gas", + "gas limit": "limite di gas", + "gas price": "prezzo gas", + "Gas Station Network": "Gas Station Network", + "genesis block": "blocco di genesi", + "Gigawei": "Gigawei", + "Gitcoin": "Gitcoin", + "GitHub": "GitHub", + "Goerli": "Goerli", + "Governance": "Governance", + "GSN": "GSN", + "gwei": "gwei", + "halving": "halving", + "hard fork": "hard fork", + "hardware wallet": "wallet hardware", + "hash (noun)": "hash (noun)", + "hexadecimal; 'hex data'": "esadecimale; 'dati esadecimali'", + "Hierarchical Deterministic (HD) wallet": "Wallet gerarchico deterministico (HD)", + "hot storage": "hot storage", + "hot wallet": "hot wallet", + "Hybrid Network": "Rete ibrida", + "Hyperledger": "Hyperledger", + "ICO": "ICO", + "Identicon / AddressIdenticon / AddressIcon": "Identicon / AddressIdenticon / AddressIcon", + "immutability": "immutabilità", + "Infura": "Infura", + "Initial Public Offering (IPO)": "Initial Public Offering (IPO)", + "Insider Trading": "Insider Trading", + "Inter-Blockchain Communication (IBC) Protocol": "Inter-Blockchain Communication Protocol (IBC)", + "internal transaction": "transazione interna", + "Interoperability": "Interoperabilità", + "InterPlanetary File System (IPFS)": "InterPlanetary File System (IPFS)", + "IP address": "Indirizzo IP", + "JSON file": "File JSON", + "JSON-RPC": "JSON-RPC", + "keystore file": "file keystore", + "Know Your Customer (KYC)": "Know Your Customer (KYC)", + "Know Your Transaction": "Know Your Transaction", + "Kovan": "Kovan", + "KYC": "KYC", + "KYT": "KYT", + "Latency": "Latenza", + "Lattice1": "Lattice1", + "Launchpad": "Launchpad", + "Layer 0": "Layer 0", + "Layer 1": "Layer 1", + "Layer 2": "Layer 2", + "Learn; MetaMask Learn": "Learn; MetaMask Learn", + "Ledger": "Ledger", + "Ledger Live App": "Ledger Live App", + "Library": "Libreria", + "Lido": "Lido", + "light client": "client leggero", + "Lightning Network": "Lightning Network", + "Liquid Democracy (Delegative Democracy)": "Democrazia liquida (Democrazia delegata)", + "Liquidation": "Liquidazione", + "liquidity": "liquidità", + "liquidity pool": "pool di liquidità", + "liquidity staking": "staking di liquidità", + "Low": "Basse", + "mainnet": "mainnet", + "Maker Protocol": "Maker Protocol", + "Malware": "Malware", + "market cap": "capitalizzazione di mercato", + "Maximal Extractable Value (MEV)": "Valore Massimo Estraibile (MEV)", + "Maximum Priority Fee": "Tariffa prioritaria massima", + "memory pool; mempool": "pool di memoria; mempool", + "Merge (noun)": "Merge (noun)", + "Merkle Patricia trie": "Trie di Patricia Merkle", + "Mesh": "Mesh", + "Metadata": "Metadati", + "MetaMask": "MetaMask", + "MetaMask Bridge": "MetaMask Bridge", + "MetaMask Community Platform": "Piattaforma della Community di MetaMask", + "MetaMask Extension": "Estensione MetaMask", + "MetaMask Flask": "MetaMask Flask", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "MetaMask Learn", + "MetaMask SDK": "MetaMask SDK", + "MetaMask Snaps": "Snaps (MetaMask Snaps)", + "MetaMetrics": "MetaMetrics", + "metaverse": "metaverso", + "miner tip": "mancia per i miner", + "mining": "mining", + "Mint": "Mint", + "mnemonic phrase": "frase mnemonica", + "MobiKwik": "MobiKwik", + "modular blockchain": "blockchain modulare", + "MoonPay": "MoonPay", + "multi-sig": "multi-sig", + "multi-signature wallet (multisig)": "portafoglio multi-firma (multisig)", + "Multifactor Authentication": "Autenticazione a più fattori", + "Near-Field Communication (NFC)": "Near-Field Communication (NFC)", + "Nested Blockchain": "Nested Blockchain", + "Network": "Rete", + "Network Congestion": "Congestione della rete", + "NFT": "NFT", + "NFT aggregator": "Aggregatore NFT", + "NFT drop": "NFT drop", + "Ngrave": "Ngrave", + "node": "nodo", + "Non-fungible token": "Non-fungible token", + "nonce": "nonce", + "off-chain": "off-chain", + "ommer block": "ommer block", + "on-chain": "on-chain", + "on-ramp, off-ramp": "on-ramp, off-ramp", + "OpenSea": "OpenSea", + "Opera": "Opera", + "Optimism": "Optimism", + "optimistic rollup": "rollup ottimistico", + "Oracle": "Oracle", + "ParaSwap": "ParaSwap", + "parity": "parità", + "Parity": "Parity", + "Passphrase": "Passphrase", + "password manager": "gestore di password", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "peer-to-peer (P2P)", + "permissioned ledger": "permissioned ledger", + "phishing (noun)": "phishing (noun)", + "Plasma": "Plasma", + "PoA, PoS, PoW": "PoA, PoS, PoW", + "Polygon": "Polygon", + "Portfolio": "Portfolio", + "PoS/PoW Hybrid": "PoS/PoW ibrido", + "Priority fee": "Tariffa prioritaria", + "private blockchain": "blockchain privata", + "private currency": "valuta privata", + "private key": "chiave privata", + "Proof of Authority (PoA)": "Proof of Authority (PoA)", + "Proof of Stake (PoS)": "Proof of Stake (PoS)", + "Proof of Work (PoW)": "Proof of Work (PoW)", + "protocol": "protocollo", + "public blockchain": "blockchain pubblica", + "public key": "chiave pubblica", + "Public-Key Cryptography": "Crittografia chiave pubblica", + "Public-Key Infrastructure": "Infrastruttura chiave pubblica", + "QR code": "Codice QR", + "Quorum": "Quorum", + "Rarible": "Rarible", + "relayer": "relayer", + "Remote Procedure Call (RPC)": "Chiamata di procedura remota (RPC)", + "Rinkeby": "Rinkeby", + "Roadmap": "Roadmap", + "Rocket Pool": "Rocket Pool", + "rollups": "rollup", + "Ropsten": "Ropsten", + "RPC": "RPC", + "rug pull": "rug pull", + "Safeheron": "Safeheron", + "Samsung Pay": "Samsung Pay", + "sandbox": "sandbox", + "Sardine": "Sardine", + "Satoshi Nakamoto": "Satoshi Nakamoto", + "scalability": "scalabilità", + "Scaling": "Scaling", + "Scrypt": "Scrypt", + "Secret Recovery Phrase": "Frase di recupero segreta", + "Security Token": "Security Token", + "Security Token Offering (STO)": "Security Token Offering (STO)", + "seed phrase": "frase di ripristino", + "self-custody (noun)": "self-custody (noun)", + "self-executing": "auto-esecuzione", + "Sepolia": "Sepolia", + "Serenity": "Serenity", + "serialization": "serializzazione", + "Shard chain": "Shard chain", + "sharding (noun)": "sharding (noun)", + "Shielded Transaction": "Transazione protetta", + "sidechain": "sidechain", + "Signature (Cryptographic)": "Firma (crittata)", + "slashing condition": "condizione di slash", + "slippage": "slippage", + "slot": "slot", + "smart contract": "smart contract", + "snap": "Snap", + "soft fork": "soft fork", + "Software Development Kit (SDK)": "Software Development Kit (SDK)", + "Solidity": "Solidity", + "stablecoin": "stablecoin", + "staking (noun)": "staking (noun)", + "state": "stato", + "state channels": "canali di stato", + "Streaming": "Streaming", + "swap (noun)": "scambio (noun)", + "Swap /MetaSwap": "Swap /MetaSwap", + "szabo": "szabo", + "testnet (test network)": "testnet (test network)", + "Testnet Kovan": "Testnet Kovan", + "Testnet Rinkeby": "Testnet Rinkeby", + "Testnet Ropsten": "Testnet Ropsten", + "token": "token", + "token lockup": "lock-up del token", + "Token standard": "Standard del Token", + "Total Value Locked (TVL)": "Valore totale bloccato (TVL)", + "Transaction": "Transazione", + "transaction block": "blocco transazione", + "transaction fee": "commissione transazione", + "transaction ID": "ID transazione", + "transaction pool": "pool transazione", + "Transak": "Transak", + "Trezor": "Trezor", + "Truffle": "Truffle", + "trustless": "trustless", + "Turing-complete": "Turing equivalenza", + "Two-Factor Authentication (2FA)": "Autenticazione a due fattori (2FA)", + "TXID": "TXID", + "U2F": "U2F", + "Uniswap": "Uniswap", + "unspent transaction output (UTXO)": "output di una transazione non spesa (UTXO)", + "upgrade": "upgrade", + "UTXO": "UTXO", + "validator": "validatore", + "validity proof": "prova di validazione", + "Validium": "Validium", + "Vault Decryptor": "Vault Decryptor", + "Vesting": "Vesting", + "wallet": "portafoglio", + "WalletConnect": "WalletConnect", + "web3, Web 3.0": "web3, Web 3.0", + "WebHID": "WebHID", + "WebSocket": "WebSocket", + "Wei": "Wei", + "Whitepaper": "Whitepaper", + "Wrapping": "Wrapping", + "Wyre": "Wyre", + "yield farming": "yield farming", + "yield-bearing tokens": "token fruttiferi", + "zero address": "indirizzo zero", + "Zero-knowledge proof": "Dimostrazione a conoscenza zero", + "Zero-knowledge rollup": "Rollup a conoscenza zero", + "zk-SNARKs": "Argomento di conoscenza succinto non interattivo a conoscenza zero (zk-SNARKs)" +} diff --git a/src/i18n/locales/src/i18n/locales/ja/translation.json b/src/i18n/locales/src/i18n/locales/ja/translation.json new file mode 100644 index 0000000..03ed2e9 --- /dev/null +++ b/src/i18n/locales/src/i18n/locales/ja/translation.json @@ -0,0 +1,396 @@ +{ + "0x API": "0x API", + "1inch": "1inch", + "3Box Labs": "3Box Labs", + "51% Attack": "51% 攻撃", + "Aave": "Aave", + "Account": "アカウント", + "ACH transfer": "ACH 送金", + "address; public address; account address": "アドレス/\"パブリックアドレス\" (ウォレットアドレス)", + "Advanced": "高度な設定", + "aggregator": "アグリゲーター", + "Aggressive": "積極的", + "Agoric": "Agoric", + "air-gapping": "エアギャップ", + "airdrop": "エアドロップする", + "airdrop (noun)": "エアドロップ", + "AirGap Vault": "AirGap Vault", + "AirSwap": "AirSwap", + "algorithm": "アルゴリズム", + "altcoin": "アルトコイン", + "AML (Anti-Money Laundering)": "AML (マネーロンダリング対策)", + "API": "API", + "API (Application Programming Interface)": "API (アプリケーションプログラミングインターフェイス)", + "AppChain": "AppChain", + "Apple Pay": "Apple Pay", + "Arbitrum": "Arbitrum", + "ASIC (Application Specific Integrated Circuit)": "ASIC (特定用途向け集積回路)", + "asset provenance": "資産の来歴追跡", + "attestation": "証明", + "Avalanche": "Avalanche", + "Axie Infinity": "Axie Infinity", + "Base fee": "基本料金", + "Beacon Chain": "ビーコンチェーン", + "Binance": "Binance", + "Bitcoin / bitcoin (BTC)": "ビットコイン / ビットコイン (BTC)", + "block (noun)": "ブロック", + "block explorer": "ブロックエクスプローラー", + "block height": "ブロックの高さ", + "block reward": "ブロック報酬", + "block time": "ブロックタイム", + "blockchain": "ブロックチェーン", + "Blockchain explorer": "ブロックチェーンエクスプローラー", + "blockchain trilemma": "ブロックチェーンのトリレンマ", + "BNB Chain": "BNB チェーン", + "bounty / bug bounty": "報奨金 / バグ発見報奨金", + "brain wallet": "ブレインウォレット", + "Brave": "Brave", + "Bridge": "ブリッジ", + "BTC": "BTC", + "BUIDL": "BUIDL (ビドル)", + "bytecode": "バイトコード", + "Byzantine fault tolerance": "ビザンチン障害耐性", + "Byzantium fork": "ビザンチウムフォーク", + "Celo": "Celo", + "Centralized exchange (CEX)": "中央集権型取引所 (CEX)", + "CEX": "CEX", + "chain ID": "チェーン ID", + "Chrome": "Chrome", + "client (Ethereum or other compatible blockchain)": "クライアント", + "Codefi": "Codefi", + "coin": "コイン", + "Coinbase Pay": "Coinbase Pay", + "cold storage": "コールドストレージ", + "cold wallet / cold storage": "コールドウォレット / コールドストレージ", + "Community Platform": "コミュニティプラットフォーム", + "Compiling": "コンパイル", + "Compound": "Compound", + "confirmation": "承認", + "consensus": "コンセンサス", + "Consensus client": "コンセンサスクライアント", + "Consensus layer": "コンセンサスレイヤー", + "Consensus mechanism": "コンセンサスメカニズム", + "Consensys": "Consensys", + "Constantinople fork": "コンスタンティノープルフォーク", + "contract": "コントラクト", + "Contract account": "コントラクトアカウント", + "CoolWallet": "CoolWallet", + "crypto asset": "暗号資産", + "crypto bounties": "クリプトバウンティ", + "crypto fund": "暗号資産ファンド", + "crypto wallet": "暗号資産ウォレット", + "crypto-": "クリプト-", + "crypto-compliance": "クリプトコンプライアンス", + "cryptoassets": "暗号資産", + "cryptocurrency": "仮想通貨", + "cryptoeconomics": "クリプトエコノミクス", + "cryptography": "暗号技術", + "Curve": "Curve", + "custody (noun)": "カストディ", + "D'CENT": "D'CENT", + "DAI": "DAI", + "DAO": "DAO", + "dapp": "DApp", + "decentralization": "分散化", + "decentralized application": "分散型アプリケーション", + "Decentralized Autonomous Organization (DAO)": "分散型自律組織 (DAO)", + "decentralized exchange (DEX)": "分散型取引所 (DEX)", + "decentralized finance": "分散型金融", + "decentralized web": "分散型 Web", + "deposit": "デポジット", + "derive / derivation": "導き出す / 導出", + "dev": "Dev", + "Devcon": "Devcon", + "Developer": "開発者", + "DEX": "DEX", + "difficulty": "採掘難易度", + "difficulty bomb": "ディフィカルティボム", + "digital asset": "デジタル資産", + "digital identity": "デジタルアイデンティティ", + "Digital signature": "デジタル署名", + "Distributed Denial of Service (DDoS) Attack": "分散型サービス拒否 (DDoS) 攻撃", + "distributed ledger": "分散型台帳", + "Distributed Ledger Technology": "分散型台帳技術", + "DLT": "DLT", + "double spend": "二重支払い", + "ecosystem": "エコシステム", + "Edge": "エッジ / Edge", + "EIP-1559": "EIP-1559", + "encrypted vs unencrypted keys": "暗号化鍵 vs 非暗号化鍵", + "encryption": "暗号化", + "ENS": "ENS", + "Enterprise Ethereum Alliance (EEA)": "Enterprise Ethereum Alliance (EEA)", + "entropy": "エントロピー", + "epoch": "エポック", + "ERC": "ERC", + "ERC-1155": "ERC-1155", + "ERC-20 Token Standard": "ERC-20 トークン規格", + "ERC-721": "ERC-721", + "ERC-721 Token Standard": "ERC-721 トークン規格", + "ETH": "ETH", + "ether (denominations)": "ether", + "ether (ETH)": "イーサ", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "Ethereum 改善提案 (EIP)", + "Ethereum Name Service (ENS)": "Ethereum ネームサービス (ENS)", + "Ethereum Public Address": "Ethereum パブリックアドレス", + "Ethereum Virtual Machine (EVM)": "Ethereum 仮想マシン (EVM)", + "Etherscan": "Etherscan", + "EVM": "EVM", + "exchange": "取引所", + "Execution client": "実行クライアント", + "Execution layer": "実行レイヤー", + "Extended Private Key (XPRIV)": "拡張秘密鍵 (XPRIV)", + "Extended Public Key (XPUB)": "拡張公開鍵 (XPUB)", + "Extension": "拡張機能", + "Fantom": "Fantom", + "faucet": "フォーセット", + "fiat currency": "法定通貨", + "final, finality": "確定, ファイナリティ", + "Finality Rate": "ファイナリティの速度", + "financial technology (FinTech)": "フィンテック (FinTech)", + "finney": "finney", + "Firefox": "Firefox", + "Firewall": "ファイアウォール", + "Flask": "Flask", + "fork": "フォーク", + "Fractional Ownership": "部分的所有", + "Fraud proof": "不正証明", + "full node": "フルノード", + "Ganache": "Ganache", + "gas": "ガス", + "gas fee": "ガス代", + "gas limit": "ガスリミット", + "gas price": "ガス価格", + "Gas Station Network": "Gas Station Network", + "genesis block": "ジェネシスブロック", + "Gigawei": "ギガウェイ", + "Gitcoin": "Gitcoin", + "GitHub": "GitHub", + "Goerli": "Goerli", + "Governance": "ガバナンス", + "GSN": "GSN", + "gwei": "gwei", + "halving": "半減期", + "hard fork": "ハードフォーク", + "hardware wallet": "ハードウェアウォレット", + "hash (noun)": "ハッシュ", + "hexadecimal; 'hex data'": "16進数; '16進データ'", + "Hierarchical Deterministic (HD) wallet": "階層型決定性 (HD) ウォレット", + "hot storage": "ホットストレージ", + "hot wallet": "ホットウォレット", + "Hybrid Network": "ハイブリッド型ネットワーク", + "Hyperledger": "Hyperledger", + "ICO": "ICO", + "Identicon / AddressIdenticon / AddressIcon": "アイデンティコン / アドレスアイデンティコン / アドレスアイコン", + "immutability": "耐改ざん性", + "Infura": "Infura", + "Initial Public Offering (IPO)": "新規株式公開 (IPO)", + "Insider Trading": "インサイダー取引", + "Inter-Blockchain Communication (IBC) Protocol": "ブロックチェーン間通信 (IBC) プロトコル", + "internal transaction": "内部トランザクション", + "Interoperability": "相互運用性", + "InterPlanetary File System (IPFS)": "インタープラネタリーファイルシステム (IPFS)", + "IP address": "IP アドレス", + "JSON file": "JSON ファイル", + "JSON-RPC": "JSON-RPC", + "keystore file": "キーストアファイル", + "Know Your Customer (KYC)": "本人確認 (KYC)", + "Know Your Transaction": "トランザクション監視", + "Kovan": "Kovan", + "KYC": "KYC", + "KYT": "KYT", + "Latency": "レイテンシー", + "Lattice1": "Lattice1", + "Launchpad": "ローンチパッド", + "Layer 0": "レイヤー 0", + "Layer 1": "レイヤー 1", + "Layer 2": "レイヤー 2", + "Learn; MetaMask Learn": "Learn; MetaMask Learn", + "Ledger": "Ledger", + "Ledger Live App": "Ledger Live アプリ", + "Library": "ライブラリ", + "Lido": "Lido", + "light client": "ライトクライアント", + "Lightning Network": "ライトニングネットワーク", + "Liquid Democracy (Delegative Democracy)": "液体民主主義 (委任型民主主義)", + "Liquidation": "清算", + "liquidity": "流動性", + "liquidity pool": "流動性プール", + "liquidity staking": "流動性ステーキング", + "Low": "低", + "mainnet": "メインネット", + "Maker Protocol": "Maker プロトコル", + "Malware": "マルウェア", + "market cap": "時価総額", + "Maximal Extractable Value (MEV)": "最大抽出可能価値 (MEV)", + "Maximum Priority Fee": "最大優先手数料", + "memory pool; mempool": "メモリープール; メムプール", + "Merge (noun)": "「マージ」", + "Merkle Patricia trie": "マークルパトリシアツリー", + "Mesh": "Mesh", + "Metadata": "メタデータ", + "MetaMask": "MetaMask", + "MetaMask Bridge": "MetaMask Bridge", + "MetaMask Community Platform": "MetaMask コミュニティプラットフォーム", + "MetaMask Extension": "MetaMask 拡張機能", + "MetaMask Flask": "MetaMask Flask", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "MetaMask Learn", + "MetaMask SDK": "MetaMask SDK", + "MetaMask Snaps": "Snaps (MetaMask Snaps)", + "MetaMetrics": "MetaMetrics", + "metaverse": "メタバース", + "miner tip": "マイナーチップ", + "mining": "マイニング", + "Mint": "ミント", + "mnemonic phrase": "ニーモニックフレーズ", + "MobiKwik": "MobiKwik", + "modular blockchain": "モジュラー型ブロックチェーン", + "MoonPay": "MoonPay", + "multi-sig": "マルチシグ", + "multi-signature wallet (multisig)": "マルチシグウォレット (マルチシグ)", + "Multifactor Authentication": "多要素認証", + "Near-Field Communication (NFC)": "近距離無線通信 (NFC)", + "Nested Blockchain": "ネストされたブロックチェーン", + "Network": "ネットワーク", + "Network Congestion": "ネットワークの輻輳", + "NFT": "NFT", + "NFT aggregator": "NFT アグリゲーター", + "NFT drop": "NFT ドロップ", + "Ngrave": "Ngrave", + "node": "ノード", + "Non-fungible token": "非代替性トークン", + "nonce": "ナンス", + "off-chain": "オフチェーン", + "ommer block": "オマーブロック", + "on-chain": "オンチェーン", + "on-ramp, off-ramp": "オンランプ, オフランプ", + "OpenSea": "OpenSea", + "Opera": "Opera", + "Optimism": "Optimism", + "optimistic rollup": "オプティミスティックロールアップ", + "Oracle": "Oracle", + "ParaSwap": "ParaSwap", + "parity": "パリティ", + "Parity": "Parity", + "Passphrase": "パスフレーズ", + "password manager": "パスワードマネージャー", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "ピアツーピア (P2P)", + "permissioned ledger": "許可型台帳", + "phishing (noun)": "フィッシング", + "Plasma": "Plasma", + "PoA, PoS, PoW": "PoA, PoS, PoW", + "Polygon": "Polygon", + "Portfolio": "Portfolio", + "PoS/PoW Hybrid": "PoS/PoW ハイブリッド", + "Priority fee": "優先手数料", + "private blockchain": "プライベートブロックチェーン", + "private currency": "プライベート通貨", + "private key": "秘密鍵", + "Proof of Authority (PoA)": "プルーフオブオーソリティ (PoA)", + "Proof of Stake (PoS)": "プルーフオブステーク (PoS)", + "Proof of Work (PoW)": "プルーフオブワーク (PoW)", + "protocol": "プロトコル", + "public blockchain": "パブリックブロックチェーン", + "public key": "公開鍵", + "Public-Key Cryptography": "公開鍵暗号技術", + "Public-Key Infrastructure": "公開鍵暗号基盤", + "QR code": "QR コード", + "Quorum": "Quorum", + "Rarible": "Rarible", + "relayer": "リレイヤー", + "Remote Procedure Call (RPC)": "遠隔手続き呼び出し (RPC)", + "Rinkeby": "Rinkeby", + "Roadmap": "ロードマップ", + "Rocket Pool": "Rocket Pool", + "rollups": "ロールアップ", + "Ropsten": "Ropsten", + "RPC": "RPC", + "rug pull": "ラグプル", + "Safeheron": "Safeheron", + "Samsung Pay": "Samsung Pay", + "sandbox": "サンドボックス", + "Sardine": "Sardine", + "Satoshi Nakamoto": "Satoshi Nakamoto", + "scalability": "スケーラビリティ", + "Scaling": "スケーリング", + "Scrypt": "Scrypt", + "Secret Recovery Phrase": "秘密のリカバリーフレーズ", + "Security Token": "セキュリティトークン", + "Security Token Offering (STO)": "セキュリティトークンオファリング (STO)", + "seed phrase": "シードフレーズ", + "self-custody (noun)": "セルフカストディ", + "self-executing": "自動実行型", + "Sepolia": "Sepolia", + "Serenity": "セレニティ", + "serialization": "シリアル化", + "Shard chain": "シャードチェーン", + "sharding (noun)": "シャーディング", + "Shielded Transaction": "秘匿化済みトランザクション", + "sidechain": "サイドチェーン", + "Signature (Cryptographic)": "署名", + "slashing condition": "スラッシュ条件", + "slippage": "スリッページ", + "slot": "スロット", + "smart contract": "スマートコントラクト", + "snap": "Snap", + "soft fork": "ソフトフォーク", + "Software Development Kit (SDK)": "ソフトウェア開発キット (SDK)", + "Solidity": "Solidity", + "stablecoin": "ステーブルコイン", + "staking (noun)": "ステーキング", + "state": "ステート", + "state channels": "ステートチャネル", + "Streaming": "ストリーミング", + "swap (noun)": "スワップ", + "Swap /MetaSwap": "Swap /MetaSwap", + "szabo": "szabo", + "testnet (test network)": "テストネット (テストネットワーク)", + "Testnet Kovan": "テストネット Kovan", + "Testnet Rinkeby": "テストネット Rinkeby", + "Testnet Ropsten": "テストネット Ropsten", + "token": "トークン", + "token lockup": "トークンロックアップ", + "Token standard": "トークン規格", + "Total Value Locked (TVL)": "預かり資産額 (TVL)", + "Transaction": "トランザクション", + "transaction block": "トランザクションブロック", + "transaction fee": "トランザクション手数料", + "transaction ID": "トランザクション ID", + "transaction pool": "トランザクションプール", + "Transak": "Transak", + "Trezor": "Trezor", + "Truffle": "Truffle", + "trustless": "トラストレス", + "Turing-complete": "チューリング完全", + "Two-Factor Authentication (2FA)": "二要素認証 (2FA)", + "TXID": "TXID", + "U2F": "U2F", + "Uniswap": "Uniswap", + "unspent transaction output (UTXO)": "未使用トランザクションアウトプット (UTXO)", + "upgrade": "アップグレード", + "UTXO": "UTXO", + "validator": "バリデーター", + "validity proof": "有効性証明", + "Validium": "バリディウム", + "Vault Decryptor": "Vault Decryptor", + "Vesting": "ベスティング", + "wallet": "ウォレット", + "WalletConnect": "WalletConnect", + "web3, Web 3.0": "web3, Web 3.0", + "WebHID": "WebHID", + "WebSocket": "WebSocket", + "Wei": "Wei", + "Whitepaper": "ホワイトペーパー", + "Wrapping": "ラッピング", + "Wyre": "Wyre", + "yield farming": "イールドファーミング", + "yield-bearing tokens": "イールドベアリングトークン", + "zero address": "ゼロアドレス", + "Zero-knowledge proof": "ゼロ知識証明", + "Zero-knowledge rollup": "ゼロ知識ロールアップ", + "zk-SNARKs": "zk-SNARKs" +} diff --git a/src/i18n/locales/src/i18n/locales/ko/translation.json b/src/i18n/locales/src/i18n/locales/ko/translation.json new file mode 100644 index 0000000..986eec8 --- /dev/null +++ b/src/i18n/locales/src/i18n/locales/ko/translation.json @@ -0,0 +1,396 @@ +{ + "0x API": "0x API", + "1inch": "1 인치", + "3Box Labs": "쓰리박스 랩스", + "51% Attack": "51% 공격", + "Aave": "에이브", + "Account": "계정", + "ACH transfer": "ACH 송금", + "address; public address; account address": "주소/\"공개 주소\"(지갑 주소)", + "Advanced": "고급", + "aggregator": "애그리게이터", + "Aggressive": "공격적", + "Agoric": "아고릭", + "air-gapping": "에어갭", + "airdrop": "에어드롭", + "airdrop (noun)": "에어드롭(명사)", + "AirGap Vault": "에어갭 볼트", + "AirSwap": "에어스왑", + "algorithm": "알고리즘", + "altcoin": "알트코인", + "AML (Anti-Money Laundering)": "AML(자금세탁방지)", + "API": "API", + "API (Application Programming Interface)": "API(애플리케이션 프로그래밍 인터페이스)", + "AppChain": "앱체인", + "Apple Pay": "애플 페이", + "Arbitrum": "아비트럼", + "ASIC (Application Specific Integrated Circuit)": "ASIC(주문형 반도체)", + "asset provenance": "자산 출처", + "attestation": "증명", + "Avalanche": "아발란체", + "Axie Infinity": "액시 인피니티", + "Base fee": "기본 요금", + "Beacon Chain": "비콘 체인", + "Binance": "바이낸스", + "Bitcoin / bitcoin (BTC)": "비트코인 / 비트코인(BTC)", + "block (noun)": "블록(명사)", + "block explorer": "블록 탐색기", + "block height": "블록 높이", + "block reward": "블록 보상", + "block time": "블록타임", + "blockchain": "블록체인", + "Blockchain explorer": "블록체인 탐색기", + "blockchain trilemma": "블록체인 트릴레마", + "BNB Chain": "BNB 체인", + "bounty / bug bounty": "바운티 / 버그바운티", + "brain wallet": "브레인월렛", + "Brave": "브레이브", + "Bridge": "브릿지", + "BTC": "BTC", + "BUIDL": "비들", + "bytecode": "바이트코드", + "Byzantine fault tolerance": "비잔틴 장애 허용", + "Byzantium fork": "비잔티움 포크", + "Celo": "Celo", + "Centralized exchange (CEX)": "중앙화 거래소(CEX)", + "CEX": "CEX", + "chain ID": "체인 ID", + "Chrome": "크롬", + "client (Ethereum or other compatible blockchain)": "클라이언트(Ethereum 또는 기타 호환 가능한 블록체인)", + "Codefi": "코디파이", + "coin": "코인", + "Coinbase Pay": "코인베이스 페이", + "cold storage": "콜드 스토리지", + "cold wallet / cold storage": "콜드 월렛 / 콜드 스토리지", + "Community Platform": "커뮤니티 플랫폼", + "Compiling": "컴파일링", + "Compound": "컴파운드", + "confirmation": "컨펌", + "consensus": "컨센서스", + "Consensus client": "컨센서스 클라이언트", + "Consensus layer": "합의 레이어", + "Consensus mechanism": "합의 메커니즘", + "Consensys": "Consensys", + "Constantinople fork": "콘스탄티노플 포크", + "contract": "계약", + "Contract account": "계약 계정", + "CoolWallet": "쿨월렛", + "crypto asset": "암호자산", + "crypto bounties": "암호 현상금", + "crypto fund": "암호화폐 펀드", + "crypto wallet": "암호화폐 지갑", + "crypto-": "암호화", + "crypto-compliance": "암호화폐 컴플라이언스", + "cryptoassets": "암호 자산", + "cryptocurrency": "암호화폐", + "cryptoeconomics": "암호경제학", + "cryptography": "암호화", + "Curve": "커브", + "custody (noun)": "커스터디(명사)", + "D'CENT": "디센트", + "DAI": "DAI", + "DAO": "다오", + "dapp": "디앱", + "decentralization": "탈중앙화", + "decentralized application": "탈중앙화 애플리케이션", + "Decentralized Autonomous Organization (DAO)": "탈중앙화 자율조직(DAO)", + "decentralized exchange (DEX)": "탈중앙화 거래소(DEX)", + "decentralized finance": "탈중앙화 금융", + "decentralized web": "탈중앙화 웹", + "deposit": "예치", + "derive / derivation": "파생 / 파생", + "dev": "개발자", + "Devcon": "Ethereum 개발 컨퍼런스", + "Developer": "개발자", + "DEX": "DEX", + "difficulty": "난이도", + "difficulty bomb": "난이도 폭탄", + "digital asset": "디지털 자산", + "digital identity": "디지털 신원", + "Digital signature": "전자 서명", + "Distributed Denial of Service (DDoS) Attack": "분산 서비스 거부(DDoS) 공격", + "distributed ledger": "분산 원장", + "Distributed Ledger Technology": "분산 원장 기술", + "DLT": "DLT", + "double spend": "이중 지불", + "ecosystem": "생태계", + "Edge": "Edge", + "EIP-1559": "EIP-1559", + "encrypted vs unencrypted keys": "암호화된 키와 암호화되지 않은 키", + "encryption": "암호화", + "ENS": "ENS", + "Enterprise Ethereum Alliance (EEA)": "엔터프라이즈 Ethereum 얼라이언스(EEA)", + "entropy": "엔트로피", + "epoch": "에폭", + "ERC": "ERC", + "ERC-1155": "ERC-1155", + "ERC-20 Token Standard": "ERC-20 토큰 표준", + "ERC-721": "ERC-721", + "ERC-721 Token Standard": "ERC-721 토큰 표준", + "ETH": "ETH", + "ether (denominations)": "에테르(단위)", + "ether (ETH)": "에테르(ETH)", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "Ethereum 개선 제안(EIP)", + "Ethereum Name Service (ENS)": "Ethereum 네임 서비스(ENS)", + "Ethereum Public Address": "Ethereum 퍼블릭 주소", + "Ethereum Virtual Machine (EVM)": "Ethereum 가상 머신(EVM)", + "Etherscan": "Etherscan", + "EVM": "EVM", + "exchange": "거래소", + "Execution client": "실행 클라이언트", + "Execution layer": "실행 레이어", + "Extended Private Key (XPRIV)": "확장 개인 키(XPRIV)", + "Extended Public Key (XPUB)": "확장된 공개키(XPUB)", + "Extension": "확장", + "Fantom": "Fantom", + "faucet": "파우셋", + "fiat currency": "명목화폐", + "final, finality": "최종, 완결성", + "Finality Rate": "완결율", + "financial technology (FinTech)": "금융 기술(핀테크)", + "finney": "피니", + "Firefox": "파이어폭스", + "Firewall": "방화벽", + "Flask": "Flask", + "fork": "포크", + "Fractional Ownership": "부분 소유권", + "Fraud proof": "사기 증명", + "full node": "전체 노드", + "Ganache": "가나슈", + "gas": "가스", + "gas fee": "가스비", + "gas limit": "가스 한도", + "gas price": "가스 가격", + "Gas Station Network": "가스 스테이션 네트워크", + "genesis block": "제네시스블록", + "Gigawei": "기가웨이", + "Gitcoin": "깃코인", + "GitHub": "GitHub", + "Goerli": "Goerli", + "Governance": "거버넌스", + "GSN": "GSN", + "gwei": "그웨이", + "halving": "반감기", + "hard fork": "하드포크", + "hardware wallet": "하드웨어 지갑", + "hash (noun)": "해시(명사)", + "hexadecimal; 'hex data'": "16진수; '헥스 데이터'", + "Hierarchical Deterministic (HD) wallet": "계층 결정적(HD) 지갑", + "hot storage": "핫 스토리지", + "hot wallet": "핫월렛", + "Hybrid Network": "하이브리드 네트워크", + "Hyperledger": "하이퍼레저", + "ICO": "ICO", + "Identicon / AddressIdenticon / AddressIcon": "아이덴티콘 / 주소아이덴티콘 / 주소아이콘", + "immutability": "불변성", + "Infura": "Infura", + "Initial Public Offering (IPO)": "기업공개(IPO)", + "Insider Trading": "내부자 거래", + "Inter-Blockchain Communication (IBC) Protocol": "블록체인 간 통신(IBC) 프로토콜", + "internal transaction": "내부 거래", + "Interoperability": "상호운용성", + "InterPlanetary File System (IPFS)": "행성 간 파일 시스템(IPFS)", + "IP address": "IP 주소", + "JSON file": "JSON 파일", + "JSON-RPC": "JSON-RPC", + "keystore file": "키스토어 파일", + "Know Your Customer (KYC)": "고객확인제도 (KYC)", + "Know Your Transaction": "고객거래확인", + "Kovan": "코반", + "KYC": "KYC", + "KYT": "KYT", + "Latency": "지연 시간", + "Lattice1": "래티스 1", + "Launchpad": "런치패드", + "Layer 0": "레이어 0", + "Layer 1": "레이어 1", + "Layer 2": "레이어 2", + "Learn; MetaMask Learn": "Learn; MetaMask Learn", + "Ledger": "렛저", + "Ledger Live App": "렛저 라이브 앱", + "Library": "라이브러리", + "Lido": "리도", + "light client": "라이트 클라이언트", + "Lightning Network": "라이트닝 네트워크", + "Liquid Democracy (Delegative Democracy)": "유동성 민주주의(위임 민주주의)", + "Liquidation": "청산", + "liquidity": "유동성", + "liquidity pool": "유동성 풀", + "liquidity staking": "유동성 스테이킹", + "Low": "낮음", + "mainnet": "메인넷", + "Maker Protocol": "메이커 프로토콜", + "Malware": "맬웨어", + "market cap": "시가 총액", + "Maximal Extractable Value (MEV)": "최대추출가능가치(MEV)", + "Maximum Priority Fee": "최대 우선 요금", + "memory pool; mempool": "메모리 풀; 멤풀", + "Merge (noun)": "병합(명사)", + "Merkle Patricia trie": "머클패트리샤트리", + "Mesh": "메시", + "Metadata": "메타데이터", + "MetaMask": "MetaMask", + "MetaMask Bridge": "MetaMask 브릿지", + "MetaMask Community Platform": "MetaMask 커뮤니티 플랫폼", + "MetaMask Extension": "MetaMask 확장 프로그램", + "MetaMask Flask": "MetaMask 플라스크", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "MetaMask Learn", + "MetaMask SDK": "MetaMask SDK", + "MetaMask Snaps": "Snaps (MetaMask Snaps)", + "MetaMetrics": "MetaMetrics", + "metaverse": "메타버스", + "miner tip": "채굴기 팁", + "mining": "채굴", + "Mint": "민트", + "mnemonic phrase": "니모닉 구문", + "MobiKwik": "모비퀵", + "modular blockchain": "모듈형 블록체인", + "MoonPay": "MoonPay", + "multi-sig": "다중서명", + "multi-signature wallet (multisig)": "다중서명지갑(multisig)", + "Multifactor Authentication": "다중 인증", + "Near-Field Communication (NFC)": "근거리 무선 통신(NFC)", + "Nested Blockchain": "중첩블록체인", + "Network": "네트워크", + "Network Congestion": "네트워크 정체", + "NFT": "NFT", + "NFT aggregator": "NFT 애그리게이터", + "NFT drop": "NFT 하락", + "Ngrave": "N그레이브", + "node": "노드", + "Non-fungible token": "대체불가토큰", + "nonce": "논스", + "off-chain": "오프체인", + "ommer block": "오머 블록", + "on-chain": "온체인", + "on-ramp, off-ramp": "온램프, 오프램프", + "OpenSea": "OpenSea", + "Opera": "오페라", + "Optimism": "Optimism", + "optimistic rollup": "옵티미스틱 롤업", + "Oracle": "오라클", + "ParaSwap": "파라스왑", + "parity": "패리티", + "Parity": "Parity", + "Passphrase": "패스프레이즈", + "password manager": "비밀번호 매니저", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "피어 투 피어(P2P)", + "permissioned ledger": "허가된 원장", + "phishing (noun)": "피싱(명사)", + "Plasma": "플라즈마", + "PoA, PoS, PoW": "PoA, PoS, PoW", + "Polygon": "Polygon", + "Portfolio": "Portfolio", + "PoS/PoW Hybrid": "PoS/PoW 하이브리드", + "Priority fee": "우선 요금", + "private blockchain": "프라이빗 블록체인", + "private currency": "프라이빗 통화", + "private key": "개인 키", + "Proof of Authority (PoA)": "권한증명(PoA)", + "Proof of Stake (PoS)": "지분 증명(PoS)", + "Proof of Work (PoW)": "작업증명(PoW)", + "protocol": "프로토콜", + "public blockchain": "퍼블릭 블록체인", + "public key": "공개 키", + "Public-Key Cryptography": "공개 키 암호화", + "Public-Key Infrastructure": "공개 키 인프라", + "QR code": "QR 코드", + "Quorum": "Quorum", + "Rarible": "라리블", + "relayer": "릴레이어", + "Remote Procedure Call (RPC)": "원격 프로시저 호출(RPC)", + "Rinkeby": "린케비", + "Roadmap": "로드맵", + "Rocket Pool": "로켓풀", + "rollups": "롤업", + "Ropsten": "롭스텐", + "RPC": "RPC", + "rug pull": "러그 풀", + "Safeheron": "세이프헤론", + "Samsung Pay": "삼성페이", + "sandbox": "샌드박스", + "Sardine": "Sardine", + "Satoshi Nakamoto": "나카모토 사토시", + "scalability": "확장성", + "Scaling": "스케일링", + "Scrypt": "스크립트", + "Secret Recovery Phrase": "비밀복구구문", + "Security Token": "보안 토큰", + "Security Token Offering (STO)": "증권형 토큰 공개(STO)", + "seed phrase": "시드구문", + "self-custody (noun)": "자기 양육권 (명사)", + "self-executing": "셀프 커스터디", + "Sepolia": "Sepolia", + "Serenity": "세레니티", + "serialization": "직렬화", + "Shard chain": "샤드체인", + "sharding (noun)": "샤딩(명사)", + "Shielded Transaction": "차폐 트랜잭션", + "sidechain": "사이드체인", + "Signature (Cryptographic)": "서명(암호화)", + "slashing condition": "슬래싱 조건", + "slippage": "슬리피지", + "slot": "슬롯", + "smart contract": "스마트 계약", + "snap": "Snap", + "soft fork": "소프트 포크", + "Software Development Kit (SDK)": "소프트웨어 개발 키트(SDK)", + "Solidity": "솔리디티", + "stablecoin": "스테이블코인", + "staking (noun)": "스테이킹(명사)", + "state": "상태", + "state channels": "상태 채널", + "Streaming": "스트리밍", + "swap (noun)": "스왑(명사)", + "Swap /MetaSwap": "스왑/메타스왑", + "szabo": "재보", + "testnet (test network)": "테스트넷(테스트 네트워크)", + "Testnet Kovan": "테스트넷 코반", + "Testnet Rinkeby": "테스트넷 린케비", + "Testnet Ropsten": "테스트넷 롭스텐", + "token": "토큰", + "token lockup": "토큰 락업", + "Token standard": "토큰 표준", + "Total Value Locked (TVL)": "락업자산가치", + "Transaction": "트랜잭션", + "transaction block": "트랜잭션 블록", + "transaction fee": "트랜잭션 수수료", + "transaction ID": "트랜잭션 ID", + "transaction pool": "트랜잭션 풀", + "Transak": "트랜삭", + "Trezor": "Trezor", + "Truffle": "Truffle", + "trustless": "무신뢰", + "Turing-complete": "튜링완전", + "Two-Factor Authentication (2FA)": "이중 인증(two-factor authentication, 2FA)", + "TXID": "TXID", + "U2F": "U2F", + "Uniswap": "유니스왑", + "unspent transaction output (UTXO)": "미사용 트랜잭션 출력값(UTXO)", + "upgrade": "업그레이드", + "UTXO": "UTXO", + "validator": "밸리데이터", + "validity proof": "유효성 증명", + "Validium": "발리디움", + "Vault Decryptor": "볼트 암호해독기", + "Vesting": "베스팅", + "wallet": "지갑", + "WalletConnect": "월렛커넥트", + "web3, Web 3.0": "웹3, 웹 3.0", + "WebHID": "WebHID", + "WebSocket": "웹소켓", + "Wei": "웨이", + "Whitepaper": "백서", + "Wrapping": "래핑", + "Wyre": "Wyre", + "yield farming": "이자농사", + "yield-bearing tokens": "이자지급토큰", + "zero address": "제로 어드레스", + "Zero-knowledge proof": "영지식 증명", + "Zero-knowledge rollup": "영지식 롤업", + "zk-SNARKs": "영지식 스나크" +} diff --git a/src/i18n/locales/src/i18n/locales/nl/translation.json b/src/i18n/locales/src/i18n/locales/nl/translation.json new file mode 100644 index 0000000..9d6538f --- /dev/null +++ b/src/i18n/locales/src/i18n/locales/nl/translation.json @@ -0,0 +1,396 @@ +{ + "0x API": "0x API", + "1inch": "1inch", + "3Box Labs": "3Box Labs", + "51% Attack": "51%-aanval", + "Aave": "Aave", + "Account": "account", + "ACH transfer": "ACH-transactie", + "address; public address; account address": "adres/\"openbaar adres\" (wallet-adres)", + "Advanced": "geavanceerd", + "aggregator": "aggregator", + "Aggressive": "agressief", + "Agoric": "Agoric", + "air-gapping": "air-gapping", + "airdrop": "airdrop", + "airdrop (noun)": "airdrop", + "AirGap Vault": "AirGap Vault", + "AirSwap": "AirSwap", + "algorithm": "algoritme", + "altcoin": "altcoin", + "AML (Anti-Money Laundering)": "witwasbestrijding (AML, anti-money laundering)", + "API": "API", + "API (Application Programming Interface)": "API (application programming interface)", + "AppChain": "AppChain", + "Apple Pay": "Apple Pay", + "Arbitrum": "Arbitrum", + "ASIC (Application Specific Integrated Circuit)": "ASIC (application-specific integrated circuit)", + "asset provenance": "herkomst van asset", + "attestation": "attestatie", + "Avalanche": "Avalanche", + "Axie Infinity": "Axie Infinity", + "Base fee": "base fee", + "Beacon Chain": "Beacon Chain", + "Binance": "Binance", + "Bitcoin / bitcoin (BTC)": "bitcoin (BTC)", + "block (noun)": "blok", + "block explorer": "blokverkenner", + "block height": "blokhoogte", + "block reward": "blokbeloning", + "block time": "bloktijd", + "blockchain": "blockchain", + "Blockchain explorer": "blockchain-verkenner", + "blockchain trilemma": "blockchain-trilemma", + "BNB Chain": "BNB Chain", + "bounty / bug bounty": "bounty/bug bounty", + "brain wallet": "brainwallet", + "Brave": "Brave", + "Bridge": "bridge", + "BTC": "BTC", + "BUIDL": "BUIDL", + "bytecode": "bytecode", + "Byzantine fault tolerance": "Byzantijnse fouttolerantie", + "Byzantium fork": "Byzantium fork", + "Celo": "Celo", + "Centralized exchange (CEX)": "centrale exchange (CEX)", + "CEX": "CEX", + "chain ID": "chain-ID", + "Chrome": "Chrome", + "client (Ethereum or other compatible blockchain)": "client", + "Codefi": "Codefi", + "coin": "coin/cryptomunt", + "Coinbase Pay": "Coinbase Pay", + "cold storage": "koude opslag/cold storage", + "cold wallet / cold storage": "koude wallet/koude opslag/cold storage", + "Community Platform": "communityplatform", + "Compiling": "Compiling", + "Compound": "Compound", + "confirmation": "bevestiging", + "consensus": "consensus", + "Consensus client": "consensus-client", + "Consensus layer": "consensuslaag", + "Consensus mechanism": "consensusmechanisme", + "Consensys": "Consensys", + "Constantinople fork": "Constantinople fork", + "contract": "contract", + "Contract account": "contract-account", + "CoolWallet": "CoolWallet", + "crypto asset": "crypto-asset", + "crypto bounties": "cryptobounty's", + "crypto fund": "cryptofonds", + "crypto wallet": "cryptowallet", + "crypto-": "crypto-", + "crypto-compliance": "crypto-compliance", + "cryptoassets": "cryptoassets", + "cryptocurrency": "cryptocurrency/cryptomunt", + "cryptoeconomics": "crypto-economie", + "cryptography": "cryptografie", + "Curve": "Curve", + "custody (noun)": "custody/bewaring/beheer", + "D'CENT": "D'CENT", + "DAI": "DAI", + "DAO": "DAO", + "dapp": "dapp", + "decentralization": "decentralisatie", + "decentralized application": "decentrale app", + "Decentralized Autonomous Organization (DAO)": "decentrale autonome organisatie (DAO)", + "decentralized exchange (DEX)": "decentrale exchange (DEX)", + "decentralized finance": "decentralized finance/DeFi", + "decentralized web": "decentraal web", + "deposit": "storten", + "derive / derivation": "afleiden/afleiding", + "dev": "ontwikkelaar", + "Devcon": "Devcon", + "Developer": "ontwikkelaar", + "DEX": "DEX", + "difficulty": "difficulty/moeilijkheid", + "difficulty bomb": "difficulty bomb", + "digital asset": "digitale asset", + "digital identity": "digitale identiteit", + "Digital signature": "digitale handtekening", + "Distributed Denial of Service (DDoS) Attack": "DDOS-aanval (distributed denial of service)", + "distributed ledger": "distributed ledger", + "Distributed Ledger Technology": "distributed ledger technology", + "DLT": "DLT", + "double spend": "double-spending", + "ecosystem": "ecosysteem", + "Edge": "edge/Edge", + "EIP-1559": "EIP-1559", + "encrypted vs unencrypted keys": "sleutels met of zonder encryptie", + "encryption": "encryptie/versleuteling", + "ENS": "ENS", + "Enterprise Ethereum Alliance (EEA)": "Enterprise Ethereum Alliance (EEA)", + "entropy": "entropie", + "epoch": "epoch", + "ERC": "ERC", + "ERC-1155": "ERC-1155", + "ERC-20 Token Standard": "ERC-20 Token Standard", + "ERC-721": "ERC-721", + "ERC-721 Token Standard": "ERC-721 Token Standard", + "ETH": "ETH", + "ether (denominations)": "ether (denominaties)", + "ether (ETH)": "ether (ETH)", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "EIP (Ethereum Improvement Proposal)", + "Ethereum Name Service (ENS)": "ENS (Ethereum Name Service)", + "Ethereum Public Address": "openbaar Ethereum-adres", + "Ethereum Virtual Machine (EVM)": "EVM (Ethereum Virtual Machine)", + "Etherscan": "Etherscan", + "EVM": "EVM", + "exchange": "exchange/cryptobeurs", + "Execution client": "uitvoeringsclient", + "Execution layer": "uitvoeringslaag", + "Extended Private Key (XPRIV)": "XPRIV (Extended Private Key)", + "Extended Public Key (XPUB)": "XPUB (Extended Public Key)", + "Extension": "extensie", + "Fantom": "Fantom", + "faucet": "faucet", + "fiat currency": "fiatgeld/fiduciair geld", + "final, finality": "onwijzigbaar, finaliteit", + "Finality Rate": "snelheid van finaliteit", + "financial technology (FinTech)": "fintech (financiële technologie)", + "finney": "finney", + "Firefox": "Firefox", + "Firewall": "firewall", + "Flask": "Flask", + "fork": "fork", + "Fractional Ownership": "fractioneel eigendom", + "Fraud proof": "fraudebestendig", + "full node": "full node", + "Ganache": "Ganache", + "gas": "gas", + "gas fee": "transactiekosten/gas fee", + "gas limit": "maximale transactiekosten/gas limit", + "gas price": "gas price", + "Gas Station Network": "Gas Station Network", + "genesis block": "genesisblok", + "Gigawei": "gigawei", + "Gitcoin": "Gitcoin", + "GitHub": "GitHub", + "Goerli": "Goerli", + "Governance": "governance", + "GSN": "GSN", + "gwei": "gwei", + "halving": "halveren", + "hard fork": "hard fork", + "hardware wallet": "hardwarewallet", + "hash (noun)": "hash", + "hexadecimal; 'hex data'": "hexadecimaal; hexadecimale data", + "Hierarchical Deterministic (HD) wallet": "HD-wallet (hierarchical deterministic wallet)", + "hot storage": "warme opslag/hot storage", + "hot wallet": "warme wallet/warme opslag/hot wallet", + "Hybrid Network": "hybride netwerk", + "Hyperledger": "Hyperledger", + "ICO": "ICO", + "Identicon / AddressIdenticon / AddressIcon": "identicon/AddressIdenticon/AddressIcon", + "immutability": "onveranderlijkheid", + "Infura": "Infura", + "Initial Public Offering (IPO)": "beursgang/IPO (initial public offering)", + "Insider Trading": "handel met voorkennis", + "Inter-Blockchain Communication (IBC) Protocol": "IBC-protocol (inter-blockchain communication)", + "internal transaction": "interne transactie", + "Interoperability": "interoperabiliteit", + "InterPlanetary File System (IPFS)": "IPFS (InterPlanetary File System)", + "IP address": "IP-adres", + "JSON file": "JSON-bestand", + "JSON-RPC": "JSON-RPC", + "keystore file": "keystore-bestand", + "Know Your Customer (KYC)": "KYC (know your customer)", + "Know Your Transaction": "KYT (know your transaction)", + "Kovan": "Kovan", + "KYC": "KYC", + "KYT": "KYT", + "Latency": "latentie", + "Lattice1": "Lattice1", + "Launchpad": "Launchpad", + "Layer 0": "layer 0", + "Layer 1": "layer 1", + "Layer 2": "layer 2", + "Learn; MetaMask Learn": "Learn; MetaMask Learn", + "Ledger": "Ledger", + "Ledger Live App": "Ledger Live App", + "Library": "bibliotheek", + "Lido": "Lido", + "light client": "light client", + "Lightning Network": "Lightning Network", + "Liquid Democracy (Delegative Democracy)": "liquid democracy (gedelegeerde democratie)", + "Liquidation": "liquidatie", + "liquidity": "liquiditeit", + "liquidity pool": "liquiditeitspool", + "liquidity staking": "liquiditeit staken", + "Low": "laag", + "mainnet": "mainnet", + "Maker Protocol": "Maker Protocol", + "Malware": "malware", + "market cap": "marktkapitalisatie", + "Maximal Extractable Value (MEV)": "MEV (maximal extractable value)", + "Maximum Priority Fee": "maximale priority fee", + "memory pool; mempool": "memory pool; mempool", + "Merge (noun)": "merge", + "Merkle Patricia trie": "Merkle Patricia-trie", + "Mesh": "mesh", + "Metadata": "metadata", + "MetaMask": "MetaMask", + "MetaMask Bridge": "MetaMask Bridge", + "MetaMask Community Platform": "MetaMask communityplatform", + "MetaMask Extension": "MetaMask extensie", + "MetaMask Flask": "MetaMask Flask", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "MetaMask Learn", + "MetaMask SDK": "MetaMask SDK", + "MetaMask Snaps": "Snaps (MetaMask Snaps)", + "MetaMetrics": "MetaMetrics", + "metaverse": "metaverse", + "miner tip": "miner tip", + "mining": "mining", + "Mint": "minten", + "mnemonic phrase": "mnemonic phrase", + "MobiKwik": "MobiKwik", + "modular blockchain": "modulaire blockchain", + "MoonPay": "MoonPay", + "multi-sig": "multi-sig", + "multi-signature wallet (multisig)": "multi-signature wallet (multisig)", + "Multifactor Authentication": "meervoudige verificatie", + "Near-Field Communication (NFC)": "NFC (near-field communication)", + "Nested Blockchain": "nested blockchain", + "Network": "netwerk", + "Network Congestion": "netwerkcongestie", + "NFT": "NFT", + "NFT aggregator": "NFT-aggregator", + "NFT drop": "NFT-drop", + "Ngrave": "Ngrave", + "node": "node", + "Non-fungible token": "non-fungible token", + "nonce": "nonce", + "off-chain": "off-chain", + "ommer block": "ommerblock", + "on-chain": "on-chain", + "on-ramp, off-ramp": "on-ramp, off-ramp", + "OpenSea": "OpenSea", + "Opera": "Opera", + "Optimism": "Optimism", + "optimistic rollup": "optimistic rollup", + "Oracle": "oracle", + "ParaSwap": "ParaSwap", + "parity": "pariteit", + "Parity": "Parity", + "Passphrase": "wachtwoordzin", + "password manager": "wachtwoordmanager", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "peer-to-peer (P2P)", + "permissioned ledger": "permissioned ledger", + "phishing (noun)": "phishing", + "Plasma": "Plasma", + "PoA, PoS, PoW": "PoA, PoS, PoW", + "Polygon": "Polygon", + "Portfolio": "Portfolio", + "PoS/PoW Hybrid": "hybride van PoS en PoW", + "Priority fee": "priority fee", + "private blockchain": "private blockchain", + "private currency": "private currency", + "private key": "privésleutel", + "Proof of Authority (PoA)": "proof of authority (PoA)", + "Proof of Stake (PoS)": "proof of stake (PoS)", + "Proof of Work (PoW)": "proof of work (PoW)", + "protocol": "protocol", + "public blockchain": "openbare blockchain/public blockchain", + "public key": "publieke sleutel/public key", + "Public-Key Cryptography": "asymmetrische cryptografie/publieke-sleutelcryptografie", + "Public-Key Infrastructure": "publieke-sleutelinfrastructuur", + "QR code": "QR-code", + "Quorum": "Quorum", + "Rarible": "Rarible", + "relayer": "relayer", + "Remote Procedure Call (RPC)": "remote procedure call (RPC)", + "Rinkeby": "Rinkeby", + "Roadmap": "roadmap", + "Rocket Pool": "Rocket Pool", + "rollups": "rollups", + "Ropsten": "Ropsten", + "RPC": "RPC", + "rug pull": "rug pull", + "Safeheron": "Safeheron", + "Samsung Pay": "Samsung Pay", + "sandbox": "sandbox", + "Sardine": "Sardine", + "Satoshi Nakamoto": "Satoshi Nakamoto", + "scalability": "schaalbaarheid", + "Scaling": "opschalen", + "Scrypt": "scrypt", + "Secret Recovery Phrase": "geheime herstelzin", + "Security Token": "beveiligingstoken", + "Security Token Offering (STO)": "STO (security token offering)", + "seed phrase": "seed phrase", + "self-custody (noun)": "self-custody/zelfbewaring/eigen beheer", + "self-executing": "zelfuitvoerend", + "Sepolia": "Sepolia", + "Serenity": "Serenity", + "serialization": "serialisatie", + "Shard chain": "shard chain", + "sharding (noun)": "sharding", + "Shielded Transaction": "afgeschermde transactie", + "sidechain": "sidechain", + "Signature (Cryptographic)": "handtekening", + "slashing condition": "slashing condition", + "slippage": "slippage", + "slot": "slot", + "smart contract": "slim contract", + "snap": "Snap", + "soft fork": "soft fork", + "Software Development Kit (SDK)": "SDK (software development kit)", + "Solidity": "Solidity", + "stablecoin": "stablecoin", + "staking (noun)": "staking", + "state": "status", + "state channels": "statuskanalen", + "Streaming": "streaming", + "swap (noun)": "swap", + "Swap /MetaSwap": "swap/MetaSwap", + "szabo": "szabo", + "testnet (test network)": "testnet (testnetwerk)", + "Testnet Kovan": "testnet Kovan", + "Testnet Rinkeby": "testnet Rinkeby", + "Testnet Ropsten": "testnet Ropsten", + "token": "token", + "token lockup": "token-lock-up", + "Token standard": "tokenstandaard", + "Total Value Locked (TVL)": "TVL (total value locked)", + "Transaction": "transactie", + "transaction block": "transactieblok", + "transaction fee": "transactiekosten", + "transaction ID": "transactie-ID", + "transaction pool": "transactiepool", + "Transak": "Transak", + "Trezor": "Trezor", + "Truffle": "Truffle", + "trustless": "trustless", + "Turing-complete": "turingvolledig", + "Two-Factor Authentication (2FA)": "verificatie in twee stappen (2FA)", + "TXID": "TXID", + "U2F": "U2F", + "Uniswap": "Uniswap", + "unspent transaction output (UTXO)": "unspent transaction output (UTXO)", + "upgrade": "upgraden", + "UTXO": "UTXO", + "validator": "validator", + "validity proof": "bewijs van geldigheid", + "Validium": "Validium", + "Vault Decryptor": "Vault Decryptor", + "Vesting": "vesting/wacht-", + "wallet": "wallet", + "WalletConnect": "WalletConnect", + "web3, Web 3.0": "web3, Web 3.0", + "WebHID": "WebHID", + "WebSocket": "WebSocket", + "Wei": "wei", + "Whitepaper": "whitepaper", + "Wrapping": "wrappen", + "Wyre": "Wyre", + "yield farming": "yield farming", + "yield-bearing tokens": "yield-bearing tokens", + "zero address": "zero address", + "Zero-knowledge proof": "zero-knowledge proof", + "Zero-knowledge rollup": "zero-knowledge rollup", + "zk-SNARKs": "zk-SNARK's" +} diff --git a/src/i18n/locales/src/i18n/locales/pt-br/translation.json b/src/i18n/locales/src/i18n/locales/pt-br/translation.json new file mode 100644 index 0000000..91a0eb2 --- /dev/null +++ b/src/i18n/locales/src/i18n/locales/pt-br/translation.json @@ -0,0 +1,396 @@ +{ + "0x API": "API da 0x", + "1inch": "1inch", + "3Box Labs": "3Box Labs", + "51% Attack": "Ataque de 51%", + "Aave": "Aave", + "Account": "Conta", + "ACH transfer": "Transferência ACH", + "address; public address; account address": "endereço/\"endereço público\" (endereço da carteira)", + "Advanced": "Avançado", + "aggregator": "agregador", + "Aggressive": "Agressiva", + "Agoric": "Agoric", + "air-gapping": "lacuna de ar", + "airdrop": "airdrop", + "airdrop (noun)": "airdrop", + "AirGap Vault": "AirGap Vault", + "AirSwap": "AirSwap", + "algorithm": "algoritmo", + "altcoin": "altcoin", + "AML (Anti-Money Laundering)": "PLD (prevenção à lavagem de dinheiro)", + "API": "API", + "API (Application Programming Interface)": "API (interface de programação de aplicativo)", + "AppChain": "AppChain", + "Apple Pay": "Apple Pay", + "Arbitrum": "Arbitrum", + "ASIC (Application Specific Integrated Circuit)": "ASIC (circuito integrado de aplicação específica)", + "asset provenance": "origem do ativo", + "attestation": "atestado", + "Avalanche": "Avalanche", + "Axie Infinity": "Axie Infinity", + "Base fee": "Taxa base", + "Beacon Chain": "Beacon Chain", + "Binance": "Binance", + "Bitcoin / bitcoin (BTC)": "Bitcoin / bitcoin (BTC)", + "block (noun)": "bloco", + "block explorer": "explorador de blocos", + "block height": "altura do bloco", + "block reward": "recompensa do bloco", + "block time": "tempo do bloco", + "blockchain": "blockchain", + "Blockchain explorer": "Explorador de blockchain", + "blockchain trilemma": "trilema de blockchain", + "BNB Chain": "BNB Chain", + "bounty / bug bounty": "recompensa / recompensa por bugs", + "brain wallet": "brain wallet", + "Brave": "Brave", + "Bridge": "Ponte", + "BTC": "BTC", + "BUIDL": "BUIDL", + "bytecode": "bytecode", + "Byzantine fault tolerance": "Tolerância a falhas bizantinas", + "Byzantium fork": "Bifurcação Byzantium", + "Celo": "Celo", + "Centralized exchange (CEX)": "Corretora centralizada (CEX)", + "CEX": "CEX", + "chain ID": "ID da cadeia", + "Chrome": "Chrome", + "client (Ethereum or other compatible blockchain)": "cliente (Ethereum ou outra blockchain compatível)", + "Codefi": "Codefi", + "coin": "moeda", + "Coinbase Pay": "Coinbase Pay", + "cold storage": "cold storage", + "cold wallet / cold storage": "cold wallet / cold storage", + "Community Platform": "Plataforma da Comunidade", + "Compiling": "Compilação", + "Compound": "Compound", + "confirmation": "confirmação", + "consensus": "consenso", + "Consensus client": "Cliente de consenso", + "Consensus layer": "Camada de consenso", + "Consensus mechanism": "Mecanismo de consenso", + "Consensys": "Consensys", + "Constantinople fork": "Bifurcação Constantinople", + "contract": "contrato", + "Contract account": "Conta do contrato", + "CoolWallet": "CoolWallet", + "crypto asset": "criptoativo", + "crypto bounties": "recompensas de criptomoedas", + "crypto fund": "criptofundo", + "crypto wallet": "carteira de criptomoedas", + "crypto-": "cripto", + "crypto-compliance": "criptocompliance", + "cryptoassets": "criptoativos", + "cryptocurrency": "criptomoeda", + "cryptoeconomics": "criptoeconomia", + "cryptography": "criptografia", + "Curve": "Curve", + "custody (noun)": "custódia", + "D'CENT": "D'CENT", + "DAI": "DAI", + "DAO": "DAO", + "dapp": "dapp", + "decentralization": "descentralização", + "decentralized application": "aplicativo descentralizado", + "Decentralized Autonomous Organization (DAO)": "Organização autônoma descentralizada (DAO)", + "decentralized exchange (DEX)": "corretora descentralizada (DEX)", + "decentralized finance": "finanças descentralizadas", + "decentralized web": "web descentralizada", + "deposit": "depositar", + "derive / derivation": "derivar / derivação", + "dev": "dev", + "Devcon": "Devcon", + "Developer": "Desenvolvedor", + "DEX": "DEX", + "difficulty": "dificuldade", + "difficulty bomb": "bomba de dificuldade", + "digital asset": "ativo digital", + "digital identity": "identidade digital", + "Digital signature": "Assinatura digital", + "Distributed Denial of Service (DDoS) Attack": "Ataque de negação de serviço distribuído (DDoS)", + "distributed ledger": "registro distribuído", + "Distributed Ledger Technology": "Tecnologia de registro distribuído", + "DLT": "DLT", + "double spend": "gasto duplo", + "ecosystem": "ecossistema", + "Edge": "Edge", + "EIP-1559": "EIP-1559", + "encrypted vs unencrypted keys": "chaves criptografadas vs não criptografadas", + "encryption": "criptografia", + "ENS": "ENS", + "Enterprise Ethereum Alliance (EEA)": "Enterprise Ethereum Alliance (EEA)", + "entropy": "entropia", + "epoch": "época", + "ERC": "ERC", + "ERC-1155": "ERC-1155", + "ERC-20 Token Standard": "Padrão de token ERC-20", + "ERC-721": "ERC-721", + "ERC-721 Token Standard": "Padrão de token ERC-721", + "ETH": "ETH", + "ether (denominations)": "ether (denominações)", + "ether (ETH)": "ether (ETH)", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "Proposta de melhoria da Ethereum (EIP)", + "Ethereum Name Service (ENS)": "Serviço de nomes Ethereum (ENS)", + "Ethereum Public Address": "Endereço público Ethereum", + "Ethereum Virtual Machine (EVM)": "Máquina Virtual Ethereum (EVM)", + "Etherscan": "Etherscan", + "EVM": "EVM", + "exchange": "corretora", + "Execution client": "Cliente de execução", + "Execution layer": "Camada de execução", + "Extended Private Key (XPRIV)": "Chave privada estendida (XPRIV)", + "Extended Public Key (XPUB)": "Chave pública estendida (XPUB)", + "Extension": "Extensão", + "Fantom": "Fantom", + "faucet": "torneira", + "fiat currency": "moeda fiduciária", + "final, finality": "final, finalização", + "Finality Rate": "Taxa de finalização", + "financial technology (FinTech)": "tecnologia financeira (FinTech)", + "finney": "finney", + "Firefox": "Firefox", + "Firewall": "Firewall", + "Flask": "Flask", + "fork": "bifurcação", + "Fractional Ownership": "Propriedade fracionada", + "Fraud proof": "Prova de fraude", + "full node": "full node", + "Ganache": "Ganache", + "gas": "gás", + "gas fee": "taxa de gás", + "gas limit": "limite de gás", + "gas price": "preço do gás", + "Gas Station Network": "Gas Station Network", + "genesis block": "bloco de gênese", + "Gigawei": "Gigawei", + "Gitcoin": "Gitcoin", + "GitHub": "GitHub", + "Goerli": "Goerli", + "Governance": "Governança", + "GSN": "GSN", + "gwei": "gwei", + "halving": "halving", + "hard fork": "hard fork", + "hardware wallet": "carteira de hardware", + "hash (noun)": "hash", + "hexadecimal; 'hex data'": "hexadecimal; \"dados hexa", + "Hierarchical Deterministic (HD) wallet": "Carteira hierárquica determinística (HD)", + "hot storage": "hot storage", + "hot wallet": "hot wallet", + "Hybrid Network": "Rede híbrida", + "Hyperledger": "Hyperledger", + "ICO": "ICO", + "Identicon / AddressIdenticon / AddressIcon": "Identicon / AddressIdenticon / AddressIcon", + "immutability": "imutabilidade", + "Infura": "Infura", + "Initial Public Offering (IPO)": "Oferta pública inicial (IPO)", + "Insider Trading": "Negociação privilegiada", + "Inter-Blockchain Communication (IBC) Protocol": "Protocolo de comunicação interblockchain (IBC)", + "internal transaction": "transação interna", + "Interoperability": "interoperabilidade", + "InterPlanetary File System (IPFS)": "InterPlanetary File System (IPFS)", + "IP address": "Endereço IP", + "JSON file": "Arquivo JSON", + "JSON-RPC": "JSON-RPC", + "keystore file": "arquivo keystore", + "Know Your Customer (KYC)": "Conheça seu cliente (KYC)", + "Know Your Transaction": "Conheça sua transação", + "Kovan": "Kovan", + "KYC": "KYC", + "KYT": "KYT", + "Latency": "Latência", + "Lattice1": "Lattice1", + "Launchpad": "Launchpad", + "Layer 0": "Camada 0", + "Layer 1": "Camada 1", + "Layer 2": "Camada 2", + "Learn; MetaMask Learn": "Learn; MetaMask Learn", + "Ledger": "Ledger", + "Ledger Live App": "Ledger Live App", + "Library": "Biblioteca", + "Lido": "Lido", + "light client": "cliente leve", + "Lightning Network": "Lightning Network", + "Liquid Democracy (Delegative Democracy)": "Democracia líquida (democracia delegativa)", + "Liquidation": "Liquidação", + "liquidity": "liquidez", + "liquidity pool": "pool de liquidez", + "liquidity staking": "staking de liquidez", + "Low": "Baixa", + "mainnet": "mainnet", + "Maker Protocol": "Maker Protocol", + "Malware": "Malware", + "market cap": "capitalização de mercado", + "Maximal Extractable Value (MEV)": "Valor máximo extraível (MEV)", + "Maximum Priority Fee": "Taxa de prioridade máxima", + "memory pool; mempool": "pool de memória; mempool", + "Merge (noun)": "Fusão", + "Merkle Patricia trie": "Merkle Patricia trie", + "Mesh": "Mesh", + "Metadata": "Metadados", + "MetaMask": "MetaMask", + "MetaMask Bridge": "Ponte da MetaMask", + "MetaMask Community Platform": "Plataforma da Comunidade da MetaMask", + "MetaMask Extension": "Extensão da MetaMask", + "MetaMask Flask": "MetaMask Flask", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "MetaMask Learn", + "MetaMask SDK": "SDK da MetaMask", + "MetaMask Snaps": "Snaps (MetaMask Snaps)", + "MetaMetrics": "MetaMetrics", + "metaverse": "metaverso", + "miner tip": "gorjeta do minerador", + "mining": "mineração", + "Mint": "Cunhagem", + "mnemonic phrase": "frase mnemônica", + "MobiKwik": "MobiKwik", + "modular blockchain": "blockchain modular", + "MoonPay": "MoonPay", + "multi-sig": "multisig", + "multi-signature wallet (multisig)": "carteira multiassinatura (multisig)", + "Multifactor Authentication": "Autenticação multifator", + "Near-Field Communication (NFC)": "Comunicação por campo de proximidade (NFC)", + "Nested Blockchain": "Blockchain aninhada", + "Network": "Rede", + "Network Congestion": "Congestionamento de rede", + "NFT": "NFT", + "NFT aggregator": "Agregador de NFTs", + "NFT drop": "Drop de NFTs", + "Ngrave": "Ngrave", + "node": "node", + "Non-fungible token": "Token não fungível", + "nonce": "nonce", + "off-chain": "off-chain", + "ommer block": "bloco ommer", + "on-chain": "on-chain", + "on-ramp, off-ramp": "on-ramp, off-ramp", + "OpenSea": "OpenSea", + "Opera": "Opera", + "Optimism": "Optimism", + "optimistic rollup": "rollup otimista", + "Oracle": "Oráculo", + "ParaSwap": "ParaSwap", + "parity": "paridade", + "Parity": "Parity", + "Passphrase": "Frase secreta", + "password manager": "gerenciador de senhas", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "ponto a ponto (P2P)", + "permissioned ledger": "registro autorizado", + "phishing (noun)": "phishing", + "Plasma": "Plasma", + "PoA, PoS, PoW": "PoA, PoS, PoW", + "Polygon": "Polygon", + "Portfolio": "Portfolio", + "PoS/PoW Hybrid": "PoS/PoW híbrido", + "Priority fee": "Taxa de prioridade", + "private blockchain": "blockchain privada", + "private currency": "moeda privada", + "private key": "chave privada", + "Proof of Authority (PoA)": "Prova de autoridade (PoA)", + "Proof of Stake (PoS)": "Prova de participação (PoS)", + "Proof of Work (PoW)": "Prova de trabalho (PoW)", + "protocol": "protocolo", + "public blockchain": "blockchain pública", + "public key": "chave pública", + "Public-Key Cryptography": "Criptografia de chave pública", + "Public-Key Infrastructure": "Infraestrutura de chave pública", + "QR code": "Código QR", + "Quorum": "Quorum", + "Rarible": "Rarible", + "relayer": "relayer", + "Remote Procedure Call (RPC)": "Chamada de procedimento remoto (RPC)", + "Rinkeby": "Rinkeby", + "Roadmap": "Roteiro", + "Rocket Pool": "Rocket Pool", + "rollups": "rollups", + "Ropsten": "Ropsten", + "RPC": "RPC", + "rug pull": "puxada de tapete", + "Safeheron": "Safeheron", + "Samsung Pay": "Samsung Pay", + "sandbox": "sandbox", + "Sardine": "Sardine", + "Satoshi Nakamoto": "Satoshi Nakamoto", + "scalability": "escalabilidade", + "Scaling": "Dimensionamento", + "Scrypt": "Scrypt", + "Secret Recovery Phrase": "Frase secreta de recuperação", + "Security Token": "Token de segurança", + "Security Token Offering (STO)": "Oferta de token de segurança (STO)", + "seed phrase": "frase-semente", + "self-custody (noun)": "autocustódia", + "self-executing": "autoexecutável", + "Sepolia": "Sepolia", + "Serenity": "Serenity", + "serialization": "serialização", + "Shard chain": "Cadeia de fragmentos", + "sharding (noun)": "fragmentação", + "Shielded Transaction": "Transação blindada", + "sidechain": "sidechain", + "Signature (Cryptographic)": "Assinatura (criptográfica)", + "slashing condition": "condição de corte", + "slippage": "slippage", + "slot": "espaço", + "smart contract": "contrato inteligente", + "snap": "Snap", + "soft fork": "soft fork", + "Software Development Kit (SDK)": "Kit de desenvolvimento de software (SDK)", + "Solidity": "Solidity", + "stablecoin": "stablecoin", + "staking (noun)": "staking", + "state": "estado", + "state channels": "canais de estado", + "Streaming": "Fluxo", + "swap (noun)": "troca", + "Swap /MetaSwap": "Troca /MetaSwap", + "szabo": "szabo", + "testnet (test network)": "testnet (rede de teste)", + "Testnet Kovan": "Testnet Kovan", + "Testnet Rinkeby": "Testnet Rinkeby", + "Testnet Ropsten": "Testnet Ropsten", + "token": "token", + "token lockup": "bloqueio de token", + "Token standard": "Padrão de token", + "Total Value Locked (TVL)": "Valor total bloqueado (TVL)", + "Transaction": "Transação", + "transaction block": "bloco de transação", + "transaction fee": "taxa de transação", + "transaction ID": "ID da transação", + "transaction pool": "pool de transações", + "Transak": "Transak", + "Trezor": "Trezor", + "Truffle": "Truffle", + "trustless": "trustless", + "Turing-complete": "Turing completo", + "Two-Factor Authentication (2FA)": "Autenticação de dois fatores (2FA)", + "TXID": "TXID", + "U2F": "U2F", + "Uniswap": "Uniswap", + "unspent transaction output (UTXO)": "saída de transação não gasta (UTXO)", + "upgrade": "upgrade", + "UTXO": "UTXO", + "validator": "validador", + "validity proof": "prova de validação", + "Validium": "Validium", + "Vault Decryptor": "Vault Decryptor", + "Vesting": "Vesting", + "wallet": "carteira", + "WalletConnect": "WalletConnect", + "web3, Web 3.0": "web3, Web 3.0", + "WebHID": "WebHID", + "WebSocket": "WebSocket", + "Wei": "Wei", + "Whitepaper": "Whitepaper", + "Wrapping": "Encapsulamento", + "Wyre": "Wyre", + "yield farming": "yield farming", + "yield-bearing tokens": "tokens de rendimento", + "zero address": "endereço zero", + "Zero-knowledge proof": "Prova de conhecimento zero", + "Zero-knowledge rollup": "Rollup de conhecimento zero", + "zk-SNARKs": "zk-SNARKs" +} diff --git a/src/i18n/locales/src/i18n/locales/pt/translation.json b/src/i18n/locales/src/i18n/locales/pt/translation.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/src/i18n/locales/src/i18n/locales/pt/translation.json @@ -0,0 +1 @@ +{} diff --git a/src/i18n/locales/src/i18n/locales/ru/translation.json b/src/i18n/locales/src/i18n/locales/ru/translation.json new file mode 100644 index 0000000..3a8a618 --- /dev/null +++ b/src/i18n/locales/src/i18n/locales/ru/translation.json @@ -0,0 +1,396 @@ +{ + "0x API": "0x API", + "1inch": "1inch", + "3Box Labs": "3Box Labs", + "51% Attack": "Атака 51%", + "Aave": "Aave", + "Account": "Счет", + "ACH transfer": "ACH-перевод", + "address; public address; account address": "адрес/\"публичный адрес\" (адрес кошелька)", + "Advanced": "Дополнительно", + "aggregator": "агрегатор", + "Aggressive": "Агрессивный", + "Agoric": "Agoric", + "air-gapping": "физическая изоляция", + "airdrop": "аирдропнуть", + "airdrop (noun)": "аирдроп", + "AirGap Vault": "AirGap Vault", + "AirSwap": "AirSwap", + "algorithm": "алгоритм", + "altcoin": "альткоин", + "AML (Anti-Money Laundering)": "БОД (борьба с отмыванием денег)", + "API": "API", + "API (Application Programming Interface)": "API (интерфейс прикладного программирования)", + "AppChain": "Аппчейн", + "Apple Pay": "Apple Pay", + "Arbitrum": "Arbitrum", + "ASIC (Application Specific Integrated Circuit)": "ASIC (специальная интегральная схема)", + "asset provenance": "происхождение активов", + "attestation": "аттестация", + "Avalanche": "Avalanche", + "Axie Infinity": "Axie Infinity", + "Base fee": "Базовая комиссия", + "Beacon Chain": "Бикончейн", + "Binance": "Binance", + "Bitcoin / bitcoin (BTC)": "Биткойн/ биткойн (BTC)", + "block (noun)": "блок", + "block explorer": "обозреватель блоков", + "block height": "высота блока", + "block reward": "вознаграждение за блок", + "block time": "время блока", + "blockchain": "блокчейн", + "Blockchain explorer": "Обзреватель блокчейна", + "blockchain trilemma": "трилемма блокчейна", + "BNB Chain": "BNB Chain", + "bounty / bug bounty": "вознаграждение / вознаграждение за уязвимость", + "brain wallet": "брейн-кошелек", + "Brave": "Brave", + "Bridge": "Мост", + "BTC": "BTC", + "BUIDL": "BUIDL", + "bytecode": "байт-код", + "Byzantine fault tolerance": "Задача византийских генералов", + "Byzantium fork": "Византийский форк", + "Celo": "Celo", + "Centralized exchange (CEX)": "Централизованная биржа (CEX)", + "CEX": "CEX", + "chain ID": "ID блокчейна", + "Chrome": "Chrome", + "client (Ethereum or other compatible blockchain)": "клиент (Ethereum или другой совместимый блокчейн)", + "Codefi": "Codefi", + "coin": "монета", + "Coinbase Pay": "Coinbase Pay", + "cold storage": "холодное хранилище", + "cold wallet / cold storage": "холодный кошелек / холодное хранилище", + "Community Platform": "Платформа сообщества", + "Compiling": "Компиляция", + "Compound": "Compound", + "confirmation": "подтверждение", + "consensus": "консенсус", + "Consensus client": "Клиент консенсуса", + "Consensus layer": "Уровень консенсуса", + "Consensus mechanism": "Механизм консенсуса", + "Consensys": "Consensys", + "Constantinople fork": "Константинопольский форк", + "contract": "контракт", + "Contract account": "Контрактный счет", + "CoolWallet": "CoolWallet", + "crypto asset": "криптоактив", + "crypto bounties": "крипто-баунти", + "crypto fund": "криптофонд", + "crypto wallet": "криптокошелек", + "crypto-": "крипто", + "crypto-compliance": "крипто-комплаенс", + "cryptoassets": "криптоактивы", + "cryptocurrency": "криптовалюта", + "cryptoeconomics": "криптоэкономика", + "cryptography": "криптография", + "Curve": "Curve", + "custody (noun)": "депозитарное хранение", + "D'CENT": "D'CENT", + "DAI": "DAI", + "DAO": "ДАО", + "dapp": "dapp", + "decentralization": "децентрализация", + "decentralized application": "децентрализованное приложение", + "Decentralized Autonomous Organization (DAO)": "Децентрализованная автономная организация (ДАО)", + "decentralized exchange (DEX)": "децентрализованная биржа (DEX)", + "decentralized finance": "децентрализованные финансы", + "decentralized web": "децентрализованная сеть", + "deposit": "депозит", + "derive / derivation": "сделать вывод / вывод/извлекать/выводить/производное от", + "dev": "разраб/дев", + "Devcon": "Конференция разработчиков", + "Developer": "Разработчик", + "DEX": "DEX", + "difficulty": "сложность", + "difficulty bomb": "бомба сложности", + "digital asset": "цифровой актив", + "digital identity": "цифровая личность/цифровая идентификация/цифровой профиль", + "Digital signature": "Цифровая подпись", + "Distributed Denial of Service (DDoS) Attack": "Распределенная атака типа «отказ в обслуживании» (DDoS)", + "distributed ledger": "распределенный реестр", + "Distributed Ledger Technology": "Технология распределенного реестра", + "DLT": "DLT", + "double spend": "двойное расходование", + "ecosystem": "экосистема", + "Edge": "Граничный (Edge, if browser)", + "EIP-1559": "EIP-1559", + "encrypted vs unencrypted keys": "зашифрованные и незашифрованные ключи", + "encryption": "шифрование", + "ENS": "ENS", + "Enterprise Ethereum Alliance (EEA)": "Альянс разработчиков Ethereum (EEA)", + "entropy": "энтропия", + "epoch": "эпоха", + "ERC": "ERC", + "ERC-1155": "ERC-1155", + "ERC-20 Token Standard": "Стандарт токенов ERC-20", + "ERC-721": "ERC-721", + "ERC-721 Token Standard": "Стандарт токенов ERC-721", + "ETH": "ETH", + "ether (denominations)": "эфир (номиналы)", + "ether (ETH)": "эфир (ETH)", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "Предложение по улучшению Ethereum (EIP)", + "Ethereum Name Service (ENS)": "Служба имен Ethereum (ENS)", + "Ethereum Public Address": "Публичный адрес Ethereum", + "Ethereum Virtual Machine (EVM)": "Виртуальная машина Ethereum (EVM)", + "Etherscan": "Etherscan", + "EVM": "EVM", + "exchange": "биржа", + "Execution client": "Клиент-исполнитель", + "Execution layer": "Слой исполнения", + "Extended Private Key (XPRIV)": "Расширенный закрытый ключ (XPRIV)", + "Extended Public Key (XPUB)": "Расширенный открытый ключ (XPUB)", + "Extension": "Расширение", + "Fantom": "Fantom", + "faucet": "кран", + "fiat currency": "фиатная валюта", + "final, finality": "завершение, завершенность", + "Finality Rate": "Коэффициент завершенности", + "financial technology (FinTech)": "финансовые технологии (финтех)", + "finney": "finney", + "Firefox": "Firefox", + "Firewall": "Брандмауэр", + "Flask": "Flask", + "fork": "форк", + "Fractional Ownership": "Долевое владение", + "Fraud proof": "Доказательство мошенничества", + "full node": "полный узел", + "Ganache": "Ganache", + "gas": "газ", + "gas fee": "плата за газ", + "gas limit": "лимит газа", + "gas price": "цена газа", + "Gas Station Network": "Gas Station Network", + "genesis block": "нулевой блок", + "Gigawei": "Гигавей", + "Gitcoin": "Gitcoin", + "GitHub": "GitHub", + "Goerli": "Goerli", + "Governance": "Управление", + "GSN": "GSN", + "gwei": "Гвей", + "halving": "халвинг", + "hard fork": "хардфорк", + "hardware wallet": "аппаратный кошелек", + "hash (noun)": "хэш", + "hexadecimal; 'hex data'": "шестнадцатеричный; 'шестнадцатеричные данные'", + "Hierarchical Deterministic (HD) wallet": "Иерархически детерминированный (ИД) кошелек", + "hot storage": "горячее хранилище", + "hot wallet": "горячий кошелек", + "Hybrid Network": "Гибридная сеть", + "Hyperledger": "Гиперледжер", + "ICO": "ICO", + "Identicon / AddressIdenticon / AddressIcon": "Идентикон / AddressIdenticon / AddressIcon", + "immutability": "неизменность", + "Infura": "Infura", + "Initial Public Offering (IPO)": "Первичное публичное предложение (IPO)", + "Insider Trading": "Инсайдерская торговля", + "Inter-Blockchain Communication (IBC) Protocol": "Протокол межблокчейновой коммуникации (IBC)", + "internal transaction": "внутренняя транзакция", + "Interoperability": "Совместимость", + "InterPlanetary File System (IPFS)": "InterPlanetary File System (IPFS)", + "IP address": "IP-адрес", + "JSON file": "JSON-файл", + "JSON-RPC": "JSON-RPC", + "keystore file": "файл хранилища ключей", + "Know Your Customer (KYC)": "«Знай своего клиента» (ЗСК)", + "Know Your Transaction": "«Знай свою транзакцию»", + "Kovan": "Kovan", + "KYC": "ЗСК", + "KYT": "ЗСТ", + "Latency": "Задержка", + "Lattice1": "Lattice1", + "Launchpad": "Лаунчпад", + "Layer 0": "Слой 0", + "Layer 1": "Слой 1", + "Layer 2": "Слой 2", + "Learn; MetaMask Learn": "Learn; MetaMask Learn", + "Ledger": "Ledger", + "Ledger Live App": "Приложение Ledger Live", + "Library": "Библиотека", + "Lido": "Lido", + "light client": "легкий клиент", + "Lightning Network": "Сеть Lightning", + "Liquid Democracy (Delegative Democracy)": "Ликвидная демократия (делегативная демократия)", + "Liquidation": "Ликвидность", + "liquidity": "ликвидность", + "liquidity pool": "пул ликвидности", + "liquidity staking": "стейкинг ликвидности", + "Low": "Низкий", + "mainnet": "мейн-нет", + "Maker Protocol": "Протокол Maker", + "Malware": "Вредоносное программное обеспечение", + "market cap": "рыночная капитализация", + "Maximal Extractable Value (MEV)": "Максимальная извлекаемая ценность (MEV)", + "Maximum Priority Fee": "Максимальная плата за приоритет", + "memory pool; mempool": "пул памяти; мемпул", + "Merge (noun)": "«Слияние»", + "Merkle Patricia trie": "Дерево Меркла", + "Mesh": "Mesh", + "Metadata": "Метаданные", + "MetaMask": "MetaMask", + "MetaMask Bridge": "Мост MetaMask", + "MetaMask Community Platform": "Платформа сообщества MetaMask", + "MetaMask Extension": "Расширение MetaMask", + "MetaMask Flask": "MetaMask Flask", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "MetaMask Learn", + "MetaMask SDK": "MetaMask SDK", + "MetaMask Snaps": "Snaps (MetaMask Snaps)", + "MetaMetrics": "MetaMetrics", + "metaverse": "метавселенная", + "miner tip": "«чаевые» майнеру", + "mining": "майнинг", + "Mint": "Выполнить минтинг", + "mnemonic phrase": "мнемоническая фраза", + "MobiKwik": "MobiKwik", + "modular blockchain": "модульный блокчейн", + "MoonPay": "MoonPay", + "multi-sig": "multi-sig", + "multi-signature wallet (multisig)": "кошелек с мультиподписью (multisig)", + "Multifactor Authentication": "Многофакторная аутентификация", + "Near-Field Communication (NFC)": "Технология ближней бесконтактной связи (NFC)", + "Nested Blockchain": "Вложенный блокчейн", + "Network": "Сеть", + "Network Congestion": "Перегрузка сети", + "NFT": "NFT", + "NFT aggregator": "NFT-агрегатор", + "NFT drop": "NFT-дроп", + "Ngrave": "Ngrave", + "node": "узел", + "Non-fungible token": "Невзаимозаменяемый токен", + "nonce": "одноразовый код", + "off-chain": "оффчейн", + "ommer block": "блок оммер", + "on-chain": "ончейн", + "on-ramp, off-ramp": "он-рэмп, офф-рэмп", + "OpenSea": "OpenSea", + "Opera": "Opera", + "Optimism": "Optimism", + "optimistic rollup": "оптимистичный роллап", + "Oracle": "Oracle", + "ParaSwap": "Paraswap", + "parity": "паритет", + "Parity": "Parity", + "Passphrase": "Парольная фраза", + "password manager": "менджер паролей", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "пиринговый (P2P)", + "permissioned ledger": "разрешенный реестр", + "phishing (noun)": "фишинг", + "Plasma": "Plasma", + "PoA, PoS, PoW": "PoA, PoS, PoW", + "Polygon": "Polygon", + "Portfolio": "Portfolio", + "PoS/PoW Hybrid": "Гибрид PoS/PoW", + "Priority fee": "Плата за приоритет", + "private blockchain": "закрытый блокчейн", + "private currency": "частная валюта", + "private key": "закрытый ключ", + "Proof of Authority (PoA)": "Доказательство полномочий (PoA)", + "Proof of Stake (PoS)": "Доказательство доли владения (PoS)", + "Proof of Work (PoW)": "Доказательство работы (PoW)", + "protocol": "протокол", + "public blockchain": "публичный блокчейн", + "public key": "открытый ключ", + "Public-Key Cryptography": "Криптография с открытым ключом", + "Public-Key Infrastructure": "Инфраструктура открытых ключей", + "QR code": "QR-код", + "Quorum": "Quorum", + "Rarible": "Rarible", + "relayer": "ретранслятор", + "Remote Procedure Call (RPC)": "Удаленный вызов процедур (RPC)", + "Rinkeby": "Rinkeby", + "Roadmap": "План-график", + "Rocket Pool": "Rocket Pool", + "rollups": "роллапы", + "Ropsten": "Ropsten", + "RPC": "RPC", + "rug pull": "раг-пулл", + "Safeheron": "Safeheron", + "Samsung Pay": "Samsung Pay", + "sandbox": "«песочница»", + "Sardine": "Sardine", + "Satoshi Nakamoto": "Сатоши Накамото", + "scalability": "масштабируемость", + "Scaling": "масштабирование", + "Scrypt": "Scrypt", + "Secret Recovery Phrase": "Секретная фраза для восстановления", + "Security Token": "Токен безопасности", + "Security Token Offering (STO)": "Предложение токенов безопасности (STO)", + "seed phrase": "сид-фраза", + "self-custody (noun)": "самодепозитарий", + "self-executing": "самоисполняющийся", + "Sepolia": "Sepolia", + "Serenity": "Serenity", + "serialization": "сериализация", + "Shard chain": "Шардчейн", + "sharding (noun)": "шардинг", + "Shielded Transaction": "Защищенная транзакция", + "sidechain": "сайдчейн", + "Signature (Cryptographic)": "Подпись (Криптографическая)", + "slashing condition": "условие слэшинга", + "slippage": "проскальзывание", + "slot": "слот", + "smart contract": "смарт-контракт", + "snap": "Snap", + "soft fork": "софтфорк", + "Software Development Kit (SDK)": "Комплект для разработки программного обеспечения (SDK)", + "Solidity": "Solidity", + "stablecoin": "стейблкоин", + "staking (noun)": "стейкинг", + "state": "стейт", + "state channels": "Каналы состояния", + "Streaming": "Стриминг", + "swap (noun)": "своп", + "Swap /MetaSwap": "Своп /MetaSwap", + "szabo": "сабо", + "testnet (test network)": "тестнет (тестовая сеть)", + "Testnet Kovan": "Тестнет Kovan", + "Testnet Rinkeby": "Тестнет Rinkeby", + "Testnet Ropsten": "Тестнет Ropsten", + "token": "токен", + "token lockup": "блокировка токена", + "Token standard": "Стандарт токена", + "Total Value Locked (TVL)": "Общая заблокированная стоимость (TVL)", + "Transaction": "Транзакция", + "transaction block": "блок транзакции", + "transaction fee": "комиссия за транзакцию", + "transaction ID": "ID транзакции", + "transaction pool": "пул транзакций", + "Transak": "Transak", + "Trezor": "Trezor", + "Truffle": "Truffle", + "trustless": "трастлесс", + "Turing-complete": "Полный по Тьюрингу", + "Two-Factor Authentication (2FA)": "Двухфакторная аутентификация (2ФА)", + "TXID": "TXID", + "U2F": "U2F", + "Uniswap": "Uniswap", + "unspent transaction output (UTXO)": "выход неизрасходованных транзакций (UTXO)", + "upgrade": "апгрейд", + "UTXO": "UTXO", + "validator": "валидатор", + "validity proof": "доказательство действительности", + "Validium": "Validium", + "Vault Decryptor": "Vault Decryptor", + "Vesting": "Вестинг", + "wallet": "кошелек", + "WalletConnect": "WalletConnect", + "web3, Web 3.0": "web3, Web 3.0", + "WebHID": "WebHID", + "WebSocket": "WebSocket", + "Wei": "Вей", + "Whitepaper": "Белая книга", + "Wrapping": "Обертывание", + "Wyre": "Wyre", + "yield farming": "фарминг доходности", + "yield-bearing tokens": "доходные токены", + "zero address": "нулевой адрес", + "Zero-knowledge proof": "Доказательство с нулевым разглашением", + "Zero-knowledge rollup": "Роллап с нулевым разглашением", + "zk-SNARKs": "Протоколы zk-SNARK" +} diff --git a/src/i18n/locales/src/i18n/locales/th/translation.json b/src/i18n/locales/src/i18n/locales/th/translation.json new file mode 100644 index 0000000..599d24e --- /dev/null +++ b/src/i18n/locales/src/i18n/locales/th/translation.json @@ -0,0 +1,396 @@ +{ + "0x API": "0x API", + "1inch": "1inch", + "3Box Labs": "3Box Labs", + "51% Attack": "การโจมตี 51%", + "Aave": "Aave", + "Account": "บัญชี", + "ACH transfer": "การโอน ACH", + "address; public address; account address": "ที่อยู่", + "Advanced": "ขั้นสูง", + "aggregator": "ผู้รวบรวม", + "Aggressive": "ทุ่มสุดตัว", + "Agoric": "Agoric", + "air-gapping": "การสร้างแอร์แกป", + "airdrop": "แอร์ดรอป", + "airdrop (noun)": "แอร์ดรอป", + "AirGap Vault": "AirGap Vault", + "AirSwap": "AirSwap", + "algorithm": "อัลกอริทึม", + "altcoin": "อัลต์คอยน์", + "AML (Anti-Money Laundering)": "AML (การต่อต้านการฟอกเงิน)", + "API": "API", + "API (Application Programming Interface)": "API (อินเทอร์เฟซโปรแกรมแอปพลิเคชัน)", + "AppChain": "AppChain", + "Apple Pay": "Apple Pay", + "Arbitrum": "Arbitrum", + "ASIC (Application Specific Integrated Circuit)": "ASIC (วงจรรวมเฉพาะแอปพลิเคชัน)", + "asset provenance": "ที่มาของสินทรัพย์", + "attestation": "การลงนามรับรอง", + "Avalanche": "Avalanche", + "Axie Infinity": "Axie Infinity", + "Base fee": "ค่าแก๊สพื้นฐาน", + "Beacon Chain": "Beacon Chain", + "Binance": "Binance", + "Bitcoin / bitcoin (BTC)": "บิตคอยน์", + "block (noun)": "บล็อก", + "block explorer": "ส่วนอธิบายบล็อก", + "block height": "เลขบล็อก", + "block reward": "รางวัลการขุดบล็อก", + "block time": "ระยะเวลาบล็อก", + "blockchain": "บล็อกเชน", + "Blockchain explorer": "ส่วนอธิบายบล็อกเชน", + "blockchain trilemma": "บล็อกเชนตรีบถ", + "BNB Chain": "เชน BNB", + "bounty / bug bounty": "รางวัล / รางวัลรายงานช่องโหว่", + "brain wallet": "วอลเล็ตความจำ", + "Brave": "Brave", + "Bridge": "สะพาน", + "BTC": "BTC", + "BUIDL": "BUIDL", + "bytecode": "ไบต์โค้ด", + "Byzantine fault tolerance": "การทนความผิดพร่องแบบไบแซนไทน์", + "Byzantium fork": "การแยกบิแซนเทียม", + "Celo": "Celo", + "Centralized exchange (CEX)": "ตลาดแลกเปลี่ยนแบบรวมศูนย์", + "CEX": "CEX", + "chain ID": "ID เชน", + "Chrome": "Chrome", + "client (Ethereum or other compatible blockchain)": "ไคลเอ็นต์", + "Codefi": "Codefi", + "coin": "เหรียญ", + "Coinbase Pay": "Coinbase Pay", + "cold storage": "ที่เก็บเงินระยะยาว", + "cold wallet / cold storage": "วอลเล็ตเงินเย็น / ที่เก็บเงินระยะยาว", + "Community Platform": "แพลตฟอร์มชุมชน", + "Compiling": "การคอมไพล์", + "Compound": "Compound", + "confirmation": "การยืนยัน", + "consensus": "ฉันทามติ", + "Consensus client": "ไคลเอ็นต์ฉันทามติ", + "Consensus layer": "เลเยอร์ฉันทามติ", + "Consensus mechanism": "กลไกฉันทามติ", + "Consensys": "Consensys", + "Constantinople fork": "การแยกคอนสแตนติโนเปิล", + "contract": "สัญญา", + "Contract account": "บัญชีสัญญา", + "CoolWallet": "CoolWallet", + "crypto asset": "สินทรัพย์คริปโต", + "crypto bounties": "รางวัลคริปโต", + "crypto fund": "กองทุนคริปโต", + "crypto wallet": "วอลเล็ตคริปโต", + "crypto-": "คริปโต", + "crypto-compliance": "การปฏิบัติตามกฎระเบียบคริปโต", + "cryptoassets": "สินทรัพย์คริปโต", + "cryptocurrency": "เงินคริปโต", + "cryptoeconomics": "เศรษฐกิจคริปโต", + "cryptography": "วิทยาการเข้ารหัส", + "Curve": "Curve", + "custody (noun)": "การเก็บรักษา", + "D'CENT": "D'CENT", + "DAI": "DAI", + "DAO": "DAO", + "dapp": "ดีแอป", + "decentralization": "กระจายศูนย์", + "decentralized application": "แอปพลิเคชันกระจายศูนย์", + "Decentralized Autonomous Organization (DAO)": "องค์กรอัตโนมัติแบบกระจายศูนย์ (DAO)", + "decentralized exchange (DEX)": "ตลาดแลกเปลี่ยนแบบกระจายศูนย์ (DEX)", + "decentralized finance": "การเงินกระจายศูนย์", + "decentralized web": "เว็บกระจายศูนย์", + "deposit": "ฝาก", + "derive / derivation": "ได้มาจาก / อนุพัทธ์", + "dev": "นักพัฒนา", + "Devcon": "Devcon", + "Developer": "นักพัฒนา", + "DEX": "DEX", + "difficulty": "ความยากในการขุด", + "difficulty bomb": "ปรับความยากจนขุดไม่ได้", + "digital asset": "สินทรัพย์ดิจิทัล", + "digital identity": "อัตลักษณ์ดิจิทัล", + "Digital signature": "ลายเซ็นดิจิทัล", + "Distributed Denial of Service (DDoS) Attack": "การโจมตีแบบปฏิเสธการให้บริการแบบกระจาย (DDoS)", + "distributed ledger": "การจดบัญชีแบบกระจาย", + "Distributed Ledger Technology": "เทคโนโลยีการจดบัญชีแบบกระจาย", + "DLT": "DLT", + "double spend": "จ่ายซ้ำ", + "ecosystem": "ระบบนิเวศ", + "Edge": "Edge", + "EIP-1559": "EIP-1559", + "encrypted vs unencrypted keys": "คีย์เข้ารหัส / คีย์ไม่เข้ารหัส", + "encryption": "การเข้ารหัส", + "ENS": "ENS", + "Enterprise Ethereum Alliance (EEA)": "กลุ่มพันธมิตร Enterprise Ethereum Alliance (EEA)", + "entropy": "เอนโทรปี", + "epoch": "อีพอกช์", + "ERC": "ERC", + "ERC-1155": "ERC-1155", + "ERC-20 Token Standard": "มาตรฐานโทเค็น ERC-20", + "ERC-721": "ERC-721", + "ERC-721 Token Standard": "มาตรฐานโทเค็น ERC-721", + "ETH": "ETH", + "ether (denominations)": "อีเทอร์", + "ether (ETH)": "อีเทอร์ (ETH)", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "ข้อเสนอการปรับปรุง Ethereum (EIP)", + "Ethereum Name Service (ENS)": "เนมเซอร์วิส Ethereum (ENS)", + "Ethereum Public Address": "ที่อยู่สาธารณะ Ethereum", + "Ethereum Virtual Machine (EVM)": "เครื่องมือจำลอง Ethereum (EVM)", + "Etherscan": "Etherscan", + "EVM": "EVM", + "exchange": "ตลาดแลกเปลี่ยน", + "Execution client": "ไคลเอ็นต์ดำเนินการ", + "Execution layer": "เลเยอร์ดำเนินการ", + "Extended Private Key (XPRIV)": "คีย์ส่วนตัวแบบขยาย (XPRIV)", + "Extended Public Key (XPUB)": "คีย์สาธารณะแบบขยาย (XPUB)", + "Extension": "ส่วนขยาย", + "Fantom": "Fantom", + "faucet": "ฟอเซ็ต", + "fiat currency": "เงินเฟียต", + "final, finality": "ยอดสรุปสุดท้าย", + "Finality Rate": "อัตราสุดท้าย", + "financial technology (FinTech)": "เทคโนโลยีทางการเงิน (FinTech)", + "finney": "ฟินนี่", + "Firefox": "Firefox", + "Firewall": "ไฟร์วอลล์", + "Flask": "Flask", + "fork": "แยก", + "Fractional Ownership": "การถือครองกรรมสิทธิ์แบบสัดส่วน", + "Fraud proof": "การตรวจสอบแบบไม่ไว้ใจ", + "full node": "โหนดเต็ม", + "Ganache": "Ganache", + "gas": "แก๊ส", + "gas fee": "ค่าแก๊ส", + "gas limit": "ขีดจำกัดค่าแก๊ส", + "gas price": "ราคาแก๊ส", + "Gas Station Network": "เครือข่ายจัดหาแก๊ส", + "genesis block": "บล็อกแรก", + "Gigawei": "กิกะเวย์", + "Gitcoin": "Gitcoin", + "GitHub": "GitHub", + "Goerli": "Goerli", + "Governance": "การกำกับ", + "GSN": "GSN", + "gwei": "เกวย์", + "halving": "ฮาฟวิงก์", + "hard fork": "การแยกสมบูรณ์", + "hardware wallet": "ฮาร์ดแวร์วอลเล็ต", + "hash (noun)": "แฮช", + "hexadecimal; 'hex data'": "เลขฐานสิบหก, ข้อมูลเลขฐานสิบหก", + "Hierarchical Deterministic (HD) wallet": "วอลเล็ตมีลำดับชั้น (HD)", + "hot storage": "ที่เก็บเงินระยะสั้น", + "hot wallet": "วอลเล็ตเงินร้อน", + "Hybrid Network": "เครือข่ายไฮบริด", + "Hyperledger": "Hyperledger", + "ICO": "ICO", + "Identicon / AddressIdenticon / AddressIcon": "ไอเดนทิคอน / แอดเดรสทิคอน / แอดเดรสไอคอน", + "immutability": "เปลี่ยนแปลงไม่ได้", + "Infura": "Infura", + "Initial Public Offering (IPO)": "การเสนอขายทั่วไปครั้งแรก (IPO)", + "Insider Trading": "การใช้ข้อมูลภายใน", + "Inter-Blockchain Communication (IBC) Protocol": "โพรโตคอลการสื่อสารระหว่างบล็อกเชน (IBC)", + "internal transaction": "ธุรกรรมภายใน", + "Interoperability": "ความสอดประสาน", + "InterPlanetary File System (IPFS)": "ระบบไฟล์ InterPlanetary (IPFS)", + "IP address": "เลขที่อยู่ IP", + "JSON file": "ไฟล์ JSON", + "JSON-RPC": "JSON-RPC", + "keystore file": "ไฟล์คีย์สโตร์", + "Know Your Customer (KYC)": "การรู้จักลูกค้า (KYC)", + "Know Your Transaction": "การรู้จักธุรกรรม", + "Kovan": "Kovan", + "KYC": "KYC", + "KYT": "KYT", + "Latency": "ความหน่วง", + "Lattice1": "Lattice1", + "Launchpad": "Launchpad", + "Layer 0": "เลเยอร์ 0", + "Layer 1": "เลเยอร์ 1", + "Layer 2": "เลเยอร์ 2", + "Learn; MetaMask Learn": "Learn; MetaMask Learn", + "Ledger": "Ledger", + "Ledger Live App": "แอป Ledger Live", + "Library": "ไลบรารี", + "Lido": "Lido", + "light client": "ไลต์ไคลเอ็นต์", + "Lightning Network": "Lightning Network", + "Liquid Democracy (Delegative Democracy)": "ประชาธิปไตยแบบลื่นไหล (ประชาธิปไตยแบบมอบอำนาจ)", + "Liquidation": "การชำระบัญชี", + "liquidity": "สภาพคล่อง", + "liquidity pool": "พูลสภาพคล่อง", + "liquidity staking": "ฝากสภาพคล่อง", + "Low": "ต่ำ", + "mainnet": "เครือข่ายหลัก", + "Maker Protocol": "Maker Protocol", + "Malware": "มัลแวร์", + "market cap": "มูลค่าตลาด", + "Maximal Extractable Value (MEV)": "มูลค่าที่สกัดได้สูงสุด (MEV)", + "Maximum Priority Fee": "ค่าแซงคิวสูงสุด", + "memory pool; mempool": "พูลเมมโมรี่, เมมพูล", + "Merge (noun)": "เมิร์ช", + "Merkle Patricia trie": "ต้นไม้ Merkle Patricia", + "Mesh": "Mesh", + "Metadata": "ข้อมูลเมต้า", + "MetaMask": "MetaMask", + "MetaMask Bridge": "MetaMask Bridge", + "MetaMask Community Platform": "แพลตฟอร์มชุมชน MetaMask", + "MetaMask Extension": "ส่วนขยาย MetaMask", + "MetaMask Flask": "MetaMask Flask", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "MetaMask Learn", + "MetaMask SDK": "MetaMask SDK", + "MetaMask Snaps": "Snaps (MetaMask Snaps)", + "MetaMetrics": "MetaMetrics", + "metaverse": "เมตาเวิร์ส", + "miner tip": "ทิปนักขุด", + "mining": "การขุด", + "Mint": "สร้าง", + "mnemonic phrase": "วลีช่วยจำ", + "MobiKwik": "MobiKwik", + "modular blockchain": "บล็อกเชนแยกส่วน", + "MoonPay": "MoonPay", + "multi-sig": "หลายลายเซ็น", + "multi-signature wallet (multisig)": "วอลเล็ตหลายลายเซ็น (multisig)", + "Multifactor Authentication": "การพิสูจน์ตัวจริงหลายปัจจัย", + "Near-Field Communication (NFC)": "การสื่อสารไร้สายระยะใกล้ (NFC)", + "Nested Blockchain": "บล็อกเชนย่อย", + "Network": "เครือข่าย", + "Network Congestion": "ความแออัดของเครือข่าย", + "NFT": "NFT", + "NFT aggregator": "ผู้รวบรวม NFT", + "NFT drop": "การปล่อยผลงาน NFT", + "Ngrave": "Ngrave", + "node": "โหนด", + "Non-fungible token": "โทเค็นที่ไม่สามารถทดแทนได้", + "nonce": "นอนซ์", + "off-chain": "นอกเชน", + "ommer block": "ออมเมอร์บล็อก", + "on-chain": "ในเชน", + "on-ramp, off-ramp": "แลกเข้า, แลกออก", + "OpenSea": "OpenSea", + "Opera": "Opera", + "Optimism": "Optimism", + "optimistic rollup": "โรลล์อัปแบบออปติมิสติก", + "Oracle": "ออราเคิล", + "ParaSwap": "ParaSwap", + "parity": "แพริตี", + "Parity": "Parity", + "Passphrase": "วลีรหัสผ่าน", + "password manager": "เครื่องมือจัดการรหัสผ่าน", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "เพียร์ทูเพียร์ (P2P)", + "permissioned ledger": "บัญชีที่อนุญาตแล้ว", + "phishing (noun)": "ฟิชชิ่ง", + "Plasma": "พลาสมา", + "PoA, PoS, PoW": "PoA, PoS, PoW", + "Polygon": "Polygon", + "Portfolio": "พอร์ตเงิน", + "PoS/PoW Hybrid": "PoS/PoW Hybrid", + "Priority fee": "ค่าแซงคิว", + "private blockchain": "บล็อกเชนส่วนตัว", + "private currency": "สกุลเงินส่วนตัว", + "private key": "คีย์ส่วนตัว", + "Proof of Authority (PoA)": "การพิสูจน์ด้วยอำนาจ (PoA)", + "Proof of Stake (PoS)": "การพิสูจน์แบบมีส่วนได้ส่วนเสีย (PoS)", + "Proof of Work (PoW)": "การพิสูจน์ด้วยการทำงาน (PoW)", + "protocol": "โพรโตคอล", + "public blockchain": "บล็อกเชนสาธารณะ", + "public key": "คีย์สาธารณะ", + "Public-Key Cryptography": "วิทยาการรหัสลับคีย์สาธารณะ", + "Public-Key Infrastructure": "โครงสร้างพื้นฐานคีย์สาธารณะ", + "QR code": "รหัส QR", + "Quorum": "Quorum", + "Rarible": "Rarible", + "relayer": "รีเลเยอร์", + "Remote Procedure Call (RPC)": "การเรียกโปรแกรมย่อยระยะไกล (PRC)", + "Rinkeby": "Rinkeby", + "Roadmap": "แผนดำเนินการ", + "Rocket Pool": "Rocket Pool", + "rollups": "โรลล์อัป", + "Ropsten": "Ropsten", + "RPC": "RPC", + "rug pull": "กลโกงแบบหอบหนี", + "Safeheron": "Safeheron", + "Samsung Pay": "Samsung Pay", + "sandbox": "แซนด์บ็อกซ์", + "Sardine": "Sardine", + "Satoshi Nakamoto": "ซาโตชิ นากาโมโต", + "scalability": "ความสามารถในการปรับขนาด", + "Scaling": "ปรับขนาด", + "Scrypt": "สคริปต์", + "Secret Recovery Phrase": "วลีกู้คืนรหัส", + "Security Token": "โทเค็นหลักทรัพย์", + "Security Token Offering (STO)": "การเสนอขายโทเค็นหลักทรัพย์ (STO)", + "seed phrase": "ซีดเฟส", + "self-custody (noun)": "การเก็บรักษาเอง", + "self-executing": "ดำเนินการเอง", + "Sepolia": "Sepolia", + "Serenity": "Serenity", + "serialization": "การเรียงลำดับอนุกรม", + "Shard chain": "ชาร์ดเชน", + "sharding (noun)": "การแบ่งชาร์ด", + "Shielded Transaction": "ธุรกรรมที่มีการป้องกัน", + "sidechain": "เชนข้างเคียง", + "Signature (Cryptographic)": "ลายเซ็น (วิทยาการรหัสลับ)", + "slashing condition": "เงื่อนไขลงโทษ", + "slippage": "ค่าความคลาดเคลื่อน", + "slot": "สล็อต", + "smart contract": "สมาร์ตคอนแทรกต์", + "snap": "Snap", + "soft fork": "การแยกอสมบูรณ์", + "Software Development Kit (SDK)": "ชุดพัฒนาซอฟต์แวร์ (SDK)", + "Solidity": "Solidity", + "stablecoin": "สเตเบิลคอยน์", + "staking (noun)": "การฝาก", + "state": "สถานะ", + "state channels": "แชนแนลสถานะ", + "Streaming": "สตรีม", + "swap (noun)": "การแลกเปลี่ยน", + "Swap /MetaSwap": "Swap /MetaSwap", + "szabo": "ซาโบ", + "testnet (test network)": "เครือข่ายทดสอบ", + "Testnet Kovan": "เครือข่ายทดสอบ Kovan", + "Testnet Rinkeby": "เครือข่ายทดสอบ Rinkeby", + "Testnet Ropsten": "เครือข่ายทดสอบ Ropsten", + "token": "โทเค็น", + "token lockup": "ล็อกโทเค็น", + "Token standard": "มาตรฐานโทเค็น", + "Total Value Locked (TVL)": "มูลค่ารวมในระบบ (TVL)", + "Transaction": "ธุรกรรม", + "transaction block": "บล็อกธุรกรรม", + "transaction fee": "ค่าธรรมเนียมธุรกรรม", + "transaction ID": "ID ธุรกรรม", + "transaction pool": "พูลธุรกรรม", + "Transak": "Transak", + "Trezor": "Trezor", + "Truffle": "Truffle", + "trustless": "ไม่ต้องไว้วางใจ", + "Turing-complete": "สมบูรณ์ตามแบบทัวริง", + "Two-Factor Authentication (2FA)": "การพิสูจน์ตัวจริงสองปัจจัย (2FA)", + "TXID": "TXID", + "U2F": "U2F", + "Uniswap": "Uniswap", + "unspent transaction output (UTXO)": "เอาต์พุตธุรกรรมที่ยังไม่ใช้จ่าย (UTXO)", + "upgrade": "อัปเกรด", + "UTXO": "UTXO", + "validator": "ผู้ยืนยัน", + "validity proof": "หลักฐานยืนยัน", + "Validium": "Validium", + "Vault Decryptor": "Vault Decryptor", + "Vesting": "ทยอยให้ตามเวลา", + "wallet": "วอลเล็ต", + "WalletConnect": "WalletConnect", + "web3, Web 3.0": "เว็บ 3, เว็บ 3.0", + "WebHID": "WebHID", + "WebSocket": "WebSocket", + "Wei": "เวย์", + "Whitepaper": "หนังสือชี้ชวน", + "Wrapping": "การห่อ", + "Wyre": "Wyre", + "yield farming": "การทำฟาร์ม", + "yield-bearing tokens": "โทเคนรับผลประโยชน์จากการฟาร์ม", + "zero address": "ที่อยู่สูญ", + "Zero-knowledge proof": "การพิสูจน์โดยไม่ต้องรู้ข้อมูล", + "Zero-knowledge rollup": "โรลล์อัปแบบไม่ต้องรู้ข้อมูล", + "zk-SNARKs": "zk-SNARKs" +} diff --git a/src/i18n/locales/src/i18n/locales/tl/translation.json b/src/i18n/locales/src/i18n/locales/tl/translation.json new file mode 100644 index 0000000..df3e6d3 --- /dev/null +++ b/src/i18n/locales/src/i18n/locales/tl/translation.json @@ -0,0 +1,396 @@ +{ + "0x API": "0x API", + "1inch": "1inch", + "3Box Labs": "3Box Labs", + "51% Attack": "51% Pag-atake", + "Aave": "Aave", + "Account": "Account", + "ACH transfer": "ACH na paglilipat", + "address; public address; account address": "address/\"pampublikong address\" (address ng wallet)", + "Advanced": "Advanced", + "aggregator": "aggregator", + "Aggressive": "Agresibo", + "Agoric": "Agoric", + "air-gapping": "air-gapping", + "airdrop": "airdrop", + "airdrop (noun)": "airdrop (pangngalan)", + "AirGap Vault": "AirGap Vault", + "AirSwap": "AirSwap", + "algorithm": "algoritmo", + "altcoin": "altcoin", + "AML (Anti-Money Laundering)": "AML (Anti-Money Laundering)", + "API": "API", + "API (Application Programming Interface)": "API (Application Programming Interface)", + "AppChain": "AppChain", + "Apple Pay": "Apple Pay", + "Arbitrum": "Arbitrum", + "ASIC (Application Specific Integrated Circuit)": "ASIC (Application Specific Integrated Circuit)", + "asset provenance": "pinagmulan ng asset", + "attestation": "pagpapatunay", + "Avalanche": "Avalanche", + "Axie Infinity": "Axie Infinity", + "Base fee": "Batayang bayad", + "Beacon Chain": "Beacon Chain", + "Binance": "Binance", + "Bitcoin / bitcoin (BTC)": "Bitcoin / bitcoin (BTC)", + "block (noun)": "block (pangngalan)", + "block explorer": "block explorer", + "block height": "taas ng block", + "block reward": "gantimpala ng block", + "block time": "oras ng block", + "blockchain": "blockchain", + "Blockchain explorer": "Blockchain explorer", + "blockchain trilemma": "blockchain trilemma", + "BNB Chain": "BNB Chain", + "bounty / bug bounty": "bounty / bug bounty", + "brain wallet": "brain wallet", + "Brave": "Brave", + "Bridge": "Bridge", + "BTC": "BTC", + "BUIDL": "BUIDL", + "bytecode": "bytecode", + "Byzantine fault tolerance": "", + "Byzantium fork": "Byzantium fork", + "Celo": "Celo", + "Centralized exchange (CEX)": "Centralized exchange (CEX)", + "CEX": "CEX", + "chain ID": "ID ng chain", + "Chrome": "Chrome", + "client (Ethereum or other compatible blockchain)": "kliyente (Ethereum o iba pang katugmang blockchain)", + "Codefi": "Codefi", + "coin": "barya", + "Coinbase Pay": "Coinbase Pay", + "cold storage": "malamig na imbakan", + "cold wallet / cold storage": "malamig na wallet / malamig na imbakan", + "Community Platform": "Platform ng Komunidad", + "Compiling": "Pinagsasama-sama", + "Compound": "Compound", + "confirmation": "kumpirmasyon", + "consensus": "pinagkasunduan", + "Consensus client": "Kliyente ng kasunduan", + "Consensus layer": "Layer ng kasunduan", + "Consensus mechanism": "Mekanismo ng kasunduan", + "Consensys": "Consensys", + "Constantinople fork": "Constantinople fork", + "contract": "kontrata", + "Contract account": "Account ng kontrata", + "CoolWallet": "CoolWallet", + "crypto asset": "crypto na asset", + "crypto bounties": "mga pabuya ng crypto", + "crypto fund": "pondo ng crypto", + "crypto wallet": "wallet ng crypto", + "crypto-": "crypto-", + "crypto-compliance": "crypto-compliance", + "cryptoassets": "cryptoassets", + "cryptocurrency": "cryptocurrency", + "cryptoeconomics": "cryptoeconomics", + "cryptography": "kriptograpiya", + "Curve": "Curve", + "custody (noun)": "kustodiya (pangngalan)", + "D'CENT": "D'CENT", + "DAI": "DAI", + "DAO": "DAO", + "dapp": "dapp", + "decentralization": "desentralisasyon", + "decentralized application": "decentralized application", + "Decentralized Autonomous Organization (DAO)": "Decentralized Autonomous Organization (DAO)", + "decentralized exchange (DEX)": "decentralized exchange (DEX)", + "decentralized finance": "decentralized finance", + "decentralized web": "desentralisadong web", + "deposit": "deposito", + "derive / derivation": "nagmula / pinagmulan", + "dev": "dev", + "Devcon": "Devcon", + "Developer": "Developer", + "DEX": "DEX", + "difficulty": "kahirapan", + "difficulty bomb": "bomba ng kahirapan", + "digital asset": "digital na asset", + "digital identity": "digital na pagkakakilanlan", + "Digital signature": "Digital na lagda", + "Distributed Denial of Service (DDoS) Attack": "Distributed Denial of Service (DDoS) na Pag-atake", + "distributed ledger": "ipinamahaging ledger", + "Distributed Ledger Technology": "Distributed Ledger Technology", + "DLT": "DLT", + "double spend": "dobleng paggasta", + "ecosystem": "ekosistema", + "Edge": "Edge", + "EIP-1559": "EIP-1559", + "encrypted vs unencrypted keys": "naka-encrypt kumpara sa mga hindi naka-encrypt na key", + "encryption": "pag-encrypt", + "ENS": "ENS", + "Enterprise Ethereum Alliance (EEA)": "Enterprise Ethereum Alliance (EEA)", + "entropy": "entropy", + "epoch": "kapanahunan", + "ERC": "ERC", + "ERC-1155": "ERC-1155", + "ERC-20 Token Standard": "Pamantayan ng Token ng ERC-20", + "ERC-721": "ERC-721", + "ERC-721 Token Standard": "Pamantayan ng Token ng ERC-21", + "ETH": "ETH", + "ether (denominations)": "ether (mga denominasyon)", + "ether (ETH)": "ether (ETH)", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "Ethereum Improvement Proposal (EIP)", + "Ethereum Name Service (ENS)": "Ethereum Name Service (ENS)", + "Ethereum Public Address": "Pampublikong Address ng Ethereum", + "Ethereum Virtual Machine (EVM)": "Ethereum Virtual Machine (EVM)", + "Etherscan": "Etherscan", + "EVM": "EVM", + "exchange": "palitan", + "Execution client": "Kliyente sa pagpapatupad", + "Execution layer": "Layer ng pagpapatupad", + "Extended Private Key (XPRIV)": "Extended Private Key (XPRIV)", + "Extended Public Key (XPUB)": "Extended Public Key (XPUB)", + "Extension": "Extension", + "Fantom": "Fantom", + "faucet": "faucet", + "fiat currency": "fiat na salapi", + "final, finality": "wakas, pangwakas", + "Finality Rate": "Rate ng Pangwakas", + "financial technology (FinTech)": "financial technology (FinTech)", + "finney": "finney", + "Firefox": "Firefox", + "Firewall": "Firewall", + "Flask": "Flask", + "fork": "fork", + "Fractional Ownership": "Fractional na Pagmamay-ari", + "Fraud proof": "Katibayan ng panloloko", + "full node": "ganap na node", + "Ganache": "Ganache", + "gas": "gas", + "gas fee": "bayad sa gas", + "gas limit": "limitasyon ng gas", + "gas price": "presyo ng gas", + "Gas Station Network": "Gas Station Network", + "genesis block": "genesis block", + "Gigawei": "Gigawei", + "Gitcoin": "Gitcoin", + "GitHub": "GitHub", + "Goerli": "Goerli", + "Governance": "Pamamahala", + "GSN": "GSN", + "gwei": "gwei", + "halving": "paghati", + "hard fork": "hard fork", + "hardware wallet": "wallet na hardware", + "hash (noun)": "hash (pangngalan)", + "hexadecimal; 'hex data'": "hexadecimal; 'hex na data'", + "Hierarchical Deterministic (HD) wallet": "Hierarchical Deterministic (HD) na wallet", + "hot storage": "mainit na imbakan", + "hot wallet": "mainit na wallet", + "Hybrid Network": "Hybrid Network", + "Hyperledger": "Hyperledger", + "ICO": "ICO", + "Identicon / AddressIdenticon / AddressIcon": "Identicon / AddressIdenticon / AddressIcon", + "immutability": "kawalan ng pagbabago", + "Infura": "Infura", + "Initial Public Offering (IPO)": "Initial Public Offering (IPO)", + "Insider Trading": "Insider Trading", + "Inter-Blockchain Communication (IBC) Protocol": "Protocol ng Inter-Blockchain Communication (IBC)", + "internal transaction": "panloob na transaksyon", + "Interoperability": "Interoperability", + "InterPlanetary File System (IPFS)": "InterPlanetary File System (IPFS)", + "IP address": "IP address", + "JSON file": "file na JSON", + "JSON-RPC": "JSON-RPC", + "keystore file": "file ng keystore", + "Know Your Customer (KYC)": "Know Your Customer (KYC)", + "Know Your Transaction": "Know Your Transaction", + "Kovan": "Kovan", + "KYC": "KYC", + "KYT": "KYT", + "Latency": "Latency", + "Lattice1": "Lattice1", + "Launchpad": "Launchpad", + "Layer 0": "Layer 0", + "Layer 1": "Layer 1", + "Layer 2": "Layer 2", + "Learn; MetaMask Learn": "Learn; MetaMask Learn", + "Ledger": "Ledger", + "Ledger Live App": "Ledger Live App", + "Library": "Library", + "Lido": "Lido", + "light client": "magaan na kliyente", + "Lightning Network": "Lightning Network", + "Liquid Democracy (Delegative Democracy)": "Liquid Democracy (Delegatibong Demokrasya)", + "Liquidation": "Liquidation", + "liquidity": "liquidity", + "liquidity pool": "pool ng liquidity", + "liquidity staking": "pagtaya ng liquidity", + "Low": "Mababa", + "mainnet": "mainnet", + "Maker Protocol": "Maker Protocol", + "Malware": "Malware", + "market cap": "market cap", + "Maximal Extractable Value (MEV)": "Maximal Extractable Value (MEV)", + "Maximum Priority Fee": "Pinakamataas na Bayad sa Priyoridad", + "memory pool; mempool": "memory pool; mempool", + "Merge (noun)": "Merge (pangngalan)", + "Merkle Patricia trie": "Merkle Patricia trie", + "Mesh": "Mesh", + "Metadata": "Metadata", + "MetaMask": "MetaMask", + "MetaMask Bridge": "MetaMask Bridge", + "MetaMask Community Platform": "Platform ng Komunidad ng MetaMask", + "MetaMask Extension": "Extension ng MetaMask", + "MetaMask Flask": "MetaMask Flask", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "MetaMask Learn", + "MetaMask SDK": "MetaMask SDK", + "MetaMask Snaps": "Snaps (MetaMask Snaps)", + "MetaMetrics": "MetaMetrics", + "metaverse": "metaverse", + "miner tip": "tip ng minero", + "mining": "pagmimina", + "Mint": "Mint", + "mnemonic phrase": "mnemonic na parirala", + "MobiKwik": "MobiKwik", + "modular blockchain": "modular na blockchain", + "MoonPay": "MoonPay", + "multi-sig": "multi-sig", + "multi-signature wallet (multisig)": "multi-signature na wallet (multisig)", + "Multifactor Authentication": "Multifactor na Pagpapatunay", + "Near-Field Communication (NFC)": "Near-Field Communication (NFC)", + "Nested Blockchain": "Nested na Blockchain", + "Network": "Network", + "Network Congestion": "Pagsisikip ng Network", + "NFT": "NFT", + "NFT aggregator": "NFT aggregator", + "NFT drop": "Paglaglag ng NFT", + "Ngrave": "Ngrave", + "node": "node", + "Non-fungible token": "Non-fungible token", + "nonce": "nonce", + "off-chain": "wala sa chain", + "ommer block": "ommer block", + "on-chain": "nasa chain", + "on-ramp, off-ramp": "nasa rampa, wala sa rampa", + "OpenSea": "OpenSea", + "Opera": "Opera", + "Optimism": "Optimism", + "optimistic rollup": "optimistic rollup", + "Oracle": "Orakulo", + "ParaSwap": "ParaSwap", + "parity": "pagkakapantay-pantay", + "Parity": "Parity", + "Passphrase": "Passphrase", + "password manager": "tagapamahala ng password", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "peer-to-peer (P2P)", + "permissioned ledger": "pinahintulutang ledger", + "phishing (noun)": "phishing (pangngalan)", + "Plasma": "Plasma", + "PoA, PoS, PoW": "PoA, PoS, PoW", + "Polygon": "Polygon", + "Portfolio": "Portfolio", + "PoS/PoW Hybrid": "PoS/PoW Hybrid", + "Priority fee": "Bayad sa priyoridad", + "private blockchain": "pribadong blockchain", + "private currency": "pribadong salapi", + "private key": "pribadong key", + "Proof of Authority (PoA)": "Proof of Authority (PoA)", + "Proof of Stake (PoS)": "Proof of Stake (PoS)", + "Proof of Work (PoW)": "Proof of Work (PoW)", + "protocol": "protocol", + "public blockchain": "pampublikong blockchain", + "public key": "pampublikong key", + "Public-Key Cryptography": "Pampublikong-Key na Kriptograpiya", + "Public-Key Infrastructure": "Pampublikong-Key na Imprastraktura", + "QR code": "QR code", + "Quorum": "Quorum", + "Rarible": "Rarible", + "relayer": "tagapaghatid", + "Remote Procedure Call (RPC)": "Remote Procedure Call (RPC)", + "Rinkeby": "Rinkeby", + "Roadmap": "Roadmap", + "Rocket Pool": "Rocket Pool", + "rollups": "rollups", + "Ropsten": "Ropsten", + "RPC": "RPC", + "rug pull": "rug pull", + "Safeheron": "Safeheron", + "Samsung Pay": "Samsung Pay", + "sandbox": "sandbox", + "Sardine": "Sardine", + "Satoshi Nakamoto": "Satoshi Nakamoto", + "scalability": "scalability", + "Scaling": "Scaling", + "Scrypt": "Scrypt", + "Secret Recovery Phrase": "Lihim na Parirala sa Pagbawi", + "Security Token": "Token ng Seguridad", + "Security Token Offering (STO)": "Security Token Offering (STO)", + "seed phrase": "pariralang binhi", + "self-custody (noun)": "sariling kustodiya (pangngalan)", + "self-executing": "sariling pagpapatupad", + "Sepolia": "Sepolia", + "Serenity": "Serenity", + "serialization": "pagse-serye", + "Shard chain": "Chain ng pagpipira-piraso", + "sharding (noun)": "pagpipira-piraso (pangngalan)", + "Shielded Transaction": "Shielded na Transaksyon", + "sidechain": "sidechain", + "Signature (Cryptographic)": "Lagda (Kriptograpiya)", + "slashing condition": "kondisyon ng paglaslas", + "slippage": "slippage", + "slot": "puwang", + "smart contract": "smart na kontrata", + "snap": "Snap", + "soft fork": "soft fork", + "Software Development Kit (SDK)": "Software Development Kit (SDK)", + "Solidity": "Solidity", + "stablecoin": "stablecoin", + "staking (noun)": "pagtataya (pangngalan)", + "state": "estado", + "state channels": "mga channel ng estado", + "Streaming": "Streaming", + "swap (noun)": "palitan (pangngalan)", + "Swap /MetaSwap": "Swap /MetaSwap", + "szabo": "szabo", + "testnet (test network)": "testnet (test network)", + "Testnet Kovan": "Testnet Kovan", + "Testnet Rinkeby": "Testnet Rinkeby", + "Testnet Ropsten": "Testnet Ropsten", + "token": "token", + "token lockup": "pag-lock ng token", + "Token standard": "Pamantayan ng token", + "Total Value Locked (TVL)": "Total Value Locked (TVL)", + "Transaction": "Transaksyon", + "transaction block": "block ng transaksyon", + "transaction fee": "bayad sa transaksyon", + "transaction ID": "ID ng transaksyon", + "transaction pool": "pool ng transaksyon", + "Transak": "Transak", + "Trezor": "Trezor", + "Truffle": "Truffle", + "trustless": "hindi kailangan ng tiwala", + "Turing-complete": "Turing-kumpleto", + "Two-Factor Authentication (2FA)": "Two-Factor Authentication (2FA)", + "TXID": "TXID", + "U2F": "U2F", + "Uniswap": "Uniswap", + "unspent transaction output (UTXO)": "unspent transaction output (UTXO)", + "upgrade": "mag-upgrade", + "UTXO": "UTXO", + "validator": "nagpapatibay", + "validity proof": "katibayan ng bisa", + "Validium": "Validium", + "Vault Decryptor": "Vault Decryptor", + "Vesting": "Vesting", + "wallet": "wallet", + "WalletConnect": "WalletConnect", + "web3, Web 3.0": "web3, Web 3.0", + "WebHID": "WebHID", + "WebSocket": "WebSocket", + "Wei": "WebSocket", + "Whitepaper": "Whitepaper", + "Wrapping": "Wrapping", + "Wyre": "Wyre", + "yield farming": "paglilinang ng ani", + "yield-bearing tokens": "mga token na nagbubunga", + "zero address": "zero address", + "Zero-knowledge proof": "Patunay na walang kaalaman", + "Zero-knowledge rollup": "Rollup na walang kaalaman", + "zk-SNARKs": "zk-SNARKs" +} diff --git a/src/i18n/locales/src/i18n/locales/tr/translation.json b/src/i18n/locales/src/i18n/locales/tr/translation.json new file mode 100644 index 0000000..a352ec0 --- /dev/null +++ b/src/i18n/locales/src/i18n/locales/tr/translation.json @@ -0,0 +1,396 @@ +{ + "0x API": "0x API", + "1inch": "1inch", + "3Box Labs": "3Box Labs", + "51% Attack": "%51 Saldırısı", + "Aave": "Aave", + "Account": "Hesap", + "ACH transfer": "ACH transferi", + "address; public address; account address": "adres/\"genel adres\" (cüzdan adresi)", + "Advanced": "Gelişmiş", + "aggregator": "toplayıcı", + "Aggressive": "Agresif", + "Agoric": "Agoric", + "air-gapping": "hava boşluğu", + "airdrop": "airdrop", + "airdrop (noun)": "airdrop", + "AirGap Vault": "AirGap Vault", + "AirSwap": "AirSwap", + "algorithm": "algoritma", + "altcoin": "altcoin", + "AML (Anti-Money Laundering)": "AML (Kara Para Aklamanın Önlenmesi)", + "API": "API", + "API (Application Programming Interface)": "API (Uygulama Programlama Arayüzü)", + "AppChain": "Uygulama Zinciri", + "Apple Pay": "Apple Pay", + "Arbitrum": "Arbitrum", + "ASIC (Application Specific Integrated Circuit)": "ASIC (Uygulamaya Özel Tümleşik Devre)", + "asset provenance": "varlık provenansı", + "attestation": "tasdik", + "Avalanche": "Avalanche", + "Axie Infinity": "Axie Infinity", + "Base fee": "Baz ücret", + "Beacon Chain": "İşaret Zinciri", + "Binance": "Binance", + "Bitcoin / bitcoin (BTC)": "Bitcoin / bitcoin (BTC)", + "block (noun)": "blok", + "block explorer": "blok gezgini", + "block height": "blok yüksekliği", + "block reward": "blok ödülü", + "block time": "blok süresi", + "blockchain": "blokzinciri", + "Blockchain explorer": "Blokzinciri gezgini", + "blockchain trilemma": "blokzinciri çıkmazı", + "BNB Chain": "BNB Chain", + "bounty / bug bounty": "bounty / hata ödülü", + "brain wallet": "beyin cüzdanı", + "Brave": "Brave", + "Bridge": "Köprü", + "BTC": "BTC", + "BUIDL": "BUIDL", + "bytecode": "bayt kodu", + "Byzantine fault tolerance": "Bizans hata toleransı", + "Byzantium fork": "Bizans çatalı", + "Celo": "Celo", + "Centralized exchange (CEX)": "Merkezi Borsa (CEX)", + "CEX": "CEX", + "chain ID": "zincir kimliği", + "Chrome": "Chrome", + "client (Ethereum or other compatible blockchain)": "istemci", + "Codefi": "Codefi", + "coin": "coin", + "Coinbase Pay": "Coinbase Pay", + "cold storage": "soğuk depolama", + "cold wallet / cold storage": "soğuk cüzdan / soğuk depolama", + "Community Platform": "Topluluk Platformu", + "Compiling": "Derleme", + "Compound": "Compound", + "confirmation": "onay", + "consensus": "fikir birliği", + "Consensus client": "Fikir birliği istemcisi", + "Consensus layer": "Fikir birliği katmanı", + "Consensus mechanism": "Fikir birliği mekanizması", + "Consensys": "Consensys", + "Constantinople fork": "Constantinople çatalı", + "contract": "sözleşme", + "Contract account": "Sözleşme hesabı", + "CoolWallet": "CoolWallet", + "crypto asset": "kripto varlığı", + "crypto bounties": "kripto bounty ödülleri", + "crypto fund": "kripto fonu", + "crypto wallet": "kripto cüzdanı", + "crypto-": "kripto-", + "crypto-compliance": "kripto uyumu", + "cryptoassets": "kripto varlıklar", + "cryptocurrency": "kripto para", + "cryptoeconomics": "kripto ekonomi", + "cryptography": "kriptografi", + "Curve": "Curve", + "custody (noun)": "saklayıcı kurum", + "D'CENT": "D'CENT", + "DAI": "DAI", + "DAO": "DAO", + "dapp": "merkeziyetsiz uygulama", + "decentralization": "yerinden yönetim", + "decentralized application": "merkezi olmayan uygulama", + "Decentralized Autonomous Organization (DAO)": "Merkezi Olmayan Otonom Organizasyon (DAO)", + "decentralized exchange (DEX)": "merkeziyetsiz borsa (DEX)", + "decentralized finance": "merkeziyetsiz finans", + "decentralized web": "merkeziyetsiz web", + "deposit": "para yatırma", + "derive / derivation": "türev / türetme", + "dev": "geliştirici", + "Devcon": "Devcon", + "Developer": "Geliştirici", + "DEX": "DEX", + "difficulty": "zorluk", + "difficulty bomb": "zorluk bombası", + "digital asset": "dijital varlık", + "digital identity": "dijital kimlik", + "Digital signature": "Dijital imza", + "Distributed Denial of Service (DDoS) Attack": "Dağıtık Hizmet Reddi (DDoS) Saldırısı", + "distributed ledger": "dağıtılmış defter", + "Distributed Ledger Technology": "Dağıtılmış Defter Teknolojisi", + "DLT": "DLT", + "double spend": "çift harcama", + "ecosystem": "ekosistem", + "Edge": "Edge", + "EIP-1559": "EIP-1559", + "encrypted vs unencrypted keys": "şifrelenmiş ve şifrelenmemiş anahtarlar", + "encryption": "şifreleme", + "ENS": "ENS", + "Enterprise Ethereum Alliance (EEA)": "Kurumsal Ethereum İttifakı (EEA)", + "entropy": "entropi", + "epoch": "epoch", + "ERC": "ERC", + "ERC-1155": "ERC-1155", + "ERC-20 Token Standard": "ERC-20 Token Standardı", + "ERC-721": "ERC-721", + "ERC-721 Token Standard": "ERC-721 Token Standardı", + "ETH": "ETH", + "ether (denominations)": "ether (değerler)", + "ether (ETH)": "ether (ETH)", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "Ethereum Geliştirme Teklifi (EIP)", + "Ethereum Name Service (ENS)": "Ethereum İsimlendirme Hizmeti (ENS)", + "Ethereum Public Address": "Ethereum Genel Adresi", + "Ethereum Virtual Machine (EVM)": "Ethereum Sanal Makinesi (EVM)", + "Etherscan": "Etherscan", + "EVM": "EVM", + "exchange": "borsa", + "Execution client": "Yürütme istemcisi", + "Execution layer": "Yürütme katmanı", + "Extended Private Key (XPRIV)": "Genişletilmiş Özel Anahtar (XPRIV)", + "Extended Public Key (XPUB)": "Genişletilmiş Genel Anahtar (XPUB)", + "Extension": "Uzantı", + "Fantom": "Fantom", + "faucet": "musluk", + "fiat currency": "fiat para", + "final, finality": "son, kesinlik", + "Finality Rate": "Kesinlik Oranı", + "financial technology (FinTech)": "finansal teknoloji (FinTech)", + "finney": "finney", + "Firefox": "Firefox", + "Firewall": "Güvenlik duvarı", + "Flask": "Flask", + "fork": "çatal", + "Fractional Ownership": "Fraksiyonel Sahiplik", + "Fraud proof": "Dolandırıcılık kanıtı", + "full node": "tam düğüm", + "Ganache": "Ganache", + "gas": "gaz", + "gas fee": "gaz ücreti", + "gas limit": "gaz limiti", + "gas price": "gaz fiyatı", + "Gas Station Network": "Gas Station Network", + "genesis block": "genesis blok", + "Gigawei": "Gigawei", + "Gitcoin": "Gitcoin", + "GitHub": "GitHub", + "Goerli": "Goerli", + "Governance": "Yönetişim", + "GSN": "GSN", + "gwei": "gwei", + "halving": "yarılanma", + "hard fork": "sert çatal", + "hardware wallet": "donanım cüzdanı", + "hash (noun)": "hash", + "hexadecimal; 'hex data'": "on altılık sayı; 'on altılı veri'", + "Hierarchical Deterministic (HD) wallet": "Hiyerarşik Belirleyici (HD) cüzdan", + "hot storage": "sıcak depolama", + "hot wallet": "sıcak cüzdan", + "Hybrid Network": "Hibrit Ağ", + "Hyperledger": "Hyperledger", + "ICO": "ICO", + "Identicon / AddressIdenticon / AddressIcon": "Identicon / AddressIdenticon / AddressIcon", + "immutability": "Ölçeklendirilebilme çözümü", + "Infura": "Infura", + "Initial Public Offering (IPO)": "İlk Halka Arz (IPO)", + "Insider Trading": "İçeriden Öğrenenlerin Ticareti", + "Inter-Blockchain Communication (IBC) Protocol": "Blokzincirleri Arasında İletişim (IBC) Protokolü", + "internal transaction": "dahili işlem", + "Interoperability": "Birlikte Çalışabilirlik", + "InterPlanetary File System (IPFS)": "Gezegenler Arası Dosya Sistemi (IPFS)", + "IP address": "IP adresi", + "JSON file": "JSON dosyası", + "JSON-RPC": "JSON-RPC", + "keystore file": "keystore dosyası", + "Know Your Customer (KYC)": "Müşterini Tanı (KYC)", + "Know Your Transaction": "İşlemini Tanı", + "Kovan": "Kovan", + "KYC": "KYC", + "KYT": "KYT", + "Latency": "Gecikme", + "Lattice1": "Lattice1", + "Launchpad": "Launchpad", + "Layer 0": "Katman 0", + "Layer 1": "Katman 1", + "Layer 2": "Katman 2", + "Learn; MetaMask Learn": "Learn; MetaMask Learn", + "Ledger": "Ledger", + "Ledger Live App": "Ledger Live Uygulaması", + "Library": "Kitaplık", + "Lido": "Lido", + "light client": "hafif istemci", + "Lightning Network": "Lightning Network", + "Liquid Democracy (Delegative Democracy)": "Akışkan Demokrasi (Delege Demokrasisi)", + "Liquidation": "Likidasyon", + "liquidity": "likidite", + "liquidity pool": "likidite havuzu", + "liquidity staking": "likidite staking", + "Low": "Düşük", + "mainnet": "ana ağ", + "Maker Protocol": "Maker Protokolü", + "Malware": "Kötü amaçlı yazılım", + "market cap": "piyasa değeri", + "Maximal Extractable Value (MEV)": "Maksimal Çıkarılabilir Değer (MEV)", + "Maximum Priority Fee": "Maksimum Öncelik Ücreti", + "memory pool; mempool": "bellek havuzu; mempool", + "Merge (noun)": "Birleştirme", + "Merkle Patricia trie": "Merkle Patricia trie", + "Mesh": "Mesh", + "Metadata": "Meta veri", + "MetaMask": "MetaMask", + "MetaMask Bridge": "MetaMask Köprüsü", + "MetaMask Community Platform": "MetaMask Topluluk Platformu", + "MetaMask Extension": "MetaMask Uzantısı", + "MetaMask Flask": "MetaMask Flask", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "MetaMask Learn", + "MetaMask SDK": "MetaMask SDK", + "MetaMask Snaps": "Snaps (MetaMask Snaps)", + "MetaMetrics": "MetaMetrics", + "metaverse": "metaverse", + "miner tip": "madenci bahşişi", + "mining": "madencilik", + "Mint": "Mint", + "mnemonic phrase": "anımsatıcı ifade", + "MobiKwik": "MobiKwik", + "modular blockchain": "modüler blokzinciri", + "MoonPay": "MoonPay", + "multi-sig": "çoklu imza", + "multi-signature wallet (multisig)": "çoklu imza cüzdanı", + "Multifactor Authentication": "Çok Faktörlü Kimlik Doğrulaması", + "Near-Field Communication (NFC)": "Yakın Alan İletişimi (NFC)", + "Nested Blockchain": "Nested (İç İçe) Blokzincir", + "Network": "Ağ", + "Network Congestion": "Ağ Tıkanıklığı", + "NFT": "NFT", + "NFT aggregator": "NFT toplayıcı", + "NFT drop": "NFT drop", + "Ngrave": "Ngrave", + "node": "düğüm", + "Non-fungible token": "Nitelikli fikri tapu", + "nonce": "nonce", + "off-chain": "zincir dışı", + "ommer block": "ommer blok", + "on-chain": "zincir içi", + "on-ramp, off-ramp": "on-ramp, off-ramp", + "OpenSea": "OpenSea", + "Opera": "Opera", + "Optimism": "Optimism", + "optimistic rollup": "optimistik rollup", + "Oracle": "Oracle", + "ParaSwap": "ParaSwap", + "parity": "parite", + "Parity": "Parity", + "Passphrase": "Parola", + "password manager": "şifre yöneticisi", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "eşler arası (P2P)", + "permissioned ledger": "izinli kayıt defteri", + "phishing (noun)": "kimlik avı", + "Plasma": "Plazma", + "PoA, PoS, PoW": "PoA, PoS, PoW", + "Polygon": "Polygon", + "Portfolio": "Portfolio", + "PoS/PoW Hybrid": "Hibrit PoS/PoW Mutabakatı", + "Priority fee": "Öncelik ücreti", + "private blockchain": "özel blokzinciri", + "private currency": "özel para birimi", + "private key": "özel anahtar", + "Proof of Authority (PoA)": "Yetki İspatı (PoA)", + "Proof of Stake (PoS)": "Hisse İspatı (PoS)", + "Proof of Work (PoW)": "İş İspatı (PoW)", + "protocol": "protokol", + "public blockchain": "genel blokzinciri", + "public key": "genel anahtar", + "Public-Key Cryptography": "Açık Anahtarlı Şifreleme", + "Public-Key Infrastructure": "Açık Anahtarlı Altyapı", + "QR code": "QR kodu", + "Quorum": "Quorum", + "Rarible": "Rarible", + "relayer": "düzenleyici", + "Remote Procedure Call (RPC)": "Uzak Yordam Çağrısı (RPC)", + "Rinkeby": "Rinkeby", + "Roadmap": "Yol haritası", + "Rocket Pool": "Rocket Pool", + "rollups": "rolluplar", + "Ropsten": "Ropsten", + "RPC": "RPC", + "rug pull": "rug pull (halı çekme)", + "Safeheron": "Safeheron", + "Samsung Pay": "Samsung Pay", + "sandbox": "sandbox", + "Sardine": "Sardine", + "Satoshi Nakamoto": "Satoshi Nakamoto", + "scalability": "ölçeklendirilebilirlik", + "Scaling": "Ölçeklendirme", + "Scrypt": "Scrypt", + "Secret Recovery Phrase": "Gizli Kurtarma İfadesi", + "Security Token": "Menkul Kıymet Tokeni", + "Security Token Offering (STO)": "Menkul Kıymet Token Arzı (STO)", + "seed phrase": "anahtar cümle", + "self-custody (noun)": "self-custody (emanet edilmeyen)", + "self-executing": "kendiliğinden uygulanan", + "Sepolia": "Sepolia", + "Serenity": "Serenity", + "serialization": "serileştirme", + "Shard chain": "Parça zincir", + "sharding (noun)": "sharding (bölme)", + "Shielded Transaction": "Korumalı İşlem", + "sidechain": "yan zincir", + "Signature (Cryptographic)": "İmza (Kriptografik)", + "slashing condition": "slashing ceza durumu", + "slippage": "kayma", + "slot": "slot", + "smart contract": "akıllı sözleşme", + "snap": "Snap", + "soft fork": "yumuşak çatal", + "Software Development Kit (SDK)": "Yazılım Geliştirme Kiti (SDK)", + "Solidity": "Solidity", + "stablecoin": "stabil kripto para", + "staking (noun)": "stake etme", + "state": "durum", + "state channels": "durum kanalları", + "Streaming": "Streaming", + "swap (noun)": "swap", + "Swap /MetaSwap": "Swap /MetaSwap", + "szabo": "szabo", + "testnet (test network)": "test ağı", + "Testnet Kovan": "Testnet Kovan", + "Testnet Rinkeby": "Testnet Rinkeby", + "Testnet Ropsten": "Testnet Ropsten", + "token": "token", + "token lockup": "token kilitlenmesi", + "Token standard": "Token standardı", + "Total Value Locked (TVL)": "Kilitli Toplam Değer (TVL)", + "Transaction": "İşlem", + "transaction block": "işlem bloku", + "transaction fee": "işlem ücreti", + "transaction ID": "işlem kimliği", + "transaction pool": "işlem havuzu", + "Transak": "Transak", + "Trezor": "Trezor", + "Truffle": "Truffle", + "trustless": "güvensiz", + "Turing-complete": "Turing bütünlüğü", + "Two-Factor Authentication (2FA)": "İki Faktörlü Kimlik Doğrulaması (2FA)", + "TXID": "TXID", + "U2F": "Evrensel 2. Faktör (U2F)", + "Uniswap": "Uniswap", + "unspent transaction output (UTXO)": "harcanmamış işlem çıktısı (UTXO)", + "upgrade": "yükselt", + "UTXO": "UTXO", + "validator": "doğrulayıcı", + "validity proof": "geçerlilik ispatı", + "Validium": "Validium", + "Vault Decryptor": "Vault Şifre Çözücü", + "Vesting": "Vesting", + "wallet": "cüzdan", + "WalletConnect": "WalletConnect", + "web3, Web 3.0": "web3, Web 3.0", + "WebHID": "WebHID", + "WebSocket": "WebSocket", + "Wei": "Wei", + "Whitepaper": "Teknik doküman", + "Wrapping": "Sarma", + "Wyre": "Wyre", + "yield farming": "yield farming", + "yield-bearing tokens": "gelir üreten token", + "zero address": "zero adres", + "Zero-knowledge proof": "Sıfır bilgi ispatı", + "Zero-knowledge rollup": "Sıfır bilgi rollup", + "zk-SNARKs": "zk-SNARK'lar" +} diff --git a/src/i18n/locales/ukrainian/translation.json b/src/i18n/locales/src/i18n/locales/uk/translation.json similarity index 99% rename from src/i18n/locales/ukrainian/translation.json rename to src/i18n/locales/src/i18n/locales/uk/translation.json index cdd23b5..8cae2ef 100644 --- a/src/i18n/locales/ukrainian/translation.json +++ b/src/i18n/locales/src/i18n/locales/uk/translation.json @@ -393,4 +393,4 @@ "Zero-knowledge proof": "Доведення з нульовим розголошенням", "Zero-knowledge rollup": "Роллап з нульовим розголошенням", "zk-SNARKs": "zk-SNARKs" -} \ No newline at end of file +} diff --git a/src/i18n/locales/src/i18n/locales/vi/translation.json b/src/i18n/locales/src/i18n/locales/vi/translation.json new file mode 100644 index 0000000..411d0eb --- /dev/null +++ b/src/i18n/locales/src/i18n/locales/vi/translation.json @@ -0,0 +1,396 @@ +{ + "0x API": "0x API", + "1inch": "1 inch", + "3Box Labs": "3Box Labs", + "51% Attack": "Tấn công 51%", + "Aave": "Aave", + "Account": "Tài khoản", + "ACH transfer": "Chuyển tiền ACH", + "address; public address; account address": "địa chỉ/\"địa chỉ công khai\" (địa chỉ ví)", + "Advanced": "Nâng cao", + "aggregator": "nền tảng tổng hợp thanh khoản", + "Aggressive": "Cao", + "Agoric": "Agoric", + "air-gapping": "khe hở không khí", + "airdrop": "tặng", + "airdrop (noun)": "tiền được tặng (danh từ)", + "AirGap Vault": "AirGap Vault", + "AirSwap": "AirSwap", + "algorithm": "thuật toán", + "altcoin": "tiền thay thế", + "AML (Anti-Money Laundering)": "AML (Chống rửa tiền)", + "API": "API", + "API (Application Programming Interface)": "API (Giao diện lập trình ứng dụng)", + "AppChain": "Chuỗi khối dành cho ứng dụng", + "Apple Pay": "Apple Pay", + "Arbitrum": "Arbitrum", + "ASIC (Application Specific Integrated Circuit)": "ASIC (Mạch tích hợp chuyên dụng)", + "asset provenance": "nguồn gốc tài sản", + "attestation": "chứng thực", + "Avalanche": "Avalanche", + "Axie Infinity": "Axie Infinity", + "Base fee": "Phí cơ sở", + "Beacon Chain": "Chuỗi Beacon", + "Binance": "Binance", + "Bitcoin / bitcoin (BTC)": "Bitcoin/bitcoin (BTC)", + "block (noun)": "khối (danh từ)", + "block explorer": "trình khám phá khối", + "block height": "chiều cao khối", + "block reward": "phần thưởng khối", + "block time": "thời gian đóng khối", + "blockchain": "chuỗi khối", + "Blockchain explorer": "Trình khám phá chuỗi khối", + "blockchain trilemma": "bộ ba bất khả thi của chuỗi khối", + "BNB Chain": "BNB Chain", + "bounty / bug bounty": "tiền thưởng/tiền thưởng nhờ tìm ra lỗi", + "brain wallet": "ví trí nhớ", + "Brave": "Brave", + "Bridge": "Cầu", + "BTC": "BTC", + "BUIDL": "XÂY DỰNG", + "bytecode": "mã byte", + "Byzantine fault tolerance": "Hệ thống chịu lỗi Byzantine", + "Byzantium fork": "phân nhánh Byzantium", + "Celo": "Celo", + "Centralized exchange (CEX)": "Sàn giao dịch tập trung (CEX)", + "CEX": "CEX", + "chain ID": "ID chuỗi", + "Chrome": "Chrome", + "client (Ethereum or other compatible blockchain)": "phần mềm (Ethereum hoặc chuỗi khối tương thích khác)", + "Codefi": "Codefi", + "coin": "đồng", + "Coinbase Pay": "Coinbase Pay", + "cold storage": "kho lạnh", + "cold wallet / cold storage": "ví lạnh/kho lạnh", + "Community Platform": "Nền tảng cộng đồng", + "Compiling": "Biên dịch", + "Compound": "Compound", + "confirmation": "xác nhận", + "consensus": "đồng thuận", + "Consensus client": "Ứng dụng đồng thuận", + "Consensus layer": "Lớp đồng thuận", + "Consensus mechanism": "Cơ chế đồng thuận", + "Consensys": "Consensys", + "Constantinople fork": "Phân nhánh Constantinople", + "contract": "hợp đồng", + "Contract account": "Tài khoản hợp đồng", + "CoolWallet": "CoolWallet", + "crypto asset": "tài sản tiền mã hoá", + "crypto bounties": "tiền thưởng tiền mã hoá", + "crypto fund": "quỹ tiền mã hoá", + "crypto wallet": "ví tiền mã hoá", + "crypto-": "tiền mã hoá", + "crypto-compliance": "tuân thủ tiền mã hoá", + "cryptoassets": "tài sản tiền mã hoá", + "cryptocurrency": "tiền mã hoá", + "cryptoeconomics": "kinh tế tiền mã hoá", + "cryptography": "mật mã học", + "Curve": "Curve", + "custody (noun)": "dịch vụ lưu ký (danh từ)", + "D'CENT": "D'CENT", + "DAI": "DAI", + "DAO": "DAO", + "dapp": "dapp", + "decentralization": "phi tập trung", + "decentralized application": "ứng dụng phi tập trung", + "Decentralized Autonomous Organization (DAO)": "Tổ chức tự trị phi tập trung (DAO)", + "decentralized exchange (DEX)": "sàn giao dịch phi tập trung (DEX)", + "decentralized finance": "tài chính phi tập trung", + "decentralized web": "trang web phi tập trung", + "deposit": "gửi tiền", + "derive / derivation": "phái sinh/phái sinh", + "dev": "nhà lập trình", + "Devcon": "Devcon", + "Developer": "Nhà lập trình", + "DEX": "DEX", + "difficulty": "độ khó", + "difficulty bomb": "bom độ khó", + "digital asset": "tài sản kỹ thuật số", + "digital identity": "nhận dạng kỹ thuật số", + "Digital signature": "Chữ ký số", + "Distributed Denial of Service (DDoS) Attack": "Tấn công từ chối dịch vụ phân tán (DDoS)", + "distributed ledger": "sổ cái phân tán", + "Distributed Ledger Technology": "Công nghệ sổ cái phân tán", + "DLT": "DLT", + "double spend": "chi tiêu kép", + "ecosystem": "hệ sinh thái", + "Edge": "Edge", + "EIP-1559": "EIP-1559", + "encrypted vs unencrypted keys": "khóa được mã hóa và khoá không được mã hóa", + "encryption": "mã hóa", + "ENS": "ENS", + "Enterprise Ethereum Alliance (EEA)": "Liên minh Doanh nghiệp Ethereum (EEA)", + "entropy": "độ hỗn loạn", + "epoch": "epoch", + "ERC": "ERC", + "ERC-1155": "ERC-1155", + "ERC-20 Token Standard": "Tiêu chuẩn Token ERC-20", + "ERC-721": "ERC-721", + "ERC-721 Token Standard": "Tiêu chuẩn Token ERC-721", + "ETH": "ETH", + "ether (denominations)": "ether (mệnh giá)", + "ether (ETH)": "ether (ETH)", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "Đề xuất cải tiến Ethereum (EIP)", + "Ethereum Name Service (ENS)": "Dịch vụ đăng ký tên miền trên Ethereum (ENS)", + "Ethereum Public Address": "Địa chỉ công khai Ethereum", + "Ethereum Virtual Machine (EVM)": "Máy ảo Ethereum (EVM)", + "Etherscan": "Etherscan", + "EVM": "EVM", + "exchange": "sàn giao dịch", + "Execution client": "Ứng dụng thực thi", + "Execution layer": "Lớp thực thi", + "Extended Private Key (XPRIV)": "Khóa riêng mở rộng (XPRIV)", + "Extended Public Key (XPUB)": "Khóa công khai mở rộng (XPUB)", + "Extension": "Tiện ích mở rộng", + "Fantom": "Fantom", + "faucet": "vòi", + "fiat currency": "tiền pháp định", + "final, finality": "sau cùng, cuối cùng", + "Finality Rate": "Tỷ lệ cuối cùng", + "financial technology (FinTech)": "công nghệ tài chính (FinTech)", + "finney": "finney", + "Firefox": "Firefox", + "Firewall": "Tường lửa", + "Flask": "Flask", + "fork": "phân nhánh", + "Fractional Ownership": "Phân quyền sở hữu", + "Fraud proof": "Bằng chứng gian lận", + "full node": "nút hoàn chỉnh", + "Ganache": "Ganache", + "gas": "gas", + "gas fee": "phí gas", + "gas limit": "hạn mức phí gas", + "gas price": "giá gas", + "Gas Station Network": "Gas Station Network", + "genesis block": "khối genesis", + "Gigawei": "Gigawei", + "Gitcoin": "Gitcoin", + "GitHub": "GitHub", + "Goerli": "Goerli", + "Governance": "Quản trị", + "GSN": "GSN", + "gwei": "gwei", + "halving": "chia đôi khối", + "hard fork": "phân nhánh cứng", + "hardware wallet": "ví cứng", + "hash (noun)": "mã băm (danh từ)", + "hexadecimal; 'hex data'": "thập lục phân; \"dữ liệu thập lục phân", + "Hierarchical Deterministic (HD) wallet": "Ví phân cấp xác định (HD)", + "hot storage": "kho nóng", + "hot wallet": "ví nóng", + "Hybrid Network": "Mạng lai", + "Hyperledger": "Hyperledger", + "ICO": "ICO", + "Identicon / AddressIdenticon / AddressIcon": "Biểu tượng nhận dạng/Biểu tượng nhận dạng địa chỉ/Biểu tượng địa chỉ", + "immutability": "tính bất biến", + "Infura": "Infura", + "Initial Public Offering (IPO)": "Phát hành công khai lần đầu (IPO)", + "Insider Trading": "Giao dịch nội gián", + "Inter-Blockchain Communication (IBC) Protocol": "Giao thức truyền thông liên chuỗi khối (IBC)", + "internal transaction": "giao dịch nội bộ", + "Interoperability": "Khả năng tương tác", + "InterPlanetary File System (IPFS)": "Hệ thống tệp phân tán ngang hàng (IPFS)", + "IP address": "Địa chỉ IP", + "JSON file": "Tệp JSON", + "JSON-RPC": "JSON-RPC", + "keystore file": "tệp lưu khóa", + "Know Your Customer (KYC)": "Xác minh danh tính khách hàng (KYC)", + "Know Your Transaction": "Xác minh giao dịch", + "Kovan": "Kovan", + "KYC": "KYC", + "KYT": "KYT", + "Latency": "Độ trễ", + "Lattice1": "Lattice1", + "Launchpad": "Launchpad", + "Layer 0": "Lớp 0", + "Layer 1": "Lớp 1", + "Layer 2": "Lớp 2", + "Learn; MetaMask Learn": "Learn; MetaMask Learn", + "Ledger": "Ledger", + "Ledger Live App": "Ứng dụng Ledger Live", + "Library": "Thư viện", + "Lido": "Lido", + "light client": "ứng dụng nhẹ", + "Lightning Network": "Lightning Network", + "Liquid Democracy (Delegative Democracy)": "Dân chủ linh hoạt (Dân chủ đại diện)", + "Liquidation": "Thanh lý", + "liquidity": "thanh khoản", + "liquidity pool": "bể thanh khoản", + "liquidity staking": "ký gửi thanh khoản", + "Low": "Thấp", + "mainnet": "mạng chính", + "Maker Protocol": "Giao thức Maker", + "Malware": "Phần mềm độc hại", + "market cap": "vốn hóa thị trường", + "Maximal Extractable Value (MEV)": "Giá trị có thể trích xuất tối đa (MEV)", + "Maximum Priority Fee": "Phí ưu tiên tối đa", + "memory pool; mempool": "bể ghi nhớ giao dịch; bể nhớ giao dịch", + "Merge (noun)": "Hợp nhất (danh từ)", + "Merkle Patricia trie": "Cây Merkle Patricia", + "Mesh": "Mesh", + "Metadata": "Metadata", + "MetaMask": "MetaMask", + "MetaMask Bridge": "Cầu MetaMask", + "MetaMask Community Platform": "Nền tảng cộng đồng MetaMask", + "MetaMask Extension": "Tiện ích mở rộng MetaMask", + "MetaMask Flask": "MetaMask Flask", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "MetaMask Learn", + "MetaMask SDK": "SDK MetaMask", + "MetaMask Snaps": "Snaps (MetaMask Snaps)", + "MetaMetrics": "MetaMetrics", + "metaverse": "vũ trụ ảo", + "miner tip": "tiền thưởng cho thợ đào", + "mining": "đào", + "Mint": "Đúc", + "mnemonic phrase": "cụm từ ghi nhớ", + "MobiKwik": "MobiKwik", + "modular blockchain": "chuỗi khối mô-đun", + "MoonPay": "MoonPay", + "multi-sig": "đa chữ ký", + "multi-signature wallet (multisig)": "ví đa chữ ký (multisig)", + "Multifactor Authentication": "Xác thực đa yếu tố", + "Near-Field Communication (NFC)": "Giao tiếp trường gần (NFC)", + "Nested Blockchain": "Chuỗi khối lồng nhau", + "Network": "Mạng", + "Network Congestion": "Nghẽn mạng", + "NFT": "NFT", + "NFT aggregator": "Nền tảng giao dịch NFT", + "NFT drop": "Tặng NFT", + "Ngrave": "Ngrave", + "node": "nút", + "Non-fungible token": "Mã thông báo không thể thay thế", + "nonce": "số nonce", + "off-chain": "ngoài chuỗi", + "ommer block": "khối ommer", + "on-chain": "trên chuỗi", + "on-ramp, off-ramp": "chuyển đổi xuôi, chuyển đổi ngược", + "OpenSea": "OpenSea", + "Opera": "Opera", + "Optimism": "Optimism", + "optimistic rollup": "tổng hợp lạc quan", + "Oracle": "Nguồn cấp dữ liệu", + "ParaSwap": "ParaSwap", + "parity": "ngang bằng", + "Parity": "Parity", + "Passphrase": "Cụm mật khẩu", + "password manager": "trình quản lý mật khẩu", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "ngang hàng (P2P)", + "permissioned ledger": "sổ cái được cấp phép", + "phishing (noun)": "lừa đảo qua mạng (danh từ)", + "Plasma": "Giải pháp Plasma", + "PoA, PoS, PoW": "PoA, PoS, PoW", + "Polygon": "Polygon", + "Portfolio": "Portfolio", + "PoS/PoW Hybrid": "Lai PoS/PoW", + "Priority fee": "Phí ưu tiên", + "private blockchain": "chuỗi khối riêng", + "private currency": "đồng tiền riêng", + "private key": "khóa riêng", + "Proof of Authority (PoA)": "Bằng chứng uỷ quyền (PoA)", + "Proof of Stake (PoS)": "Bằng chứng cổ phần (PoS)", + "Proof of Work (PoW)": "Bằng chứng công việc (PoW)", + "protocol": "giao thức", + "public blockchain": "chuỗi khối công khai", + "public key": "khóa công khai", + "Public-Key Cryptography": "Mật mã hoá khóa công khai", + "Public-Key Infrastructure": "Hạ tầng khoá công khai", + "QR code": "Mã QR", + "Quorum": "Quorum", + "Rarible": "Rarible", + "relayer": "sàn chuyển tiếp", + "Remote Procedure Call (RPC)": "Gọi hàm từ xa (RPC)", + "Rinkeby": "Rinkeby", + "Roadmap": "Lộ trình", + "Rocket Pool": "Rocket Pool", + "rollups": "tổng hợp", + "Ropsten": "Ropsten", + "RPC": "RPC", + "rug pull": "rút thảm", + "Safeheron": "Safeheron", + "Samsung Pay": "Samsung Pay", + "sandbox": "môi trường thử nghiệm", + "Sardine": "Sardine", + "Satoshi Nakamoto": "Satoshi Nakamoto", + "scalability": "khả năng mở rộng", + "Scaling": "Mở rộng quy mô", + "Scrypt": "Scrypt", + "Secret Recovery Phrase": "Cụm từ khôi phục bí mật", + "Security Token": "Token chứng khoán", + "Security Token Offering (STO)": "Cung cấp mã thông báo bảo mật (STO)", + "seed phrase": "cụm từ khôi phục", + "self-custody (noun)": "tự quản (danh từ)", + "self-executing": "tự thực hiện", + "Sepolia": "Sepolia", + "Serenity": "Serenity", + "serialization": "tuần tự hóa", + "Shard chain": "Chuỗi phân đoạn", + "sharding (noun)": "phân đoạn (danh từ)", + "Shielded Transaction": "Giao dịch được bảo vệ", + "sidechain": "chuỗi phụ", + "Signature (Cryptographic)": "Chữ ký (Mật mã hoá)", + "slashing condition": "điều kiện phạt", + "slippage": "trượt giá", + "slot": "khe thời gian", + "smart contract": "hợp đồng thông minh", + "snap": "Snap", + "soft fork": "phân nhánh mềm", + "Software Development Kit (SDK)": "Bộ công cụ phát triển phần mềm (SDK)", + "Solidity": "Solidity", + "stablecoin": "đồng ổn định", + "staking (noun)": "ký gửi (danh từ)", + "state": "trạng thái", + "state channels": "kênh trạng thái", + "Streaming": "Thanh toán liên tục", + "swap (noun)": "hoán đổi (danh từ)", + "Swap /MetaSwap": "Hoán đổi/MetaSwap", + "szabo": "szabo", + "testnet (test network)": "testnet (mạng thử nghiệm)", + "Testnet Kovan": "Mạng thử nghiệm Kovan", + "Testnet Rinkeby": "Mạng thử nghiệm Rinkeby", + "Testnet Ropsten": "Mạng thử nghiệm Ropsten", + "token": "token", + "token lockup": "khoá token", + "Token standard": "Tiêu chuẩn token", + "Total Value Locked (TVL)": "Tổng giá trị đã khoá (TVL)", + "Transaction": "Giao dịch", + "transaction block": "khối giao dịch", + "transaction fee": "phí giao dịch", + "transaction ID": "ID giao dịch", + "transaction pool": "bể nhớ giao dịch", + "Transak": "Transak", + "Trezor": "Trezor", + "Truffle": "Truffle", + "trustless": "không cần sự tin tưởng", + "Turing-complete": "ngôn ngữ Turing hoàn chỉnh", + "Two-Factor Authentication (2FA)": "Xác thực hai yếu tố (2FA)", + "TXID": "TXID", + "U2F": "U2F", + "Uniswap": "Uniswap", + "unspent transaction output (UTXO)": "đầu ra giao dịch chưa được sử dụng (UTXO)", + "upgrade": "nâng cấp", + "UTXO": "UTXO", + "validator": "người xác thực", + "validity proof": "bằng chứng hợp lệ", + "Validium": "Giải pháp Validium", + "Vault Decryptor": "Vault Decryptor", + "Vesting": "Khoá", + "wallet": "ví", + "WalletConnect": "WalletConnect", + "web3, Web 3.0": "web3, Web 3.0", + "WebHID": "WebHID", + "WebSocket": "WebSocket", + "Wei": "Wei", + "Whitepaper": "Sách trắng", + "Wrapping": "Bao bọc", + "Wyre": "Wyre", + "yield farming": "khai thác lợi nhuận", + "yield-bearing tokens": "token tự sinh lãi", + "zero address": "địa chỉ zero", + "Zero-knowledge proof": "Bằng chứng không kiến thức", + "Zero-knowledge rollup": "Tổng hợp không kiến thức", + "zk-SNARKs": "zk-SNARK" +} diff --git a/src/i18n/locales/src/i18n/locales/zh-cn/translation.json b/src/i18n/locales/src/i18n/locales/zh-cn/translation.json new file mode 100644 index 0000000..53505c8 --- /dev/null +++ b/src/i18n/locales/src/i18n/locales/zh-cn/translation.json @@ -0,0 +1,396 @@ +{ + "0x API": "0x API", + "1inch": "1inch", + "3Box Labs": "3Box Labs", + "51% Attack": "51%攻击", + "Aave": "Aave", + "Account": "账户", + "ACH transfer": "自动清算中心(ACH)转账", + "address; public address; account address": "地址/“公钥”(钱包地址)", + "Advanced": "高级", + "aggregator": "聚合器", + "Aggressive": "激进型", + "Agoric": "Agoric", + "air-gapping": "气隙", + "airdrop": "空投", + "airdrop (noun)": "空投", + "AirGap Vault": "AirGap Vault", + "AirSwap": "AirSwap", + "algorithm": "算法", + "altcoin": "竞争币", + "AML (Anti-Money Laundering)": "反洗钱(AML)", + "API": "API", + "API (Application Programming Interface)": "API(应用程序编程接口)", + "AppChain": "AppChain", + "Apple Pay": "Apple Pay", + "Arbitrum": "Arbitrum", + "ASIC (Application Specific Integrated Circuit)": "ASIC(专用集成电路)", + "asset provenance": "资产来源", + "attestation": "证明", + "Avalanche": "Avalanche", + "Axie Infinity": "Axie Infinity", + "Base fee": "基础费用", + "Beacon Chain": "信标链", + "Binance": "Binance", + "Bitcoin / bitcoin (BTC)": "比特币 / 比特币(BTC)", + "block (noun)": "区块", + "block explorer": "区块浏览器", + "block height": "区块高度", + "block reward": "区块奖励", + "block time": "区块时间", + "blockchain": "区块链", + "Blockchain explorer": "区块链浏览器", + "blockchain trilemma": "区块链不可能三角", + "BNB Chain": "BNB Chain", + "bounty / bug bounty": "赏金 / 漏洞赏金", + "brain wallet": "脑钱包", + "Brave": "Brave", + "Bridge": "跨链桥", + "BTC": "BTC", + "BUIDL": "BUIDL(构建)", + "bytecode": "字节码", + "Byzantine fault tolerance": "拜占庭容错", + "Byzantium fork": "拜占庭分叉", + "Celo": "Celo", + "Centralized exchange (CEX)": "中心化交易所(CEX)", + "CEX": "CEX(中心化交易所)", + "chain ID": "链 ID", + "Chrome": "Chrome", + "client (Ethereum or other compatible blockchain)": "客户端(Ethereum 或其他兼容区块链)", + "Codefi": "Codefi", + "coin": "代币", + "Coinbase Pay": "Coinbase Pay", + "cold storage": "冷存储", + "cold wallet / cold storage": "冷钱包 / 冷存储", + "Community Platform": "社区平台", + "Compiling": "编译", + "Compound": "Compound", + "confirmation": "确认", + "consensus": "共识", + "Consensus client": "共识客户端", + "Consensus layer": "共识层", + "Consensus mechanism": "共识机制", + "Consensys": "Consensys", + "Constantinople fork": "君士坦丁堡分叉", + "contract": "合约", + "Contract account": "合约账户", + "CoolWallet": "CoolWallet", + "crypto asset": "加密货币资产", + "crypto bounties": "加密货币赏金", + "crypto fund": "加密货币基金", + "crypto wallet": "加密货币钱包", + "crypto-": "加密-", + "crypto-compliance": "加密-合规", + "cryptoassets": "加密资产", + "cryptocurrency": "加密货币", + "cryptoeconomics": "加密经济", + "cryptography": "加密学", + "Curve": "Curve", + "custody (noun)": "托管", + "D'CENT": "D'CENT", + "DAI": "DAI", + "DAO": "DAO(去中心化自治组织)", + "dapp": "dapp(去中心化应用)", + "decentralization": "去中心化", + "decentralized application": "去中心化应用", + "Decentralized Autonomous Organization (DAO)": "去中心化自治组织(DAO)", + "decentralized exchange (DEX)": "去中心化交易所(DEX)", + "decentralized finance": "去中心化金融", + "decentralized web": "去中心化网络", + "deposit": "保证金", + "derive / derivation": "派生", + "dev": "开发者", + "Devcon": "Ethereum 开发者会议", + "Developer": "开发者", + "DEX": "DEX(去中心化交易所)", + "difficulty": "难度", + "difficulty bomb": "难度炸弹", + "digital asset": "数字资产", + "digital identity": "数字身份", + "Digital signature": "电子签名", + "Distributed Denial of Service (DDoS) Attack": "分布式拒绝服务攻击(DDoS)", + "distributed ledger": "分布式账本", + "Distributed Ledger Technology": "分布式账本技术", + "DLT": "DLT(分布式账本技术)", + "double spend": "双重支付", + "ecosystem": "生态系统", + "Edge": "Edge", + "EIP-1559": "Ethereum 改进提议(EIP)-1559", + "encrypted vs unencrypted keys": "加密秘钥与未加密密钥", + "encryption": "加密", + "ENS": "ENS(Ethereum 域名服务)", + "Enterprise Ethereum Alliance (EEA)": "企业 Ethereum 联盟(EEA)", + "entropy": "熵", + "epoch": "时段", + "ERC": "Ethereum 征求修正意见书(ERC)", + "ERC-1155": "Ethereum 征求修正意见书(ERC)-1155", + "ERC-20 Token Standard": "Ethereum 征求修正意见书(ERC)-20 代币标准", + "ERC-721": "Ethereum 征求修正意见书(ERC)-721", + "ERC-721 Token Standard": "Ethereum 征求修正意见书(ERC)-721 代币标准", + "ETH": "ETH", + "ether (denominations)": "以太币(面额)", + "ether (ETH)": "以太币(ETH)", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "Ethereum 改进提议(EIP)", + "Ethereum Name Service (ENS)": "Ethereum 域名服务(ENS)", + "Ethereum Public Address": "Ethereum 公钥", + "Ethereum Virtual Machine (EVM)": "Ethereum 虚拟机(EVM)", + "Etherscan": "Etherscan", + "EVM": "EVM(Ethereum 虚拟机)", + "exchange": "交易所", + "Execution client": "执行客户端", + "Execution layer": "执行层", + "Extended Private Key (XPRIV)": "扩展密钥(XPRIV)", + "Extended Public Key (XPUB)": "扩展公钥(XPUB)", + "Extension": "扩展程序", + "Fantom": "Fantom", + "faucet": "水龙头", + "fiat currency": "法币", + "final, finality": "最终性", + "Finality Rate": "最终性概率", + "financial technology (FinTech)": "金融科技(FinTech)", + "finney": "芬尼", + "Firefox": "Firefox", + "Firewall": "防火墙", + "Flask": "Flask", + "fork": "分叉", + "Fractional Ownership": "部分所有权", + "Fraud proof": "欺诈证明", + "full node": "全节点", + "Ganache": "Ganache", + "gas": "燃料", + "gas fee": "燃料费", + "gas limit": "燃料限制", + "gas price": "燃料价格", + "Gas Station Network": "Gas Station Network", + "genesis block": "创世区块", + "Gigawei": "Gigawei", + "Gitcoin": "Gitcoin", + "GitHub": "GitHub", + "Goerli": "Goerli", + "Governance": "治理", + "GSN": "GSN", + "gwei": "gwei", + "halving": "减半", + "hard fork": "硬分叉", + "hardware wallet": "硬件钱包", + "hash (noun)": "哈希", + "hexadecimal; 'hex data'": "十六进制;“十六进制数据”", + "Hierarchical Deterministic (HD) wallet": "分层确定性(HD)钱包", + "hot storage": "热存储", + "hot wallet": "热钱包", + "Hybrid Network": "混合网络", + "Hyperledger": "超级账本", + "ICO": "首次代币发行(ICO)", + "Identicon / AddressIdenticon / AddressIcon": "Identicon / AddressIdenticon / AddressIcon", + "immutability": "不可篡改性", + "Infura": "Infura", + "Initial Public Offering (IPO)": "首次公开募股(IPO)", + "Insider Trading": "内幕交易", + "Inter-Blockchain Communication (IBC) Protocol": "跨链通信(IBC)协议", + "internal transaction": "内部交易", + "Interoperability": "互操作性", + "InterPlanetary File System (IPFS)": "星际文件系统(IPFS)", + "IP address": "IP 地址", + "JSON file": "JSON 文件", + "JSON-RPC": "JSON-RPC", + "keystore file": "密钥库文件", + "Know Your Customer (KYC)": "实名认证(KYC)", + "Know Your Transaction": "交易监控(KYT)", + "Kovan": "Kovan", + "KYC": "KYC(实名认证)", + "KYT": "KYT(交易监控)", + "Latency": "延迟", + "Lattice1": "Lattice1", + "Launchpad": "Launchpad", + "Layer 0": "零层", + "Layer 1": "一层公链", + "Layer 2": "二层公链", + "Learn; MetaMask Learn": "Learn;MetaMask Learn", + "Ledger": "Ledger", + "Ledger Live App": "Ledger Live App", + "Library": "软件库", + "Lido": "Lido", + "light client": "轻客户端", + "Lightning Network": "Lightning Network", + "Liquid Democracy (Delegative Democracy)": "委任式民主", + "Liquidation": "清算", + "liquidity": "流动性", + "liquidity pool": "流动性池", + "liquidity staking": "流动性质押", + "Low": "低级型", + "mainnet": "主网", + "Maker Protocol": "稳定币协议", + "Malware": "恶意软件", + "market cap": "市值", + "Maximal Extractable Value (MEV)": "最大可提取价值(MEV)", + "Maximum Priority Fee": "最大优先交易费用", + "memory pool; mempool": "内存池(Mempool)", + "Merge (noun)": "合并", + "Merkle Patricia trie": "梅克尔树", + "Mesh": "Mesh", + "Metadata": "元数据", + "MetaMask": "MetaMask", + "MetaMask Bridge": "MetaMask Bridge", + "MetaMask Community Platform": "MetaMask 社区平台", + "MetaMask Extension": "MetaMask Extension", + "MetaMask Flask": "MetaMask Flask", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "MetaMask Learn", + "MetaMask SDK": "MetaMask SDK(软件开发工具包)", + "MetaMask Snaps": "Snaps (MetaMask Snaps)", + "MetaMetrics": "MetaMetrics", + "metaverse": "元宇宙", + "miner tip": "矿工费", + "mining": "挖矿", + "Mint": "铸币", + "mnemonic phrase": "助记词", + "MobiKwik": "MobiKwik", + "modular blockchain": "模块化区块链", + "MoonPay": "MoonPay", + "multi-sig": "多重签名", + "multi-signature wallet (multisig)": "多重签名钱包(multisig)", + "Multifactor Authentication": "多因素身份验证", + "Near-Field Communication (NFC)": "近距离无线通讯(NFC)", + "Nested Blockchain": "嵌套区块链", + "Network": "网络", + "Network Congestion": "网络拥塞", + "NFT": "NFT", + "NFT aggregator": "NFT 聚合器", + "NFT drop": "NFT 投放", + "Ngrave": "Ngrave", + "node": "节点", + "Non-fungible token": "非同质化代币", + "nonce": "唯一交易标识号", + "off-chain": "链下", + "ommer block": "ommer 区块", + "on-chain": "链上", + "on-ramp, off-ramp": "充值,提现", + "OpenSea": "OpenSea", + "Opera": "Opera", + "Optimism": "Optimism", + "optimistic rollup": "乐观性扩容方案(ORU)", + "Oracle": "预言机", + "ParaSwap": "ParaSwap", + "parity": "parity", + "Parity": "Parity", + "Passphrase": "密语", + "password manager": "密码管理工具", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "点对点(P2P)", + "permissioned ledger": "许可账本", + "phishing (noun)": "网络钓鱼", + "Plasma": "Plasma", + "PoA, PoS, PoW": "权威证明,权益证明,工作量证明", + "Polygon": "Polygon", + "Portfolio": "Portfolio", + "PoS/PoW Hybrid": "权益证明/工作量证明混合共识", + "Priority fee": "优先费用", + "private blockchain": "私有区块链", + "private currency": "私人货币", + "private key": "私钥", + "Proof of Authority (PoA)": "权威证明(PoA)", + "Proof of Stake (PoS)": "权益证明(PoS)", + "Proof of Work (PoW)": "工作量证明(PoW)", + "protocol": "协议", + "public blockchain": "公共区块链", + "public key": "公钥", + "Public-Key Cryptography": "公钥加密", + "Public-Key Infrastructure": "公钥基础设施", + "QR code": "二维码", + "Quorum": "Quorum", + "Rarible": "Rarible", + "relayer": "中继器", + "Remote Procedure Call (RPC)": "远程过程调用(RPC)", + "Rinkeby": "Rinkeby", + "Roadmap": "路线图", + "Rocket Pool": "Rocket Pool", + "rollups": "扩容方案", + "Ropsten": "Ropsten", + "RPC": "RPC(远程过程调用)", + "rug pull": "跑路", + "Safeheron": "Safeheron", + "Samsung Pay": "Samsung Pay", + "sandbox": "沙盒", + "Sardine": "Sardine", + "Satoshi Nakamoto": "中本聪", + "scalability": "可扩展性", + "Scaling": "扩容", + "Scrypt": "Scrypt 挖掘算法", + "Secret Recovery Phrase": "私钥助记词", + "Security Token": "证券型代币", + "Security Token Offering (STO)": "证券型代币发行(STO)", + "seed phrase": "助记词", + "self-custody (noun)": "自主托管", + "self-executing": "自动执行", + "Sepolia": "Sepolia", + "Serenity": "Serenity", + "serialization": "序列化", + "Shard chain": "分片区块链", + "sharding (noun)": "分片", + "Shielded Transaction": "隐私交易", + "sidechain": "侧链", + "Signature (Cryptographic)": "签名(加密)", + "slashing condition": "削减条件", + "slippage": "滑移", + "slot": "时间间隔(Slot)", + "smart contract": "智能合约", + "snap": "Snap", + "soft fork": "软分叉", + "Software Development Kit (SDK)": "软件开发工具包(SDK)", + "Solidity": "Solidity", + "stablecoin": "稳定币", + "staking (noun)": "质押", + "state": "状态", + "state channels": "状态通道", + "Streaming": "资金流", + "swap (noun)": "兑换", + "Swap /MetaSwap": "Swap /MetaSwap", + "szabo": "szabo", + "testnet (test network)": "测试网", + "Testnet Kovan": "Testnet Kovan", + "Testnet Rinkeby": "Testnet Rinkeby", + "Testnet Ropsten": "Testnet Ropsten", + "token": "代币", + "token lockup": "代币锁定", + "Token standard": "代币标准", + "Total Value Locked (TVL)": "总锁仓价值(TVL)", + "Transaction": "交易", + "transaction block": "交易区块", + "transaction fee": "交易费用", + "transaction ID": "交易 ID", + "transaction pool": "交易池", + "Transak": "Transak", + "Trezor": "Trezor", + "Truffle": "Truffle", + "trustless": "去信任", + "Turing-complete": "图灵完备", + "Two-Factor Authentication (2FA)": "双因素认证(2FA)", + "TXID": "交易 ID", + "U2F": "U2F(通用第二因素)", + "Uniswap": "Uniswap", + "unspent transaction output (UTXO)": "未花费的交易输出(UTXO)", + "upgrade": "升级", + "UTXO": "UTXO(未花费的交易输出)", + "validator": "验证器", + "validity proof": "有效性证明", + "Validium": "Validium 扩容技术", + "Vault Decryptor": "Vault Decryptor", + "Vesting": "等待行权", + "wallet": "钱包", + "WalletConnect": "WalletConnect", + "web3, Web 3.0": "Web3,Web 3.0", + "WebHID": "WebHID", + "WebSocket": "WebSocket", + "Wei": "Wei", + "Whitepaper": "白皮书", + "Wrapping": "包装", + "Wyre": "Wyre", + "yield farming": "收益挖矿", + "yield-bearing tokens": "收益代币", + "zero address": "0地址", + "Zero-knowledge proof": "零知识证明", + "Zero-knowledge rollup": "零知识汇总", + "zk-SNARKs": "零知识简洁非交互知识论证(zk-SNARK)" +} diff --git a/src/i18n/locales/thai/translation.json b/src/i18n/locales/th/translation.json similarity index 100% rename from src/i18n/locales/thai/translation.json rename to src/i18n/locales/th/translation.json diff --git a/src/i18n/locales/filipino (tagalog)/translation.json b/src/i18n/locales/tl/translation.json similarity index 100% rename from src/i18n/locales/filipino (tagalog)/translation.json rename to src/i18n/locales/tl/translation.json diff --git a/src/i18n/locales/turkish/translation.json b/src/i18n/locales/tr/translation.json similarity index 100% rename from src/i18n/locales/turkish/translation.json rename to src/i18n/locales/tr/translation.json diff --git a/src/i18n/locales/uk/translation.json b/src/i18n/locales/uk/translation.json new file mode 100644 index 0000000..7eedd11 --- /dev/null +++ b/src/i18n/locales/uk/translation.json @@ -0,0 +1,396 @@ +{ + "0x API": "0x API", + "1inch": "1inch", + "3Box Labs": "3Box Labs", + "51% Attack": "Атака 51%", + "Aave": "Aave", + "Account": "Обліковий запис", + "ACH transfer": "ACH-трансфер", + "address; public address; account address": "адреса/«публічна адреса» (адреса гаманця)", + "Advanced": "Розширені", + "aggregator": "агрегатор", + "Aggressive": "Агресивний", + "Agoric": "Agoric", + "air-gapping": "«повітряний зазор»", + "airdrop": "ейрдроп", + "airdrop (noun)": "ейрдроп", + "AirGap Vault": "AirGap Vault", + "AirSwap": "AirSwap", + "algorithm": "алгоритм", + "altcoin": "альткойн", + "AML (Anti-Money Laundering)": "AML (Боротьба з відмиванням грошей)", + "API": "API", + "API (Application Programming Interface)": "API (інтерфейс прикладного програмування)", + "AppChain": "AppChain", + "Apple Pay": "Apple Pay", + "Arbitrum": "Arbitrum", + "ASIC (Application Specific Integrated Circuit)": "ASIC (спеціалізована інтегральна схема)", + "asset provenance": "походження активів", + "attestation": "атестація", + "Avalanche": "Avalanche", + "Axie Infinity": "Axie Infinity", + "Base fee": "Базова комісія", + "Beacon Chain": "Beacon Chain", + "Binance": "Binance", + "Bitcoin / bitcoin (BTC)": "Біткойн/біткойн (BTC)", + "block (noun)": "блок", + "block explorer": "оглядач блоків", + "block height": "висота блоку", + "block reward": "винагорода за блок", + "block time": "час блокування", + "blockchain": "блокчейн", + "Blockchain explorer": "Блокчейн-оглядач", + "blockchain trilemma": "трилема блокчейна", + "BNB Chain": "Мережа BNB", + "bounty / bug bounty": "винагорода за помилку/винагорода за виявлення вразливостей", + "brain wallet": "мозковий гаманець", + "Brave": "Brave", + "Bridge": "Міст", + "BTC": "BTC", + "BUIDL": "BUIDL", + "bytecode": "байт-код", + "Byzantine fault tolerance": "Візантійська відмовостійкість", + "Byzantium fork": "Форк Byzantium", + "Celo": "Celo", + "Centralized exchange (CEX)": "Централізована біржа (CEX)", + "CEX": "CEX", + "chain ID": "ID мережі", + "Chrome": "Chrome", + "client (Ethereum or other compatible blockchain)": "клієнт (Ethereum або інший сумісний блокчейн)", + "Codefi": "CodeFi", + "coin": "монета", + "Coinbase Pay": "Coinbase Pay", + "cold storage": "холодне сховище", + "cold wallet / cold storage": "холодний гаманець/холодне сховище", + "Community Platform": "Платформа спільноти", + "Compiling": "Компіляція", + "Compound": "Compound", + "confirmation": "підтвердження", + "consensus": "консенсус", + "Consensus client": "Консенсус-клієнт", + "Consensus layer": "Рівень консенсусу", + "Consensus mechanism": "Механізм консенсусу", + "Consensys": "Consensys", + "Constantinople fork": "Форк «Константинополь»", + "contract": "контракт", + "Contract account": "Контрактний обліковий запис", + "CoolWallet": "CoolWallet", + "crypto asset": "криптоактив", + "crypto bounties": "крипто-баунті", + "crypto fund": "криптофонд", + "crypto wallet": "криптогаманець", + "crypto-": "крипто-", + "crypto-compliance": "криптовідповідність", + "cryptoassets": "криптоактиви", + "cryptocurrency": "криптовалюта", + "cryptoeconomics": "криптоекономіка", + "cryptography": "криптографія", + "Curve": "Curve", + "custody (noun)": "самостійне зберігання", + "D'CENT": "D'CENT", + "DAI": "DAI", + "DAO": "DAO", + "dapp": "децентралізований додаток", + "decentralization": "децентралізація", + "decentralized application": "децентралізований додаток", + "Decentralized Autonomous Organization (DAO)": "Децентралізована автономна організація (DAO)", + "decentralized exchange (DEX)": "децентралізована біржа (DEX)", + "decentralized finance": "децентралізовані фінанси", + "decentralized web": "децентралізована мережа", + "deposit": "депозит", + "derive / derivation": "Вивести/деривація", + "dev": "розробник", + "Devcon": "Devcon", + "Developer": "Розробник", + "DEX": "DEX", + "difficulty": "складність", + "difficulty bomb": "бомба складності", + "digital asset": "цифровий актив", + "digital identity": "цифрова ідентичність", + "Digital signature": "Цифровий підпис", + "Distributed Denial of Service (DDoS) Attack": "Розподілена атака типу «відмова в обслуговуванні» (DDoS)", + "distributed ledger": "розподілений реєстр", + "Distributed Ledger Technology": "Технологія розподіленого реєстру", + "DLT": "DLT", + "double spend": "подвійна трата", + "ecosystem": "екосистема", + "Edge": "Edge", + "EIP-1559": "EIP-1559", + "encrypted vs unencrypted keys": "зашифровані проти незашифрованих ключів", + "encryption": "шифрування", + "ENS": "ENS", + "Enterprise Ethereum Alliance (EEA)": "Альянс корпоративного ефіру (EEA)", + "entropy": "ентропія", + "epoch": "епоха", + "ERC": "ERC", + "ERC-1155": "ERC-1155", + "ERC-20 Token Standard": "Стандарт токенів ERC-20", + "ERC-721": "ERC-721", + "ERC-721 Token Standard": "Стандарт токенів ERC-721", + "ETH": "ETH", + "ether (denominations)": "ефір (номінали)", + "ether (ETH)": "ефір (ETH)", + "Ethereum": "Ethereum", + "Ethereum 2.0": "Ethereum 2.0", + "Ethereum Improvement Proposal (EIP)": "Пропозиція щодо вдосконалення Ethereum (EIP)", + "Ethereum Name Service (ENS)": "Служба імен Ethereum (ENS)", + "Ethereum Public Address": "Публічна адреса Ethereum", + "Ethereum Virtual Machine (EVM)": "Віртуальна машина Ethereum (EVM)", + "Etherscan": "EtherScan", + "EVM": "EVM", + "exchange": "біржа", + "Execution client": "Виконавчий клієнт", + "Execution layer": "Виконавчий рівень", + "Extended Private Key (XPRIV)": "Розширений закритий ключ (XPRIV)", + "Extended Public Key (XPUB)": "Розширений відкритий ключ (XPUB)", + "Extension": "Розширення", + "Fantom": "Fantom", + "faucet": "збирач", + "fiat currency": "фіатна валюта", + "final, finality": "остаточна, остаточність", + "Finality Rate": "Коефіцієнт остаточності", + "financial technology (FinTech)": "фінансові технології (FinTech)", + "finney": "фінні", + "Firefox": "Firefox", + "Firewall": "Брандмауер", + "Flask": "Flask", + "fork": "форк", + "Fractional Ownership": "Дробове володіння", + "Fraud proof": "Доказ шахрайства", + "full node": "повний вузол", + "Ganache": "Ganache", + "gas": "газ", + "gas fee": "комісія за газ", + "gas limit": "ліміт газу", + "gas price": "ціна на газ", + "Gas Station Network": "Мережа заправних станцій (GSN)", + "genesis block": "генезис-блок", + "Gigawei": "Гігавай", + "Gitcoin": "Gitcoin", + "GitHub": "GitHub", + "Goerli": "Goerli", + "Governance": "Управління", + "GSN": "GSN", + "gwei": "гвей", + "halving": "халвінг", + "hard fork": "хард-форк", + "hardware wallet": "апаратний гаманець", + "hash (noun)": "хеш", + "hexadecimal; 'hex data'": "шістнадцятковий; шістнадцяткові дані", + "Hierarchical Deterministic (HD) wallet": "Ієрархічний детермінований (HD) гаманець", + "hot storage": "гаряче сховище", + "hot wallet": "гарячий гаманець", + "Hybrid Network": "Гібридна мережа", + "Hyperledger": "Hyperledger", + "ICO": "ICO", + "Identicon / AddressIdenticon / AddressIcon": "Identicon / AddressIdenticon / AddressIcon", + "immutability": "незмінність", + "Infura": "Infura", + "Initial Public Offering (IPO)": "Первинне публічне розміщення (IPO)", + "Insider Trading": "Інсайдерська торгівля", + "Inter-Blockchain Communication (IBC) Protocol": "Протокол міжблочного зв'язку (IBC)", + "internal transaction": "внутрішня транзакція", + "Interoperability": "Інтероперабельність", + "InterPlanetary File System (IPFS)": "Міжпланетна файлова система (IPFS)", + "IP address": "IP-адреса", + "JSON file": "Файл JSON", + "JSON-RPC": "JSON-RPC", + "keystore file": "файл сховища ключів", + "Know Your Customer (KYC)": "Знай свого клієнта (KYC)", + "Know Your Transaction": "Знай свою транзакцію", + "Kovan": "Kovan", + "KYC": "KYC", + "KYT": "KYT", + "Latency": "Затримка", + "Lattice1": "Lattice1", + "Launchpad": "Панель запуску", + "Layer 0": "Рівень 0", + "Layer 1": "Рівень 1", + "Layer 2": "Рівень 2", + "Learn; MetaMask Learn": "Learn; MetaMask Learn", + "Ledger": "Ledger", + "Ledger Live App": "Додаток Ledger Live", + "Library": "Бібліотека", + "Lido": "Lido", + "light client": "легкий клієнт", + "Lightning Network": "Мережа Lightning", + "Liquid Democracy (Delegative Democracy)": "Ліквідна демократія (делегативна демократія)", + "Liquidation": "Ліквідація", + "liquidity": "ліквідність", + "liquidity pool": "пул ліквідності", + "liquidity staking": "ліквідний стекінг", + "Low": "Низький", + "mainnet": "основна мережа", + "Maker Protocol": "Протокол Maker", + "Malware": "Шкідливе програмне забезпечення", + "market cap": "ринкова капіталізація", + "Maximal Extractable Value (MEV)": "Максимальна вилучена цінність (MEV)", + "Maximum Priority Fee": "Максимальна плата за пріоритет", + "memory pool; mempool": "пул пам'яті; мемпул", + "Merge (noun)": "Злиття", + "Merkle Patricia trie": "Merkle Patricia trie", + "Mesh": "Mesh", + "Metadata": "Метадані", + "MetaMask": "MetaMask", + "MetaMask Bridge": "Мост MetaMask", + "MetaMask Community Platform": "Платформа спільноти MetaMask", + "MetaMask Extension": "Розширення MetaMask", + "MetaMask Flask": "MetaMask Flask", + "MetaMask Institutional": "MetaMask Institutional", + "MetaMask Learn": "MetaMask Learn", + "MetaMask SDK": "MetaMask SDK", + "MetaMask Snaps": "Snaps (MetaMask Snaps)", + "MetaMetrics": "MetaMetrics", + "metaverse": "метавсесвіт", + "miner tip": "«чайові майнеру»", + "mining": "майнінг", + "Mint": "Мінт", + "mnemonic phrase": "мнемонічна фраза", + "MobiKwik": "MobiKwik", + "modular blockchain": "модульний блокчейн", + "MoonPay": "MoonPay", + "multi-sig": "мультипідпис", + "multi-signature wallet (multisig)": "гаманець з мультипідписом (multisig)", + "Multifactor Authentication": "Багатофакторна автентифікація", + "Near-Field Communication (NFC)": "Комунікація ближнього поля (NFC", + "Nested Blockchain": "Вкладений блокчейн", + "Network": "Мережа", + "Network Congestion": "Перевантаження мережі", + "NFT": "NFT", + "NFT aggregator": "NFT-агрегатор", + "NFT drop": "NFT-дроп", + "Ngrave": "Ngrave", + "node": "вузол", + "Non-fungible token": "Невзаємозамінний токен", + "nonce": "одноразовий номер", + "off-chain": "офчейн-транзакція", + "ommer block": "оммер-блок", + "on-chain": "ончейн-транзакція", + "on-ramp, off-ramp": "он-ремп, оф-ремп", + "OpenSea": "OpenSea", + "Opera": "Opera", + "Optimism": "Optimism", + "optimistic rollup": "оптимістичний роллап", + "Oracle": "Oracle", + "ParaSwap": "ParaSwap", + "parity": "паритет", + "Parity": "Parity", + "Passphrase": "Парольна фраза", + "password manager": "менеджер паролів", + "PayPal": "PayPal", + "peer-to-peer (P2P)": "однорангова мережа (P2P)", + "permissioned ledger": "дозволений реєстр", + "phishing (noun)": "фішинг", + "Plasma": "Plasma", + "PoA, PoS, PoW": "PoA, PoS, PoW", + "Polygon": "Polygon", + "Portfolio": "Portfolio", + "PoS/PoW Hybrid": "Гібрид PoS/PoW", + "Priority fee": "Плата за пріоритет", + "private blockchain": "приватний блокчейн", + "private currency": "приватна валюта", + "private key": "закритий ключ", + "Proof of Authority (PoA)": "Підтвердження повноважень (PoA)", + "Proof of Stake (PoS)": "Доказ частки володіння (PoS)", + "Proof of Work (PoW)": "Доказ виконання роботи (PoW)", + "protocol": "протокол", + "public blockchain": "публічний блокчейн", + "public key": "відкритий ключ", + "Public-Key Cryptography": "Криптографія з відкритим ключем", + "Public-Key Infrastructure": "Інфраструктура відкритих ключів", + "QR code": "Код QR", + "Quorum": "Quorum", + "Rarible": "Rarible", + "relayer": "ретранслятор", + "Remote Procedure Call (RPC)": "Віддалений виклик процедур (RPC)", + "Rinkeby": "Rinkeby", + "Roadmap": "Дорожня карта", + "Rocket Pool": "Rocket Pool", + "rollups": "роллапи", + "Ropsten": "Ropsten", + "RPC": "RPC", + "rug pull": "«витягування килимка»", + "Safeheron": "Safeheron", + "Samsung Pay": "Samsung Pay", + "sandbox": "пісочниця", + "Sardine": "Sardine", + "Satoshi Nakamoto": "Сатоші Накамото", + "scalability": "масштабованість", + "Scaling": "Масштабування", + "Scrypt": "Scrypt", + "Secret Recovery Phrase": "Секретна фраза відновлення", + "Security Token": "Токен безпеки", + "Security Token Offering (STO)": "Пропозиція токенів безпеки (STO)", + "seed phrase": "сід-фраза", + "self-custody (noun)": "самостійне зберігання", + "self-executing": "самовиконуваний", + "Sepolia": "Sepolia", + "Serenity": "Serenity", + "serialization": "серіалізація", + "Shard chain": "Ланцюжок сегментів", + "sharding (noun)": "шардування", + "Shielded Transaction": "Захищена транзакція", + "sidechain": "сайдчейн", + "Signature (Cryptographic)": "Підпис (криптографічний)", + "slashing condition": "умова скорочення", + "slippage": "прослизання", + "slot": "слот", + "smart contract": "смарт-контракт", + "snap": "Snap", + "soft fork": "софт-форк", + "Software Development Kit (SDK)": "Комплект для розробки програмного забезпечення (SDK)", + "Solidity": "Solidity", + "stablecoin": "стейблкойн", + "staking (noun)": "стейкинг", + "state": "стан", + "state channels": "канали стану", + "Streaming": "Потокова передача", + "swap (noun)": "своп", + "Swap /MetaSwap": "Swap /MetaSwap", + "szabo": "сабо", + "testnet (test network)": "testnet (тестова мережа)", + "Testnet Kovan": "Kovan Testnet", + "Testnet Rinkeby": "Rinkeby Testnet", + "Testnet Ropsten": "Ropsten Testnet", + "token": "токен", + "token lockup": "блокування токенів", + "Token standard": "Стандарт токенів", + "Total Value Locked (TVL)": "Загальна заблокована вартість (TVL)", + "Transaction": "Транзакція", + "transaction block": "блок транзакцій", + "transaction fee": "комісія за транзакцію", + "transaction ID": "ID транзакції", + "transaction pool": "пул транзакцій", + "Transak": "Transak", + "Trezor": "Trezor", + "Truffle": "Truffle", + "trustless": "«без доверия»", + "Turing-complete": "Повна за Тьюрингом", + "Two-Factor Authentication (2FA)": "Двофакторна аутентифікація (2FA)", + "TXID": "TXID", + "U2F": "U2F", + "Uniswap": "Uniswap", + "unspent transaction output (UTXO)": "вихід невитрачених транзакцій (UTXO)", + "upgrade": "оновити", + "UTXO": "UTXO", + "validator": "валідатор", + "validity proof": "підтвердження достовірності", + "Validium": "Validium", + "Vault Decryptor": "Vault Decryptor", + "Vesting": "Вестинг", + "wallet": "гаманець", + "WalletConnect": "WalletConnect", + "web3, Web 3.0": "web3, Web 3.0", + "WebHID": "WebHID", + "WebSocket": "WebSocket", + "Wei": "Вей", + "Whitepaper": "Технічний документ", + "Wrapping": "Обгортання", + "Wyre": "Wyre", + "yield farming": "прибуткове фермерство", + "yield-bearing tokens": "прибуткові токени", + "zero address": "нульова адреса", + "Zero-knowledge proof": "Доведення з нульовим розголошенням", + "Zero-knowledge rollup": "Роллап з нульовим розголошенням", + "zk-SNARKs": "zk-SNARKs" + } \ No newline at end of file diff --git a/src/i18n/locales/vietnamese/translation.json b/src/i18n/locales/vi/translation.json similarity index 100% rename from src/i18n/locales/vietnamese/translation.json rename to src/i18n/locales/vi/translation.json diff --git a/src/i18n/locales/simplified chinese/translation.json b/src/i18n/locales/zh-cn/translation.json similarity index 100% rename from src/i18n/locales/simplified chinese/translation.json rename to src/i18n/locales/zh-cn/translation.json diff --git a/src/index.jsx b/src/index.jsx index 84693ea..33f910a 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -1,16 +1,15 @@ -import React from "react"; -import ReactDOM from "react-dom"; -import "./reset.css"; -import "./index.css"; -import App from "./App"; -import reportWebVitals from "./reportWebVitals"; -import { sendToVercelAnalytics } from "./vitals"; +import React from 'react'; +import ReactDOM from 'react-dom/client'; +import { BrowserRouter as Router } from 'react-router-dom'; +import App from './App'; -ReactDOM.render( +const rootElement = document.getElementById('root'); +const root = ReactDOM.createRoot(rootElement); + +root.render( - - , - document.getElementById("root") + + + + ); - -reportWebVitals(sendToVercelAnalytics); diff --git a/src/linked-definitions.jsx b/src/linked-definitions.jsx new file mode 100644 index 0000000..dc7a76b --- /dev/null +++ b/src/linked-definitions.jsx @@ -0,0 +1,1189 @@ +import React from 'react'; +import { Link } from './Link'; + +const linkedDefinitions = { + "0x API": { + definition: <>The 0x API is the liquidity and data endpoint for DeFi. It lets you access aggregated liquidity from tens of on-chain and off-chain decentralized exchange networks, across multiple blockchains. It comes with many parameters to customize your requests for your application and your users: API References, + }, + "1inch": { + definition: <>Decentralized exchange aggregator that aims to provide traders with the best price and lowest fees on their transactions. 1inch , + }, + "3Box Labs": { + definition: <>The inventors and core developers of Ceramic, the first decentralized network for composable data. Ceramic makes it possible for developers to build data-rich Web3 applications without needing a traditional database, and in the process, unlocks data composability and portability across every application within the Web3 ecosystem ., + }, + "51% Attack": { + definition: <>If more than half the computer power or mining hash rate on a network is run by a single person or a single group of people, then a 51% attack is in operation. This means that this entity has full control of the network and can negatively affect a cryptocurrency by taking over mining operations, stopping or changing transactions, and double-spending coins., + }, + "Aave": { + definition: <>Aave is an open source protocol to create non-custodial liquidity markets to earn interest on supplying and borrowing assets with a variable or stable interest rate., + }, + "Account": { + definition: <>Accounts are records or statements of financial expenditure and receipts that relate to a particular period or purpose. In the world of crypto, this is referred to as a cryptocurrency account . It gives you certain benefits, and it is a requirement in order to use just about any cryptocurrency exchange . A cryptocurrency account gives you access to hot wallets, which allow you to quickly buy, sell and trade cryptocurrencies, and it gives you an identity or a way through which you can hold onto your public keys when it comes to the aforementioned process. Account , + }, + "ACH transfer": { + definition: <>ACH (Automated Clearing House) bank transfer is an electronic payment method that allows money to be transferred between bank accounts in the United States. It is a system that processes transactions in batches and is commonly used for direct deposit of paychecks, bill payments, and online money transfers., + }, + "address; public address; account address": { + definition: <>Used to send and receive transactions on a blockchain network , and to identify different users; also referred to as a 'public key '. An address is an alphanumeric character string, which can also be represented as a scannable QR code . In Ethereum , the address begins with 0x. For example: 0x06A85356DCb5b307096726FB86A78c59D38e08ee, + }, + "Advanced": { + definition: <>In the context of 'Advanced gas controls': it is an optional feature in the MetaMask wallet , that gives you more control over the gas you pay in MetaMask . Using advanced gas controls, + }, + "aggregator": { + definition: <>An aggregator is a platform that aggregates liquidity from multiple decentralized exchanges (DEXs) or other sources of liquidity to provide users with the best prices and the most efficient execution for their trades., + }, + "Aggressive": { + definition: <>In the context of 'gas fees', Aggressive is a category that enables you to be more forceful with your transaction , and have it completed as soon as possible. There are three categories available in MetaMask : Low , Market, Aggressive Using advanced gas controls, + }, + "Agoric": { + definition: <>Agoric is a Proof-of-Stake blockchain that functions as a smart contract platform, enabling developers to deploy decentralized applications. The platform is built on a variant of the JavaScript programming language, which is a widely used language for web development., + }, + "air-gapping": { + definition: <>A method for securing computers in which the device does not connect to the internet or any other open networks. Many hardware wallets use air-gapping as a security mechanism to keep users' private keys or Secret Recovery Phrase offline, and thus safer from any kind of attack., + }, + "airdrop": { + definition: <>A token distribution method used to send cryptocurrency or tokens to wallet addresses. Sometimes airdrops are used for marketing purposes in exchange for simple tasks like reshares, referrals, or app downloads., + }, + "airdrop (noun)": { + definition: <>A token distribution method used to send cryptocurrency or tokens to wallet addresses. Sometimes airdrops are used for marketing purposes in exchange for simple tasks like reshares, referrals, or app downloads., + }, + "AirGap Vault": { + definition: <>AirGap Vault is a crypto wallet application that provides secure storage for digital assets. The wallet is designed to be used in conjunction with AirGap's other wallet app, AirGap Wallet , which is used for sending and receiving transactions., + }, + "AirSwap": { + definition: <>AirSwap is a decentralized exchange (DEX ) platform for trading digital assets, operating on Ethereum and Layer-2s like Polygon , Arbitrum ., + }, + "algorithm": { + definition: <>An algorithm is a finite sequence of rigorous instructions, typically used to solve a class of specific problems or to perform a computation., + }, + "altcoin": { + definition: <>As Bitcoin was the first cryptocurrency , the term 'altcoin ' was created to refer to 'any cryptocurrency other than Bitcoin'. The term is less used in Ethereum or smart contract -enabled blockchain communities. Many altcoins are forks of Bitcoin with minor changes (e.g., Litecoin). See also 'fork '., + }, + "AML (Anti-Money Laundering)": { + definition: <>A set of international laws enacted to diminish the potential for criminal organizations or individuals to launder money. These rules and laws are applied to cryptocurrencies with varying effects in different jurisdictions., + }, + "API": { + definition: <>Application Programming Interface. A software intermediary that allows two separate applications to communicate with one another. APIs define methods of communication between various components., + }, + "API (Application Programming Interface)": { + definition: <>A predefined set of requests that one program can make to another in order to transfer information between them. When you hear someone saying that an application is 'getting information from' another source, it's often doing so through an API ., + }, + "AppChain": { + definition: <>A blockchain network custom-made and optimized for a specific application's needs. An appchain is generally not a full-blown blockchain , but offers an optimized execution environment for the application, while still relying on an underlying blockchain for consensus . See also: 'blockchain trilemma', 'modular blockchain ', 'Layer 2 ', 'Layer 3'., + }, + "Apple Pay": { + definition: <>Apple Pay is a mobile payment service by Apple Inc. that allows users to make payments in person, in iOS apps, and on the web., + }, + "Arbitrum": { + definition: <>Arbitrum is a layer 2 scaling solution for Ethereum , designed to improve the scalability and reduce the cost of transactions on the Ethereum network . It is an implementation of the Optimistic Rollup technology, which is a type of scaling solution that uses off-chain computation to reduce the load on the main Ethereum network ., + }, + "ASIC (Application Specific Integrated Circuit)": { + definition: <>ASICs are silicon chips designed to do a specific task. In ASICs used for mining cryptocurrencies, the ASIC will perform a calculation to find values that provide a desired solution when placed into a hashing algorithm ., + }, + "asset provenance": { + definition: <>Asset provenance refers to the origin, history, and ownership of a particular digital asset on the blockchain . In the crypto context, asset provenance refers to the ability to trace the ownership and transfer of a specific cryptocurrency or token from its creation or minting to its current holder., + }, + "attestation": { + definition: <>Attestation in crypto refers to the process of verifying the authenticity or validity of a piece of information or a transaction on a blockchain network . Attestation is an important aspect of blockchain technology, as it helps to ensure the integrity and security of the network . In general, attestation involves a trusted third-party, or attester, verifying the authenticity of a transaction or piece of information. This can include verifying the identity of users on the network , verifying the accuracy of data, or validating the authenticity of a digital signature . One example of attestation in crypto is the use of digital signatures to authenticate transactions on a blockchain network . Digital signatures use public key cryptography to verify the identity of the sender and ensure that the transaction has not been tampered with. Another example of attestation in crypto is the use of Proof of Stake (PoS) consensus mechanisms, which rely on validators to attest to the validity of transactions on the network . Validators are responsible for verifying transactions and adding new blocks to the blockchain , and they are rewarded with cryptocurrency for their efforts. For more info, see Attestation in Ethereum ., + }, + "Avalanche": { + definition: <>Avalanche is a decentralized blockchain platform designed to provide fast and secure transactions for digital assets and applications. The platform uses a consensus mechanism known as Avalanche consensus , which allows for high throughput, low latency , and customizable blockchains., + }, + "Axie Infinity": { + definition: <>Axie Infinity is a non-fungible token -based online video game known for its in-game economy, which uses Ethereum -based cryptocurrencies., + }, + "Base fee": { + definition: <>Every block has a reserve price known as the 'base fee '. It is the minimum gas fee a user must pay to include a transaction in the next block., + }, + "Beacon Chain": { + definition: <>The Beacon Chain was one element built in the infrastructure being built to scale Ethereum . It was the foundation for a transition from a Proof of Work (PoW) consensus mechanism to Proof of Stake (PoS). For more information, see this guide., + }, + "Binance": { + definition: <>Binance is a centralized cryptocurrency exchange which operates in multiple countries, as well as two different blockchains, the BNB Chain and the BNB Smart Chain., + }, + "Bitcoin / bitcoin (BTC)": { + definition: <>Bitcoin is a decentralized digital currency or cryptocurrency , which was created in 2009 by an unknown person or group using the name Satoshi Nakamoto . Bitcoin transactions are recorded on a public digital ledger called the blockchain , which is maintained by a network of computers worldwide. Bitcoin transactions are made directly between users without the need for intermediaries like banks or financial institutions. Users can send and receive Bitcoins using digital wallets. One of the key features of Bitcoin is its limited supply. There will only ever be 21 million Bitcoins in existence, which helps to prevent inflation and maintain the value of the currency. The plural of bitcoin is just bitcoin; the abbreviation is BTC , with a space: I have 250 BTC ., + }, + "block (noun)": { + definition: <>If we think of a blockchain as consisting of a ledger that is being constantly synced between any number of different nodes (indeed, 'distributed ledger technology' is another phrase used to describe it), imagine that after a certain number of transactions have been added to the ledger and consensus has been reached among the nodes that the transactions are valid, then they are cryptographically locked into a 'block' and officially recorded; this 'block' forms the basis for the next one; in this way, they are all linked together in a chain, hence--blockchain ., + }, + "block explorer": { + definition: <>A blockchain explorer is an application, most often a website along with a corresponding API , that displays information about blockchain activity in a more human-friendly way. While a blockchain is designed to keep information forever, and be “readable by anyone”, finding the specific information you’re interested in may require indexing data off the blockchain –that is, sorting it according to given categories (sender address, token type, etc) into a separate database which can then be queried by the user; this essential function is provided by blockchain explorers. A prominent example is etherscan , which also offers explorers on a number of other networks., + }, + "block height": { + definition: <>The number of blocks connected together in the blockchain . For example, Height 0 would be the very first block, which is also called the Genesis Block ., + }, + "block reward": { + definition: <>The reward given to a miner or validator after it has successfully hashed a transaction block. Block rewards can be a mixture of coins and transaction fees. The composition depends on the policy used by the cryptocurrency in question, and whether all of the coins have already been successfully mined. The current block reward for the Bitcoin network is 12.5 bitcoins per block., + }, + "block time": { + definition: <>When we talk about 'block time ', we're referring to how long it takes for a block of transactions (see 'block') to be confirmed by the network , either by miners under PoW or by validators under PoS. See also 'Proof of Work', 'Proof of Stake'., + }, + "blockchain": { + definition: <>A digital ledger comprised of unchangeable, digitally recorded data in packages called blocks. Each block is ‘chained’ to the next block using a cryptographic signature. Ethereum is a public blockchain , open to the world; its digital ledger is distributed, or synced, between many nodes; these nodes arrive at consensus regarding whether a transaction is valid before encrypting it, along with a number of other valid transactions, into a block. For more on blockchain technology, see here. See also 'block'., + }, + "Blockchain explorer": { + definition: <>A blockchain explorer is an application, most often a website along with a corresponding API , that displays information about blockchain activity in a more human-friendly way. While a blockchain is designed to keep information forever, and be 'readable by anyone', finding the specific information you're interested in may require indexing data off the blockchain --that is, sorting it according to given categories (sender address, token type, etc) into a separate database which can then be queried by the user; this essential function is provided by blockchain explorers. A prominent example is etherscan , which also offers explorers on a number of other networks., + }, + "blockchain trilemma": { + definition: <>Tradeoffs facing those building public blockchain networks vis-a-vis three elements: decentralization , security, and scalability (or speed). These three elements are either necessary or desireable in public distributed networks, and often, designing a system that optimizes for one compromises on another., + }, + "BNB Chain": { + definition: <>Build N Build (BNB) Chain is a distributed blockchain network upon which developers and innovators can build decentralized applications (DApps) as part of the move to Web3. BNB chain , + }, + "bounty / bug bounty": { + definition: <>A reward offered for exposing vulnerabilities and issues in computer code., + }, + "brain wallet": { + definition: <>A blockchain account generated from a seed phrase or password or passphrase of your choosing. Humans are not capable of generating enough entropy , or randomness, and therefore the wallets derived from these phrases are insecure; brain wallets can be brute forced by super fast computers. For this reason, brain wallet are insecure and should not be used. See also 'Seed phrase / Secret Recovery Phrase '., + }, + "Brave": { + definition: <>Brave is a free and open-source web browser developed by Brave Software, Inc., based on the Chromium web browser. It has a built-in crypto wallet that allows users to connect to the web3 ecosystem ., + }, + "Bridge": { + definition: <>A bridge is a tool built to move assets from one network to another. It’s also a verb, used to describe that action: “I bridged my ETH from Ethereum mainnet to Arbitrum .” Not all bridges are created equal, and you should be informed about what you’re doing before you use one. Field Guide to bridges See also MetaMask Bridge , + }, + "BTC": { + definition: <>Abbreviation for Bitcoin, + }, + "BUIDL": { + definition: <>Ostensibly coined (see what we did there) by Gitcoin 's Kevin Owocki. It reflects the Ethereum -focused mindset of not just investing in a cryptocurrency as a store of value, but rather investing in it as an ecosystem and a platform for public goods and software; it complements, in this sense, the now-infamous HODL., + }, + "bytecode": { + definition: <>Bytecode is a 'low -level' computer language, that is, meant to be processed by a computer, rather than a 'high-level', more human-readable, language. In Ethereum , higher-level Solidity is compiled into Ethereum bytecode , which is read by the Ethereum Virtual Machine (EVM )., + }, + "Byzantine fault tolerance": { + definition: <>A Byzantine fault, or failure, is one of the most difficult failures to deal with in computer systems; this is because it takes into account the possibility that the information used to determine the current state of the system may--or may not--be reliable. While applicable in many realms of technology, this becomes of particular interest in public blockchain systems: how do we ensure that we can agree on the current state of the network when there is an incentive, often a significant financial incentive, to subvert the state of the network for one's own profit? On a more basic level, if we're coordinating a network running around the world on all kinds of different hardware and software, there are all kinds or problems that can occur that hinder the network 's ability to reach consensus on its current state . Therefore, a network that has been designed and implemented to be resistant to these sorts of failures, either due to malicious intent or technical failure, is said to be Byzantine Fault Tolerant., + }, + "Byzantium fork": { + definition: <>A 'hard fork ' in the Ethereum network that occurred in October of 2017. For detailled information, see here; see also 'hard fork '., + }, + "Celo": { + definition: <>Celo is a platform designed to allow mobile users around the world to make simple financial transactions with cryptocurrency . The platform has its own blockchain and two native tokens: CELO and cUSD, + }, + "Centralized exchange (CEX)": { + definition: <>A centralized exchange (CEX ) is a cryptocurrency exchange that is operated and controlled by a centralized entity. In a CEX , the exchange company or organization acts as an intermediary between buyers and sellers, holding and managing the assets on behalf of its users. Centralized exchanges typically offer a wide range of trading pairs, with many popular cryptocurrencies available for trade. They also usually have high liquidity and offer advanced trading features such as margin trading, order types, and charting tools. However, centralized exchanges also have several drawbacks. They are often targeted by hackers, as the centralized nature of the exchange makes them a single point of failure. They also require users to trust the exchange to hold their funds securely and execute trades fairly, which can be a source of concern for some users., + }, + "CEX": { + definition: <>Acronym; see 'Centralized Exchange '., + }, + "chain ID": { + definition: <>A chain ID is a unique identifier that represents a blockchain network . We use it to distinguish different blockchain networks from each other and to ensure that transactions and messages are sent to the correct network . Ethereum networks have two identifiers, a network ID and a chain ID . Although they often have the same value, they have different uses. Peer-to-peer communication between nodes uses the network ID, while the transaction signature process uses the chain ID , + }, + "Chrome": { + definition: <>Internet browser., + }, + "client (Ethereum or other compatible blockchain)": { + definition: <>In computing in general, a 'client' is a program, running on a local computer, that is accessing data made available by a remote computer. In public blockchain networks, a 'client' is the software that actually does the work of syncing block data, confirming transactions, and participating in network consensus . A client usually includes a cryptocurrency software wallet . ConsenSys has supported efforts to maintain the Ethereum clients of Besu and Teku; see an up-to-date list of Ethereum clients here., + }, + "Codefi": { + definition: <>Derived from “Commerce & Decentralized Finance ”, Codefi , part of ConsenSys , builds applications for commerce and financial use cases. Currently known as Consensys Staking, + }, + "coin": { + definition: <>The term 'coin ' has some nuances. Strictly speaking, a 'coin ' could be defined as: A fungible token (all of them identical) issued on a blockchain , either as the network 's transactional token , or through a smart contract deployed to that network . Some people may use 'coins' as shorthand for 'bitcoin'; the immortal aphorism 'not your keys, not your coins' refers to bitcoins. Another thing to keep in mind is that, while coins are put forward as some sort of representation of value, that value can vary wildly from one 'coin ' to another. A coin may represent the value of the computational resources of the network , or it may be 'pegged' to represent fiat currency value, or it may float according to the value placed on immaterial resources like NFTs, membership, or digital goods, to name a few., + }, + "Coinbase Pay": { + definition: <>Coinbase Pay is a payment feature that allows you to buy or transfer supported crypto on Coinbase.com directly from self-custody wallets (like MetaMask ) and dapps., + }, + "cold storage": { + definition: <>cold wallet /cold storage : An offline wallet that is never connected to the internet. These wallets protect cryptocurrencies from getting hacked online. For more information, check out MetaMask 's Hardware Wallet Hub: Hardware Wallet Hub, + }, + "cold wallet / cold storage": { + definition: <>An offline wallet that is never connected to the internet. These wallets protect cryptocurrencies from getting hacked online. For more information, check out MetaMask 's Hardware Wallet Hub., + }, + "Community Platform": { + definition: <>A community platform is a dedicated virtual space where people who share the same goals, interests, or motivations can connect and build relationships. MetaMask 's community platform can be accessed here: MetaMask Community, + }, + "Compiling": { + definition: <>There are many languages in computing and software programming. In general, 'low -level' languages are those actually processed by the computer's operating system or processor, while 'high-level' languages are those typed in by software developers making programs. Compiling , then, is converting code written in a high-level programming language (e.g., Solidity ) into a lower-level language (e.g., EVM bytecode )., + }, + "Compound": { + definition: <>Compound is a decentralized, blockchain -based protocol that allows you to lend and borrow crypto — and have a say in its governance with its native COMP token ., + }, + "confirmation": { + definition: <>A confirmation happens when a network has verified a blockchain transaction . Under a Proof of Work (PoW) consensus mechanism, this happens through a process known as mining ; under Proof of Stake (PoS), the process is known as validation. Once a transaction is successfully confirmed, it theoretically cannot be reversed or double spent. The more confirmations a transaction has, the harder it becomes to perform a double spend attack., + }, + "consensus": { + definition: <>The process used by a group of peers, or nodes, on a blockchain network to agree on the validity of transactions submitted to the network . Dominant consensus mechanisms are Proof of Work (PoW) and Proof of Stake (PoS)., + }, + "Consensus client": { + definition: <>A consensus client is a component of a blockchain node that is responsible for validating and verifying transactions and blocks in the network . It communicates with other nodes to reach consensus on the current state of the blockchain and to ensure that all nodes have a consistent copy of the ledger . There are various types of consensus mechanisms used in blockchain networks, including proof of work (PoW), proof of stake (PoS), and delegated proof of stake (DPoS). The consensus client implements the specific consensus mechanism used by the network and ensures that all nodes follow the rules and reach agreement on the current state of the blockchain ., + }, + "Consensus layer": { + definition: <>The consensus layer is responsible for validating and verifying transactions and blocks, and for coordinating communication between nodes to achieve consensus . In a blockchain network , the consensus layer is implemented by the consensus protocol or algorithm that defines how new blocks are added to the chain and how the network reaches agreement on the current state of the ledger ., + }, + "Consensus mechanism": { + definition: <>Consensus mechanisms (also known as consensus protocols or consensus algorithms) allow distributed systems (networks of computers) to work together and stay secure., + }, + "Consensys": { + definition: <>Short for Consensus Systems, ConsenSys is the software engineering leader of the blockchain space., + }, + "Constantinople fork": { + definition: <>One of the 'hard forks' made to the Ethereum network , in February 2019. For more detailed information, see here; see also 'hard fork '., + }, + "contract": { + definition: <>See smart contract , + }, + "Contract account": { + definition: <>An account containing code that executes whenever it receives a transaction from another account (EOA or contract )., + }, + "CoolWallet": { + definition: <>A crypto hardware wallet for Bitcoin, Ethereum , Litecoin, Bitcoin Cash, and ERC20 Token ., + }, + "crypto asset": { + definition: <>A useful blanket term that covers on-chain assets: cryptocurrencies, NFTs, and other, still emerging, products., + }, + "crypto bounties": { + definition: <>Crypto bounties are an important rewards mechanism that blockchain projects utilize in order to secure the successful accomplishments of certain tasks required by the network . Initially, bounties were intended as a marketing tool to attract users to participate in performing validation services for blockchain projects. Today, crypto bounties have developed significantly beyond the purpose of a simple marketing tool. crypto bounties , + }, + "crypto fund": { + definition: <>A crypto fund is a type of investment fund that focuses on investing in cryptocurrencies or companies involved in the cryptocurrency industry. These funds are designed to give investors exposure to the crypto market without the need for them to directly buy and hold cryptocurrencies themselves., + }, + "crypto wallet": { + definition: <>A crypto wallet is a device, physical medium, program or a service which stores the public and/or private keys for cryptocurrency transactions. Crypto wallets come in different forms, including software wallets, hardware wallets, and paper wallets., + }, + "crypto-": { + definition: <>Even though this prefix is originally Greek, our current usage comes from cryptography . Technologies that are referred to with the blanket term of 'crypto' tech are underlain by cryptographic tools and processes (such as public/private key pairs) that enable innovative functionality and security. Of course, 'cryptocurrency ' often gets shortened to simply 'crypto', so this emerging field is full of instances where something 'crypto' is being added to or shortened. With the emergence of the term 'Web3', arguably a distinction has begun to be made between 'crypto', referring to DeFi and other financial use cases of the technology, while 'Web3' refers to the transition of Internet-based activities to more decentralized practices and platforms., + }, + "crypto-compliance": { + definition: <>A blanket term used to refer to ensuring crypto projects conform with applicable regulations and laws., + }, + "cryptoassets": { + definition: <>A useful blanket term that covers on-chain assets: cryptocurrencies, NFTs, and other, still emerging, products., + }, + "cryptocurrency": { + definition: <>Digital currency that is based on mathematics and uses encryption techniques to regulate the creation of units of currency as well as verifying the transfer of funds. Cryptocurrencies operate independently of a central bank, and are kept track of through distributed ledger technology., + }, + "cryptoeconomics": { + definition: <>The economic analysis of decentralized finance ; notably, the MIT Cryptoeconomics Lab., + }, + "cryptography": { + definition: <>In its broadest sense, cryptography is the art of 'hidden writing' -- using some sort of code to encrypt writing. In modern times, it often refers to the application of this concept within computing, communication, and data transfer through computers and computer networks. Cryptography has been protected as free speech in the United States, and provides the technological foundation that allows blockchain networks to be public: despite the ledger being open and accessible by all, control over the state of the ledger and the ability to move assets on it is mediated through cryptographic tools, such as the Secret Recovery Phrase ., + }, + "Curve": { + definition: <>Curve is a decentralized exchange for stablecoins that uses an automated market maker (AMM) to manage liquidity ., + }, + "custody (noun)": { + definition: <>In the context of cryptocurrencies, custody refers to the safekeeping and management of digital assets on behalf of a client by a third-party service provider. Custody services are an important aspect of the cryptocurrency industry because cryptocurrencies are digital assets that require secure storage and management to prevent loss, theft, or unauthorized access. Crypto custody services are typically offered by specialized companies that provide secure storage solutions for cryptocurrencies. These companies use various security measures such as multi-signature authentication, cold storage , and insurance to protect their clients' assets., + }, + "D'CENT": { + definition: <>Hardware wallet ., + }, + "DAI": { + definition: <>DAI is an Ethereum -based stablecoin whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization., + }, + "DAO": { + definition: <>Acronym; see 'Decentralized Autonomous Organization'., + }, + "dapp": { + definition: <>Acronym; see 'decentralized application ', + }, + "decentralization": { + definition: <>The transfer of authority and responsibility from a centralized organization, government, or party to a distributed network ., + }, + "decentralized application": { + definition: <>An open-source software application with backend (not user-facing) code running on a decentralized peer-to-peer network , rather than a centralized server. You may see alternate spellings: dApps, DApps, Dapps, and Đapps., + }, + "Decentralized Autonomous Organization (DAO)": { + definition: <>A Digital Decentralized Autonomous Organization (DAO , pronounced like the Chinese concept) is a powerful and very flexible organizational structure built on a blockchain . Alternatively, the first known example of a DAO is referred to as The DAO . The DAO served as a form of investor-directed venture capital fund, which sought to provide enterprises with new decentralized business models. Ethereum -based, The DAO ’s code was open source. The organization set the record for the most crowdfunded project in 2016. Those funds were partially stolen by hackers. The hack caused an Ethereum hard-fork which lead to the creation of Ethereum Classic., + }, + "decentralized exchange (DEX)": { + definition: <>A decentralized exchange (DEX ) is a platform for exchanging cryptocurrencies based on functionality programmed on the blockchain (i.e., in smart contracts). The trading is peer-to-peer, or between pools of liquidity . This is in contrast with a centralized exchange , which is more akin to a bank or investment firm that specializes in cryptocurrencies. Additionally, there are so-called on-ramp providers, who could be compared to currency brokers, exchanging traditional “fiat” money for cryptocurrencies, and do not hold customer’s funds “on deposit ” the way a centralized exchange does. There are important technical and regulatory differences between these, which are constantly evolving., + }, + "decentralized finance": { + definition: <>If cryptocurrency is web3’s monetary system, its financial system is DeFi. This includes familiar concepts like loans and interest-bearing financial instruments, as well as so-called “DeFi primitives”, novel solutions like token swapping and liquidity pools., + }, + "decentralized web": { + definition: <>The decentralized web , also known as web3, is a concept that refers to a new type of internet architecture that aims to provide a more open, secure, and privacy-preserving internet experience by removing the need for centralized intermediaries and giving users more control over their data. In contrast to the current centralized web, where most online activities are controlled by a few large corporations and their servers, the decentralized web relies on a network of distributed nodes and peer-to-peer protocols to store and transmit data. This means that there is no central authority controlling the internet, and users can interact directly with each other without the need for intermediaries., + }, + "deposit": { + definition: <>In most web3 contexts, 'depositing' refers to the act of transferring some amount of token (s) to an address other than one's own, most often to a smart contract controlled by a 'protocol ', such as a decentralized exchange , video game or multiverse, DAO , etc. Generally, the user will receive something in return for their deposit , and the deposit can be claimed at the user's discretion, or upon completion of given conditions. Compare with 'stake'., + }, + "derive / derivation": { + definition: <>To derive something is to obtain it from an original source. In the context of crypto- technology, we often discuss 'deriving' wallets and accounts from seed phrases (aka Secret Recovery Phrases, or SRPs). This is literally true: the SRP represents a cryptographic key which is used to derive account addresses deterministically, meaning they will be derived the same way each time. Another, more technical, way of referring to this technology is to refer to 'hierarchical deterministic' wallets., + }, + "dev": { + definition: <>Abbreviation of developer ., + }, + "Devcon": { + definition: <>This is shorthand for the Ethereum Developers’ Conference., + }, + "Developer": { + definition: <>A person that creates new products, especially computer products such as software., + }, + "DEX": { + definition: <>Acronym; see 'decentralized exchange '., + }, + "difficulty": { + definition: <>The concept outlining how hard it is to verify blocks in a blockchain network during Proof of Work mining . In the Bitcoin network , the difficulty of mining adjusts every 2016 blocks. This is to keep block verification time at ten minutes., + }, + "difficulty bomb": { + definition: <>The difficulty bomb, along with the Beacon Chain and others, was a key element of Ethereum 's upgrade to Ethereum 2.0 and a Proof of Stake (PoS) consensus mechanism. As the name indicates, the difficulty bomb was a software mechanism that increased block verification difficulty , making it more expensive and difficult--eventually, prohibitively so--to mine a new block. Through economic incentive, and later, the raw limitations of computing power, this forced the shift to PoS consensus . See also 'Proof of Stake', 'the Merge '., + }, + "digital asset": { + definition: <>A digital commodity that is scarce, electronically transferable, and intangible with a market value., + }, + "digital identity": { + definition: <>An online or networked identity adopted by an individual, organization, or electronic device., + }, + "Digital signature": { + definition: <>A short string of data a user produces for a document using a private key such that anyone with the corresponding public key , the signature, and the document can verify that (1) the document was 'signed' by the owner of that particular private key , and (2) the document was not changed after it was signed., + }, + "Distributed Denial of Service (DDoS) Attack": { + definition: <>A type of cyber-attack in which the perpetrator continuously overwhelms the system with requests in order to prevent service of legitimate requests., + }, + "distributed ledger": { + definition: <>A type of database which spreads across multiple sites, countries, or institutions. Records are stored sequentially in a continuous ledger . Distributed ledger data can be either “permissioned” or “unpermissioned”, determining who can view it. This term is used, often, to refer in general to public blockchain technology, as 'crypto' has come to mean 'cryptocurrency ', 'web3' is the collective community, and 'blockchain ', after all, is 'just' the data structure used to sync the distributed ledger itself., + }, + "Distributed Ledger Technology": { + definition: <>A type of database which spreads across multiple sites, countries, or institutions. Records are stored sequentially in a continuous ledger . Distributed ledger data can be either “permissioned” or “unpermissioned”, determining who can view it. This term is used, often, to refer in general to public blockchain technology, as ‘crypto’ has come to mean ‘cryptocurrency ’, ‘web3’ is the collective community, and ‘blockchain ’, after all, is “just” the data structure used to sync the distributed ledger itself., + }, + "DLT": { + definition: <>Acronym; see 'distributed ledger technology'., + }, + "double spend": { + definition: <>The 'double spend ' is the benchmark security concern of blockchain networks: how do we ensure that someone doesn't send the same transaction to two different entities, essentially 'spending their money twice'? This is the cornerstone of the consensus mechanism, ensuring that all nodes of the network are 'in agreement' about which assets are allocated to which addresses, on an ongoing basis, to prevent malicious actions such as a double spend ., + }, + "ecosystem": { + definition: <>In the context of 'web3 ecosystem '; 'blockchain ecosystem '. See 'web3'; See 'blockchain ', + }, + "Edge": { + definition: <>In the context of 'Edge computing': it is an emerging computing paradigm which refers to a range of networks and devices at or near the user. Edge is about processing data closer to where it's being generated, enabling processing at greater speeds and volumes, leading to greater action-led results in real time. The term can also refer to Microsoft's browser or the crypto software wallet , + }, + "EIP-1559": { + definition: <>EIP (Ethereum Improvement Proposal) The EIP process is a public and open process through which suggestions are made as to how to change (and hopefully, improve) the way the Ethereum network functions as a whole. Individual EIPs are referred to by the name assigned to them in the repository, for example, EIP-1559 . EIP-1559 will change Ethereum ’s fee market mechanism. Fundamentally, EIP-1559 gets rid of the first-price auction as the main gas fee calculation. In first-price auctions, people bid a set amount of money to pay for their transaction to be processed, and the highest bidder wins. With EIP-1559 , there will be a discrete “base fee ” for transactions to be included in the next block. For users or applications that want to prioritize their transaction , they can add a “tip,” which is called a “priority fee ” to pay a miner for faster inclusion., + }, + "encrypted vs unencrypted keys": { + definition: <>As discussed elsewhere, public and private cryptographic key pairs are one of the technologies that underpins cryptocurrencies and 'crypto' tech in general. In MetaMask , an unencrypted private key is 64 characters long, and it is used to unlock or restore wallets. An encrypted key is also 64 letters long and is a regular private key that has gone through the process of encryption . Usually, encrypted private keys are kept within the extension or device they are encrypted by, and they remain out of sight from the user. This is meant to add another layer of security to keep a user’s wallet information safe. By way of example: if the world ‘Apple’ was your private key , then it was encrypted three letters down the alphabet, your new encrypted key would be ‘Dssoh’. Since you know the way to encrypt this key, you could derive the original private key from it by reversing the method of encryption ., + }, + "encryption": { + definition: <>Encrpytion, literally 'in a hidden place', is the art and science of encoding information to control who can read it, or how it is to be read. Encryption occurs in natural (human) languages, as well as in machine and computer languages. Highly complex, and therefore difficult to decipher, encryption is an essential element enabling blockchain networks to be simultaneously public and secure., + }, + "ENS": { + definition: <>The Ethereum Name Service is a protocol , managed by a DAO , which assigns human-readable and easy-to-remember addresses to Ethereum addresses and assets, homologous to the traditional internet's DNS., + }, + "Enterprise Ethereum Alliance (EEA)": { + definition: <>A group of Ethereum core developers, startups, and large companies working together to commercialize and use Ethereum for different business applications. Website here., + }, + "entropy": { + definition: <>In the context of cryptography , 'entropy ' refers to 'randomness'; generally, the more random something is (the more entropy it has), the more secure it is., + }, + "epoch": { + definition: <>An epoch , in general, is a measure of time, or of blockchain progression, on a given blockchain . In Ethereum Proof of Stake, an epoch consists of 32 slots, each lasting 12 seconds, for a total of 6.4 minutes per epoch . There is additional functionality built upon the epoch measure in the Beacon Chain to help ensure security and proper operation of the Chain., + }, + "ERC": { + definition: <>Ethereum Request for Comment, or ERC , is a bit of a misnomer, as it is used to refer to suggestions for modifications that have already made it through the Ethereum Improvement Protocol (EIP) process and have been made standard on Ethereum . An ERC is, essentially, a set of standards for a given operation or topic on the Ethereum network . The authoritative list can be found here., + }, + "ERC-1155": { + definition: <>A token standard for creating semi-fungible tokens, meaning you can launch both fungible and non-fungible tokens within a single smart contract ., + }, + "ERC-20 Token Standard": { + definition: <>ERC is the abbreviation for Ethereum Request for Comment and is followed by the assignment number of the standard. ERC -20 is a technical standard for smart contracts which is used to issue the majority of tokens (in particular, cryptocurrency tokens) extant on Ethereum . This list of rules states the requirements that a token must fulfill to be compliant and function within the Ethereum network ., + }, + "ERC-721": { + definition: <>ERC -721 Token Standard Another standard for Ethereum smart contracts, which allows for the issuance of a non-fungible token : this is the standard that created what we all now know as an NFT . This token standard is used to represent a unique digital asset that is not interchangeable, as opposed to the ERC -20 (or other equivalent) standard, which issues identical, interchangeable tokens., + }, + "ERC-721 Token Standard": { + definition: <>ERC -721 Token Standard A standard for Ethereum smart contracts, which allows for the issuance of a non-fungible token : this is the standard that created what we all now know as an NFT . This token standard is used to represent a unique digital asset that is not interchangeable, as opposed to the ERC -20 (or other equivalent) standard, which issues identical, interchangeable tokens., + }, + "ETH": { + definition: <>Acronym; see 'ether', + }, + "ether (denominations)": { + definition: <>There are a number of denominations of the currency we know as 'ether' or ETH ; for the definitive explanation, see the original Ethereum Homestead documentation Ethereum Homestead documentation here., + }, + "ether (ETH)": { + definition: <>Ether is the native cryptocurrency of the Ethereum blockchain network . Ether—also referred to as ETH (pronounced with a long “e”, like “teeth” without the “t”)—functions as the fuel of the Ethereum ecosystem , by quantifying the work performed by the network , and as a form of payment for participants securing the network ., + }, + "Ethereum": { + definition: <>A public blockchain network and decentralized software platform upon which developers build and run applications. As it is a proper noun, it should always be capitalized., + }, + "Ethereum 2.0": { + definition: <>a.k.a The Merge Finalized in September 2022, the Merge was the culmination of years of work involved in transitioning Ethereum from a Proof of Work consensus model, to Proof of Stake, all while keeping the network live. This was successful, and reduced the network ’s carbon footprint by more than 99.9%., + }, + "Ethereum Improvement Proposal (EIP)": { + definition: <>The EIP process is a public and open process through which suggestions are made as to how to change (and hopefully, improve) the way the Ethereum network functions as a whole; the official repository is here. Individual EIPs are referred to by the name assigned to them in the repository, for example, EIP-1559 . Keep in mind that as it is an iterative, lengthy process, some EIPs never get fully approved, and some do, and many end up somewhere in a gray area of 'partially implemented'., + }, + "Ethereum Name Service (ENS)": { + definition: <>The Ethereum Name Service is a protocol , managed by a DAO , which assigns human-readable and easy-to-remember addresses to Ethereum addresses and assets, homologous to the traditional internet’s DNS., + }, + "Ethereum Public Address": { + definition: <>An Ethereum public address, also known as an Ethereum account address, is a string of 42 characters (including letters and numbers) that is used to receive or send Ethereum and other Ethereum -based tokens on the Ethereum network . Each Ethereum public address is unique and is associated with a private key that allows the owner of the address to sign and authorize transactions. The public address is derived from the private key using a mathematical algorithm , and it can be shared with others to receive payments or tokens. When sending Ethereum or tokens, users need to specify the recipient's public address as the destination for the transaction . Once the transaction is confirmed by the network , the Ethereum or tokens are transferred to the recipient's address., + }, + "Ethereum Virtual Machine (EVM)": { + definition: <>The EVM is a virtual machine that operates on the Ethereum network . It is Turing complete and allows anyone, anywhere to execute arbitrary EVM bytecode . All Ethereum nodes run on the EVM . It is home for smart contracts based on the Ethereum blockchain ., + }, + "Etherscan": { + definition: <>A popular website for analyzing activity on the Ethereum blockchain . See ‘blockchain explorer’. https://etherscan .io/, + }, + "EVM": { + definition: <>Acronym; see 'Ethereum Virtual Machine'., + }, + "exchange": { + definition: <>A place to trade cryptocurrency . Centralized exchanges, operated by companies like Coinbase and Gemini, function as intermediaries, while decentralized exchanges do not have a central authority., + }, + "Execution client": { + definition: <>Execution clients are tasked with processing and broadcasting transactions, as well as with managing Ethereum 's state . They run the computations for each transaction in the Ethereum Virtual Machine to ensure that the rules of the protocol are followed. Today, they also handle proof of work consensus . After the transition to proof of stake, they will delegate this to consensus clients., + }, + "Execution layer": { + definition: <>Ethereum 's execution layer is the network of execution clients., + }, + "Extended Private Key (XPRIV)": { + definition: <>See 'private key '; see 'Hierarchical Deterministic (HD)' wallet . An extended private key , or xprv, is a private key which can be used to derive child private keys as part of a Hierarchical Deterministic (HD) wallet ., + }, + "Extended Public Key (XPUB)": { + definition: <>See 'public key '; see 'Hierarchical Deterministic (HD)' wallet . An extended public key , or xpub, is a public key which can be used to derive child public keys as part of a Hierarchical Deterministic (HD) wallet ., + }, + "Extension": { + definition: <>MetaMask is a web browser extension and mobile app that allows you to manage your Ethereum private keys. By doing so, it serves as a wallet for Ether and other tokens, and allows you to interact with decentralized applications, or dapps. Unlike some wallets, MetaMask keeps no information on you: not your email address, not your password, and not your Secret Recovery Phrase or other private keys. You retain all power over your crypto- identity., + }, + "Fantom": { + definition: <>Fantom is a public blockchain platform that aims to facilitate fast and low -cost transactions for dapps and smart contracts. It was launched in 2018 and is based on the Ethereum codebase, but with several key enhancements. One of the main features of Fantom is its consensus mechanism, known as Lachesis, which is a variant of Directed Acyclic Graphs (DAGs) that allows for high transaction throughput and low confirmation times. This means that transactions on the Fantom network can be processed quickly and at a low cost, making it an attractive platform for developers looking to build dApps that require fast and efficient transactions., + }, + "faucet": { + definition: <>A faucet is an application, sometimes a very simple website, other times more complex, that dispenses cryptocurrency . While some networks, especially those in early launch stages, offer “real Mainnet ” tokens via faucets, it is much more common for a faucet to be present on a test network , or testnet. These faucets are used by developers to test out dapps or smart contracts before deploying them on Ethereum Mainnet , or users who want to practice an action on the blockchain with no risk. Tokens dispensed by a test faucet stay on the test networks and cannot be exchanged for mainnet equivalents., + }, + "fiat currency": { + definition: <>Government-issued currency. For example, US Dollars (USD), Euros (EUR), Yuan (CNY), and Yen (JPY)., + }, + "final, finality": { + definition: <>A transaction is considered 'final' once it can no longer be changed. In a sense, this happens once there are sufficient confirmations of the transaction , but for all intents and purposes, a transaction is final once the block that contains it is mined or validated. Keep in mind that this reflects a fundamental rule of blockchains: unlike traditional financial systems where charges can be 'reversed', there is no 'undoing' a transaction on the blockchain . Once finality is reached, the transaction is immutable., + }, + "Finality Rate": { + definition: <>See 'finality', + }, + "financial technology (FinTech)": { + definition: <>The integration of technology into offerings by financial services companies in order to improve their use and delivery to consumers., + }, + "finney": { + definition: <>A denomination of ether. See ether (denomination)., + }, + "Firefox": { + definition: <>Internet browser., + }, + "Firewall": { + definition: <>In computing, a firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules. A firewall typically establishes a barrier between a trusted network and an untrusted network , such as the Internet., + }, + "Flask": { + definition: <>MetaMask Flask is a distribution of the software designed for developers. It's like a laboratory (hence the name) where the MetaMask team can try out new ideas and features. It has experimental, even dangerous functionality in it that is not meant for everyday use. It also doesn't have the same stability guarantees that the production distribution of MetaMask has. What is MetaMask Flask , and how is it different from normal MetaMask , + }, + "fork": { + definition: <>Forking' is a term that comes from the world of collaborative software development, and refers to the action of copying an existing application or set of code and modifying it to create an alternate version. At the blockchain protocol level, a 'fork ' creates an alternative version of a blockchain . Forks are often enacted intentionally to apply upgrades to a network . Soft Forks render two chains with some compatibility, while Hard Forks create a new version of the chain that must be adopted to continue participation. In the instance of a contentious Hard Fork , this can create two versions of a blockchain network . See also 'hard fork '., + }, + "Fractional Ownership": { + definition: <>In the context of NFT ownership: A fractional NFT (F-NFT ) is an entire NFT broken into smaller fragments, allowing several people to claim ownership of a piece of the same NFT . Fractional NFTs, + }, + "Fraud proof": { + definition: <>A security model for certain layer 2 solutions where, to increase speed, transactions are rolled up into batches and submitted to Ethereum in a single transaction . They are assumed valid but can be challenged if fraud is suspected. A fraud proof will then run the transaction to see if fraud took place. This method increases the amount of transactions possible while maintaining security., + }, + "full node": { + definition: <>Public blockchains consist of a network of computers which sync the network 's data, coordinate transaction requests, and participate in consensus regarding the validity of those transactions; each one of these computers is called a 'node '. A full node is a computer that can fully validate transactions and download the entire data of a specific blockchain . In contrast, a “lightweight” or “light” node does not download all pieces of a blockchain ’s data, and uses a different validation process., + }, + "Ganache": { + definition: <>Ganache is a personal blockchain for Ethereum development that developers can use to deploy contracts, develop applications, and run tests. It is part of the Truffle Suite ecosystem ., + }, + "gas": { + definition: <>A measure of the computational steps required for a transaction on the Ethereum network . This then equates to a fee for network users paid in small units of ETH specified as gwei . For more on gas , see MetaMask ’s user guide here: User Guide: Gas , + }, + "gas fee": { + definition: <>Gas fee refers to the transaction fee on the blockchain . It is what users pay to get their transaction validated, or completed., + }, + "gas limit": { + definition: <>The gas limit is the maximum amount you’re willing to pay for any given transaction to go through the Ethereum network . Another way of looking at it is as a “rough estimate” of how much computing power your transaction will take., + }, + "gas price": { + definition: <>The gas price is what it sounds like: the cost the network is paid for the computational work being performed in a given transaction . It is paid in units of ETH called gwei . Depending on network congestion, the gas price may vary significantly., + }, + "Gas Station Network": { + definition: <>The Gas Station Network (GSN ) is a decentralized network of relayers mainly referring to the Ethereum blockchain . It allows you to build dapps which provide payment for transactions, so users do not need to hold Ether or ETH to pay for gas , easing their onboarding process and improving user acquisition and experience. However, while the relayers in the GSN do not charge users, they charge the recipient and contract instead. In this way, the relayers recover the costs of transactions and profit from extra fees for providing such services. Originally conceived and designed by TabooKey, the GSN has grown to encompass many companies, protocols and platforms in the Ethereum ecosystem that wish to facilitate the onboarding of users to Ethereum applications. Gas Station Network , + }, + "genesis block": { + definition: <>The initial block of data computed in the history of a blockchain network ., + }, + "Gigawei": { + definition: <>Gwei is a unit of ether, the smallest denomination, which stands for gigawei (or 1,000,000,000). Gwei is used for gas fees, or rather payments made by users to compensate for the computing energy required to process and validate transactions on the Ethereum blockchain ., + }, + "Gitcoin": { + definition: <>Gitcoin is a platform where coders and developers can get paid to work on open-source software in a wide variety of programming languages. Users can also submit their own project ideas to the Gitcoin platform in order to crowdsource funding from contributing donors. Gitcoin , + }, + "GitHub": { + definition: <>GitHub is an online software development platform. It's used for storing, tracking, and collaborating on software projects. It makes it easy for developers to share code files and collaborate with fellow developers on open-source projects. GitHub also serves as a social networking site where developers can openly network , collaborate, and pitch their work. GitHub , + }, + "Goerli": { + definition: <>Goerli is a test networks. It is primarily used for development on the blockchain (testing out applications and smart contracts, etc). ETH on these testnets is a dummy balance and cannot be withdrawn or sent to mainnet ., + }, + "Governance": { + definition: <>In the world of cryptocurrencies, governance is defined as the people or organizations that have decision-making powers regarding the project. Governance is an essential aspect of all cryptocurrency projects. As decentralized blockchains, cryptocurrencies often have a very liberal governance structure. There are a number of different approaches to governance . Governance , + }, + "GSN": { + definition: <>Abbreviation for Gas Station Network , + }, + "gwei": { + definition: <>A minuscule and common denomination of ETH , and the unit in which gas prices are often specified. See 'ether (denominations)' entry for more information., + }, + "halving": { + definition: <>Many cryptocurrencies have a finite supply, which makes them a scarce digital commodity. For example, the total amount of bitcoin that will ever be issued is 21 million. The number of bitcoins generated per block is decreased 50% every four years. This is called “halving .” The final halving will take place in the year 2140., + }, + "hard fork": { + definition: <>A hard fork occurs when there is a change in the blockchain that is not backward compatible (not compatible with older versions), thus requiring all participants to upgrade to the new version in order to be able to continue participating on the network . See also 'fork '., + }, + "hardware wallet": { + definition: <>A hardware wallet is a physical device that is used to store cryptographic keys, and generally, sign transactions. Some hardware wallets can be connected physically or through software to internet connectivity; others are ‘air-gapped’, receiving transaction requests and sending transaction approvals through a mechanism such as a QR code . The overall goal of using a hardware wallet to manage keys and signatures is to reduce the likelihood of your keys or Secret Recovery Phrase from being somehow stolen or compromised, due to being connected to the Internet. For more on hardware wallets, see MetaMask ’s Hardware Wallet Hub: Hardware Wallet Hub, + }, + "hash (noun)": { + definition: <>In computing, ‘hashing’ is an operation performed on lists or sets of data to create a reliable index for that data. A particular datum, or a reference to it, is fed into an algorithm , which transforms the datum and returns a standardized, and generally unrecognizable, ‘hash’ of it, sometimes referred to as that datum or file’s “digital fingerprint.” Each block in a blockchain contains the hash value that validated the block before it, followed by its own hash value (this is how the continuity of the ‘chain’ is constructed). Hashes can be used to confirm that blockchain transactions are complete and valid. You may see references to the “transaction hash” or “tx hash”; this should be understood as “unique identifier of the transaction ”., + }, + "hexadecimal; 'hex data'": { + definition: <>Hexadecimal is a base 16, rather than base 10, counting system. Used all over Ethereum for a variety of things, a hexadecimal string is comprised of the numbers 0 1 2 3 4 5 6 7 8 9 and letters A B C D E F., + }, + "Hierarchical Deterministic (HD) wallet": { + definition: <>Hierarchical Deterministic wallets were first created for Bitcoin, and enable the creation of a very large number of accounts based on an initial seed phrase . This technology was later adopted in Ethereum wallets; when restoring a MetaMask wallet from the Secret Recovery Phrase , for example, if you 'create' accounts, they will be the same accounts as previously created from that same phrase; they are derived from it., + }, + "hot storage": { + definition: <>Synonymous with 'hot wallet '., + }, + "hot wallet": { + definition: <>A wallet that is directly connected to the internet at all times; for example, one that is held on a centralized exchange . Hot wallets are considered to have lower security than cold storage systems or hardware wallets., + }, + "Hybrid Network": { + definition: <>Hybrid blockchain . See 'PoS/PoW Hybrid ', + }, + "Hyperledger": { + definition: <>Hyperledger is an ecosystem of open-system tools, libraries, and products designed to enable and support enterprise-grade blockchain technology. In general, the products focus on creating solutions for permissioned blockchains--that is, non-public blockchains, with alternative consensus mechanisms other than Proof of Work (PoW) or Proof of Stake (PoS). That said, there are use cases where such institutions would want to integrate with public blockchains, and for that reason Hyperledger Besu and Hyperledger Burrow are actively developed projects, the former being a Java-based Ethereum client, the latter being a smart contract platform which supports EVM bytecode ., + }, + "ICO": { + definition: <>An Initial Coin Offering (also called ICO ) occurs when a new token project sells advance tokens in exchange for upfront capital. These have been a vehicle for fraud and scams, and as such are subject to ever-evolving regulation and legislation., + }, + "Identicon / AddressIdenticon / AddressIcon": { + definition: <>The colorful blob of colors that corresponds to your address in MetaMask . It is an easy way to see if your address is correct. More specifically, you can choose between jazzicons (created by the MetaMask team!) or blockies., + }, + "immutability": { + definition: <>The inability to be altered or changed. This is a key element of blockchain networks: once written onto a blockchain ledger , data cannot be altered. This immutability provides the basis for commerce and trade to take place on blockchain networks., + }, + "Infura": { + definition: <>Part of ConsenSys , Infura offers backend access to the Ethereum network over established HTTP and WebSockets technology. Prior to Infura , developers were obligated to run their own nodes of the networks with which they wanted to interact; Infura provides that access through a set of APIs. This enables developers of dapps and websites seeking to interact with the Ethereum blockchain to do so, and at scale. Infura , + }, + "Initial Public Offering (IPO)": { + definition: <>An initial public offering (IPO) is the process of a company offering shares for purchase on the stock market for the first time. IPO, + }, + "Insider Trading": { + definition: <>Insider trading happens when someone purchases or sells stocks while possessing private, material information about that stock. Insider Trading , + }, + "Inter-Blockchain Communication (IBC) Protocol": { + definition: <>Inter-Blockchain Communication (IBC) is a communication protocol that allows different blockchains to relay messages to each other. It guarantees reliable, ordered and authenticated communication between the chains. Blockchains can trustlessly exchange value like tokens. IBC does not work like a bridge . Instead, blockchains send packets of information via smart contracts that allow them to not only exchange value but relay any form of data, such as communication, via the communication protocol . Inter-Blockchain Communication (IBC), + }, + "internal transaction": { + definition: <>An internal transaction on the Ethereum network is one that occurs between smart contracts, rather than between addresses. Notably, they are not included on the blockchain , and therefore do not incur gas fees, but they are often crucial to carrying out the action in question, and can be viewed on Etherscan . For more detail, see MetaMask 's article on the topic: Internal Transactions, + }, + "Interoperability": { + definition: <>Blockchain interoperability , or cross-chain interoperability , is the ability to see and share information across multiple blockchains. One of the clear benefits of blockchain interoperability is being able to trade assets across various blockchains without the need for a centralized, custodial exchange . Interoperability , + }, + "InterPlanetary File System (IPFS)": { + definition: <>A decentralized file storage and referencing system for the Ethereum blockchain , and the internet as a whole. IFPS is an open source protocol that enables storing and sharing hypermedia (text, audio, visual) in a distributed manner without relying on a single point of failure. This distributed file system enables applications to run faster, safer and more transparently., + }, + "IP address": { + definition: <>A unique string of characters that identifies each computer using the Internet Protocol to communicate over a network ., + }, + "JSON file": { + definition: <>JSON (JavaScript Object Notation) is an open standard file format for sharing data that uses human-readable text to store and transmit data. it is commonly used in public blockchain systems to move data., + }, + "JSON-RPC": { + definition: <>JSON-RPC is, quite simply, a method used to move data around computer systems, and predates public blockchain technology. It was chosen as a standard for moving data between blockchain networks and Internet browsers and wallets, with the result that these networks have come to be called 'RPC networks', despite JSON-RPC not being their defining technical feature., + }, + "keystore file": { + definition: <>A keystore file is a special, encrypted version of a private key in JSON format. See also 'private key '., + }, + "Know Your Customer (KYC)": { + definition: <>A process in which a business must verify the identity and background information (address, financial details, etc.) of their customers. For example, current regulations and laws require banks and other financial institutions to keep and report customers' personal information and transactions., + }, + "Know Your Transaction": { + definition: <>Know Your Transaction (KYT ) is a process employed by financial institutions to monitor the merchants' businesses through the analysis of transaction data., + }, + "Kovan": { + definition: <>An Ethereum testnet that uses Proof of Authority consensus , available through MetaMask ; Kovan test network has been deprecated. Ethereum used to have four testnets: Ropsten , Rinkeby , Goerli , and Kovan (Kiln was also added for specific purposes relating to the Merge in 2022). However, after the Merge occurred on September 15th 2022, most of the existing testnets began being deprecated (taken out of service). They may still work, but could be unreliable. Sepolia and Goerli are now the only two available., + }, + "KYC": { + definition: <>Acronym; see 'Know Your Customer'., + }, + "KYT": { + definition: <>Acronym; see 'Know Your Transaction '., + }, + "latency": { + definition: <>In the context of Network latency : refers to the amount of time it takes for a computer on one network to communicate with a computer on another network . Network latency , + }, + "Lattice1": { + definition: <>The Lattice1 is a powerful, secure, and user-friendly hardware wallet that allows you to manage an unlimited number of wallets and easily transact on the blockchain ., + }, + "Launchpad": { + definition: <>The Launchpad is the Ethereum Foundation's official way to deposit your ETH for staking on Ethereum . Ethereum Launchpad , + }, + "layer 0": { + definition: <>Layer 0 in blockchain refers to the underlying infrastructure that supports the blockchain network . It includes the physical hardware, such as computers, servers, and other network components, as well as the software protocols that govern the interactions between the nodes in the network . In other words, Layer 0 is the foundation upon which the blockchain network is built. It provides the necessary resources and technical capabilities for the network to function, such as computing power, storage, and network connectivity. Layer 0 is essential to the operation and security of the blockchain network , as it ensures that data is transmitted and stored correctly and securely across the network . Layer 0 is sometimes also referred to as 'Layer Zero' or 'L0'. It is important to note that the concept of Layer 0 is not unique to blockchain technology, but is a more general term used to describe the physical and technical infrastructure underlying any type of computer network ., + }, + "layer 1": { + definition: <>Layer 1 in blockchain refers to the base layer of the blockchain protocol . It is the layer that contains the core elements of the blockchain , including the consensus mechanism, the data structure, and the rules that govern the creation and transfer of assets or tokens. In other words, Layer 1 is the foundation of the blockchain technology stack, upon which all other layers and applications are built. It is responsible for maintaining the integrity of the blockchain network and ensuring that all transactions are valid and secure. Layer 1 is designed to be decentralized, meaning that no single entity has control over the network . This is achieved through the use of consensus mechanisms, such as Proof of Work (PoW), Proof of Stake (PoS), or other methods, which enable participants to reach agreement on the validity of transactions and the state of the network . Some examples of Layer 1 blockchain protocols include Bitcoin, Ethereum , Binance Smart Chain, Avalanche ., + }, + "layer 2": { + definition: <>A Layer 2 network , or L2, is a blockchain that is built specifically to scale another network . For a full understanding of how this is achieved, see here. Some popular examples of this in the Ethereum ecosystem are Arbitrum , Optimism , and StarkNet. These chains are specifically built to handle a large number of transactions quickly by relying on Ethereum Mainnet for security functions, while optimizing for speed and scale. These networks are considered 'scaling solutions' while not being part of Ethereum 's protocol -level scaling efforts. See also 'blockchain trilemma', 'modular blockchain ', 'Serenity '. Contrast with 'sidechain '., + }, + "Learn; MetaMask Learn": { + definition: <>MetaMask Learn is a free-to-use educational platform available in 10 languages for anyone interested in learning about web3. Through engaging lessons and interactive simulations, it helps you understand what web3 is, why it matters, and how to get started. https://learn.metamask .io/, + }, + "Ledger": { + definition: <>, + }, + "Ledger Live App": { + definition: <>Ledger Live is a hardware wallet interface app for users of the Ledger Nano X, Ledger Nano S, and Ledger Blue. The app enables Ledger users to manage their cryptocurrency hardware and assets. Additionally, it features real-time price updates, multi-account management, and the convenience of an extremely simple setup process. Ledger Live combines the management of your individual crypto assets and device management into one interface, with the intention of gradually replacing the Chrome -based applications system that previously annoyed some users of the device., + }, + "Library": { + definition: <>A collection of non-volatile resources used by computer programs, often for software development. These may include configuration data, documentation, help data, message templates, pre-written code and subroutines, classes, values or type specifications. Software Library , + }, + "Lido": { + definition: <>Lido is a liquid staking protocol for Ethereum that allows users with less than 32 ETH to collectively fund new validators and receive rewards., + }, + "light client": { + definition: <>In computing, a 'client' is a software that runs or accesses a program made available by a remote computer. With blockchain networks, then, clients are the programs that sync blockchain data and participate in network consensus . More often and more specifically, 'Layer 2 ' is used as a noun, to refer to a type of network that is specifically built to handle a large number of transactions quickly by relying on Ethereum mainnet for security functions, and optimizing for speed and scale. Examples include Arbitrum and Optimism ; this is different from a 'sidechain ', which is a network that has its own security mechanism, yet still allows compatibility and bridging of assets between itself and Ethereum ., + }, + "Lightning Network": { + definition: <>The Lightning Network is a second layer for Bitcoin that uses micropayment channels to scale the blockchain ’s capability to conduct transactions more efficiently. This layer consists of multiple payment channels between parties or Bitcoin users. A Lightning Network channel is a transaction mechanism between two parties. Using channels, the parties can make or receive payments from each other. Transactions conducted on the Lightning Network are faster, less costly, and more readily confirmed than those conducted directly on the Bitcoin blockchain ., + }, + "liquid democracy (delegative democracy)": { + definition: <>A government system where votes can be delegated or proxied to other individuals such as friends, politicians, or subject matter experts. For example, in a liquid democracy, Bernadette could give Ahmad her vote and Ahmad would then vote for both himself and Bernadette. Liquid democracy is used at times as a governance mechanism for Decentralized Autonomous Organizations (DAOs) wherein every participant is able to vote or delegate their vote to another individual., + }, + "liquidation": { + definition: <>Liquidation happens when a trader has insufficient funds to keep a leveraged trade open. Liquidation , + }, + "liquidity": { + definition: <>An asset is considered more ‘liquid’ if it can easily be converted into cash, and therefore, ‘liquidity ’ refers to the availability of assets to a company or market. Conversely, the harder it is to turn an asset into cash, the more illiquid the asset. For example, stocks are considered relatively liquid assets, as they can be easily converted to cash, while real estate is considered an illiquid asset. The liquidity of an asset affects its risk potential and market price., + }, + "liquidity pool": { + definition: <>A liquidity pool is a crowdsourced pool of cryptocurrencies or tokens locked in a smart contract that is used to facilitate trades between the assets on a decentralized exchange (DEX ). Instead of traditional markets of buyers and sellers, many decentralized finance (DeFi) platforms use automated market makers (AMMs), which allow digital assets to be traded in an automatic and permissionless manner through the use of liquidity pools., + }, + "liquidity staking": { + definition: <>Liquid staking allows users to stake tokens and simultaneously use them in the DeFi ecosystem . This is made possible by wrapping the staked tokens and providing users with a wrapped token that is a claim on the underlying collateral. The wrapped tokens can be transferred and generate yield. Liquid staking permits users to stake and unstake their coins without being beholden to a lock-up period. It thus enables greater capital efficiency and increased liquidity on proof-of-stake blockchains, allowing users to maximize the benefits of staking and DeFi simultaneously. Furthermore, liquid staking enhances network security on PoS chains., + }, + "Low": { + definition: <>In the context of 'gas fees', Low is a category that allows you to wait a bit longer and save money if you choose. There are 3 categories available in MetaMask : Low , Market, Aggressive Using Advanced Gas Controls, + }, + "mainnet": { + definition: <>The primary network where actual transactions take place on a specific distributed ledger . For example, The Ethereum Mainnet (capitalized in this case) is the public blockchain where network validation and transactions take place, + }, + "Maker Protocol": { + definition: <>The Maker Protocol , built on the Ethereum blockchain , enables users to create and hold currency. Current elements of the Maker Protocol are the DAI stable coin , Maker Vaults, and Voting. MakerDAO governs the Maker Protocol by deciding on key parameters (e.g., stability fees, collateral types and rates, etc.), + }, + "malware": { + definition: <>Any software intentionally designed to cause disruption to a computer, server, client, or computer network , leak private information, gain unauthorized access to information or systems, deprive access to information, or which unknowingly interferes with the user's computer security and privacy., + }, + "market cap": { + definition: <>Short for 'market capitalization', this refers to the total value held in a particular industry, market, company, or asset. For a publicly traded company, the market cap is the total dollar market value of a company's outstanding shares. For Bitcoin or Ethereum , the total market cap is a reflection of the current existing supply times the market price., + }, + "Maximal Extractable Value (MEV)": { + definition: <>Originally known as Miner Extractable Value, MEV is a broad complex topic that refers to the inclusion, exclusion, and reordering of transactions within a block in order to extract more value from it, generally in excess of what a validator (or miner, on PoW networks) would earn from producing the block. MEV includes activities such as frontrunning, arbitrage, and what could be considered malicious actions to profit off of other users' transactions. This is a very active topic of research that is changing rapidly., + }, + "Maximum Priority Fee": { + definition: <>The fee, or 'miner tip ', goes to the validator or miner, and incentivizes them to prioritize your transaction ., + }, + "memory pool; mempool": { + definition: <>a.k.a. Transaction Pool When a user submits a transaction to the Ethereum network –or many other networks based on Ethereum –the transaction goes into what’s known as a “transaction pool”, or “txpool” for short. This is essentially a queue of transactions that are waiting to be added to a block and recorded to the blockchain . There are mechanisms that determine which transactions are “picked up” and included in the next block, and there is currently a lot of research surrounding how this decision gets made. In Bitcoin, the transaction pool was referred to as the “memory pool”, or “mempool”, and often these terms are used interchangeably., + }, + "Merge": { + definition: <>Finalized in September 2022, the Merge was the culmination of years of work involved in transitioning Ethereum from a Proof of Work consensus model, to Proof of Stake, all while keeping the network live. This was successful, and reduced the network ’s carbon footprint by more than 99.9%., + }, + "Merkle Patricia trie": { + definition: <>Often referred to simply as a 'Merkle trie' (pronounced 'tree'), a Merkle Patricia trie is a data structure in which a single hash code function (see 'hash') splits into smaller branches. In a similar way to a family tree, where a parent branch splits into child branches, which are then extrapolated into grandchild branches, a Merkle Patricia trie keeps a record of the filiation and history of each element. This type of data structure enables for faster verification on a blockchain network ., + }, + "Mesh": { + definition: <>ConsenSys Mesh is a network of loosely coupled, tightly aligned teams, products, and investments advancing the Ethereum ecosystem and the arrival of web3., + }, + "metadata": { + definition: <>In the context of 'NFT metadata ': Metadata is 'data that provides information about other data' Metadata , + }, + "MetaMask": { + definition: <>MetaMask , either in its mobile app form on iOS and Android, or in its browser extension form, is a tool to access and interact with blockchains and the decentralized web . It allows users to manage their digital identity and the permission of others to interact with that identity; its functions include that of a wallet , a dapp permissions manager, and access to token swaps. It is an open-source project that encourages developers from other projects to build on top of it through MetaMask Snaps., + }, + "MetaMask Bridge": { + definition: <>MetaMask Bridge : You can now access a curated, straightforward bridging experience in MetaMask Bridge , available at https://portfolio .metamask .io/bridge Only certain tokens and network combinations are available initially. MetaMask Bridge , + }, + "MetaMask Community Platform": { + definition: <>The MetaMask forums located at community.metamask .io MetaMask 's community platform can be accessed here: MetaMask Community, + }, + "MetaMask Extension": { + definition: <>MetaMask is a web browser extension and mobile app that allows you to manage your Ethereum private keys. By doing so, it serves as a wallet for Ether and other tokens, and allows you to interact with decentralized applications, or dapps. Unlike some wallets, MetaMask keeps no information on you: not your email address, not your password, and not your Secret Recovery Phrase or other private keys. You retain all power over your crypto- identity., + }, + "MetaMask Flask": { + definition: <>MetaMask Flask is a distribution of the software designed for developers. It's like a laboratory (hence the name) where the MetaMask team can try out new ideas and features. It has experimental, even dangerous functionality in it that is not meant for everyday use. It also doesn't have the same stability guarantees that the production distribution of MetaMask has. What is MetaMask Flask , and how is it different from normal MetaMask ?, + }, + "MetaMask Institutional": { + definition: <>MetaMask Institutional is an institution-compliant version of the world’s leading web3 wallet , MetaMask . Organizations trust us to manage their web3 access and engagement with institution-required security, operational efficiency, and compliance. MetaMask Institutional, + }, + "MetaMask Learn": { + definition: <>MetaMask Learn is a free-to-use educational platform available in 10 languages for anyone interested in learning about web3. Through engaging lessons and interactive simulations, it helps you understand what web3 is, why it matters, and how to get started. MetaMask Learn, + }, + "MetaMask SDK": { + definition: <>MetaMask SDK (Software Development Kit) is a library that can be installed by developers in their projects. It will automatically guide their users to connect easily with a MetaMask Wallet client. MetaMask SDK, + }, + "MetaMask Snaps": { + definition: <>The first big feature shipped through Flask has been MetaMask Snaps. Snaps is a whole topic in and of itself, but think of it like this: Snaps allows developers to bring any kind of functionality they want to the application. Given how broad that is, and the potential security implications, snaps can only be used in Flask at the moment; however, the plan is to allow users to customize their MetaMask experience through this functionality., + }, + "MetaMetrics": { + definition: <>MetaMetrics is an opt-in analytics platform that aims to collect information on non-sensitive user events to help us improve the software for MetaMask users. How to manage your MetaMetrics settings, + }, + "metaverse": { + definition: <>A metaverse is a digital universe that contains all the aspects of the real world, such as real-time interactions and economies. It offers a unique experience to end-users. Metaverse , + }, + "miner tip": { + definition: <>The miner tip is the Maximum Priority Fee that incentivizes the miner to prioritize a transaction . Learn the basics of blockchains and Ethereum (miners and validators, gas , cryptocurrencies and NFTs, block explorer , networks, etc.), + }, + "mining": { + definition: <>The process by which blocks or transactions are verified and added to a blockchain using a Proof of Work (PoW) consensus mechanism. In order to verify a block, a miner must use a computer to solve a cryptographic problem. Once the computer has solved the problem, the block is considered “mined” or verified. On Bitcoin or other PoW blockchains, the first computer to mine or verify the block receives bitcoin, or the equivalent network token , as a reward., + }, + "Mint": { + definition: <>Minting refers to the act of publishing a token on the blockchain to make it transferrable and purchasable., + }, + "mnemonic phrase": { + definition: <>This is an alternative way of referring to a Secret Recovery Phrase , also known as a 'seed phrase ': a series of words that correspond to a very long cryptographic key, used to generate and control all the addresses of a crypto wallet ., + }, + "MobiKwik": { + definition: <>MobiKwik is an Indian payment service provider founded in 2009 that provides a mobile phone-based payment system and digital wallet ., + }, + "modular blockchain": { + definition: <>Bitcoin is an example of a monolithic blockchain : all of the functions of the network (consensus , execution, data availability, and settlement) are run on one chain. This has significant drawbacks (see 'blockchain trilemma' for more). A modular blockchain , on the other hand, separates some or all of these functions into separate chains, each one optimized for its specific function, and relying on the other chains for the other functions. Ethereum is currently moving towards modularization, both on a protocol level beginning with the Merge , which split consensus and execution into two chains, and at the level of 'Layer 2 ' networks which provide optimized execution environments, and then 'roll up' their data to Ethereum for its consensus functionality., + }, + "MoonPay": { + definition: <>MoonPay is a financial technology company that builds payments infrastructure for crypto. Its on-and-off-ramp suite of products provides a seamless experience for converting between fiat currencies and cryptocurrencies using all major payment methods, including debit and credit cards, local bank transfers, Apple Pay , Google Pay, and Samsung Pay . MoonPay is active in more than 160 countries and is trusted by 300+ leading wallets, websites, and applications to accept payments and defeat fraud. The company is based in Miami, Florida, and was founded in 2019., + }, + "multi-sig": { + definition: <>multi-signature wallet (multisig) A crypto- asset wallet which requires multiple keys in order to access and transact. Typically, a specified number of individuals are required to approve or “sign” a transaction before they are able to access the wallet . This is different from most wallets, which only require one signature to approve a transaction ., + }, + "multi-signature wallet (multisig)": { + definition: <>A crypto- asset wallet which requires multiple keys in order to access and transact. Typically, a specified number of individuals are required to approve or “sign” a transaction before they are able to access the wallet . This is different from most wallets, which only require one signature to approve a transaction ., + }, + "Multifactor Authentication": { + definition: <>Authentication using two or more different factors to achieve authentication., + }, + "Near-Field Communication (NFC)": { + definition: <>Near-field communication is a set of communication protocols that enables communication between two electronic devices over a distance of 4 cm or less. NFC offers a low -speed connection through a simple setup that can be used to bootstrap more capable wireless connections.., + }, + "Nested Blockchain": { + definition: <>A nested blockchain is essentially a blockchain within — or, rather, atop — another blockchain . See 'Layer 2 ', + }, + "Network": { + definition: <>A network refers to all nodes in the operation of a blockchain at any given moment in time., + }, + "Network Congestion": { + definition: <>The reduced quality of service that occurs when a network node or link is carrying more data than it can handle. Typical effects include queueing delay, packet loss or the blocking of new connections. Congestion, + }, + "NFT": { + definition: <>When discussing Non-Fungible Tokens (NFTs), “fungibility” refers to an object’s ability to be exchanged for another. For example, an individual dollar is considered fungible, as one dollar is fully interchangeable with another. Artwork is usually deemed non-fungible, as paintings or sculptures are likely to be unequal between them in quality, value, or other attributes. A non-fungible token is a type of token that is a unique digital asset and has no equal token . This is in contrast to cryptocurrencies like ether that are fungible in nature., + }, + "NFT aggregator": { + definition: <>In the initial wave of interest in buying and selling NFTs, a number of NFT marketplaces--websites where you can buy and sell NFTs--were created. As the market matured, aggregators appeared, which offer the user the ability to view available stock and price, buy and sell across marketplaces from a single unified application. Similar to familiar web2 shopping portals, these have come to be known as NFT Marketplace Aggregators, or just NFT Aggregators., + }, + "NFT drop": { + definition: <>An NFT drop happens when a new NFT collection is released. NFT drops can vary in both how the NFTs are sold (listed for sale or auction), and in who they’re released to (the public, or a specific list called an “allowlist”). Often, NFT drops coincide with when the NFTs in the collection are minted, that is, written to the blockchain . You might hear these terms used interchangeably— a drop might be referred to as the project’s mint ., + }, + "Ngrave": { + definition: <>Crypto hardware wallet ., + }, + "node": { + definition: <>Public blockchains consist of a network of computers which sync the network 's data, coordinate transaction requests, and participate in consensus regarding the validity of those transactions; each one of these computers is called a 'node '. A full node is a computer that can fully validate transactions and download the entire data of a specific blockchain . In contrast, a “lightweight” or “light” node does not download all pieces of a blockchain ’s data, and uses a different validation process., + }, + "Non-fungible token": { + definition: <>See NFT , + }, + "nonce": { + definition: <>The word ‘nonce ’ has a few different meanings, and in different contexts, it ends up getting used a lot of different ways. Originally formed from a contraction of a phrase meaning “not more than once”, on the Ethereum Mainnet , “nonce ” refers to a unique transaction identification number that increases in value with each successive transaction in order to ensure various safety features (such as preventing a double-spend). Note that due to its broader use in cryptography , you may encounter ‘nonce ’ being used differently on other sidechains or decentralized projects., + }, + "off-chain": { + definition: <>A transaction that is processed outside the blockchain network with an increased speed and reduced cost. There are two different transactions that occur on the blockchain : On-chain transactions are those reflected on the distributed ledger and are visible to all the network users. On the other hand, off-chain transactions occur outside the blockchain network . Such a transaction doesn’t need the services of miners because no ledger verification is conducted. Unlike on-chain transactions, off-chain transactions can be made instantly. This method entails lower fees, happens instantly, and offers more anonymity., + }, + "ommer block": { + definition: <>Under the Proof of Work (PoW) consensus mechanism, miners received rewards for being the first to mine a new block. However, at times a block would be mined just after, and in competition with, the last block. This block, known as an ommer and previously as an uncle, could get rolled into subsequent blocks and the miner of the original ommer would get a partial block reward . All of this functionality was deprecated as of the launch of the Beacon Chain ., + }, + "on-chain": { + definition: <>On-chain , as the name implies, refers to blockchain transactions that exist on and have been verified to the blockchain by miners or validators. On-Chain also means that transactions have been recorded to the blockchain , + }, + "on-ramp, off-ramp": { + definition: <>Based on a metaphor from the American highway system, 'on-ramp' refers to a tool, or a service provider, or the action, of converting fiat currency into tokens on a blockchain . Conversely, 'off-ramp' refers to exchanging on-chain assets for their value in a given fiat currency . There are many providers of such services, and MetaMask users have access to them through the 'Buy Crypto' feature., + }, + "OpenSea": { + definition: <>OpenSea is the world's first and largest web3 marketplace for NFTs and crypto collectibles., + }, + "Opera": { + definition: <>Internet browser., + }, + "Optimism": { + definition: <>Optimism is a layer-2 scaling solution for Ethereum , which is a blockchain -based platform for decentralized applications. It is designed to reduce the cost and increase the speed of transactions on the Ethereum network . Optimism works by using a technique called optimistic rollups , which allows it to process a large number of transactions off-chain , while still maintaining the security and decentralization of the Ethereum network . In optimistic rollups , transactions are initially processed off-chain , and a summary of these transactions is then submitted to the Ethereum network for verification. This verification process ensures that the transactions are valid and that no fraud has occurred. Once the transactions are verified, they are added to the Ethereum blockchain , allowing users to interact with the decentralized applications built on the platform., + }, + "optimistic rollup": { + definition: <>A rollup that assumes the validity and good faith of transactions, and only runs a fraud proof in the case of fraud being alleged. See also 'rollup'., + }, + "Oracle": { + definition: <>Typically, an oracle is any entity or person that is relied on to report the outcome of an event. In a blockchain network an oracle (human or machine) helps communicate data to a smart contract , which can then be used to verify an event or specific outcome., + }, + "ParaSwap": { + definition: <>ParaSwap is a decentralized exchange (DEX ) aggregator that optimizes swaps for users through better prices, limited gas fees, and lower slippage . ParaSwap sources their liquidity from major DEXes such as Uniswap , Balancer, Curve , Kyber, in addition to ParaSwapPool, their professional Market Maker network ., + }, + "parity": { + definition: <>In a general sense, to say that something 'has parity ' with another thing means 'equal in features or other important quality', and is a phrase often used by software developers and computer scientists., + }, + "Parity": { + definition: <>Parity Technologies is the name of a blockchain technology company that is developing a number of significant projects in the blockchain space. One of its first projects was an Ethereum client, known as Parity ; its name was changed to Parity Ethereum , and then was spun out as a DAO -owned and operated project called Open Ethereum , which has also been deprecated. See also 'client'., + }, + "Passphrase": { + definition: <>See 'Secret Recovery Phrase ', + }, + "password manager": { + definition: <>A password manager is a tool or software that stores all sorts of passwords needed for online applications and services. Password manager , + }, + "PayPal": { + definition: <>PayPal is a multinational financial technology company operating an online payments system in the majority of countries., + }, + "peer-to-peer (P2P)": { + definition: <>P2P refers to interactions that happen directly between two parties, usually two separate individuals, and have been present in Internet technology in different ways for some time. These interactions are often coordinated through some sort of app or network , which can consist of any number of individuals. Public blockchains can be considered to have a high degree of P2P functionality, as individuals are able to transact or interact with each other without relying on an intermediary or single point of failure., + }, + "permissioned ledger": { + definition: <>A blockchain network in which access to ledger or network requires permission from an individual or group of individuals, as opposed to a public blockchain . Permissioned ledgers may have one or many owners. Consensus on a permissioned ledger is conducted by the trusted actors, such as government departments, banks, or other known entities. Permissioned blockchains or ledgers contain highly-verifiable data sets because the consensus process creates a digital signature , which can be seen by all parties. A permissioned ledger is much easier to maintain and considerably faster than a public blockchain . For example, Quorum or Hyperledger Besu are permissioned ledgers that can be more easily set up for large enterprises. In contrast, the public Ethereum blockchain is a permissionless ledger which anyone can access., + }, + "phishing (noun)": { + definition: <>Phishing is a form of social engineering where attackers deceive people into revealing sensitive information or installing malware such as ransomware., + }, + "Plasma": { + definition: <>Plasma ' is a term that is used to refer to one of the solutions being built and deployed in order to securely scale the Ethereum network . A Plasma network functions similarly to an optimistic rollup , inasmuch as it relies on Ethereum Mainnet to maintain the record of transactions, and as the source for arbitration or fraud resolution. However, a Plasma network differs in other important technical ways from rollups , and is currently limited to simple operations, such as swaps and token transfers. More technical information is available here., + }, + "PoA, PoS, PoW": { + definition: <>Acronyms standing for Proof of X consensus mechanisms: Authority, Stake, Work. The “o” is lowercase since you wouldn’t capitalize “of” when writing out the phrase. See also 'consensus ', 'Proof of Authority', 'Proof of Stake', 'Proof of Work'., + }, + "Polygon": { + definition: <>Polygon (formerly Matic Network ) is a layer-2 scaling solution for Ethereum that aims to address the scalability issues of the Ethereum blockchain . It is designed to provide faster and cheaper transactions with the same level of security and decentralization as the Ethereum network . Polygon achieves this by creating a multi-chain ecosystem that is built on top of the Ethereum network . This ecosystem consists of various interconnected sidechains that can process transactions independently of the main Ethereum blockchain . These sidechains are called 'Polygon chains' or 'commit chains'., + }, + "Portfolio": { + definition: <>The Portfolio Dapp enables you to view all your MetaMask accounts and their assets in one place. It aggregates values from across your accounts and shows your total holdings, making it easier than ever to get an at-a-glance summary of their value in your chosen currency. Getting started with MetaMask Portfolio , + }, + "PoS/PoW Hybrid": { + definition: <>A hybrid consensus model that utilizes a combination of Proof of Stake (PoS) and Proof of Work (PoW) consensus . Using this Hybrid consensus mechanism, blocks are validated from not only miners, but also voters (stakeholders) to form a balanced network governance ., + }, + "Priority fee": { + definition: <>The priority fee , also referred to as the 'miner tip ', incentivizes the miner to prioritize your transaction . Naturally, whether this does actually go to a miner depends on the consensus mechanism they use: Ethereum mainnet became a Proof of Stake network following the Merge in September 2022, so the priority fee goes to validators instead of miners., + }, + "private blockchain": { + definition: <>A blockchain or distributed ledger that has a closed network wherein participants are controlled by a single entity. A private blockchain requires a verification process for new participants. A private blockchain may also limit which individuals are able to participate in consensus of the blockchain network . See also 'permissioned ledger '., + }, + "private currency": { + definition: <>A currency or token issued by a private individual or firm. Typically, the token or currency is limited to use within the network of that particular firm or individual. This is not to be confused with a “privacy cryptocurrency ”, which are cryptocurrencies with specific privacy features, such as hidden user identities., + }, + "private key": { + definition: <>A private key is an alphanumeric string of data that, in MetaMask , corresponds to a single specific account in a wallet . Private keys can be thought of as a password that enables an individual to control a specific crypto account . Never reveal your private key to anyone, as whoever controls the private key controls the account funds. If you lose your private key , then you lose access to, and control over, that account ., + }, + "Proof of Authority (PoA)": { + definition: <>A consensus mechanism used in private blockchains, granting a single private key the authority to generate all of the blocks or validate transactions., + }, + "Proof of Stake (PoS)": { + definition: <>A consensus mechanism in which an individual node , or “validator ”, validates transactions or blocks. Validators lock up a certain amount of cryptocurrency , such as ether, into a ‘stake’, in order to be able to participate in consensus . If the node validates a block (group of transactions) correctly, then the validator receives a reward. Conversely, if the validator behaves poorly by validating incorrect transactions or by not maintaining sufficient network connectivity, the cryptocurrency they staked can be ‘slashed’, or taken from them and put out of circulation (‘burned’). PoS requires a negligible amount of computing power compared to Proof of Work consensus ., + }, + "Proof of Work (PoW)": { + definition: <>A consensus mechanism in which each block is ‘mined’ by one of the nodes, or a group of nodes, on the network . The computational process involved in committing a series of transactions into a block on the network , known as ‘hashing a block’, is technically quite simple, and therefore subject to attack. Under PoW, each miner must solve a math problem to find a set, difficult variable in order to be able to propose their block to the network as the next to be ‘mined’. In effect, the process of hashing each block becomes a competition. This addition of solving for a target increases the difficulty of successfully hashing each block, and consequently the security of the network . For each hashed block, the overall process of hashing will have taken some time and computational effort. Thus, a hashed block is considered Proof of Work, and the miner that successfully hashes the block first receives a reward, in the form of cryptocurrency . PoW is singificantly more energy-intensive than other consensus mechanisms, such as Proof of Stake., + }, + "protocol": { + definition: <>Formally speaking, a 'protocol ' is a set of rules governing how a process is carried out. This concept is used throughout public blockchain networks and web3 to refer to the way smart contracts execute their functionality in the same way regardless of the user. The products or services built on top of smart contracts are often referred to as 'protocols' by extension ., + }, + "public blockchain": { + definition: <>A globally open network wherein anyone can participate in transactions, participate in the consensus protocol to help determine which blocks get added to the chain, maintain and examine the contents of the chain., + }, + "public key": { + definition: <>Public blockchain networks are just that: public. Their data is accessible and readable by anyone. In order to have any degree of usability when it comes to allowing users to do some things, like send transactions, but not others, like steal other peoples' tokens, cryptographic technology is used. In particular, a design paradigm known as 'public/private key pairs' is employed to ensure users can interact with others on the network as they wish, while keeping their own account secure. These key pairs consist of two long strings of alphanumeric characters. A public key can be derived mathematically from its corresponding private key , but the inverse is not true: it is mathematically impossible to derive a private key from its corresponding public key . This allows, for example, users to have a public wallet address that anyone can use to send them tokens, with the peace of mind that as long as they properly keep the corresponding private key safe, those tokens cannot be stolen. See also 'private key '., + }, + "Public-Key Cryptography": { + definition: <>See 'public key ',see 'Cryptography ', see 'blockchain '. Public-Key Cryptography , + }, + "Public-Key Infrastructure": { + definition: <>A public key infrastructure (PKI) is a collection of roles, rules, hardware, software, and processes for creating, managing, distributing, using, storing, and revoking digital certificates. Public-Key Infrastructure , + }, + "QR code": { + definition: <>A QR code is a type of matrix barcode, constituting a machine-readable optical label that can contain information about the item to which it is attached., + }, + "Quorum": { + definition: <>ConsenSys Quorum enables enterprises to leverage Ethereum for their high-value blockchain applications. Businesses can rely on the Quorum open-source protocol layer and integrate on top of it product modules from ConsenSys , other companies, or your own in-house development team to build high-performance, customizable applications. Quorum , + }, + "Rarible": { + definition: <>An NFT marketplace., + }, + "relayer": { + definition: <>A relayer is an intermediary that facilitates the exchange or transfer of information, assets, or services between two or more parties. The term is used in various fields, including finance, communication, and technology. In the context of cryptocurrencies and blockchain technology, a relayer typically refers to an intermediary that facilitates peer-to-peer transactions on a decentralized network . This can include decentralized exchanges (DEXs), where relayers act as matching engines to connect buyers and sellers of digital assets. A few examples of popular relayers include 0x: 0x is a decentralized exchange protocol that enables the creation of relayers on the Ethereum blockchain . These relayers can be built by anyone and allow for peer-to-peer trading of ERC -20 tokens. Kyber Network : Kyber Network is a decentralized liquidity network that also operates as a relayer . It enables users to trade a wide range of digital assets, including ERC -20 tokens, without the need for a centralized intermediary. Uniswap : Uniswap is a popular decentralized exchange that operates as a relayer . It uses an automated market maker (AMM) system to enable peer-to-peer trading of ERC -20 tokens. AirSwap : AirSwap is a decentralized exchange that operates as a peer-to-peer relayer on the Ethereum blockchain . It uses an off-chain order book to match buyers and sellers and execute trades., + }, + "Remote Procedure Call (RPC)": { + definition: <>The Remote Procedure Call is a technology that is used to transfer data between endpoints. You may often see it referred to as JSON-RPC , which is its full name; see ‘JSON-RPC ’ for further details., + }, + "Rinkeby": { + definition: <>An Ethereum testnet that uses Proof of Authority consensus , available through MetaMask ; Following the transition to Proof of Stake, Rinkeby scheduled its deprecation for the end of 2023., + }, + "Roadmap": { + definition: <>A planning technique which lays out the short and long term goals of a particular project within a flexible estimated timeline., + }, + "Rocket Pool": { + definition: <>Rocket Pool is a decentralized Ethereum staking pool., + }, + "rollups": { + definition: <>Rollups (pronounced 'roll ups') are one element in the set of tools and infrastructure being built as scaling solutions for the Ethereum network . They consist, in general, of networks which prioritize their ability to compute transactions and smart contract functionality, and then 'roll up' those transactions to Ethereum Mainnet for secure verification of their validity. There are different ways of approaching this problem from a technical point of view, namely Zero Knowledge, or ZK, rollups , and Optimistic rollups . Arbitrum and Optimism are prominent examples. See the entries on both of these types of rollup for more, and more in-depth discussion here., + }, + "Ropsten": { + definition: <>An Ethereum testnet that used Proof of Work, and, following the transition to Proof of Stake, was deprecated., + }, + "RPC": { + definition: <>The Remote Procedure Call is a technology that is used to transfer data between endpoints. You may often see it referred to as JSON-RPC , which is its full name; see 'JSON-RPC ' for further details., + }, + "rug pull": { + definition: <>Similar to the traditional financial scam of a pyramid scheme, a 'rug pull ' is a cryptocurrency or crypto- token based scam in which the creators of the token create hype, through injecting liquidity into their token , airdropping, and other schemes, and once investors pile in and boost the price of the token up to a certain point, the creators liquidate their (generally majority) share of the tokens, leaving their investors with next to nothing., + }, + "Safeheron": { + definition: <>Safeheron is an open-source platform for managing digital assets., + }, + "Samsung Pay": { + definition: <>Samsung Pay is a mobile payment and digital wallet service that lets users make payments using compatible phones and other Samsung-produced devices., + }, + "sandbox": { + definition: <>A testing environment in a computer system in which new or untested software or coding can be run securely., + }, + "Sardine": { + definition: <>Sardine is an instant fiat and crypto settlement platform., + }, + "Satoshi Nakamoto": { + definition: <>A pseudonymous individual or entity who created the Bitcoin protocol , solving the digital currency issue of the “double spend .” Nakamoto first published their white paper describing the project in 2008, and the first Bitcoin software was released one year later., + }, + "scalability": { + definition: <>A change in size or scale to handle a network ’s demands. This word is used to refer to a blockchain project’s ability to handle network traffic, future growth, and capacity in its intended application., + }, + "Scaling": { + definition: <>The main goal of scalability is to increase transaction speed (faster finality), and transaction throughput (high transactions per second), without sacrificing decentralization or security., + }, + "Scrypt": { + definition: <>An alternative proof-of-work (PoW) algorithm to SHA-256, used in Bitcoin mining . Scrypt mining relies more heavily on memory than on pure CPU power, aiming to reduce the advantage that ASICs. Scrypt , + }, + "Secret Recovery Phrase": { + definition: <>The seed phrase , mnemonic, or Secret Recovery Phrase is a crucial part of public blockchain technology, originally created for Bitcoin, and goes by many names. However, they all refer to a set of ordered words which correspond to determined values. These values never change, and therefore the same string of words in the same order will always produce the same number–this is the underlying functionality that allows seed phrases to back up wallets. This is also where the name ‘hierarchical deterministic wallets’ comes from, as all the accounts in a given wallet are deterministically created from the seed phrase , and they are hierarchically controlled by it. A Secret Recovery Phrase is exactly what it sounds like: something that is secret, and should be known only to the owner of the account . If the seed phrase is given to someone else, that person has complete control over the account ; they can drain it of tokens and funds, execute transactions with it, etc. What is a ‘Secret Recovery Phrase ’ and how to keep your crypto wallet secure, + }, + "Security Token": { + definition: <>A security token is essentially a digital form of traditional securities. There are three primary types of traditional securities: equities, debt and a hybrid of debt and equity. Examples of securities include stocks, bonds, ETFs, options and futures. Hypothetically, any of these things can be tokenized to become a security token . It is possible that in the near future, security tokens could serve as a very viable alternative and competitor to stocks and other traditional securities. Security Token , + }, + "Security Token Offering (STO)": { + definition: <>A security token offering (STO) is a form of initial coin offering (ICO ) where a company or organization issues a security token that is backed by a tangible asset, such as real estate, technology or other assets. The security token represents the right to ownership of the underlying asset, with the tokens being tradeable on a compliant digital asset exchange . Security Token Offering, + }, + "seed phrase": { + definition: <>Another term for Secret Recovery Phrase , + }, + "self-custody (noun)": { + definition: <>Self-custodial' refers to the fact that it's you ('self') who holds your wallet 's private key (s). A self-custodial wallet eliminates the third party between you and your crypto- assets, which is more suitable for some people., + }, + "self-executing": { + definition: <>A smart contract is a self-executing contract : a computer program that automatically executes the terms of a contract when certain conditions are met., + }, + "Sepolia": { + definition: <>Sepolia is a test networks. It is primarily used for development on the blockchain (testing out applications and smart contracts, etc). ETH on these testnets is a dummy balance and cannot be withdrawn or sent to mainnet , + }, + "Serenity": { + definition: <>The Ethereum network is working on a series of technical upgrades that will allow massive increases in transaction throughput, amongst other things. The plan that outlined these changes was originally referred to as 'Serenity ', although that name has become less popular, in favor of specific definitions of the upgrades themselves., + }, + "serialization": { + definition: <>The process of converting a data structure into a sequence of bytes. Ethereum internally uses an encoding format called recursive-length prefix encoding (RLP)., + }, + "Shard chain": { + definition: <>A proof-of-stake chain that is coordinated by the Beacon Chain and secured by validators. There will be 64 added to the network as part of the shard chain upgrade . Shard chains will offer increased transaction throughput for Ethereum by providing additional data to layer 2 solutions like optimistic rollups and ZK-rollups ., + }, + "sharding (noun)": { + definition: <>Sharding, in public blockchains, refers to splitting an entire network into multiple portions, called “shards.” Each shard would contain its own independent state , meaning a unique set of account balances and smart contracts. Sharding is currently being investigated and developed as one of the set of tools and solutions for scaling Ethereum ., + }, + "Shielded Transaction": { + definition: <>A shielded transaction is essentially a transaction that is between two shielded addresses. Shielded Transaction , + }, + "sidechain": { + definition: <>A ‘sidechain ’ refers to a chain that is connected to another (most often, to Ethereum ) through a bridge , allowing assets to be transferred between them. In contrast to a Layer 2 network or a rollup, a sidechain is a full blockchain network in and of itself, and does not rely on Ethereum for consensus . It therefore must be evaluated independently in terms of its security, stability, and other features. See also “blockchain trilemma”, “modular blockchain ”. Note: Bridges exist for good reason; sending tokens from a sidechain to Ethereum mainnet or vice versa would result in token loss., + }, + "Signature (Cryptographic)": { + definition: <>See 'Digital signature ', + }, + "slashing condition": { + definition: <>Under a Proof of Stake (PoS) consensus mechanism, a slashing condition is one that causes the validator 's deposit to be destroyed when they trigger it. See also 'Proof of Stake'., + }, + "slippage": { + definition: <>Slippage is the expected percentage difference between a quoted and an executed price., + }, + "slot": { + definition: <>In Proof of Stake consensus in Ethereum , a 'slot ' is a period of time equivalent to 12 seconds; 32 slots make up an 'epoch '. Slots are significant in that for each slot , a different validator node is randomly chosen to propose blocks to the network , and a different committee of validators are chosen to vote on whether each block is valid, + }, + "smart contract": { + definition: <>Smart contracts are programs that have been published on a public blockchain , and can be used by anyone. While they often contain agreements or sets of actions between parties that emulate a traditional legal contract , they are not, in and of themselves, legal documents. Smart contracts are automated actions that can be coded and executed once a set of conditions is met, and are the dominant form of programming on the Ethereum Virtual Machine., + }, + "snap": { + definition: <>A program or piece of code that extends the functionality of MetaMask by using the MetaMask Snaps framework., + }, + "soft fork": { + definition: <>A change to the blockchain protocol resulting in only previously valid blocks and transactions being made invalid. Since old nodes will recognize the new blocks as valid, a soft fork is backward-compatible. However, this can result in a potential divide in the blockchain , as the old software generates blocks that read as invalid according to the new rules. Contrast with 'hard fork '; for more basic information regarding forks, see 'fork '., + }, + "Software Development Kit (SDK)": { + definition: <>A software development kit is a collection of software development tools in one installable package. They facilitate the creation of applications by having a compiler, debugger and sometimes a software framework. See 'MetaMask SDK', + }, + "Solidity": { + definition: <>The programming language developers use to write smart contracts on the Ethereum network . See also ‘smart contract ’. Solidity , + }, + "stablecoin": { + definition: <>A cryptocurrency whose value has been ‘pegged’ to that of something considered a ‘stable’ asset, like fiat currency or gold. It theoretically remains stable in price, as it is measured against a known amount of an asset which should be less subject to fluctuation. Always spelled as one word. User Guide: Tokens, + }, + "staking (noun)": { + definition: <>On the Ethereum Proof of Stake network , those wishing to participate in consensus must first lock up, or ‘stake’, 32 ETH into a smart contract ; this ETH may be ‘slashed’ (taken from them and ‘burned’, put out of circulation) in the event that their validator behaves maliciously or does not meet performance requirements. Similar Proof of Stake mechanisms are in operation on other networks, as well. Although this is the canonical meaning of the word, similar actions taken at the level of a decentralized exchange (DEX ) or another dapp are often called ‘staking’, though it would probably be more accurate and descriptive to just call this ‘locking up tokens’., + }, + "state": { + definition: <>The set of data that a blockchain network strictly needs to keep track of, and that represents data currently relevant to applications on the chain., + }, + "state channels": { + definition: <>State channels are part of the set of tools and platforms involved in scaling Ethereum . While a complex topic, state channels are essentially methods through which the current 'state ' of the blockchain can be exported, and then based on that, any given number of transactions can take place off-chain , and then be moved back onto the main Ethereum chain., + }, + "Streaming": { + definition: <>Money streaming represents the idea of continuous payments over time. Block numbers are used to measure time in the blockchain and continuously update the balances of the parties in the contract ., + }, + "swap (noun)": { + definition: <>As the number of different blockchain projects and tokens has proliferated, the system by which users exchange one token for another has come to be known as swapping, and the individual action, a swap. Within MetaMask , users have access to a powerful aggregator showing them information about swaps across the ecosystem , this is MetaMask Swaps: User Guide Swaps, + }, + "Swap /MetaSwap": { + definition: <>As the number of different blockchain projects and tokens has proliferated, the system by which users exchange one token for another has come to be known as swapping, and the individual action, a swap., + }, + "szabo": { + definition: <>A denomination of ETH . See also 'ether (denominations)'., + }, + "testnet (test network)": { + definition: <>A testnet is a blockchain network that mirrors, as closely as possible, the current conditions of a corresponding ‘main’ network . Testnets are used by developers to verify that their smart contracts and other functionality work as intended, before permanently recording their code to a live blockchain network (and often spending significant gas fees in the process!). Tokens minted on testnets are not transferrable for their equivalent value on mainnets., + }, + "Testnet Kovan": { + definition: <>An Ethereum testnet that uses Proof of Authority consensus , available through MetaMask ; website here., + }, + "Testnet Rinkeby": { + definition: <>An Ethereum testnet that uses Proof of Authority consensus , available through MetaMask ; faucet here. Following the transition to Proof of Stake, Rinkeby scheduled its deprecation for the end of 2023., + }, + "Testnet Ropsten": { + definition: <>An Ethereum testnet that used Proof of Work, and, following the transition to Proof of Stake, was deprecated., + }, + "token": { + definition: <>A token represents an asset issued on an existing blockchain ; the transfer of tokens and the addresses that currently hold them are the subject of the network ’s consensus activities. There are many types of tokens; see also ‘ERC -20’ and ‘ERC -721’ entries., + }, + "token lockup": { + definition: <>A token lock-up refers to a mechanism where certain tokens or cryptocurrency holdings are locked up or frozen for a specified period of time to restrict their transfer or sale. This is often used in the context of initial coin offerings (ICOs), where token issuers may require investors to commit to holding onto their tokens for a certain period, typically to ensure that investors are committed to the project's long-term success. Token lock-up periods can vary in duration and can be predetermined or set according to certain conditions, such as reaching a certain milestone, liquidity event or network upgrade . During the lock-up period, the tokens cannot be transferred or sold, although in some cases, they may be staked or used to participate in certain network activities. Once the lock-up period is over, the tokens can be freely traded or sold., + }, + "Token standard": { + definition: <>See ERC -20, ERC -721, ERC -1155, etc., + }, + "Total Value Locked (TVL)": { + definition: <>Total Value Locked, or TVL, is a common expression used in many contexts across the crypto ecosystem , so it's important to pay attention to the specifics. In general, it refers to how much value, in tokens, has been deposited into something. Most often, it refers to a protocol , which is an application on the blockchain , or a set of protocols. For example, a decentralized token trading platform might have a series of liquidity pools, which are protocols enabling swaps between tokens, and the platform may quote the 'TVL' for all the pools combined. Alternatively, if a network uses proof of stake for their consensus mechanism, they may represent the TVL of all the tokens staked into that consensus protocol ., + }, + "Transaction": { + definition: <>Data committed to the Ethereum Blockchain signed by an originating account , targeting a specific address. The transaction contains metadata such as the gas limit for that transaction ., + }, + "transaction block": { + definition: <>A collection of transactions on a blockchain network , gathered into a set or a block that can then be hashed and added to the blockchain . See 'hash'., + }, + "transaction fee": { + definition: <>A small fee imposed on transactions sent across a blockchain network . These fees are used to pay network validators or miners for their participation in consensus , and thus ensure that a blockchain network is self-sustaining., + }, + "transaction ID": { + definition: <>A transaction hash/ID (often abbreviated as tx hash or txn hash) is a unique identifier, similar to a receipt, that serves as proof that a transaction was validated and added to the blockchain . In many cases, a transaction hash is needed in order to locate funds., + }, + "transaction pool": { + definition: <>When a user submits a transaction to the Ethereum network --or many other networks based on Ethereum --the transaction goes into what's know as a 'transaction pool', or 'txpool' for short. This is essentially a queue of transactions that are waiting to be added to a block and recorded to the blockchain . There are mechanisms that determine which transactions are 'picked up' and included in the next block, and there is currently a lot of research surrounding how this decision gets made (see 'MEV'). In Bitcoin, the transaction pool was referred to as the 'memory pool', or 'mempool', and often these terms are used interchangeably., + }, + "Transak": { + definition: <>Transak is a developer integration toolkit to let users buy/sell crypto in any app, website or web plugin., + }, + "Trezor": { + definition: <>Hardware wallet ., + }, + "Truffle": { + definition: <>Truffle Suite is a development environment based on Ethereum Blockchain , used to develop dapps. Truffle is a one-stop solution for building dapps: compiling contracts, deploying contracts, injecting it into a web app, creating front-end for dapps and testing. Truffle Suite, + }, + "trustless": { + definition: <>Trustless ' is a term that gets used a lot in the decentralized web , and it deserves some explanation. Traditionally, to call something 'trustless ' would sound like a negative thing. In the context of decentralized technology, it has a more technical meaning: since everyone has a copy of the ledger of all transactions ever executed, there is no need for a centralized entity that 'must be trusted' as the source of truth. With public blockchain networks, data isn't kept on some centralized server somewhere that could be hacked or changed arbitrarily; anyone can verify the transactions themselves. This is why the term 'trustless ' was coined: there is no need for trust, although, in a way, the rules and assurances built into the blockchain provide the basis for greater trust between people, because the system is guaranteed to work the same for everyone., + }, + "Turing-complete": { + definition: <>Any machine that can calculate on a level equal to a programmable computer is Turing-complete , or computationally universal. The Ethereum Virtual Machine, which processes smart contracts and transactions, is Turing-complete , despite not existing on a single physical computer., + }, + "Two-Factor Authentication (2FA)": { + definition: <>Two-factor authentication (2FA) is an identity and access management security method that requires two forms of identification to access resources and data. 2FA gives businesses the ability to monitor and help safeguard their most vulnerable information and networks.See also 'U2F ' When 2FA, + }, + "TXID": { + definition: <>Transaction ID, + }, + "U2F": { + definition: <>Universal 2nd Factor (U2F ) is an open standard that strengthens and simplifies two-factor authentication (2FA) using specialized Universal Serial Bus (USB) or near-field communication (NFC) devices based on similar security technology found in smart cards, + }, + "Uniswap": { + definition: <>Uniswap is a decentralized cryptocurrency exchange that uses a set of smart contracts to execute trades on its exchange ., + }, + "unspent transaction output (UTXO)": { + definition: <>An unspent transaction output (UTXO ) represents some amount of digital currency which has been authorized by one account to be spent by another. UTXOs use public key cryptography to identify and transfer ownership between holders of public/private key pairs. UTXOs are formatted with the recipient's public key , thus restricting the ability to spend that UTXO to the account that can prove ownership of the associated private key . The UTXO can only be spent if it includes the digital signature associated with the public key attached the last time it was sent., + }, + "upgrade": { + definition: <>Upgrading is the process of replacing a product with a newer version of the same product. In computing and consumer electronics, an upgrade is generally a replacement of hardware, software, or firmware with a newer or better version, in order to bring the system up to date or to improve its characteristics. See also EIP-1159, merge , and other important Ethereum upgrades, + }, + "UTXO": { + definition: <>Acronym; Unspent Transaction Output., + }, + "validator": { + definition: <>A participant in Proof of Stake (PoS) consensus . On Ethereum ’s Proof of Stake network , validators need to stake 32 ETH in order to get included in the validator set. See also ‘staking’., + }, + "validity proof": { + definition: <>The proof submitted along with certain types of rollups to prove that the transactions are valid. See also 'rollups '., + }, + "Validium": { + definition: <>One of the technologies developed for scaling of the Ethereum network ; see more here., + }, + "Vault Decryptor": { + definition: <>The MetaMask Vault Decryptor is a tool used in recovering the Secret Recovery Phrase . This tool was written by MetaMask co-founder Dan Finlay and can be accessed here: Vault Decryptor , + }, + "Vesting": { + definition: <>In the context of 'vesting period': The act of restricting the sale of a token for a particular period of time. Vesting period, + }, + "wallet": { + definition: <>In Ethereum -based blockchain technology, a 'wallet ' is a something that allows you to manage private keys, your Secret Recovery Phrase , and the accounts generated from it. This could be an internet-connected 'hot wallet ', like MetaMask , or an 'airgapped' hardware wallet . In more technical speak, you could say 'the wallet is the client, not the keys.' It is very common for people to use the word 'wallet ' to refer to their SRP itself, or the accounts generated from it, or even to one account ., + }, + "WalletConnect": { + definition: <>WalletConnect is an open source protocol for connecting decentralised applications to mobile wallets with QR code scanning or deep linking., + }, + "web3, Web 3.0": { + definition: <>Web3, or Web 3.0, are terms used synonymously with “the decentralized web ” and are often used to refer, broadly, to the blockchain and decentralized technology ecosystems and communities as a whole., + }, + "WebHID": { + definition: <>WebHID (Human Interface Device) Enables web applications to interact with human interface devices (HIDs) other than the standard supported devices (mice, keyboards, touchscreens, and gamepads). However, there are many other HID devices that are currently inaccessible to the web, + }, + "WebSocket": { + definition: <>WebSocket is a computer communications protocol , providing full-duplex communication channels over a single TCP connection. It's often used by dapps to regularly fetch up-to-date information from the blockchain ., + }, + "Wei": { + definition: <>Wei is the smallest denomination of ether, the currency used to facilitate transactional operations on the Ethereum blockchain network , where 10^18 or 1,000,000,000,000,000,000 wei is equivalent to one ether., + }, + "Whitepaper": { + definition: <>Whitepapers explain the purpose and technology behind a project., + }, + "Wrapping": { + definition: <>Wrapping a token is a way of bringing a token from one network to another, like wrapped Bitcoin or MATIC tokens on Ethereum Mainnet . User Guide: Tokens, + }, + "Wyre": { + definition: <>Wyre is a regulated Money Service Business (MSB), which means it is a financial services provider licensed to transmit and convert money. The company is almost a decade old, having been around since 2013. Wyre provides what the company calls a secure and compliant bridge between fiat and cryptocurrencies. It serves as an infrastructure provider for blockchain businesses to connect with the fiat economy. In other words, Wyre payments enable blockchain businesses to efficiently integrate highly customizable fiat on-ramps into their onboarding flows., + }, + "yield farming": { + definition: <>Yield farming is an investment practice that involves locking crypto in a dapp for token rewards. Yield farmers deposit their tokens into DeFi applications for crypto trading, lending, or borrowing., + }, + "yield-bearing tokens": { + definition: <>Yield tokens. See 'yield farming ', + }, + "zero address": { + definition: <>The Zero Address is an address on the Ethereum network that is the recipient of a special transaction used to register the creation of a new smart contract on the network ., + }, + "Zero-knowledge proof": { + definition: <>A zero-knowledge proof is a cryptographic method that allows an individual to prove that a statement is true without conveying any additional information., + }, + "Zero-knowledge rollup": { + definition: <>A rollup of transactions that use validity proofs to offer increased layer 2 transaction throughput while using the security provided by mainnet (layer 1 ). Although they can't handle complex transaction types, like Optimistic rollups , they don't have latency issues because transactions are provably valid when submitted., + }, + "zk-SNARKs": { + definition: <>Zero-Knowledge Succinct Non-interactive ARguments of Knowledge are an incredible technology, and vital to the scaling of blockchain technology and the decentralized web . They are mathematically complex and can be daunting; this explanation from the Ethereum Foundation is a good primer., + } +}; + +export default linkedDefinitions; \ No newline at end of file diff --git a/src/reportWebVitals.jsx b/src/reportWebVitals.jsx deleted file mode 100644 index 5253d3a..0000000 --- a/src/reportWebVitals.jsx +++ /dev/null @@ -1,13 +0,0 @@ -const reportWebVitals = onPerfEntry => { - if (onPerfEntry && onPerfEntry instanceof Function) { - import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => { - getCLS(onPerfEntry); - getFID(onPerfEntry); - getFCP(onPerfEntry); - getLCP(onPerfEntry); - getTTFB(onPerfEntry); - }); - } -}; - -export default reportWebVitals; diff --git a/src/scratch-work/generateLinkedTerms.jsx b/src/scratch-work/generateLinkedTerms.jsx new file mode 100644 index 0000000..c534c24 --- /dev/null +++ b/src/scratch-work/generateLinkedTerms.jsx @@ -0,0 +1,33 @@ +import React from 'react'; +import { Link } from '../Link'; + +export const generateLinkedTerms = (terms) => { + const linkedTerms = {}; + + for (const [term, data] of Object.entries(terms)) { + const { definition, ...rest } = data; + linkedTerms[term] = { + ...rest, + definition: parseDefinition(definition, terms), + }; + } + + return linkedTerms; +}; + +const parseDefinition = (definition, terms) => { + const termRegex = new RegExp(`\\b(${Object.keys(terms).join('|')})\\b`, 'gi'); + + const linkedDefinition = React.Children.map(definition, (child) => { + if (typeof child === 'string') { + return child.split('\n').map((line) => + line.replace(termRegex, (match, term) => { + return {term}; + }) + ); + } + return child; + }); + + return linkedDefinition; +}; \ No newline at end of file diff --git a/src/terms.jsx b/src/scratch-work/olafsterms.jsx similarity index 98% rename from src/terms.jsx rename to src/scratch-work/olafsterms.jsx index b65516b..3e6eae3 100644 --- a/src/terms.jsx +++ b/src/scratch-work/olafsterms.jsx @@ -1,8 +1,9 @@ -import { Link } from "./Link"; +import { Link } from "../Link"; import "./Term.css"; const terms = { "permissionless distribution": { + term: "permissionless distribution", phonetic: "pɝˈmɪʃənˈɫɛs ˌdɪstɹəbˈjuʃən", definition: ( <> @@ -13,7 +14,8 @@ const terms = { ), }, - distribution: { + "distribution": { + term: "distribution", phonetic: "ˌdɪstɹəbˈjuʃən", partOfSpeech: "noun", definition: ( @@ -23,12 +25,14 @@ const terms = { ), }, - publishing: { + "publishing": { + term: "publishing", phonetic: "ˈpəbɫɪʃɪŋ", partOfSpeech: "noun", definition: <>process of making a medium available to the public, }, - permissionless: { + "permissionless": { + term: "permissionless", phonetic: "pɝˈmɪʃənˈɫɛs", partOfSpeech: "adjective", definition: ( @@ -40,7 +44,8 @@ const terms = { ), }, - sovereignty: { + "sovereignty": { + term: "sovereignty", phonetic: "ˈsɑvɹənti", partOfSpeech: "noun", definition: ( @@ -50,7 +55,8 @@ const terms = { ), }, - equality: { + "equality": { + term: "equality", phonetic: "ɪˈkwɑɫəti", partOfSpeech: "noun", definition: ( @@ -61,7 +67,7 @@ const terms = { ), }, "0x API": { - "term": "0x API", + term: "0x API", phonetic: "", partOfSpeech: "", definition: ( @@ -99,7 +105,7 @@ const terms = { } }, "1inch": { - "term": "1inch", + term: "1inch", phonetic: "", partOfSpeech: "", definition: ( @@ -137,7 +143,7 @@ const terms = { } }, "3Box Labs": { - "term": "3Box Labs", + term: "3Box Labs", phonetic: "", partOfSpeech: "", definition: ( @@ -175,7 +181,7 @@ const terms = { } }, "51% Attack": { - "term": "51% Attack", + term: "51% Attack", phonetic: "", partOfSpeech: "", definition: ( @@ -213,7 +219,7 @@ const terms = { } }, "Aave": { - "term": "Aave", + term: "Aave", phonetic: "", partOfSpeech: "", definition: ( @@ -251,7 +257,7 @@ const terms = { } }, "Account": { - "term": "Account", + term: "Account", phonetic: "", partOfSpeech: "", definition: ( @@ -289,7 +295,7 @@ const terms = { } }, "ACH transfer": { - "term": "ACH transfer", + term: "ACH transfer", phonetic: "", partOfSpeech: "", definition: ( @@ -327,7 +333,7 @@ const terms = { } }, "address; public address; account address": { - "term": "address; public address; account address", + term: "address; public address; account address", phonetic: "", partOfSpeech: "", definition: ( @@ -365,7 +371,7 @@ const terms = { } }, "Advanced": { - "term": "Advanced", + term: "Advanced", phonetic: "", partOfSpeech: "", definition: ( @@ -403,7 +409,7 @@ const terms = { } }, "aggregator": { - "term": "aggregator", + term: "aggregator", phonetic: "", partOfSpeech: "", definition: ( @@ -441,7 +447,7 @@ const terms = { } }, "Aggressive": { - "term": "Aggressive", + term: "Aggressive", phonetic: "", partOfSpeech: "", definition: ( @@ -479,7 +485,7 @@ const terms = { } }, "Agoric": { - "term": "Agoric", + term: "Agoric", phonetic: "", partOfSpeech: "", definition: ( @@ -517,7 +523,7 @@ const terms = { } }, "air-gapping": { - "term": "air-gapping", + term: "air-gapping", phonetic: "", partOfSpeech: "", definition: ( @@ -555,7 +561,7 @@ const terms = { } }, "airdrop": { - "term": "airdrop", + term: "airdrop", phonetic: "", partOfSpeech: "", definition: ( @@ -593,7 +599,7 @@ const terms = { } }, "airdrop (noun)": { - "term": "airdrop (noun)", + term: "airdrop (noun)", phonetic: "", partOfSpeech: "", definition: ( @@ -631,7 +637,7 @@ const terms = { } }, "AirGap Vault": { - "term": "AirGap Vault", + term: "AirGap Vault", phonetic: "", partOfSpeech: "", definition: ( @@ -669,7 +675,7 @@ const terms = { } }, "AirSwap": { - "term": "AirSwap", + term: "AirSwap", phonetic: "", partOfSpeech: "", definition: ( @@ -707,7 +713,7 @@ const terms = { } }, "algorithm": { - "term": "algorithm", + term: "algorithm", phonetic: "", partOfSpeech: "", definition: ( @@ -745,7 +751,7 @@ const terms = { } }, "altcoin": { - "term": "altcoin", + term: "altcoin", phonetic: "", partOfSpeech: "", definition: ( @@ -783,7 +789,7 @@ const terms = { } }, "AML (Anti-Money Laundering)": { - "term": "AML (Anti-Money Laundering)", + term: "AML (Anti-Money Laundering)", phonetic: "", partOfSpeech: "", definition: ( @@ -821,7 +827,7 @@ const terms = { } }, "API": { - "term": "API", + term: "API", phonetic: "", partOfSpeech: "", definition: ( @@ -859,7 +865,7 @@ const terms = { } }, "API (Application Programming Interface)": { - "term": "API (Application Programming Interface)", + term: "API (Application Programming Interface)", phonetic: "", partOfSpeech: "", definition: ( @@ -897,7 +903,7 @@ const terms = { } }, "AppChain": { - "term": "AppChain", + term: "AppChain", phonetic: "", partOfSpeech: "", definition: ( @@ -935,7 +941,7 @@ const terms = { } }, "Apple Pay": { - "term": "Apple Pay", + term: "Apple Pay", phonetic: "", partOfSpeech: "", definition: ( @@ -973,7 +979,7 @@ const terms = { } }, "Arbitrum": { - "term": "Arbitrum", + term: "Arbitrum", phonetic: "", partOfSpeech: "", definition: ( @@ -1011,7 +1017,7 @@ const terms = { } }, "ASIC (Application Specific Integrated Circuit)": { - "term": "ASIC (Application Specific Integrated Circuit)", + term: "ASIC (Application Specific Integrated Circuit)", phonetic: "", partOfSpeech: "", definition: ( @@ -1049,7 +1055,7 @@ const terms = { } }, "asset provenance": { - "term": "asset provenance", + term: "asset provenance", phonetic: "", partOfSpeech: "", definition: ( @@ -1087,7 +1093,7 @@ const terms = { } }, "attestation": { - "term": "attestation", + term: "attestation", phonetic: "", partOfSpeech: "", definition: ( @@ -1125,7 +1131,7 @@ const terms = { } }, "Avalanche": { - "term": "Avalanche", + term: "Avalanche", phonetic: "", partOfSpeech: "", definition: ( @@ -1163,7 +1169,7 @@ const terms = { } }, "Axie Infinity": { - "term": "Axie Infinity", + term: "Axie Infinity", phonetic: "", partOfSpeech: "", definition: ( @@ -1201,7 +1207,7 @@ const terms = { } }, "Base fee": { - "term": "Base fee", + term: "Base fee", phonetic: "", partOfSpeech: "", definition: ( @@ -1239,7 +1245,7 @@ const terms = { } }, "Beacon Chain": { - "term": "Beacon Chain", + term: "Beacon Chain", phonetic: "", partOfSpeech: "", definition: ( @@ -1277,7 +1283,7 @@ const terms = { } }, "Binance": { - "term": "Binance", + term: "Binance", phonetic: "", partOfSpeech: "", definition: ( @@ -1315,7 +1321,7 @@ const terms = { } }, "Bitcoin / bitcoin (BTC)": { - "term": "Bitcoin / bitcoin (BTC)", + term: "Bitcoin / bitcoin (BTC)", phonetic: "", partOfSpeech: "", definition: ( @@ -1353,7 +1359,7 @@ const terms = { } }, "block (noun)": { - "term": "block (noun)", + term: "block (noun)", phonetic: "", partOfSpeech: "", definition: ( @@ -1391,7 +1397,7 @@ const terms = { } }, "block explorer": { - "term": "block explorer", + term: "block explorer", phonetic: "", partOfSpeech: "", definition: ( @@ -1429,7 +1435,7 @@ const terms = { } }, "block height": { - "term": "block height", + term: "block height", phonetic: "", partOfSpeech: "", definition: ( @@ -1467,7 +1473,7 @@ const terms = { } }, "block reward": { - "term": "block reward", + term: "block reward", phonetic: "", partOfSpeech: "", definition: ( @@ -1505,7 +1511,7 @@ const terms = { } }, "block time": { - "term": "block time", + term: "block time", phonetic: "", partOfSpeech: "", definition: ( @@ -1543,7 +1549,7 @@ const terms = { } }, "blockchain": { - "term": "blockchain", + term: "blockchain", phonetic: "", partOfSpeech: "", definition: ( @@ -1581,7 +1587,7 @@ const terms = { } }, "Blockchain explorer": { - "term": "Blockchain explorer", + term: "Blockchain explorer", phonetic: "", partOfSpeech: "", definition: ( @@ -1619,7 +1625,7 @@ const terms = { } }, "blockchain trilemma": { - "term": "blockchain trilemma", + term: "blockchain trilemma", phonetic: "", partOfSpeech: "", definition: ( @@ -1657,7 +1663,7 @@ const terms = { } }, "BNB Chain": { - "term": "BNB Chain", + term: "BNB Chain", phonetic: "", partOfSpeech: "", definition: ( @@ -1695,7 +1701,7 @@ const terms = { } }, "bounty / bug bounty": { - "term": "bounty / bug bounty", + term: "bounty / bug bounty", phonetic: "", partOfSpeech: "", definition: ( @@ -1733,7 +1739,7 @@ const terms = { } }, "brain wallet": { - "term": "brain wallet", + term: "brain wallet", phonetic: "", partOfSpeech: "", definition: ( @@ -1771,7 +1777,7 @@ const terms = { } }, "Brave": { - "term": "Brave", + term: "Brave", phonetic: "", partOfSpeech: "", definition: ( @@ -1809,7 +1815,7 @@ const terms = { } }, "Bridge": { - "term": "Bridge", + term: "Bridge", phonetic: "", partOfSpeech: "", definition: ( @@ -1847,7 +1853,7 @@ const terms = { } }, "BTC": { - "term": "BTC", + term: "BTC", phonetic: "", partOfSpeech: "", definition: ( @@ -1885,7 +1891,7 @@ const terms = { } }, "BUIDL": { - "term": "BUIDL", + term: "BUIDL", phonetic: "", partOfSpeech: "", definition: ( @@ -1923,7 +1929,7 @@ const terms = { } }, "bytecode": { - "term": "bytecode", + term: "bytecode", phonetic: "", partOfSpeech: "", definition: ( @@ -1961,7 +1967,7 @@ const terms = { } }, "Byzantine fault tolerance": { - "term": "Byzantine fault tolerance", + term: "Byzantine fault tolerance", phonetic: "", partOfSpeech: "", definition: ( @@ -1999,7 +2005,7 @@ const terms = { } }, "Byzantium fork": { - "term": "Byzantium fork", + term: "Byzantium fork", phonetic: "", partOfSpeech: "", definition: ( @@ -2037,7 +2043,7 @@ const terms = { } }, "Celo": { - "term": "Celo", + term: "Celo", phonetic: "", partOfSpeech: "", definition: ( @@ -2075,7 +2081,7 @@ const terms = { } }, "Centralized exchange (CEX)": { - "term": "Centralized exchange (CEX)", + term: "Centralized exchange (CEX)", phonetic: "", partOfSpeech: "", definition: ( @@ -2113,7 +2119,7 @@ const terms = { } }, "CEX": { - "term": "CEX", + term: "CEX", phonetic: "", partOfSpeech: "", definition: ( @@ -2151,7 +2157,7 @@ const terms = { } }, "chain ID": { - "term": "chain ID", + term: "chain ID", phonetic: "", partOfSpeech: "", definition: ( @@ -2189,7 +2195,7 @@ const terms = { } }, "Chrome": { - "term": "Chrome", + term: "Chrome", phonetic: "", partOfSpeech: "", definition: ( @@ -2227,7 +2233,7 @@ const terms = { } }, "client (Ethereum or other compatible blockchain)": { - "term": "client (Ethereum or other compatible blockchain)", + term: "client (Ethereum or other compatible blockchain)", phonetic: "", partOfSpeech: "", definition: ( @@ -2265,7 +2271,7 @@ const terms = { } }, "Codefi": { - "term": "Codefi", + term: "Codefi", phonetic: "", partOfSpeech: "", definition: ( @@ -2303,7 +2309,7 @@ const terms = { } }, "coin": { - "term": "coin", + term: "coin", phonetic: "", partOfSpeech: "", definition: ( @@ -2341,7 +2347,7 @@ const terms = { } }, "Coinbase Pay": { - "term": "Coinbase Pay", + term: "Coinbase Pay", phonetic: "", partOfSpeech: "", definition: ( @@ -2379,7 +2385,7 @@ const terms = { } }, "cold storage": { - "term": "cold storage", + term: "cold storage", phonetic: "", partOfSpeech: "", definition: ( @@ -2417,7 +2423,7 @@ const terms = { } }, "cold wallet / cold storage": { - "term": "cold wallet / cold storage", + term: "cold wallet / cold storage", phonetic: "", partOfSpeech: "", definition: ( @@ -2455,7 +2461,7 @@ const terms = { } }, "Community Platform": { - "term": "Community Platform", + term: "Community Platform", phonetic: "", partOfSpeech: "", definition: ( @@ -2493,7 +2499,7 @@ const terms = { } }, "Compiling": { - "term": "Compiling", + term: "Compiling", phonetic: "", partOfSpeech: "", definition: ( @@ -2531,7 +2537,7 @@ const terms = { } }, "Compound": { - "term": "Compound", + term: "Compound", phonetic: "", partOfSpeech: "", definition: ( @@ -2569,7 +2575,7 @@ const terms = { } }, "confirmation": { - "term": "confirmation", + term: "confirmation", phonetic: "", partOfSpeech: "", definition: ( @@ -2607,7 +2613,7 @@ const terms = { } }, "consensus": { - "term": "consensus", + term: "consensus", phonetic: "", partOfSpeech: "", definition: ( @@ -2645,7 +2651,7 @@ const terms = { } }, "Consensus client": { - "term": "Consensus client", + term: "Consensus client", phonetic: "", partOfSpeech: "", definition: ( @@ -2683,7 +2689,7 @@ const terms = { } }, "Consensus layer": { - "term": "Consensus layer", + term: "Consensus layer", phonetic: "", partOfSpeech: "", definition: ( @@ -2721,7 +2727,7 @@ const terms = { } }, "Consensus mechanism": { - "term": "Consensus mechanism", + term: "Consensus mechanism", phonetic: "", partOfSpeech: "", definition: ( @@ -2759,7 +2765,7 @@ const terms = { } }, "Consensys": { - "term": "Consensys", + term: "Consensys", phonetic: "", partOfSpeech: "", definition: ( @@ -2797,7 +2803,7 @@ const terms = { } }, "Constantinople fork": { - "term": "Constantinople fork", + term: "Constantinople fork", phonetic: "", partOfSpeech: "", definition: ( @@ -2835,7 +2841,7 @@ const terms = { } }, "contract": { - "term": "contract", + term: "contract", phonetic: "", partOfSpeech: "", definition: ( @@ -2873,7 +2879,7 @@ const terms = { } }, "Contract account": { - "term": "Contract account", + term: "Contract account", phonetic: "", partOfSpeech: "", definition: ( @@ -2911,7 +2917,7 @@ const terms = { } }, "CoolWallet": { - "term": "CoolWallet", + term: "CoolWallet", phonetic: "", partOfSpeech: "", definition: ( @@ -2949,7 +2955,7 @@ const terms = { } }, "crypto asset": { - "term": "crypto asset", + term: "crypto asset", phonetic: "", partOfSpeech: "", definition: ( @@ -2987,7 +2993,7 @@ const terms = { } }, "crypto bounties": { - "term": "crypto bounties", + term: "crypto bounties", phonetic: "", partOfSpeech: "", definition: ( @@ -3025,7 +3031,7 @@ const terms = { } }, "crypto fund": { - "term": "crypto fund", + term: "crypto fund", phonetic: "", partOfSpeech: "", definition: ( @@ -3063,7 +3069,7 @@ const terms = { } }, "crypto wallet": { - "term": "crypto wallet", + term: "crypto wallet", phonetic: "", partOfSpeech: "", definition: ( @@ -3101,7 +3107,7 @@ const terms = { } }, "crypto-": { - "term": "crypto-", + term: "crypto-", phonetic: "", partOfSpeech: "", definition: ( @@ -3139,7 +3145,7 @@ const terms = { } }, "crypto-compliance": { - "term": "crypto-compliance", + term: "crypto-compliance", phonetic: "", partOfSpeech: "", definition: ( @@ -3177,7 +3183,7 @@ const terms = { } }, "cryptoassets": { - "term": "cryptoassets", + term: "cryptoassets", phonetic: "", partOfSpeech: "", definition: ( @@ -3215,7 +3221,7 @@ const terms = { } }, "cryptocurrency": { - "term": "cryptocurrency", + term: "cryptocurrency", phonetic: "", partOfSpeech: "", definition: ( @@ -3253,7 +3259,7 @@ const terms = { } }, "cryptoeconomics": { - "term": "cryptoeconomics", + term: "cryptoeconomics", phonetic: "", partOfSpeech: "", definition: ( @@ -3291,7 +3297,7 @@ const terms = { } }, "cryptography": { - "term": "cryptography", + term: "cryptography", phonetic: "", partOfSpeech: "", definition: ( @@ -3329,7 +3335,7 @@ const terms = { } }, "Curve": { - "term": "Curve", + term: "Curve", phonetic: "", partOfSpeech: "", definition: ( @@ -3367,7 +3373,7 @@ const terms = { } }, "custody (noun)": { - "term": "custody (noun)", + term: "custody (noun)", phonetic: "", partOfSpeech: "", definition: ( @@ -3405,7 +3411,7 @@ const terms = { } }, "D'CENT": { - "term": "D'CENT", + term: "D'CENT", phonetic: "", partOfSpeech: "", definition: ( @@ -3443,7 +3449,7 @@ const terms = { } }, "DAI": { - "term": "DAI", + term: "DAI", phonetic: "", partOfSpeech: "", definition: ( @@ -3481,7 +3487,7 @@ const terms = { } }, "DAO": { - "term": "DAO", + term: "DAO", phonetic: "", partOfSpeech: "", definition: ( @@ -3519,7 +3525,7 @@ const terms = { } }, "dapp": { - "term": "dapp", + term: "dapp", phonetic: "", partOfSpeech: "", definition: ( @@ -3557,7 +3563,7 @@ const terms = { } }, "decentralization": { - "term": "decentralization", + term: "decentralization", phonetic: "", partOfSpeech: "", definition: ( @@ -3595,7 +3601,7 @@ const terms = { } }, "decentralized application": { - "term": "decentralized application", + term: "decentralized application", phonetic: "", partOfSpeech: "", definition: ( @@ -3633,7 +3639,7 @@ const terms = { } }, "Decentralized Autonomous Organization (DAO)": { - "term": "Decentralized Autonomous Organization (DAO)", + term: "Decentralized Autonomous Organization (DAO)", phonetic: "", partOfSpeech: "", definition: ( @@ -3671,7 +3677,7 @@ const terms = { } }, "decentralized exchange (DEX)": { - "term": "decentralized exchange (DEX)", + term: "decentralized exchange (DEX)", phonetic: "", partOfSpeech: "", definition: ( @@ -3709,7 +3715,7 @@ const terms = { } }, "decentralized finance": { - "term": "decentralized finance", + term: "decentralized finance", phonetic: "", partOfSpeech: "", definition: ( @@ -3747,7 +3753,7 @@ const terms = { } }, "decentralized web": { - "term": "decentralized web", + term: "decentralized web", phonetic: "", partOfSpeech: "", definition: ( @@ -3785,7 +3791,7 @@ const terms = { } }, "deposit": { - "term": "deposit", + term: "deposit", phonetic: "", partOfSpeech: "", definition: ( @@ -3823,7 +3829,7 @@ const terms = { } }, "derive / derivation": { - "term": "derive / derivation", + term: "derive / derivation", phonetic: "", partOfSpeech: "", definition: ( @@ -3861,7 +3867,7 @@ const terms = { } }, "dev": { - "term": "dev", + term: "dev", phonetic: "", partOfSpeech: "", definition: ( @@ -3899,7 +3905,7 @@ const terms = { } }, "Devcon": { - "term": "Devcon", + term: "Devcon", phonetic: "", partOfSpeech: "", definition: ( @@ -3937,7 +3943,7 @@ const terms = { } }, "Developer": { - "term": "Developer", + term: "Developer", phonetic: "", partOfSpeech: "", definition: ( @@ -3975,7 +3981,7 @@ const terms = { } }, "DEX": { - "term": "DEX", + term: "DEX", phonetic: "", partOfSpeech: "", definition: ( @@ -4013,7 +4019,7 @@ const terms = { } }, "difficulty": { - "term": "difficulty", + term: "difficulty", phonetic: "", partOfSpeech: "", definition: ( @@ -4051,7 +4057,7 @@ const terms = { } }, "difficulty bomb": { - "term": "difficulty bomb", + term: "difficulty bomb", phonetic: "", partOfSpeech: "", definition: ( @@ -4089,7 +4095,7 @@ const terms = { } }, "digital asset": { - "term": "digital asset", + term: "digital asset", phonetic: "", partOfSpeech: "", definition: ( @@ -4127,7 +4133,7 @@ const terms = { } }, "digital identity": { - "term": "digital identity", + term: "digital identity", phonetic: "", partOfSpeech: "", definition: ( @@ -4165,7 +4171,7 @@ const terms = { } }, "Digital signature": { - "term": "Digital signature", + term: "Digital signature", phonetic: "", partOfSpeech: "", definition: ( @@ -4203,7 +4209,7 @@ const terms = { } }, "Distributed Denial of Service (DDoS) Attack": { - "term": "Distributed Denial of Service (DDoS) Attack", + term: "Distributed Denial of Service (DDoS) Attack", phonetic: "", partOfSpeech: "", definition: ( @@ -4241,7 +4247,7 @@ const terms = { } }, "distributed ledger": { - "term": "distributed ledger", + term: "distributed ledger", phonetic: "", partOfSpeech: "", definition: ( @@ -4279,7 +4285,7 @@ const terms = { } }, "Distributed Ledger Technology": { - "term": "Distributed Ledger Technology", + term: "Distributed Ledger Technology", phonetic: "", partOfSpeech: "", definition: ( @@ -4317,7 +4323,7 @@ const terms = { } }, "DLT": { - "term": "DLT", + term: "DLT", phonetic: "", partOfSpeech: "", definition: ( @@ -4355,7 +4361,7 @@ const terms = { } }, "double spend": { - "term": "double spend", + term: "double spend", phonetic: "", partOfSpeech: "", definition: ( @@ -4393,7 +4399,7 @@ const terms = { } }, "ecosystem": { - "term": "ecosystem", + term: "ecosystem", phonetic: "", partOfSpeech: "", definition: ( @@ -4431,7 +4437,7 @@ const terms = { } }, "Edge": { - "term": "Edge", + term: "Edge", phonetic: "", partOfSpeech: "", definition: ( @@ -4469,7 +4475,7 @@ const terms = { } }, "EIP-1559": { - "term": "EIP-1559", + term: "EIP-1559", phonetic: "", partOfSpeech: "", definition: ( @@ -4507,7 +4513,7 @@ const terms = { } }, "encrypted vs unencrypted keys": { - "term": "encrypted vs unencrypted keys", + term: "encrypted vs unencrypted keys", phonetic: "", partOfSpeech: "", definition: ( @@ -4545,7 +4551,7 @@ const terms = { } }, "encryption": { - "term": "encryption", + term: "encryption", phonetic: "", partOfSpeech: "", definition: ( @@ -4583,7 +4589,7 @@ const terms = { } }, "ENS": { - "term": "ENS", + term: "ENS", phonetic: "", partOfSpeech: "", definition: ( @@ -4621,7 +4627,7 @@ const terms = { } }, "Enterprise Ethereum Alliance (EEA)": { - "term": "Enterprise Ethereum Alliance (EEA)", + term: "Enterprise Ethereum Alliance (EEA)", phonetic: "", partOfSpeech: "", definition: ( @@ -4659,7 +4665,7 @@ const terms = { } }, "entropy": { - "term": "entropy", + term: "entropy", phonetic: "", partOfSpeech: "", definition: ( @@ -4697,7 +4703,7 @@ const terms = { } }, "epoch": { - "term": "epoch", + term: "epoch", phonetic: "", partOfSpeech: "", definition: ( @@ -4735,7 +4741,7 @@ const terms = { } }, "ERC": { - "term": "ERC", + term: "ERC", phonetic: "", partOfSpeech: "", definition: ( @@ -4773,7 +4779,7 @@ const terms = { } }, "ERC-1155": { - "term": "ERC-1155", + term: "ERC-1155", phonetic: "", partOfSpeech: "", definition: ( @@ -4811,7 +4817,7 @@ const terms = { } }, "ERC-20 Token Standard": { - "term": "ERC-20 Token Standard", + term: "ERC-20 Token Standard", phonetic: "", partOfSpeech: "", definition: ( @@ -4849,7 +4855,7 @@ const terms = { } }, "ERC-721": { - "term": "ERC-721", + term: "ERC-721", phonetic: "", partOfSpeech: "", definition: ( @@ -4887,7 +4893,7 @@ const terms = { } }, "ERC-721 Token Standard": { - "term": "ERC-721 Token Standard", + term: "ERC-721 Token Standard", phonetic: "", partOfSpeech: "", definition: ( @@ -4925,7 +4931,7 @@ const terms = { } }, "ETH": { - "term": "ETH", + term: "ETH", phonetic: "", partOfSpeech: "", definition: ( @@ -4963,7 +4969,7 @@ const terms = { } }, "ether (denominations)": { - "term": "ether (denominations)", + term: "ether (denominations)", phonetic: "", partOfSpeech: "", definition: ( @@ -5001,7 +5007,7 @@ const terms = { } }, "ether (ETH)": { - "term": "ether (ETH)", + term: "ether (ETH)", phonetic: "", partOfSpeech: "", definition: ( @@ -5039,7 +5045,7 @@ const terms = { } }, "Ethereum": { - "term": "Ethereum", + term: "Ethereum", phonetic: "", partOfSpeech: "", definition: ( @@ -5077,7 +5083,7 @@ const terms = { } }, "Ethereum 2.0": { - "term": "Ethereum 2.0", + term: "Ethereum 2.0", phonetic: "", partOfSpeech: "", definition: ( @@ -5115,7 +5121,7 @@ const terms = { } }, "Ethereum Improvement Proposal (EIP)": { - "term": "Ethereum Improvement Proposal (EIP)", + term: "Ethereum Improvement Proposal (EIP)", phonetic: "", partOfSpeech: "", definition: ( @@ -5153,7 +5159,7 @@ const terms = { } }, "Ethereum Name Service (ENS)": { - "term": "Ethereum Name Service (ENS)", + term: "Ethereum Name Service (ENS)", phonetic: "", partOfSpeech: "", definition: ( @@ -5191,7 +5197,7 @@ const terms = { } }, "Ethereum Public Address": { - "term": "Ethereum Public Address", + term: "Ethereum Public Address", phonetic: "", partOfSpeech: "", definition: ( @@ -5229,7 +5235,7 @@ const terms = { } }, "Ethereum Virtual Machine (EVM)": { - "term": "Ethereum Virtual Machine (EVM)", + term: "Ethereum Virtual Machine (EVM)", phonetic: "", partOfSpeech: "", definition: ( @@ -5267,7 +5273,7 @@ const terms = { } }, "Etherscan": { - "term": "Etherscan", + term: "Etherscan", phonetic: "", partOfSpeech: "", definition: ( @@ -5305,7 +5311,7 @@ const terms = { } }, "EVM": { - "term": "EVM", + term: "EVM", phonetic: "", partOfSpeech: "", definition: ( @@ -5343,7 +5349,7 @@ const terms = { } }, "exchange": { - "term": "exchange", + term: "exchange", phonetic: "", partOfSpeech: "", definition: ( @@ -5381,7 +5387,7 @@ const terms = { } }, "Execution client": { - "term": "Execution client", + term: "Execution client", phonetic: "", partOfSpeech: "", definition: ( @@ -5419,7 +5425,7 @@ const terms = { } }, "Execution layer": { - "term": "Execution layer", + term: "Execution layer", phonetic: "", partOfSpeech: "", definition: ( @@ -5457,7 +5463,7 @@ const terms = { } }, "Extended Private Key (XPRIV)": { - "term": "Extended Private Key (XPRIV)", + term: "Extended Private Key (XPRIV)", phonetic: "", partOfSpeech: "", definition: ( @@ -5495,7 +5501,7 @@ const terms = { } }, "Extended Public Key (XPUB)": { - "term": "Extended Public Key (XPUB)", + term: "Extended Public Key (XPUB)", phonetic: "", partOfSpeech: "", definition: ( @@ -5533,7 +5539,7 @@ const terms = { } }, "Extension": { - "term": "Extension", + term: "Extension", phonetic: "", partOfSpeech: "", definition: ( @@ -5571,7 +5577,7 @@ const terms = { } }, "Fantom": { - "term": "Fantom", + term: "Fantom", phonetic: "", partOfSpeech: "", definition: ( @@ -5609,7 +5615,7 @@ const terms = { } }, "faucet": { - "term": "faucet", + term: "faucet", phonetic: "", partOfSpeech: "", definition: ( @@ -5647,7 +5653,7 @@ const terms = { } }, "fiat currency": { - "term": "fiat currency", + term: "fiat currency", phonetic: "", partOfSpeech: "", definition: ( @@ -5685,7 +5691,7 @@ const terms = { } }, "final, finality": { - "term": "final, finality", + term: "final, finality", phonetic: "", partOfSpeech: "", definition: ( @@ -5723,7 +5729,7 @@ const terms = { } }, "Finality Rate": { - "term": "Finality Rate", + term: "Finality Rate", phonetic: "", partOfSpeech: "", definition: ( @@ -5761,7 +5767,7 @@ const terms = { } }, "financial technology (FinTech)": { - "term": "financial technology (FinTech)", + term: "financial technology (FinTech)", phonetic: "", partOfSpeech: "", definition: ( @@ -5799,7 +5805,7 @@ const terms = { } }, "finney": { - "term": "finney", + term: "finney", phonetic: "", partOfSpeech: "", definition: ( @@ -5837,7 +5843,7 @@ const terms = { } }, "Firefox": { - "term": "Firefox", + term: "Firefox", phonetic: "", partOfSpeech: "", definition: ( @@ -5875,7 +5881,7 @@ const terms = { } }, "Firewall": { - "term": "Firewall", + term: "Firewall", phonetic: "", partOfSpeech: "", definition: ( @@ -5913,7 +5919,7 @@ const terms = { } }, "Flask": { - "term": "Flask", + term: "Flask", phonetic: "", partOfSpeech: "", definition: ( @@ -5951,7 +5957,7 @@ const terms = { } }, "fork": { - "term": "fork", + term: "fork", phonetic: "", partOfSpeech: "", definition: ( @@ -5989,7 +5995,7 @@ const terms = { } }, "Fractional Ownership": { - "term": "Fractional Ownership", + term: "Fractional Ownership", phonetic: "", partOfSpeech: "", definition: ( @@ -6027,7 +6033,7 @@ const terms = { } }, "Fraud proof": { - "term": "Fraud proof", + term: "Fraud proof", phonetic: "", partOfSpeech: "", definition: ( @@ -6065,7 +6071,7 @@ const terms = { } }, "full node": { - "term": "full node", + term: "full node", phonetic: "", partOfSpeech: "", definition: ( @@ -6103,7 +6109,7 @@ const terms = { } }, "Ganache": { - "term": "Ganache", + term: "Ganache", phonetic: "", partOfSpeech: "", definition: ( @@ -6141,7 +6147,7 @@ const terms = { } }, "gas": { - "term": "gas", + term: "gas", phonetic: "", partOfSpeech: "", definition: ( @@ -6179,7 +6185,7 @@ const terms = { } }, "gas fee": { - "term": "gas fee", + term: "gas fee", phonetic: "", partOfSpeech: "", definition: ( @@ -6217,7 +6223,7 @@ const terms = { } }, "gas limit": { - "term": "gas limit", + term: "gas limit", phonetic: "", partOfSpeech: "", definition: ( @@ -6255,7 +6261,7 @@ const terms = { } }, "gas price": { - "term": "gas price", + term: "gas price", phonetic: "", partOfSpeech: "", definition: ( @@ -6293,7 +6299,7 @@ const terms = { } }, "Gas Station Network": { - "term": "Gas Station Network", + term: "Gas Station Network", phonetic: "", partOfSpeech: "", definition: ( @@ -6331,7 +6337,7 @@ const terms = { } }, "genesis block": { - "term": "genesis block", + term: "genesis block", phonetic: "", partOfSpeech: "", definition: ( @@ -6369,7 +6375,7 @@ const terms = { } }, "Gigawei": { - "term": "Gigawei", + term: "Gigawei", phonetic: "", partOfSpeech: "", definition: ( @@ -6407,7 +6413,7 @@ const terms = { } }, "Gitcoin": { - "term": "Gitcoin", + term: "Gitcoin", phonetic: "", partOfSpeech: "", definition: ( @@ -6445,7 +6451,7 @@ const terms = { } }, "GitHub": { - "term": "GitHub", + term: "GitHub", phonetic: "", partOfSpeech: "", definition: ( @@ -6483,7 +6489,7 @@ const terms = { } }, "Goerli": { - "term": "Goerli", + term: "Goerli", phonetic: "", partOfSpeech: "", definition: ( @@ -6521,7 +6527,7 @@ const terms = { } }, "Governance": { - "term": "Governance", + term: "Governance", phonetic: "", partOfSpeech: "", definition: ( @@ -6559,7 +6565,7 @@ const terms = { } }, "GSN": { - "term": "GSN", + term: "GSN", phonetic: "", partOfSpeech: "", definition: ( @@ -6597,7 +6603,7 @@ const terms = { } }, "gwei": { - "term": "gwei", + term: "gwei", phonetic: "", partOfSpeech: "", definition: ( @@ -6635,7 +6641,7 @@ const terms = { } }, "halving": { - "term": "halving", + term: "halving", phonetic: "", partOfSpeech: "", definition: ( @@ -6673,7 +6679,7 @@ const terms = { } }, "hard fork": { - "term": "hard fork", + term: "hard fork", phonetic: "", partOfSpeech: "", definition: ( @@ -6711,7 +6717,7 @@ const terms = { } }, "hardware wallet": { - "term": "hardware wallet", + term: "hardware wallet", phonetic: "", partOfSpeech: "", definition: ( @@ -6749,7 +6755,7 @@ const terms = { } }, "hash (noun)": { - "term": "hash (noun)", + term: "hash (noun)", phonetic: "", partOfSpeech: "", definition: ( @@ -6787,7 +6793,7 @@ const terms = { } }, "hexadecimal; 'hex data'": { - "term": "hexadecimal; 'hex data'", + term: "hexadecimal; 'hex data'", phonetic: "", partOfSpeech: "", definition: ( @@ -6825,7 +6831,7 @@ const terms = { } }, "Hierarchical Deterministic (HD) wallet": { - "term": "Hierarchical Deterministic (HD) wallet", + term: "Hierarchical Deterministic (HD) wallet", phonetic: "", partOfSpeech: "", definition: ( @@ -6863,7 +6869,7 @@ const terms = { } }, "hot storage": { - "term": "hot storage", + term: "hot storage", phonetic: "", partOfSpeech: "", definition: ( @@ -6901,7 +6907,7 @@ const terms = { } }, "hot wallet": { - "term": "hot wallet", + term: "hot wallet", phonetic: "", partOfSpeech: "", definition: ( @@ -6939,7 +6945,7 @@ const terms = { } }, "Hybrid Network": { - "term": "Hybrid Network", + term: "Hybrid Network", phonetic: "", partOfSpeech: "", definition: ( @@ -6977,7 +6983,7 @@ const terms = { } }, "Hyperledger": { - "term": "Hyperledger", + term: "Hyperledger", phonetic: "", partOfSpeech: "", definition: ( @@ -7015,7 +7021,7 @@ const terms = { } }, "ICO": { - "term": "ICO", + term: "ICO", phonetic: "", partOfSpeech: "", definition: ( @@ -7053,7 +7059,7 @@ const terms = { } }, "Identicon / AddressIdenticon / AddressIcon": { - "term": "Identicon / AddressIdenticon / AddressIcon", + term: "Identicon / AddressIdenticon / AddressIcon", phonetic: "", partOfSpeech: "", definition: ( @@ -7091,7 +7097,7 @@ const terms = { } }, "immutability": { - "term": "immutability", + term: "immutability", phonetic: "", partOfSpeech: "", definition: ( @@ -7129,7 +7135,7 @@ const terms = { } }, "Infura": { - "term": "Infura", + term: "Infura", phonetic: "", partOfSpeech: "", definition: ( @@ -7167,7 +7173,7 @@ const terms = { } }, "Initial Public Offering (IPO)": { - "term": "Initial Public Offering (IPO)", + term: "Initial Public Offering (IPO)", phonetic: "", partOfSpeech: "", definition: ( @@ -7205,7 +7211,7 @@ const terms = { } }, "Insider Trading": { - "term": "Insider Trading", + term: "Insider Trading", phonetic: "", partOfSpeech: "", definition: ( @@ -7243,7 +7249,7 @@ const terms = { } }, "Inter-Blockchain Communication (IBC) Protocol": { - "term": "Inter-Blockchain Communication (IBC) Protocol", + term: "Inter-Blockchain Communication (IBC) Protocol", phonetic: "", partOfSpeech: "", definition: ( @@ -7281,7 +7287,7 @@ const terms = { } }, "internal transaction": { - "term": "internal transaction", + term: "internal transaction", phonetic: "", partOfSpeech: "", definition: ( @@ -7319,7 +7325,7 @@ const terms = { } }, "Interoperability": { - "term": "Interoperability", + term: "Interoperability", phonetic: "", partOfSpeech: "", definition: ( @@ -7357,7 +7363,7 @@ const terms = { } }, "InterPlanetary File System (IPFS)": { - "term": "InterPlanetary File System (IPFS)", + term: "InterPlanetary File System (IPFS)", phonetic: "", partOfSpeech: "", definition: ( @@ -7395,7 +7401,7 @@ const terms = { } }, "IP address": { - "term": "IP address", + term: "IP address", phonetic: "", partOfSpeech: "", definition: ( @@ -7433,7 +7439,7 @@ const terms = { } }, "JSON file": { - "term": "JSON file", + term: "JSON file", phonetic: "", partOfSpeech: "", definition: ( @@ -7471,7 +7477,7 @@ const terms = { } }, "JSON-RPC": { - "term": "JSON-RPC", + term: "JSON-RPC", phonetic: "", partOfSpeech: "", definition: ( @@ -7509,7 +7515,7 @@ const terms = { } }, "keystore file": { - "term": "keystore file", + term: "keystore file", phonetic: "", partOfSpeech: "", definition: ( @@ -7547,7 +7553,7 @@ const terms = { } }, "Know Your Customer (KYC)": { - "term": "Know Your Customer (KYC)", + term: "Know Your Customer (KYC)", phonetic: "", partOfSpeech: "", definition: ( @@ -7585,7 +7591,7 @@ const terms = { } }, "Know Your Transaction": { - "term": "Know Your Transaction", + term: "Know Your Transaction", phonetic: "", partOfSpeech: "", definition: ( @@ -7623,7 +7629,7 @@ const terms = { } }, "Kovan": { - "term": "Kovan", + term: "Kovan", phonetic: "", partOfSpeech: "", definition: ( @@ -7661,7 +7667,7 @@ const terms = { } }, "KYC": { - "term": "KYC", + term: "KYC", phonetic: "", partOfSpeech: "", definition: ( @@ -7699,7 +7705,7 @@ const terms = { } }, "KYT": { - "term": "KYT", + term: "KYT", phonetic: "", partOfSpeech: "", definition: ( @@ -7737,7 +7743,7 @@ const terms = { } }, "Latency": { - "term": "Latency", + term: "Latency", phonetic: "", partOfSpeech: "", definition: ( @@ -7775,7 +7781,7 @@ const terms = { } }, "Lattice1": { - "term": "Lattice1", + term: "Lattice1", phonetic: "", partOfSpeech: "", definition: ( @@ -7813,7 +7819,7 @@ const terms = { } }, "Launchpad": { - "term": "Launchpad", + term: "Launchpad", phonetic: "", partOfSpeech: "", definition: ( @@ -7851,7 +7857,7 @@ const terms = { } }, "Layer 0": { - "term": "Layer 0", + term: "Layer 0", phonetic: "", partOfSpeech: "", definition: ( @@ -7889,7 +7895,7 @@ const terms = { } }, "Layer 1": { - "term": "Layer 1", + term: "Layer 1", phonetic: "", partOfSpeech: "", definition: ( @@ -7927,7 +7933,7 @@ const terms = { } }, "Layer 2": { - "term": "Layer 2", + term: "Layer 2", phonetic: "", partOfSpeech: "", definition: ( @@ -7965,7 +7971,7 @@ const terms = { } }, "Learn; MetaMask Learn": { - "term": "Learn; MetaMask Learn", + term: "Learn; MetaMask Learn", phonetic: "", partOfSpeech: "", definition: ( @@ -8003,7 +8009,7 @@ const terms = { } }, "Ledger": { - "term": "Ledger", + term: "Ledger", phonetic: "", partOfSpeech: "", definition: "", @@ -8036,7 +8042,7 @@ const terms = { } }, "Ledger Live App": { - "term": "Ledger Live App", + term: "Ledger Live App", phonetic: "", partOfSpeech: "", definition: ( @@ -8074,7 +8080,7 @@ const terms = { } }, "Library": { - "term": "Library", + term: "Library", phonetic: "", partOfSpeech: "", definition: ( @@ -8112,7 +8118,7 @@ const terms = { } }, "Lido": { - "term": "Lido", + term: "Lido", phonetic: "", partOfSpeech: "", definition: ( @@ -8150,7 +8156,7 @@ const terms = { } }, "light client": { - "term": "light client", + term: "light client", phonetic: "", partOfSpeech: "", definition: ( @@ -8188,7 +8194,7 @@ const terms = { } }, "Lightning Network": { - "term": "Lightning Network", + term: "Lightning Network", phonetic: "", partOfSpeech: "", definition: ( @@ -8226,7 +8232,7 @@ const terms = { } }, "Liquid Democracy (Delegative Democracy)": { - "term": "Liquid Democracy (Delegative Democracy)", + term: "Liquid Democracy (Delegative Democracy)", phonetic: "", partOfSpeech: "", definition: ( @@ -8264,7 +8270,7 @@ const terms = { } }, "Liquidation": { - "term": "Liquidation", + term: "Liquidation", phonetic: "", partOfSpeech: "", definition: ( @@ -8302,7 +8308,7 @@ const terms = { } }, "liquidity": { - "term": "liquidity", + term: "liquidity", phonetic: "", partOfSpeech: "", definition: ( @@ -8340,7 +8346,7 @@ const terms = { } }, "liquidity pool": { - "term": "liquidity pool", + term: "liquidity pool", phonetic: "", partOfSpeech: "", definition: ( @@ -8378,7 +8384,7 @@ const terms = { } }, "liquidity staking": { - "term": "liquidity staking", + term: "liquidity staking", phonetic: "", partOfSpeech: "", definition: ( @@ -8416,7 +8422,7 @@ const terms = { } }, "Low": { - "term": "Low", + term: "Low", phonetic: "", partOfSpeech: "", definition: ( @@ -8454,7 +8460,7 @@ const terms = { } }, "mainnet": { - "term": "mainnet", + term: "mainnet", phonetic: "", partOfSpeech: "", definition: ( @@ -8492,7 +8498,7 @@ const terms = { } }, "Maker Protocol": { - "term": "Maker Protocol", + term: "Maker Protocol", phonetic: "", partOfSpeech: "", definition: ( @@ -8530,7 +8536,7 @@ const terms = { } }, "Malware": { - "term": "Malware", + term: "Malware", phonetic: "", partOfSpeech: "", definition: ( @@ -8568,7 +8574,7 @@ const terms = { } }, "market cap": { - "term": "market cap", + term: "market cap", phonetic: "", partOfSpeech: "", definition: ( @@ -8606,7 +8612,7 @@ const terms = { } }, "Maximal Extractable Value (MEV)": { - "term": "Maximal Extractable Value (MEV)", + term: "Maximal Extractable Value (MEV)", phonetic: "", partOfSpeech: "", definition: ( @@ -8644,7 +8650,7 @@ const terms = { } }, "Maximum Priority Fee": { - "term": "Maximum Priority Fee", + term: "Maximum Priority Fee", phonetic: "", partOfSpeech: "", definition: ( @@ -8682,7 +8688,7 @@ const terms = { } }, "memory pool; mempool": { - "term": "memory pool; mempool", + term: "memory pool; mempool", phonetic: "", partOfSpeech: "", definition: ( @@ -8720,7 +8726,7 @@ const terms = { } }, "Merge (noun)": { - "term": "Merge (noun)", + term: "Merge (noun)", phonetic: "", partOfSpeech: "", definition: ( @@ -8758,7 +8764,7 @@ const terms = { } }, "Merkle Patricia trie": { - "term": "Merkle Patricia trie", + term: "Merkle Patricia trie", phonetic: "", partOfSpeech: "", definition: ( @@ -8796,7 +8802,7 @@ const terms = { } }, "Mesh": { - "term": "Mesh", + term: "Mesh", phonetic: "", partOfSpeech: "", definition: ( @@ -8834,7 +8840,7 @@ const terms = { } }, "Metadata": { - "term": "Metadata", + term: "Metadata", phonetic: "", partOfSpeech: "", definition: ( @@ -8872,7 +8878,7 @@ const terms = { } }, "MetaMask": { - "term": "MetaMask", + term: "MetaMask", phonetic: "", partOfSpeech: "", definition: ( @@ -8910,7 +8916,7 @@ const terms = { } }, "MetaMask Bridge": { - "term": "MetaMask Bridge", + term: "MetaMask Bridge", phonetic: "", partOfSpeech: "", definition: ( @@ -8948,7 +8954,7 @@ const terms = { } }, "MetaMask Community Platform": { - "term": "MetaMask Community Platform", + term: "MetaMask Community Platform", phonetic: "", partOfSpeech: "", definition: ( @@ -8986,7 +8992,7 @@ const terms = { } }, "MetaMask Extension": { - "term": "MetaMask Extension", + term: "MetaMask Extension", phonetic: "", partOfSpeech: "", definition: ( @@ -9024,7 +9030,7 @@ const terms = { } }, "MetaMask Flask": { - "term": "MetaMask Flask", + term: "MetaMask Flask", phonetic: "", partOfSpeech: "", definition: ( @@ -9062,7 +9068,7 @@ const terms = { } }, "MetaMask Institutional": { - "term": "MetaMask Institutional", + term: "MetaMask Institutional", phonetic: "", partOfSpeech: "", definition: ( @@ -9100,7 +9106,7 @@ const terms = { } }, "MetaMask Learn": { - "term": "MetaMask Learn", + term: "MetaMask Learn", phonetic: "", partOfSpeech: "", definition: ( @@ -9138,7 +9144,7 @@ const terms = { } }, "MetaMask SDK": { - "term": "MetaMask SDK", + term: "MetaMask SDK", phonetic: "", partOfSpeech: "", definition: ( @@ -9176,7 +9182,7 @@ const terms = { } }, "MetaMask Snaps": { - "term": "MetaMask Snaps", + term: "MetaMask Snaps", phonetic: "", partOfSpeech: "", definition: ( @@ -9214,7 +9220,7 @@ const terms = { } }, "MetaMetrics": { - "term": "MetaMetrics", + term: "MetaMetrics", phonetic: "", partOfSpeech: "", definition: ( @@ -9252,7 +9258,7 @@ const terms = { } }, "metaverse": { - "term": "metaverse", + term: "metaverse", phonetic: "", partOfSpeech: "", definition: ( @@ -9290,7 +9296,7 @@ const terms = { } }, "miner tip": { - "term": "miner tip", + term: "miner tip", phonetic: "", partOfSpeech: "", definition: ( @@ -9328,7 +9334,7 @@ const terms = { } }, "mining": { - "term": "mining", + term: "mining", phonetic: "", partOfSpeech: "", definition: ( @@ -9366,7 +9372,7 @@ const terms = { } }, "Mint": { - "term": "Mint", + term: "Mint", phonetic: "", partOfSpeech: "", definition: ( @@ -9404,7 +9410,7 @@ const terms = { } }, "mnemonic phrase": { - "term": "mnemonic phrase", + term: "mnemonic phrase", phonetic: "", partOfSpeech: "", definition: ( @@ -9442,7 +9448,7 @@ const terms = { } }, "MobiKwik": { - "term": "MobiKwik", + term: "MobiKwik", phonetic: "", partOfSpeech: "", definition: ( @@ -9480,7 +9486,7 @@ const terms = { } }, "modular blockchain": { - "term": "modular blockchain", + term: "modular blockchain", phonetic: "", partOfSpeech: "", definition: ( @@ -9518,7 +9524,7 @@ const terms = { } }, "MoonPay": { - "term": "MoonPay", + term: "MoonPay", phonetic: "", partOfSpeech: "", definition: ( @@ -9556,7 +9562,7 @@ const terms = { } }, "multi-sig": { - "term": "multi-sig", + term: "multi-sig", phonetic: "", partOfSpeech: "", definition: ( @@ -9594,7 +9600,7 @@ const terms = { } }, "multi-signature wallet (multisig)": { - "term": "multi-signature wallet (multisig)", + term: "multi-signature wallet (multisig)", phonetic: "", partOfSpeech: "", definition: ( @@ -9632,7 +9638,7 @@ const terms = { } }, "Multifactor Authentication": { - "term": "Multifactor Authentication", + term: "Multifactor Authentication", phonetic: "", partOfSpeech: "", definition: ( @@ -9670,7 +9676,7 @@ const terms = { } }, "Near-Field Communication (NFC)": { - "term": "Near-Field Communication (NFC)", + term: "Near-Field Communication (NFC)", phonetic: "", partOfSpeech: "", definition: ( @@ -9708,7 +9714,7 @@ const terms = { } }, "Nested Blockchain": { - "term": "Nested Blockchain", + term: "Nested Blockchain", phonetic: "", partOfSpeech: "", definition: ( @@ -9746,7 +9752,7 @@ const terms = { } }, "Network": { - "term": "Network", + term: "Network", phonetic: "", partOfSpeech: "", definition: ( @@ -9784,7 +9790,7 @@ const terms = { } }, "Network Congestion": { - "term": "Network Congestion", + term: "Network Congestion", phonetic: "", partOfSpeech: "", definition: ( @@ -9822,7 +9828,7 @@ const terms = { } }, "NFT": { - "term": "NFT", + term: "NFT", phonetic: "", partOfSpeech: "", definition: ( @@ -9860,7 +9866,7 @@ const terms = { } }, "NFT aggregator": { - "term": "NFT aggregator", + term: "NFT aggregator", phonetic: "", partOfSpeech: "", definition: ( @@ -9898,7 +9904,7 @@ const terms = { } }, "NFT drop": { - "term": "NFT drop", + term: "NFT drop", phonetic: "", partOfSpeech: "", definition: ( @@ -9936,7 +9942,7 @@ const terms = { } }, "Ngrave": { - "term": "Ngrave", + term: "Ngrave", phonetic: "", partOfSpeech: "", definition: ( @@ -9974,7 +9980,7 @@ const terms = { } }, "node": { - "term": "node", + term: "node", phonetic: "", partOfSpeech: "", definition: ( @@ -10012,7 +10018,7 @@ const terms = { } }, "Non-fungible token": { - "term": "Non-fungible token", + term: "Non-fungible token", phonetic: "", partOfSpeech: "", definition: ( @@ -10050,7 +10056,7 @@ const terms = { } }, "nonce": { - "term": "nonce", + term: "nonce", phonetic: "", partOfSpeech: "", definition: ( @@ -10088,7 +10094,7 @@ const terms = { } }, "off-chain": { - "term": "off-chain", + term: "off-chain", phonetic: "", partOfSpeech: "", definition: ( @@ -10126,7 +10132,7 @@ const terms = { } }, "ommer block": { - "term": "ommer block", + term: "ommer block", phonetic: "", partOfSpeech: "", definition: ( @@ -10164,7 +10170,7 @@ const terms = { } }, "on-chain": { - "term": "on-chain", + term: "on-chain", phonetic: "", partOfSpeech: "", definition: ( @@ -10202,7 +10208,7 @@ const terms = { } }, "on-ramp, off-ramp": { - "term": "on-ramp, off-ramp", + term: "on-ramp, off-ramp", phonetic: "", partOfSpeech: "", definition: ( @@ -10240,7 +10246,7 @@ const terms = { } }, "OpenSea": { - "term": "OpenSea", + term: "OpenSea", phonetic: "", partOfSpeech: "", definition: ( @@ -10278,7 +10284,7 @@ const terms = { } }, "Opera": { - "term": "Opera", + term: "Opera", phonetic: "", partOfSpeech: "", definition: ( @@ -10316,7 +10322,7 @@ const terms = { } }, "Optimism": { - "term": "Optimism", + term: "Optimism", phonetic: "", partOfSpeech: "", definition: ( @@ -10354,7 +10360,7 @@ const terms = { } }, "optimistic rollup": { - "term": "optimistic rollup", + term: "optimistic rollup", phonetic: "", partOfSpeech: "", definition: ( @@ -10392,7 +10398,7 @@ const terms = { } }, "Oracle": { - "term": "Oracle", + term: "Oracle", phonetic: "", partOfSpeech: "", definition: ( @@ -10430,7 +10436,7 @@ const terms = { } }, "ParaSwap": { - "term": "ParaSwap", + term: "ParaSwap", phonetic: "", partOfSpeech: "", definition: ( @@ -10468,7 +10474,7 @@ const terms = { } }, "parity": { - "term": "parity", + term: "parity", phonetic: "", partOfSpeech: "", definition: ( @@ -10506,7 +10512,7 @@ const terms = { } }, "Parity": { - "term": "Parity", + term: "Parity", phonetic: "", partOfSpeech: "", definition: ( @@ -10544,7 +10550,7 @@ const terms = { } }, "Passphrase": { - "term": "Passphrase", + term: "Passphrase", phonetic: "", partOfSpeech: "", definition: ( @@ -10582,7 +10588,7 @@ const terms = { } }, "password manager": { - "term": "password manager", + term: "password manager", phonetic: "", partOfSpeech: "", definition: ( @@ -10620,7 +10626,7 @@ const terms = { } }, "PayPal": { - "term": "PayPal", + term: "PayPal", phonetic: "", partOfSpeech: "", definition: ( @@ -10658,7 +10664,7 @@ const terms = { } }, "peer-to-peer (P2P)": { - "term": "peer-to-peer (P2P)", + term: "peer-to-peer (P2P)", phonetic: "", partOfSpeech: "", definition: ( @@ -10696,7 +10702,7 @@ const terms = { } }, "permissioned ledger": { - "term": "permissioned ledger", + term: "permissioned ledger", phonetic: "", partOfSpeech: "", definition: ( @@ -10734,7 +10740,7 @@ const terms = { } }, "phishing (noun)": { - "term": "phishing (noun)", + term: "phishing (noun)", phonetic: "", partOfSpeech: "", definition: ( @@ -10772,7 +10778,7 @@ const terms = { } }, "Plasma": { - "term": "Plasma", + term: "Plasma", phonetic: "", partOfSpeech: "", definition: ( @@ -10810,7 +10816,7 @@ const terms = { } }, "PoA, PoS, PoW": { - "term": "PoA, PoS, PoW", + term: "PoA, PoS, PoW", phonetic: "", partOfSpeech: "", definition: ( @@ -10848,7 +10854,7 @@ const terms = { } }, "Polygon": { - "term": "Polygon", + term: "Polygon", phonetic: "", partOfSpeech: "", definition: ( @@ -10886,7 +10892,7 @@ const terms = { } }, "Portfolio": { - "term": "Portfolio", + term: "Portfolio", phonetic: "", partOfSpeech: "", definition: ( @@ -10924,7 +10930,7 @@ const terms = { } }, "PoS/PoW Hybrid": { - "term": "PoS/PoW Hybrid", + term: "PoS/PoW Hybrid", phonetic: "", partOfSpeech: "", definition: ( @@ -10962,7 +10968,7 @@ const terms = { } }, "Priority fee": { - "term": "Priority fee", + term: "Priority fee", phonetic: "", partOfSpeech: "", definition: ( @@ -11000,7 +11006,7 @@ const terms = { } }, "private blockchain": { - "term": "private blockchain", + term: "private blockchain", phonetic: "", partOfSpeech: "", definition: ( @@ -11038,7 +11044,7 @@ const terms = { } }, "private currency": { - "term": "private currency", + term: "private currency", phonetic: "", partOfSpeech: "", definition: ( @@ -11076,7 +11082,7 @@ const terms = { } }, "private key": { - "term": "private key", + term: "private key", phonetic: "", partOfSpeech: "", definition: ( @@ -11114,7 +11120,7 @@ const terms = { } }, "Proof of Authority (PoA)": { - "term": "Proof of Authority (PoA)", + term: "Proof of Authority (PoA)", phonetic: "", partOfSpeech: "", definition: ( @@ -11152,7 +11158,7 @@ const terms = { } }, "Proof of Stake (PoS)": { - "term": "Proof of Stake (PoS)", + term: "Proof of Stake (PoS)", phonetic: "", partOfSpeech: "", definition: ( @@ -11190,7 +11196,7 @@ const terms = { } }, "Proof of Work (PoW)": { - "term": "Proof of Work (PoW)", + term: "Proof of Work (PoW)", phonetic: "", partOfSpeech: "", definition: ( @@ -11228,7 +11234,7 @@ const terms = { } }, "protocol": { - "term": "protocol", + term: "protocol", phonetic: "", partOfSpeech: "", definition: ( @@ -11266,7 +11272,7 @@ const terms = { } }, "public blockchain": { - "term": "public blockchain", + term: "public blockchain", phonetic: "", partOfSpeech: "", definition: ( @@ -11304,7 +11310,7 @@ const terms = { } }, "public key": { - "term": "public key", + term: "public key", phonetic: "", partOfSpeech: "", definition: ( @@ -11342,7 +11348,7 @@ const terms = { } }, "Public-Key Cryptography": { - "term": "Public-Key Cryptography", + term: "Public-Key Cryptography", phonetic: "", partOfSpeech: "", definition: ( @@ -11380,7 +11386,7 @@ const terms = { } }, "Public-Key Infrastructure": { - "term": "Public-Key Infrastructure", + term: "Public-Key Infrastructure", phonetic: "", partOfSpeech: "", definition: ( @@ -11418,7 +11424,7 @@ const terms = { } }, "QR code": { - "term": "QR code", + term: "QR code", phonetic: "", partOfSpeech: "", definition: ( @@ -11456,7 +11462,7 @@ const terms = { } }, "Quorum": { - "term": "Quorum", + term: "Quorum", phonetic: "", partOfSpeech: "", definition: ( @@ -11494,7 +11500,7 @@ const terms = { } }, "Rarible": { - "term": "Rarible", + term: "Rarible", phonetic: "", partOfSpeech: "", definition: ( @@ -11532,7 +11538,7 @@ const terms = { } }, "relayer": { - "term": "relayer", + term: "relayer", phonetic: "", partOfSpeech: "", definition: ( @@ -11570,7 +11576,7 @@ const terms = { } }, "Remote Procedure Call (RPC)": { - "term": "Remote Procedure Call (RPC)", + term: "Remote Procedure Call (RPC)", phonetic: "", partOfSpeech: "", definition: ( @@ -11608,7 +11614,7 @@ const terms = { } }, "Rinkeby": { - "term": "Rinkeby", + term: "Rinkeby", phonetic: "", partOfSpeech: "", definition: ( @@ -11646,7 +11652,7 @@ const terms = { } }, "Roadmap": { - "term": "Roadmap", + term: "Roadmap", phonetic: "", partOfSpeech: "", definition: ( @@ -11684,7 +11690,7 @@ const terms = { } }, "Rocket Pool": { - "term": "Rocket Pool", + term: "Rocket Pool", phonetic: "", partOfSpeech: "", definition: ( @@ -11722,7 +11728,7 @@ const terms = { } }, "rollups": { - "term": "rollups", + term: "rollups", phonetic: "", partOfSpeech: "", definition: ( @@ -11760,7 +11766,7 @@ const terms = { } }, "Ropsten": { - "term": "Ropsten", + term: "Ropsten", phonetic: "", partOfSpeech: "", definition: ( @@ -11798,7 +11804,7 @@ const terms = { } }, "RPC": { - "term": "RPC", + term: "RPC", phonetic: "", partOfSpeech: "", definition: ( @@ -11836,7 +11842,7 @@ const terms = { } }, "rug pull": { - "term": "rug pull", + term: "rug pull", phonetic: "", partOfSpeech: "", definition: ( @@ -11874,7 +11880,7 @@ const terms = { } }, "Safeheron": { - "term": "Safeheron", + term: "Safeheron", phonetic: "", partOfSpeech: "", definition: ( @@ -11912,7 +11918,7 @@ const terms = { } }, "Samsung Pay": { - "term": "Samsung Pay", + term: "Samsung Pay", phonetic: "", partOfSpeech: "", definition: ( @@ -11950,7 +11956,7 @@ const terms = { } }, "sandbox": { - "term": "sandbox", + term: "sandbox", phonetic: "", partOfSpeech: "", definition: ( @@ -11988,7 +11994,7 @@ const terms = { } }, "Sardine": { - "term": "Sardine", + term: "Sardine", phonetic: "", partOfSpeech: "", definition: ( @@ -12026,7 +12032,7 @@ const terms = { } }, "Satoshi Nakamoto": { - "term": "Satoshi Nakamoto", + term: "Satoshi Nakamoto", phonetic: "", partOfSpeech: "", definition: ( @@ -12064,7 +12070,7 @@ const terms = { } }, "scalability": { - "term": "scalability", + term: "scalability", phonetic: "", partOfSpeech: "", definition: ( @@ -12102,7 +12108,7 @@ const terms = { } }, "Scaling": { - "term": "Scaling", + term: "Scaling", phonetic: "", partOfSpeech: "", definition: ( @@ -12140,7 +12146,7 @@ const terms = { } }, "Scrypt": { - "term": "Scrypt", + term: "Scrypt", phonetic: "", partOfSpeech: "", definition: ( @@ -12178,7 +12184,7 @@ const terms = { } }, "Secret Recovery Phrase": { - "term": "Secret Recovery Phrase", + term: "Secret Recovery Phrase", phonetic: "", partOfSpeech: "", definition: ( @@ -12216,7 +12222,7 @@ const terms = { } }, "Security Token": { - "term": "Security Token", + term: "Security Token", phonetic: "", partOfSpeech: "", definition: ( @@ -12254,7 +12260,7 @@ const terms = { } }, "Security Token Offering (STO)": { - "term": "Security Token Offering (STO)", + term: "Security Token Offering (STO)", phonetic: "", partOfSpeech: "", definition: ( @@ -12292,7 +12298,7 @@ const terms = { } }, "seed phrase": { - "term": "seed phrase", + term: "seed phrase", phonetic: "", partOfSpeech: "", definition: ( @@ -12330,7 +12336,7 @@ const terms = { } }, "self-custody (noun)": { - "term": "self-custody (noun)", + term: "self-custody (noun)", phonetic: "", partOfSpeech: "", definition: ( @@ -12368,7 +12374,7 @@ const terms = { } }, "self-executing": { - "term": "self-executing", + term: "self-executing", phonetic: "", partOfSpeech: "", definition: ( @@ -12406,7 +12412,7 @@ const terms = { } }, "Sepolia": { - "term": "Sepolia", + term: "Sepolia", phonetic: "", partOfSpeech: "", definition: ( @@ -12444,7 +12450,7 @@ const terms = { } }, "Serenity": { - "term": "Serenity", + term: "Serenity", phonetic: "", partOfSpeech: "", definition: ( @@ -12482,7 +12488,7 @@ const terms = { } }, "serialization": { - "term": "serialization", + term: "serialization", phonetic: "", partOfSpeech: "", definition: ( @@ -12520,7 +12526,7 @@ const terms = { } }, "Shard chain": { - "term": "Shard chain", + term: "Shard chain", phonetic: "", partOfSpeech: "", definition: ( @@ -12558,7 +12564,7 @@ const terms = { } }, "sharding (noun)": { - "term": "sharding (noun)", + term: "sharding (noun)", phonetic: "", partOfSpeech: "", definition: ( @@ -12596,7 +12602,7 @@ const terms = { } }, "Shielded Transaction": { - "term": "Shielded Transaction", + term: "Shielded Transaction", phonetic: "", partOfSpeech: "", definition: ( @@ -12634,7 +12640,7 @@ const terms = { } }, "sidechain": { - "term": "sidechain", + term: "sidechain", phonetic: "", partOfSpeech: "", definition: ( @@ -12672,7 +12678,7 @@ const terms = { } }, "Signature (Cryptographic)": { - "term": "Signature (Cryptographic)", + term: "Signature (Cryptographic)", phonetic: "", partOfSpeech: "", definition: ( @@ -12710,7 +12716,7 @@ const terms = { } }, "slashing condition": { - "term": "slashing condition", + term: "slashing condition", phonetic: "", partOfSpeech: "", definition: ( @@ -12748,7 +12754,7 @@ const terms = { } }, "slippage": { - "term": "slippage", + term: "slippage", phonetic: "", partOfSpeech: "", definition: ( @@ -12786,7 +12792,7 @@ const terms = { } }, "slot": { - "term": "slot", + term: "slot", phonetic: "", partOfSpeech: "", definition: ( @@ -12824,7 +12830,7 @@ const terms = { } }, "smart contract": { - "term": "smart contract", + term: "smart contract", phonetic: "", partOfSpeech: "", definition: ( @@ -12862,7 +12868,7 @@ const terms = { } }, "snap": { - "term": "snap", + term: "snap", phonetic: "", partOfSpeech: "", definition: ( @@ -12900,7 +12906,7 @@ const terms = { } }, "soft fork": { - "term": "soft fork", + term: "soft fork", phonetic: "", partOfSpeech: "", definition: ( @@ -12938,7 +12944,7 @@ const terms = { } }, "Software Development Kit (SDK)": { - "term": "Software Development Kit (SDK)", + term: "Software Development Kit (SDK)", phonetic: "", partOfSpeech: "", definition: ( @@ -12976,7 +12982,7 @@ const terms = { } }, "Solidity": { - "term": "Solidity", + term: "Solidity", phonetic: "", partOfSpeech: "", definition: ( @@ -13014,7 +13020,7 @@ const terms = { } }, "stablecoin": { - "term": "stablecoin", + term: "stablecoin", phonetic: "", partOfSpeech: "", definition: ( @@ -13052,7 +13058,7 @@ const terms = { } }, "staking (noun)": { - "term": "staking (noun)", + term: "staking (noun)", phonetic: "", partOfSpeech: "", definition: ( @@ -13090,7 +13096,7 @@ const terms = { } }, "state": { - "term": "state", + term: "state", phonetic: "", partOfSpeech: "", definition: ( @@ -13128,7 +13134,7 @@ const terms = { } }, "state channels": { - "term": "state channels", + term: "state channels", phonetic: "", partOfSpeech: "", definition: ( @@ -13166,7 +13172,7 @@ const terms = { } }, "Streaming": { - "term": "Streaming", + term: "Streaming", phonetic: "", partOfSpeech: "", definition: ( @@ -13204,7 +13210,7 @@ const terms = { } }, "swap (noun)": { - "term": "swap (noun)", + term: "swap (noun)", phonetic: "", partOfSpeech: "", definition: ( @@ -13242,7 +13248,7 @@ const terms = { } }, "Swap /MetaSwap": { - "term": "Swap /MetaSwap", + term: "Swap /MetaSwap", phonetic: "", partOfSpeech: "", definition: ( @@ -13280,7 +13286,7 @@ const terms = { } }, "szabo": { - "term": "szabo", + term: "szabo", phonetic: "", partOfSpeech: "", definition: ( @@ -13318,7 +13324,7 @@ const terms = { } }, "testnet (test network)": { - "term": "testnet (test network)", + term: "testnet (test network)", phonetic: "", partOfSpeech: "", definition: ( @@ -13356,7 +13362,7 @@ const terms = { } }, "Testnet Kovan": { - "term": "Testnet Kovan", + term: "Testnet Kovan", phonetic: "", partOfSpeech: "", definition: ( @@ -13394,7 +13400,7 @@ const terms = { } }, "Testnet Rinkeby": { - "term": "Testnet Rinkeby", + term: "Testnet Rinkeby", phonetic: "", partOfSpeech: "", definition: ( @@ -13432,7 +13438,7 @@ const terms = { } }, "Testnet Ropsten": { - "term": "Testnet Ropsten", + term: "Testnet Ropsten", phonetic: "", partOfSpeech: "", definition: ( @@ -13470,7 +13476,7 @@ const terms = { } }, "token": { - "term": "token", + term: "token", phonetic: "", partOfSpeech: "", definition: ( @@ -13508,7 +13514,7 @@ const terms = { } }, "token lockup": { - "term": "token lockup", + term: "token lockup", phonetic: "", partOfSpeech: "", definition: ( @@ -13546,7 +13552,7 @@ const terms = { } }, "Token standard": { - "term": "Token standard", + term: "Token standard", phonetic: "", partOfSpeech: "", definition: ( @@ -13584,7 +13590,7 @@ const terms = { } }, "Total Value Locked (TVL)": { - "term": "Total Value Locked (TVL)", + term: "Total Value Locked (TVL)", phonetic: "", partOfSpeech: "", definition: ( @@ -13622,7 +13628,7 @@ const terms = { } }, "Transaction": { - "term": "Transaction", + term: "Transaction", phonetic: "", partOfSpeech: "", definition: ( @@ -13660,7 +13666,7 @@ const terms = { } }, "transaction block": { - "term": "transaction block", + term: "transaction block", phonetic: "", partOfSpeech: "", definition: ( @@ -13698,7 +13704,7 @@ const terms = { } }, "transaction fee": { - "term": "transaction fee", + term: "transaction fee", phonetic: "", partOfSpeech: "", definition: ( @@ -13736,7 +13742,7 @@ const terms = { } }, "transaction ID": { - "term": "transaction ID", + term: "transaction ID", phonetic: "", partOfSpeech: "", definition: ( @@ -13774,7 +13780,7 @@ const terms = { } }, "transaction pool": { - "term": "transaction pool", + term: "transaction pool", phonetic: "", partOfSpeech: "", definition: ( @@ -13812,7 +13818,7 @@ const terms = { } }, "Transak": { - "term": "Transak", + term: "Transak", phonetic: "", partOfSpeech: "", definition: ( @@ -13850,7 +13856,7 @@ const terms = { } }, "Trezor": { - "term": "Trezor", + term: "Trezor", phonetic: "", partOfSpeech: "", definition: ( @@ -13888,7 +13894,7 @@ const terms = { } }, "Truffle": { - "term": "Truffle", + term: "Truffle", phonetic: "", partOfSpeech: "", definition: ( @@ -13926,7 +13932,7 @@ const terms = { } }, "trustless": { - "term": "trustless", + term: "trustless", phonetic: "", partOfSpeech: "", definition: ( @@ -13964,7 +13970,7 @@ const terms = { } }, "Turing-complete": { - "term": "Turing-complete", + term: "Turing-complete", phonetic: "", partOfSpeech: "", definition: ( @@ -14002,7 +14008,7 @@ const terms = { } }, "Two-Factor Authentication (2FA)": { - "term": "Two-Factor Authentication (2FA)", + term: "Two-Factor Authentication (2FA)", phonetic: "", partOfSpeech: "", definition: ( @@ -14040,7 +14046,7 @@ const terms = { } }, "TXID": { - "term": "TXID", + term: "TXID", phonetic: "", partOfSpeech: "", definition: ( @@ -14078,7 +14084,7 @@ const terms = { } }, "U2F": { - "term": "U2F", + term: "U2F", phonetic: "", partOfSpeech: "", definition: ( @@ -14116,7 +14122,7 @@ const terms = { } }, "Uniswap": { - "term": "Uniswap", + term: "Uniswap", phonetic: "", partOfSpeech: "", definition: ( @@ -14154,7 +14160,7 @@ const terms = { } }, "unspent transaction output (UTXO)": { - "term": "unspent transaction output (UTXO)", + term: "unspent transaction output (UTXO)", phonetic: "", partOfSpeech: "", definition: ( @@ -14192,7 +14198,7 @@ const terms = { } }, "upgrade": { - "term": "upgrade", + term: "upgrade", phonetic: "", partOfSpeech: "", definition: ( @@ -14230,7 +14236,7 @@ const terms = { } }, "UTXO": { - "term": "UTXO", + term: "UTXO", phonetic: "", partOfSpeech: "", definition: ( @@ -14268,7 +14274,7 @@ const terms = { } }, "validator": { - "term": "validator", + term: "validator", phonetic: "", partOfSpeech: "", definition: ( @@ -14306,7 +14312,7 @@ const terms = { } }, "validity proof": { - "term": "validity proof", + term: "validity proof", phonetic: "", partOfSpeech: "", definition: ( @@ -14344,7 +14350,7 @@ const terms = { } }, "Validium": { - "term": "Validium", + term: "Validium", phonetic: "", partOfSpeech: "", definition: ( @@ -14382,7 +14388,7 @@ const terms = { } }, "Vault Decryptor": { - "term": "Vault Decryptor", + term: "Vault Decryptor", phonetic: "", partOfSpeech: "", definition: ( @@ -14420,7 +14426,7 @@ const terms = { } }, "Vesting": { - "term": "Vesting", + term: "Vesting", phonetic: "", partOfSpeech: "", definition: ( @@ -14458,7 +14464,7 @@ const terms = { } }, "wallet": { - "term": "wallet", + term: "wallet", phonetic: "", partOfSpeech: "", definition: ( @@ -14496,7 +14502,7 @@ const terms = { } }, "WalletConnect": { - "term": "WalletConnect", + term: "WalletConnect", phonetic: "", partOfSpeech: "", definition: ( @@ -14534,7 +14540,7 @@ const terms = { } }, "web3, Web 3.0": { - "term": "web3, Web 3.0", + term: "web3, Web 3.0", phonetic: "", partOfSpeech: "", definition: ( @@ -14572,7 +14578,7 @@ const terms = { } }, "WebHID": { - "term": "WebHID", + term: "WebHID", phonetic: "", partOfSpeech: "", definition: ( @@ -14610,7 +14616,7 @@ const terms = { } }, "WebSocket": { - "term": "WebSocket", + term: "WebSocket", phonetic: "", partOfSpeech: "", definition: ( @@ -14648,7 +14654,7 @@ const terms = { } }, "Wei": { - "term": "Wei", + term: "Wei", phonetic: "", partOfSpeech: "", definition: ( @@ -14686,7 +14692,7 @@ const terms = { } }, "Whitepaper": { - "term": "Whitepaper", + term: "Whitepaper", phonetic: "", partOfSpeech: "", definition: ( @@ -14724,7 +14730,7 @@ const terms = { } }, "Wrapping": { - "term": "Wrapping", + term: "Wrapping", phonetic: "", partOfSpeech: "", definition: ( @@ -14762,7 +14768,7 @@ const terms = { } }, "Wyre": { - "term": "Wyre", + term: "Wyre", phonetic: "", partOfSpeech: "", definition: ( @@ -14800,7 +14806,7 @@ const terms = { } }, "yield farming": { - "term": "yield farming", + term: "yield farming", phonetic: "", partOfSpeech: "", definition: ( @@ -14838,7 +14844,7 @@ const terms = { } }, "yield-bearing tokens": { - "term": "yield-bearing tokens", + term: "yield-bearing tokens", phonetic: "", partOfSpeech: "", definition: ( @@ -14876,7 +14882,7 @@ const terms = { } }, "zero address": { - "term": "zero address", + term: "zero address", phonetic: "", partOfSpeech: "", definition: ( @@ -14914,7 +14920,7 @@ const terms = { } }, "Zero-knowledge proof": { - "term": "Zero-knowledge proof", + term: "Zero-knowledge proof", phonetic: "", partOfSpeech: "", definition: ( @@ -14952,7 +14958,7 @@ const terms = { } }, "Zero-knowledge rollup": { - "term": "Zero-knowledge rollup", + term: "Zero-knowledge rollup", phonetic: "", partOfSpeech: "", definition: ( @@ -14990,7 +14996,7 @@ const terms = { } }, "zk-SNARKs": { - "term": "zk-SNARKs", + term: "zk-SNARKs", phonetic: "", partOfSpeech: "", definition: ( diff --git a/src/scratch-work/terms.jsx b/src/scratch-work/terms.jsx new file mode 100644 index 0000000..29710bb --- /dev/null +++ b/src/scratch-work/terms.jsx @@ -0,0 +1,13013 @@ +import { Link } from './Link'; +import './Term.css'; + +const terms = { + "0": { + "terms": { + "0x API": { + "term": "0x API", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "0x API", + "Simplified Chinese": "0x API", + "French": "0x API", + "German": "0x API", + "Indonesian": "0x API", + "Italian": "0x API", + "Korean": "0x API", + "Persian": "0x API", + "Brazilian Portuguese": "API da 0x", + "Russian": "0x API", + "Spanish": "0x API", + "Filipino (Tagalog)": "0x API", + "Thai": "0x API", + "Turkish": "0x API", + "Vietnamese": "0x API", + "Arabic": "واجهة برمجة تطبيقات 0x", + "Traditional Chinese": "0x API", + "Dutch": "0x API", + "Greek": "0x API", + "Hindi": "0x API", + "Hungarian": "0x API", + "Japanese": "0x API", + "Polish": "0x API", + "Ukrainian": "0x API" + }, + "definition": "The 0x API is the liquidity and data endpoint for DeFi. It lets you access aggregated liquidity from tens of on-chain and off-chain decentralized exchange networks, across multiple blockchains. It comes with many parameters to customize your requests for your application and your users: API References" + }, + "1inch": { + "term": "1inch", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "1inch", + "Simplified Chinese": "1inch", + "French": "1inch", + "German": "1inch", + "Indonesian": "1inch", + "Italian": "1inch", + "Korean": "1 인치", + "Persian": "وان اینچ", + "Brazilian Portuguese": "1inch", + "Russian": "1inch", + "Spanish": "1inch", + "Filipino (Tagalog)": "1inch", + "Thai": "1inch", + "Turkish": "1inch", + "Vietnamese": "1 inch", + "Arabic": "1inch", + "Traditional Chinese": "1inch", + "Dutch": "1inch", + "Greek": "1inch", + "Hindi": "1inch", + "Hungarian": "1 hüvelyk", + "Japanese": "1inch", + "Polish": "1inch", + "Ukrainian": "1inch" + }, + "definition": "Decentralized exchange aggregator that aims to provide traders with the best price and lowest fees on their transactions. 1inch" + }, + "3Box Labs": { + "term": "3Box Labs", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "3Box Labs", + "Simplified Chinese": "3Box Labs", + "French": "3Box Labs", + "German": "3Box Labs", + "Indonesian": "2Box Labs", + "Italian": "3Box Labs", + "Korean": "쓰리박스 랩스", + "Persian": "آزمایشگاه‌های 3Box", + "Brazilian Portuguese": "3Box Labs", + "Russian": "3Box Labs", + "Spanish": "3Box Labs", + "Filipino (Tagalog)": "3Box Labs", + "Thai": "3Box Labs", + "Turkish": "3Box Labs", + "Vietnamese": "3Box Labs", + "Arabic": "3Box Labs", + "Traditional Chinese": "3Box Labs", + "Dutch": "3Box Labs", + "Greek": "3Box Labs", + "Hindi": "3Box Labs", + "Hungarian": "3Box Labs", + "Japanese": "3Box Labs", + "Polish": "3Box Labs", + "Ukrainian": "3Box Labs" + }, + "definition": "The inventors and core developers of Ceramic, the first decentralized network for composable data. Ceramic makes it possible for developers to build data-rich Web3 applications without needing a traditional database, and in the process, unlocks data composability and portability across every application within the Web3 ecosystem." + }, + "51% Attack": { + "term": "51% Attack", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "51% Attack", + "Simplified Chinese": "51%攻击", + "French": "Attaque des 51 %", + "German": "51% Attack", + "Indonesian": "51% Attack", + "Italian": "Attacco del 51%", + "Korean": "51% 공격", + "Persian": "حمله 51 درصدی", + "Brazilian Portuguese": "Ataque de 51%", + "Russian": "Атака 51%", + "Spanish": "ataque del 51 %", + "Filipino (Tagalog)": "51% Pag-atake", + "Thai": "การโจมตี 51%", + "Turkish": "%51 Saldırısı", + "Vietnamese": "Tấn công 51%", + "Arabic": "هجوم 51٪", + "Traditional Chinese": "51%攻擊", + "Dutch": "51%-aanval", + "Greek": "Επίθεση του 51%", + "Hindi": "51% अटैक", + "Hungarian": "51%-os támadás", + "Japanese": "51% 攻撃", + "Polish": "Atak 51%", + "Ukrainian": "Атака 51%" + }, + "definition": "If more than half the computer power or mining hash rate on a network is run by a single person or a single group of people, then a 51% attack is in operation. This means that this entity has full control of the network and can negatively affect a cryptocurrency by taking over mining operations, stopping or changing transactions, and double-spending coins." + }, + "Aave": { + "term": "Aave", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Aave", + "Simplified Chinese": "Aave", + "French": "Aave", + "German": "Aave", + "Indonesian": "Aave", + "Italian": "Aave", + "Korean": "에이브", + "Persian": "آوه", + "Brazilian Portuguese": "Aave", + "Russian": "Aave", + "Spanish": "Aave", + "Filipino (Tagalog)": "Aave", + "Thai": "Aave", + "Turkish": "Aave", + "Vietnamese": "Aave", + "Arabic": "Aave", + "Traditional Chinese": "Aave", + "Dutch": "Aave", + "Greek": "Aave", + "Hindi": "Aave", + "Hungarian": "Aave", + "Japanese": "Aave", + "Polish": "Aave", + "Ukrainian": "Aave" + }, + "definition": "Aave is an open source protocol to create non-custodial liquidity markets to earn interest on supplying and borrowing assets with a variable or stable interest rate." + }, + "Account": { + "term": "Account", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Account", + "Simplified Chinese": "账户", + "French": "Compte", + "German": "Konto", + "Indonesian": "Akun", + "Italian": "Account", + "Korean": "계정", + "Persian": "حساب", + "Brazilian Portuguese": "Conta", + "Russian": "Счет", + "Spanish": "cuenta", + "Filipino (Tagalog)": "Account", + "Thai": "บัญชี", + "Turkish": "Hesap", + "Vietnamese": "Tài khoản", + "Arabic": "حساب", + "Traditional Chinese": "帳戶", + "Dutch": "account", + "Greek": "Λογαριασμός", + "Hindi": "Account", + "Hungarian": "fiók", + "Japanese": "アカウント", + "Polish": "Konto", + "Ukrainian": "Обліковий запис" + }, + "definition": "Accounts are records or statements of financial expenditure and receipts that relate to a particular period or purpose. In the world of crypto, this is referred to as a cryptocurrency account. It gives you certain benefits, and it is a requirement in order to use just about any cryptocurrency exchange. A cryptocurrency account gives you access to hot wallets, which allow you to quickly buy, sell and trade cryptocurrencies, and it gives you an identity or a way through which you can hold onto your public keys when it comes to the aforementioned process." + }, + "ACH transfer": { + "term": "ACH transfer", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "ACH transfer", + "Simplified Chinese": "自动清算中心(ACH)转账", + "French": "Transfert ACH", + "German": "ACH-Überweisung", + "Indonesian": "Transfer ACH", + "Italian": "Pagamento ACH", + "Korean": "ACH 송금", + "Persian": "حواله بین بانکی پایا", + "Brazilian Portuguese": "Transferência ACH", + "Russian": "ACH-перевод", + "Spanish": "transferencia ACH", + "Filipino (Tagalog)": "ACH na paglilipat", + "Thai": "การโอน ACH", + "Turkish": "ACH transferi", + "Vietnamese": "Chuyển tiền ACH", + "Arabic": "تحويل ACH", + "Traditional Chinese": "存款自動轉帳服務", + "Dutch": "ACH-transactie", + "Greek": "Μεταφορά αυτοματοποιημένου γραφείου συμψηφισμού", + "Hindi": "ACH ट्रांसफ़र", + "Hungarian": "ACH-átutalás", + "Japanese": "ACH 送金", + "Polish": "Przelew ACH", + "Ukrainian": "ACH-трансфер" + }, + "definition": "ACH (Automated Clearing House) bank transfer is an electronic payment method that allows money to be transferred between bank accounts in the United States. It is a system that processes transactions in batches and is commonly used for direct deposit of paychecks, bill payments, and online money transfers." + }, + "address; public address; account address": { + "term": "address; public address; account address", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "address; public address; account address", + "Simplified Chinese": "地址/“公钥”(钱包地址)", + "French": "adresse/ « adresse publique » (adresse du portefeuille)", + "German": "Adresse/„öffentliche Adresse“ (Wallet-Adresse)", + "Indonesian": "alamat/alamat publik (alamat dompet)", + "Italian": "indirizzo/indirizzo pubblico (indirizzo del wallet)", + "Korean": "주소/공개 주소(지갑 주소)", + "Persian": "آدرس /«آدرس عمومی»", + "Brazilian Portuguese": "endereço/endereço público (endereço da carteira)", + "Russian": "адрес/публичный адрес (адрес кошелька)", + "Spanish": "dirección/dirección pública (dirección de monedero)", + "Filipino (Tagalog)": "address/pampublikong address (address ng wallet)", + "Thai": "ที่อยู่", + "Turkish": "adres/genel adres (cüzdan adresi)", + "Vietnamese": "địa chỉ/địa chỉ công khai (địa chỉ ví)", + "Arabic": "العنوان / العنوان العام (عنوان المحفظة)", + "Traditional Chinese": "收款地址(錢包地址)", + "Dutch": "adres/openbaar adres (wallet-adres)", + "Greek": "διεύθυνση/δημόσια διεύθυνση (διεύθυνση πορτοφολιού)", + "Hindi": "एड्रेस/पब्लिक एड्रेस (वॉलेट एड्रेस)", + "Hungarian": "cím/„nyilvános cím” (pénztárca címe)", + "Japanese": "アドレス/パブリックアドレス (ウォレットアドレス)", + "Polish": "Adres / „adres publiczny” (adres portfela)", + "Ukrainian": "адреса/«публічна адреса» (адреса гаманця)" + }, + "definition": "Used to send and receive transactions on a blockchain network, and to identify different users; also referred to as a 'public key'. An address is an alphanumeric character string, which can also be represented as a scannable QR code. In Ethereum, the address begins with 0x. For example: 0x06A85356DCb5b307096726FB86A78c59D38e08ee" + }, + "Advanced": { + "term": "Advanced", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "MetaMask term", + "i18n": { + "Term": "Advanced", + "Simplified Chinese": "高级", + "French": "Avancé", + "German": "Erweitert", + "Indonesian": "Lanjutan", + "Italian": "Avanzati", + "Korean": "고급", + "Persian": "پیشرفته", + "Brazilian Portuguese": "Avançado", + "Russian": "Дополнительно", + "Spanish": "avanzados", + "Filipino (Tagalog)": "Advanced", + "Thai": "ขั้นสูง", + "Turkish": "Gelişmiş", + "Vietnamese": "Nâng cao", + "Arabic": "متقدم", + "Traditional Chinese": "進階", + "Dutch": "geavanceerd", + "Greek": "Για προχωρημένους", + "Hindi": "एडवांस्ड", + "Hungarian": "haladó", + "Japanese": "高度な設定", + "Polish": "Ustawienia zaawansowane", + "Ukrainian": "Розширені" + }, + "definition": "In the context of 'Advanced gas controls': it is an optional feature in the MetaMask wallet, that gives you more control over the gas you pay in MetaMask. Using advanced gas controls" + }, + "aggregator": { + "term": "aggregator", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "aggregator", + "Simplified Chinese": "聚合器", + "French": "agrégateur", + "German": "Aggregator", + "Indonesian": "agregator", + "Italian": "aggregatore", + "Korean": "애그리게이터", + "Persian": "تجمیع‌کننده نقدینگی", + "Brazilian Portuguese": "agregador", + "Russian": "агрегатор", + "Spanish": "agregador", + "Filipino (Tagalog)": "aggregator", + "Thai": "ผู้รวบรวม", + "Turkish": "toplayıcı", + "Vietnamese": "nền tảng tổng hợp thanh khoản", + "Arabic": "مُجمِعّ", + "Traditional Chinese": "聚合交易平台", + "Dutch": "aggregator", + "Greek": "συσσωρευτής", + "Hindi": "एग्रीगेटर", + "Hungarian": "aggregátor", + "Japanese": "アグリゲーター", + "Polish": "Agregator", + "Ukrainian": "агрегатор" + }, + "definition": "An aggregator is a platform that aggregates liquidity from multiple decentralized exchanges (DEXs) or other sources of liquidity to provide users with the best prices and the most efficient execution for their trades." + }, + "Aggressive": { + "term": "Aggressive", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "MetaMask term", + "i18n": { + "Term": "Aggressive", + "Simplified Chinese": "激进型", + "French": "Agressif", + "German": "Aggressiv", + "Indonesian": "Agresif", + "Italian": "Aggressivo", + "Korean": "공격적", + "Persian": "جسورانه", + "Brazilian Portuguese": "Agressiva", + "Russian": "Агрессивный", + "Spanish": "agresiva/o", + "Filipino (Tagalog)": "Agresibo", + "Thai": "ทุ่มสุดตัว", + "Turkish": "Agresif", + "Vietnamese": "Cao", + "Arabic": "مغامر", + "Traditional Chinese": "Aggressive", + "Dutch": "agressief", + "Greek": "Υψηλότερη αγοραστική τιμή", + "Hindi": "एग्रेसिव", + "Hungarian": "agresszív", + "Japanese": "積極的", + "Polish": "Agresywne podejście", + "Ukrainian": "Агресивний" + }, + "definition": "In the context of 'gas fees', Aggressive is a category that enables you to be more forceful with your transaction, and have it completed as soon as possible. There are three categories available in MetaMask: Low, Market, Aggressive Using advanced gas controls" + }, + "Agoric": { + "term": "Agoric", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Agoric", + "Simplified Chinese": "Agoric", + "French": "Agoric", + "German": "Agoric", + "Indonesian": "Agoric", + "Italian": "Agoric", + "Korean": "아고릭", + "Persian": "آگوریک", + "Brazilian Portuguese": "Agoric", + "Russian": "Agoric", + "Spanish": "Agoric", + "Filipino (Tagalog)": "Agoric", + "Thai": "Agoric", + "Turkish": "Agoric", + "Vietnamese": "Agoric", + "Arabic": "Agoric", + "Traditional Chinese": "Agoric", + "Dutch": "Agoric", + "Greek": "Agoric", + "Hindi": "Agoric", + "Hungarian": "agorikus", + "Japanese": "Agoric", + "Polish": "Agoric", + "Ukrainian": "Agoric" + }, + "definition": "Agoric is a Proof-of-Stake blockchain that functions as a smart contract platform, enabling developers to deploy decentralized applications. The platform is built on a variant of the JavaScript programming language, which is a widely used language for web development." + }, + "air-gapping": { + "term": "air-gapping", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "air-gapping", + "Simplified Chinese": "气隙", + "French": "isolation déconnectée", + "German": "Air-Gapping", + "Indonesian": "Air-gap", + "Italian": "air-gap", + "Korean": "에어갭", + "Persian": "جداسازی فیزیکی", + "Brazilian Portuguese": "lacuna de ar", + "Russian": "физическая изоляция", + "Spanish": "airdrop", + "Filipino (Tagalog)": "air-gapping", + "Thai": "การสร้างแอร์แกป", + "Turkish": "hava boşluğu", + "Vietnamese": "khe hở không khí", + "Arabic": "عزل الأجهزة", + "Traditional Chinese": "實體隔離", + "Dutch": "air-gapping", + "Greek": "διάκενο αέρα", + "Hindi": "एयर-गैपिंग", + "Hungarian": "air-gapping (internetről való teljes leválasztás)", + "Japanese": "エアギャップ", + "Polish": "Odizolowanie od sieci (air-gapping)", + "Ukrainian": "«повітряний зазор»" + }, + "definition": "A method for securing computers in which the device does not connect to the internet or any other open networks. Many hardware wallets use air-gapping as a security mechanism to keep users' private keys or Secret Recovery Phrase offline, and thus safer from any kind of attack." + }, + "airdrop": { + "term": "airdrop", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "airdrop", + "Simplified Chinese": "空投", + "French": "airdrop", + "German": "Airdrop", + "Indonesian": "airdrop", + "Italian": "airdrop", + "Korean": "에어드롭", + "Persian": "ایردراپ", + "Brazilian Portuguese": "airdrop", + "Russian": "аирдропнуть", + "Spanish": "airdrop", + "Filipino (Tagalog)": "airdrop", + "Thai": "แอร์ดรอป", + "Turkish": "airdrop", + "Vietnamese": "tặng", + "Arabic": "توزيع مجاني", + "Traditional Chinese": "空投", + "Dutch": "airdrop", + "Greek": "τακτική airdrop", + "Hindi": "एयरड्रॉप", + "Hungarian": "airdrop", + "Japanese": "エアドロップする", + "Polish": "Airdrop", + "Ukrainian": "ейрдроп" + }, + "definition": "A token distribution method used to send cryptocurrency or tokens to wallet addresses. Sometimes airdrops are used for marketing purposes in exchange for simple tasks like reshares, referrals, or app downloads." + }, + "airdrop (noun)": { + "term": "airdrop (noun)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "airdrop (noun)", + "Simplified Chinese": "空投", + "French": "airdrop (nom)", + "German": "Airdrop", + "Indonesian": "airdrop", + "Italian": "airdrop (noun)", + "Korean": "에어드롭(명사)", + "Persian": "ایردراپ", + "Brazilian Portuguese": "airdrop", + "Russian": "аирдроп", + "Spanish": "AirGap Vault", + "Filipino (Tagalog)": "airdrop (pangngalan)", + "Thai": "แอร์ดรอป", + "Turkish": "airdrop", + "Vietnamese": "tiền được tặng (danh từ)", + "Arabic": "توزيع مجاني (اير دروب)", + "Traditional Chinese": "空投", + "Dutch": "airdrop", + "Greek": "τακτική airdrop", + "Hindi": "एयरड्रॉप (नाउन)", + "Hungarian": "airdrop", + "Japanese": "エアドロップ", + "Polish": "Airdrop", + "Ukrainian": "ейрдроп" + }, + "definition": "A token distribution method used to send cryptocurrency or tokens to wallet addresses. Sometimes airdrops are used for marketing purposes in exchange for simple tasks like reshares, referrals, or app downloads." + }, + "AirGap Vault": { + "term": "AirGap Vault", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "AirGap Vault", + "Simplified Chinese": "AirGap Vault", + "French": "AirGap Vault", + "German": "AirGap Vault", + "Indonesian": "AirGap Vault", + "Italian": "AirGap Vault", + "Korean": "에어갭 볼트", + "Persian": "خزانه ایرگپ", + "Brazilian Portuguese": "AirGap Vault", + "Russian": "AirGap Vault", + "Spanish": "espacios de aire", + "Filipino (Tagalog)": "AirGap Vault", + "Thai": "AirGap Vault", + "Turkish": "AirGap Vault", + "Vietnamese": "AirGap Vault", + "Arabic": "خزانة AirGap", + "Traditional Chinese": "AirGap Vault", + "Dutch": "AirGap Vault", + "Greek": "AirGap Vault", + "Hindi": "AirGap Vault", + "Hungarian": "AirGap Vault", + "Japanese": "AirGap Vault", + "Polish": "AirGap Vault", + "Ukrainian": "AirGap Vault" + }, + "definition": "AirGap Vault is a crypto wallet application that provides secure storage for digital assets. The wallet is designed to be used in conjunction with AirGap's other wallet app, AirGap Wallet, which is used for sending and receiving transactions." + }, + "AirSwap": { + "term": "AirSwap", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "AirSwap", + "Simplified Chinese": "AirSwap", + "French": "AirSwap", + "German": "AirSwap", + "Indonesian": "AirSwap", + "Italian": "AirSwap", + "Korean": "에어스왑", + "Persian": "ایرسوآپ", + "Brazilian Portuguese": "AirSwap", + "Russian": "AirSwap", + "Spanish": "AirSwap", + "Filipino (Tagalog)": "AirSwap", + "Thai": "AirSwap", + "Turkish": "AirSwap", + "Vietnamese": "AirSwap", + "Arabic": "AirSwap", + "Traditional Chinese": "AirSwap", + "Dutch": "AirSwap", + "Greek": "AirSwap", + "Hindi": "AirSwap", + "Hungarian": "AirSwap", + "Japanese": "AirSwap", + "Polish": "AirSwap", + "Ukrainian": "AirSwap" + }, + "definition": "AirSwap is a decentralized exchange (DEX) platform for trading digital assets, operating on Ethereum and Layer-2s like Polygon, Arbitrum." + }, + "algorithm": { + "term": "algorithm", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "algorithm", + "Simplified Chinese": "算法", + "French": "algorithme", + "German": "Algorithmus", + "Indonesian": "algoritma", + "Italian": "algoritmo", + "Korean": "알고리즘", + "Persian": "الگوریتم", + "Brazilian Portuguese": "algoritmo", + "Russian": "алгоритм", + "Spanish": "algoritmo", + "Filipino (Tagalog)": "algoritmo", + "Thai": "อัลกอริทึม", + "Turkish": "algoritma", + "Vietnamese": "thuật toán", + "Arabic": "خوارزمية", + "Traditional Chinese": "演算法", + "Dutch": "algoritme", + "Greek": "αλγόριθμος", + "Hindi": "एल्गोरिथम", + "Hungarian": "algoritmus", + "Japanese": "アルゴリズム", + "Polish": "Algorytm", + "Ukrainian": "алгоритм" + }, + "definition": "An algorithm is a finite sequence of rigorous instructions, typically used to solve a class of specific problems or to perform a computation." + }, + "altcoin": { + "term": "altcoin", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "altcoin", + "Simplified Chinese": "竞争币", + "French": "altcoin", + "German": "Altcoin", + "Indonesian": "altcoin", + "Italian": "altcoin", + "Korean": "알트코인", + "Persian": "آلتکوین", + "Brazilian Portuguese": "altcoin", + "Russian": "альткоин", + "Spanish": "altcoin", + "Filipino (Tagalog)": "altcoin", + "Thai": "อัลต์คอยน์", + "Turkish": "altcoin", + "Vietnamese": "tiền thay thế", + "Arabic": "عملة بديلة", + "Traditional Chinese": "山寨幣", + "Dutch": "altcoin", + "Greek": "altcoin", + "Hindi": "ऑल्टकॉइन", + "Hungarian": "altcoin", + "Japanese": "アルトコイン", + "Polish": "Altcoin", + "Ukrainian": "альткойн" + }, + "definition": "As Bitcoin was the first cryptocurrency, the term 'altcoin' was created to refer to 'any cryptocurrency other than Bitcoin'. The term is less used in Ethereum or smart contract-enabled blockchain communities. Many altcoins are forks of Bitcoin with minor changes (e.g., Litecoin). See also 'fork'." + }, + "AML (Anti-Money Laundering)": { + "term": "AML (Anti-Money Laundering)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "AML (Anti-Money Laundering)", + "Simplified Chinese": "反洗钱(AML)", + "French": "AML (lutte contre le blanchiment d’argent)", + "German": "AML (Geldwäschebekämpfung)", + "Indonesian": "AML (Anti-Pencucian Uang)", + "Italian": "AML (Antiriciclaggio)", + "Korean": "AML(자금세탁방지)", + "Persian": "AML (مبارزه با پولشویی)", + "Brazilian Portuguese": "PLD (prevenção à lavagem de dinheiro)", + "Russian": "БОД (борьба с отмыванием денег)", + "Spanish": "prevención de blanqueo de capitales (PBC)", + "Filipino (Tagalog)": "AML (Anti-Money Laundering)", + "Thai": "AML (การต่อต้านการฟอกเงิน)", + "Turkish": "AML (Kara Para Aklamanın Önlenmesi)", + "Vietnamese": "AML (Chống rửa tiền)", + "Arabic": "مكافحة غسيل الأموال", + "Traditional Chinese": "防制洗錢計劃", + "Dutch": "witwasbestrijding (AML, anti-money laundering)", + "Greek": "AML Καταπολέμηση της νομιμοποίησης εσόδων από παράνομες δραστηριότητες)", + "Hindi": "AML (एंटी-मनी लॉन्ड्रिंग)", + "Hungarian": "AML (pénzmosás elleni küzdelem)", + "Japanese": "AML (マネーロンダリング対策)", + "Polish": "AML (przeciwdziałanie praniu pieniędzy)", + "Ukrainian": "AML (Боротьба з відмиванням грошей)" + }, + "definition": "A set of international laws enacted to diminish the potential for criminal organizations or individuals to launder money. These rules and laws are applied to cryptocurrencies with varying effects in different jurisdictions." + }, + "API": { + "term": "API", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "API", + "Simplified Chinese": "API", + "French": "API", + "German": "API", + "Indonesian": "API", + "Italian": "API", + "Korean": "API", + "Persian": "API", + "Brazilian Portuguese": "API", + "Russian": "API", + "Spanish": "API", + "Filipino (Tagalog)": "API", + "Thai": "API", + "Turkish": "API", + "Vietnamese": "API", + "Arabic": "واجهة برمجة التطبيقات", + "Traditional Chinese": "應用程式介面", + "Dutch": "API", + "Greek": "API", + "Hindi": "API", + "Hungarian": "API", + "Japanese": "API", + "Polish": "API", + "Ukrainian": "API" + }, + "definition": "Application Programming Interface. A software intermediary that allows two separate applications to communicate with one another. APIs define methods of communication between various components." + }, + "API (Application Programming Interface)": { + "term": "API (Application Programming Interface)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "API (Application Programming Interface)", + "Simplified Chinese": "API(应用程序编程接口)", + "French": "API (interface de programmation d’application)", + "German": "API (Anwendungsprogrammierschnittstelle)", + "Indonesian": "API (Antarmuka Pemrograman Aplikasi)", + "Italian": "API (Application Programming Interface)", + "Korean": "API(애플리케이션 프로그래밍 인터페이스)", + "Persian": "API (رابط برنامه کاربردی)", + "Brazilian Portuguese": "API (interface de programação de aplicativo)", + "Russian": "API (интерфейс прикладного программирования)", + "Spanish": "API (interfaz de programación de aplicaciones)", + "Filipino (Tagalog)": "API (Application Programming Interface)", + "Thai": "API (อินเทอร์เฟซโปรแกรมแอปพลิเคชัน)", + "Turkish": "API (Uygulama Programlama Arayüzü)", + "Vietnamese": "API (Giao diện lập trình ứng dụng)", + "Arabic": "واجهة برمجة التطبيقات (API)", + "Traditional Chinese": "應用程式介面", + "Dutch": "API (application programming interface)", + "Greek": "API (Application Programming Interface)", + "Hindi": "API (एप्लीकेशन प्रोग्रामिंग इंटरफेस)", + "Hungarian": "API (alkalmazásprogramozási felület)", + "Japanese": "API (アプリケーションプログラミングインターフェイス)", + "Polish": "API (interfejs oprogramowania aplikacji)", + "Ukrainian": "API (інтерфейс прикладного програмування)" + }, + "definition": "A predefined set of requests that one program can make to another in order to transfer information between them. When you hear someone saying that an application is 'getting information from' another source, it's often doing so through an API." + }, + "AppChain": { + "term": "AppChain", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "AppChain", + "Simplified Chinese": "AppChain", + "French": "AppChain", + "German": "AppChain", + "Indonesian": "AppChain", + "Italian": "AppChain", + "Korean": "앱체인", + "Persian": "بلاک‌چین مخصوص برنامه", + "Brazilian Portuguese": "AppChain", + "Russian": "Аппчейн", + "Spanish": "cadena específica de la aplicación", + "Filipino (Tagalog)": "AppChain", + "Thai": "AppChain", + "Turkish": "Uygulama Zinciri", + "Vietnamese": "Chuỗi khối dành cho ứng dụng", + "Arabic": "بلوكتشين التطبيق الخاص (AppChain)", + "Traditional Chinese": "應用鏈", + "Dutch": "AppChain", + "Greek": "AppChain", + "Hindi": "ऐपचेन", + "Hungarian": "AppChain", + "Japanese": "AppChain", + "Polish": "AppChain", + "Ukrainian": "AppChain" + }, + "definition": "A blockchain network custom-made and optimized for a specific application's needs. An appchain is generally not a full-blown blockchain, but offers an optimized execution environment for the application, while still relying on an underlying blockchain for consensus. See also: 'blockchain trilemma', 'modular blockchain', 'Layer 2', 'Layer 3'." + }, + "Apple Pay": { + "term": "Apple Pay", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Apple Pay", + "Simplified Chinese": "Apple Pay", + "French": "Apple Pay", + "German": "Apple Pay", + "Indonesian": "Apple Pay", + "Italian": "Apple Pay", + "Korean": "애플 페이", + "Persian": "اَپل پِی", + "Brazilian Portuguese": "Apple Pay", + "Russian": "Apple Pay", + "Spanish": "Apple Pay", + "Filipino (Tagalog)": "Apple Pay", + "Thai": "Apple Pay", + "Turkish": "Apple Pay", + "Vietnamese": "Apple Pay", + "Arabic": "Apple Pay", + "Traditional Chinese": "Apple Pay", + "Dutch": "Apple Pay", + "Greek": "Apple Pay", + "Hindi": "Apple Pay", + "Hungarian": "Apple Pay", + "Japanese": "Apple Pay", + "Polish": "Apple Pay", + "Ukrainian": "Apple Pay" + }, + "definition": "Apple Pay is a mobile payment service by Apple Inc. that allows users to make payments in person, in iOS apps, and on the web." + }, + "Arbitrum": { + "term": "Arbitrum", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Arbitrum", + "Simplified Chinese": "Arbitrum", + "French": "Arbitrum", + "German": "Arbitrum", + "Indonesian": "Arbitrum", + "Italian": "Arbitrum", + "Korean": "아비트럼", + "Persian": "آربیتروم", + "Brazilian Portuguese": "Arbitrum", + "Russian": "Arbitrum", + "Spanish": "Arbitrum", + "Filipino (Tagalog)": "Arbitrum", + "Thai": "Arbitrum", + "Turkish": "Arbitrum", + "Vietnamese": "Arbitrum", + "Arabic": "Arbitrum", + "Traditional Chinese": "Arbitrum", + "Dutch": "Arbitrum", + "Greek": "Arbitrum", + "Hindi": "Arbitrum", + "Hungarian": "Arbitrum", + "Japanese": "Arbitrum", + "Polish": "Arbitrum", + "Ukrainian": "Arbitrum" + }, + "definition": "Arbitrum is a layer 2 scaling solution for Ethereum, designed to improve the scalability and reduce the cost of transactions on the Ethereum network. It is an implementation of the Optimistic Rollup technology, which is a type of scaling solution that uses off-chain computation to reduce the load on the main Ethereum network." + }, + "ASIC (Application Specific Integrated Circuit)": { + "term": "ASIC (Application Specific Integrated Circuit)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "ASIC (Application Specific Integrated Circuit)", + "Simplified Chinese": "ASIC(专用集成电路)", + "French": "ASIC (circuit intégré spécifique à une application)", + "German": "ASIC (Anwendungsspezifische integrierte Schaltung)", + "Indonesian": "ASIC (Sirkuit Terintegrasi Khusus di Aplikasi)", + "Italian": "ASIC (circuito integrato per applicazione specifica)", + "Korean": "ASIC(주문형 반도체)", + "Persian": "ای‌سیک(مدارهای مجتمع با کاربرد خاص)", + "Brazilian Portuguese": "ASIC (circuito integrado de aplicação específica)", + "Russian": "ASIC (специальная интегральная схема)", + "Spanish": "ASIC (circuito integrado de aplicación específica)", + "Filipino (Tagalog)": "ASIC (Application Specific Integrated Circuit)", + "Thai": "ASIC (วงจรรวมเฉพาะแอปพลิเคชัน)", + "Turkish": "ASIC (Uygulamaya Özel Tümleşik Devre)", + "Vietnamese": "ASIC (Mạch tích hợp chuyên dụng)", + "Arabic": "الدائرة المتكاملة الخاصة بالتطبيق (ASIC)", + "Traditional Chinese": "特定應用積體電路", + "Dutch": "ASIC (application-specific integrated circuit)", + "Greek": "ASIC (Application Specific Integrated Circuit)", + "Hindi": "ASIC (एप्लीकेशन स्पेसिफिक इंटीग्रेटेड सर्किट)", + "Hungarian": "ASIC (alkalmazásspecifikus integrált áramkör)", + "Japanese": "ASIC (特定用途向け集積回路)", + "Polish": "ASIC (specjalizowany układ scalony)", + "Ukrainian": "ASIC (спеціалізована інтегральна схема)" + }, + "definition": "ASICs are silicon chips designed to do a specific task. In ASICs used for mining cryptocurrencies, the ASIC will perform a calculation to find values that provide a desired solution when placed into a hashing algorithm." + }, + "asset provenance": { + "term": "asset provenance", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "asset provenance", + "Simplified Chinese": "资产来源", + "French": "Provenance de l’actif", + "German": "Herkunft des Assets", + "Indonesian": "Provenance aset", + "Italian": "provenienza dei fondi", + "Korean": "자산 출처", + "Persian": "منشأ دارایی", + "Brazilian Portuguese": "origem do ativo", + "Russian": "происхождение активов", + "Spanish": "procedencia de activos", + "Filipino (Tagalog)": "pinagmulan ng asset", + "Thai": "ที่มาของสินทรัพย์", + "Turkish": "varlık provenansı", + "Vietnamese": "nguồn gốc tài sản", + "Arabic": "منشأ الأصل", + "Traditional Chinese": "資產出處", + "Dutch": "herkomst van asset", + "Greek": "προέλευση περιουσιακών στοιχείων", + "Hindi": "एसेट प्रोवेनेंस", + "Hungarian": "eszköz eredete", + "Japanese": "資産の来歴追跡", + "Polish": "Pochodzenie aktywów", + "Ukrainian": "походження активів" + }, + "definition": "Asset provenance refers to the origin, history, and ownership of a particular digital asset on the blockchain. In the crypto context, asset provenance refers to the ability to trace the ownership and transfer of a specific cryptocurrency or token from its creation or minting to its current holder." + }, + "attestation": { + "term": "attestation", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "attestation", + "Simplified Chinese": "证明", + "French": "attestation", + "German": "Bestätigung", + "Indonesian": "pengesahan", + "Italian": "attestazione", + "Korean": "증명", + "Persian": "گواهی", + "Brazilian Portuguese": "atestado", + "Russian": "аттестация", + "Spanish": "atestación", + "Filipino (Tagalog)": "pagpapatunay", + "Thai": "การลงนามรับรอง", + "Turkish": "tasdik", + "Vietnamese": "chứng thực", + "Arabic": "المصادقة", + "Traditional Chinese": "見證消息", + "Dutch": "attestatie", + "Greek": "επιβεβαίωση", + "Hindi": "अटेस्टेशन", + "Hungarian": "tanúsítvány", + "Japanese": "証明", + "Polish": "Poświadczenie", + "Ukrainian": "атестація" + }, + "definition": "Attestation in crypto refers to the process of verifying the authenticity or validity of a piece of information or a transaction on a blockchain network. Attestation is an important aspect of blockchain technology, as it helps to ensure the integrity and security of the network. In general, attestation involves a trusted third-party, or attester, verifying the authenticity of a transaction or piece of information. This can include verifying the identity of users on the network, verifying the accuracy of data, or validating the authenticity of a digital signature. One example of attestation in crypto is the use of digital signatures to authenticate transactions on a blockchain network. Digital signatures use public key cryptography to verify the identity of the sender and ensure that the transaction has not been tampered with. Another example of attestation in crypto is the use of Proof of Stake (PoS) consensus mechanisms, which rely on validators to attest to the validity of transactions on the network. Validators are responsible for verifying transactions and adding new blocks to the blockchain, and they are rewarded with cryptocurrency for their efforts. For more info, see Attestation in Ethereum." + }, + "Avalanche": { + "term": "Avalanche", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Avalanche", + "Simplified Chinese": "Avalanche", + "French": "Avalanche", + "German": "Avalanche", + "Indonesian": "Avalanche", + "Italian": "Avalanche", + "Korean": "아발란체", + "Persian": "اولانچ", + "Brazilian Portuguese": "Avalanche", + "Russian": "Avalanche", + "Spanish": "Avalanche", + "Filipino (Tagalog)": "Avalanche", + "Thai": "Avalanche", + "Turkish": "Avalanche", + "Vietnamese": "Avalanche", + "Arabic": "Avalanche", + "Traditional Chinese": "Avalanche", + "Dutch": "Avalanche", + "Greek": "Avalanche", + "Hindi": "Avalanche", + "Hungarian": "Avalanche", + "Japanese": "Avalanche", + "Polish": "Avalanche", + "Ukrainian": "Avalanche" + }, + "definition": "Avalanche is a decentralized blockchain platform designed to provide fast and secure transactions for digital assets and applications. The platform uses a consensus mechanism known as Avalanche consensus, which allows for high throughput, low latency, and customizable blockchains." + }, + "Axie Infinity": { + "term": "Axie Infinity", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Axie Infinity", + "Simplified Chinese": "Axie Infinity", + "French": "Axie Infinity", + "German": "Axie Infinity", + "Indonesian": "Axie Infinity", + "Italian": "Axie Infinity", + "Korean": "액시 인피니티", + "Persian": "اکسی اینفینیتی", + "Brazilian Portuguese": "Axie Infinity", + "Russian": "Axie Infinity", + "Spanish": "Axie Infinity", + "Filipino (Tagalog)": "Axie Infinity", + "Thai": "Axie Infinity", + "Turkish": "Axie Infinity", + "Vietnamese": "Axie Infinity", + "Arabic": "Axie Infinity", + "Traditional Chinese": "Axie Infinity", + "Dutch": "Axie Infinity", + "Greek": "Axie Infinity", + "Hindi": "Axie Infinity", + "Hungarian": "Axie Infinity", + "Japanese": "Axie Infinity", + "Polish": "Axie Infinity", + "Ukrainian": "Axie Infinity" + }, + "definition": "Axie Infinity is a non-fungible token-based online video game known for its in-game economy, which uses Ethereum-based cryptocurrencies." + }, + "Base fee": { + "term": "Base fee", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Base fee", + "Simplified Chinese": "基础费用", + "French": "Frais de base", + "German": "Grundgebühr", + "Indonesian": "Biaya dasar", + "Italian": "Commissione di base", + "Korean": "기본 요금", + "Persian": "کارمزد پایه", + "Brazilian Portuguese": "Taxa base", + "Russian": "Базовая комиссия", + "Spanish": "tarifa base", + "Filipino (Tagalog)": "Batayang bayad", + "Thai": "ค่าแก๊สพื้นฐาน", + "Turkish": "Baz ücret", + "Vietnamese": "Phí cơ sở", + "Arabic": "الحد الأدنى للرسوم", + "Traditional Chinese": "基本費用", + "Dutch": "base fee", + "Greek": "Βασική αμοιβή", + "Hindi": "बेस फी", + "Hungarian": "alapdíj", + "Japanese": "基本料金", + "Polish": "Opłata podstawowa", + "Ukrainian": "Базова комісія" + }, + "definition": "Every block has a reserve price known as the 'base fee'. It is the minimum gas fee a user must pay to include a transaction in the next block." + }, + "Beacon Chain": { + "term": "Beacon Chain", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Beacon Chain", + "Simplified Chinese": "信标链", + "French": "Chaîne phare", + "German": "Beacon Chain", + "Indonesian": "Beacon Chain", + "Italian": "Beacon Chain", + "Korean": "비콘 체인", + "Persian": "بیکن چین", + "Brazilian Portuguese": "Beacon Chain", + "Russian": "Бикончейн", + "Spanish": "cadena Beacon", + "Filipino (Tagalog)": "Beacon Chain", + "Thai": "Beacon Chain", + "Turkish": "İşaret Zinciri", + "Vietnamese": "Chuỗi Beacon", + "Arabic": "سلسلة المنارة (Beacon)", + "Traditional Chinese": "信標鏈", + "Dutch": "Beacon Chain", + "Greek": "Κύρια αλυσίδα", + "Hindi": "बीकन चेन", + "Hungarian": "Beacon-lánc", + "Japanese": "ビーコンチェーン", + "Polish": "Łańcuch śledzący (beacon chain)", + "Ukrainian": "Beacon Chain" + }, + "definition": "The Beacon Chain was one element built in the infrastructure being built to scale Ethereum. It was the foundation for a transition from a Proof of Work (PoW) consensus mechanism to Proof of Stake (PoS). For more information, see this guide." + }, + "Binance": { + "term": "Binance", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Binance", + "Simplified Chinese": "Binance", + "French": "Binance", + "German": "Binance", + "Indonesian": "Binance", + "Italian": "Binance", + "Korean": "바이낸스", + "Persian": "بایننس", + "Brazilian Portuguese": "Binance", + "Russian": "Binance", + "Spanish": "Binance", + "Filipino (Tagalog)": "Binance", + "Thai": "Binance", + "Turkish": "Binance", + "Vietnamese": "Binance", + "Arabic": "Binance", + "Traditional Chinese": "Binance", + "Dutch": "Binance", + "Greek": "Binance", + "Hindi": "Binance", + "Hungarian": "Binance", + "Japanese": "Binance", + "Polish": "Binance", + "Ukrainian": "Binance" + }, + "definition": "Binance is a centralized cryptocurrency exchange which operates in multiple countries, as well as two different blockchains, the BNB Chain and the BNB Smart Chain." + }, + "Bitcoin / bitcoin (BTC)": { + "term": "Bitcoin / bitcoin (BTC)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Bitcoin / bitcoin (BTC)", + "Simplified Chinese": "比特币 / 比特币(BTC)", + "French": "Bitcoin / bitcoin (BTC)", + "German": "Bitcoin / Bitcoin (BTC)", + "Indonesian": "Bitcoin / bitcoin (BTC)", + "Italian": "Bitcoin / bitcoin (BTC)", + "Korean": "비트코인 / 비트코인(BTC)", + "Persian": "بیت‌کوین (BTC)", + "Brazilian Portuguese": "Bitcoin / bitcoin (BTC)", + "Russian": "Биткойн/ биткойн (BTC)", + "Spanish": "Bitcoin / bitcoin (BTC)", + "Filipino (Tagalog)": "Bitcoin / bitcoin (BTC)", + "Thai": "บิตคอยน์", + "Turkish": "Bitcoin / bitcoin (BTC)", + "Vietnamese": "Bitcoin/bitcoin (BTC)", + "Arabic": "البيتكوين / بيتكوين (BTC)", + "Traditional Chinese": "比特幣", + "Dutch": "bitcoin (BTC)", + "Greek": "Bitcoin / bitcoin (BTC)", + "Hindi": "Bitcoin / bitcoin (BTC)", + "Hungarian": "Bitcoin/bitcoin (BTC)", + "Japanese": "ビットコイン / ビットコイン (BTC)", + "Polish": "Bitcoin / bitcoin (BTC)", + "Ukrainian": "Біткойн/біткойн (BTC)" + }, + "definition": "Bitcoin is a decentralized digital currency or cryptocurrency, which was created in 2009 by an unknown person or group using the name Satoshi Nakamoto. Bitcoin transactions are recorded on a public digital ledger called the blockchain, which is maintained by a network of computers worldwide. Bitcoin transactions are made directly between users without the need for intermediaries like banks or financial institutions. Users can send and receive Bitcoins using digital wallets. One of the key features of Bitcoin is its limited supply. There will only ever be 21 million Bitcoins in existence, which helps to prevent inflation and maintain the value of the currency. The plural of bitcoin is just bitcoin; the abbreviation is BTC, with a space: I have 250 BTC." + }, + "block (noun)": { + "term": "block (noun)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "block (noun)", + "Simplified Chinese": "区块", + "French": "Bloc (nom)", + "German": "Block", + "Indonesian": "block", + "Italian": "blocco (noun)", + "Korean": "블록(명사)", + "Persian": "بلاک", + "Brazilian Portuguese": "bloco", + "Russian": "блок", + "Spanish": "bloque", + "Filipino (Tagalog)": "block (pangngalan)", + "Thai": "บล็อก", + "Turkish": "blok", + "Vietnamese": "khối (danh từ)", + "Arabic": "كُتلة", + "Traditional Chinese": "區塊", + "Dutch": "blok", + "Greek": "ομάδα καταχωρίσεων", + "Hindi": "ब्लॉक (नाउन)", + "Hungarian": "blokk", + "Japanese": "ブロック", + "Polish": "Blok", + "Ukrainian": "блок" + }, + "definition": "If we think of a blockchain as consisting of a ledger that is being constantly synced between any number of different nodes (indeed, 'distributed ledger technology' is another phrase used to describe it), imagine that after a certain number of transactions have been added to the ledger and consensus has been reached among the nodes that the transactions are valid, then they are cryptographically locked into a 'block' and officially recorded; this 'block' forms the basis for the next one; in this way, they are all linked together in a chain, hence--blockchain." + }, + "block explorer": { + "term": "block explorer", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "block explorer", + "Simplified Chinese": "区块浏览器", + "French": "explorateur de blocs", + "German": "Block-Explorer", + "Indonesian": "block explorer", + "Italian": "block explorer", + "Korean": "블록 탐색기", + "Persian": "مرورگر بلاک", + "Brazilian Portuguese": "explorador de blocos", + "Russian": "обозреватель блоков", + "Spanish": "explorador de bloques", + "Filipino (Tagalog)": "block explorer", + "Thai": "ส่วนอธิบายบล็อก", + "Turkish": "blok gezgini", + "Vietnamese": "trình khám phá khối", + "Arabic": "مستكشف البلوكتشين", + "Traditional Chinese": "區塊鏈瀏覽器", + "Dutch": "blokverkenner", + "Greek": "εξερευνητής ομάδας καταχωρίσεων", + "Hindi": "ब्लॉक एक्सप्लोरर", + "Hungarian": "blokk felfedező", + "Japanese": "ブロックエクスプローラー", + "Polish": "Eksplorator bloków", + "Ukrainian": "оглядач блоків" + }, + "definition": "A blockchain explorer is an application, most often a website along with a corresponding API, that displays information about blockchain activity in a more human-friendly way. While a blockchain is designed to keep information forever, and be “readable by anyone”, finding the specific information you’re interested in may require indexing data off the blockchain–that is, sorting it according to given categories (sender address, token type, etc) into a separate database which can then be queried by the user; this essential function is provided by blockchain explorers. A prominent example is etherscan, which also offers explorers on a number of other networks." + }, + "block height": { + "term": "block height", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "block height", + "Simplified Chinese": "区块高度", + "French": "hauteur de bloc", + "German": "Blockhöhe", + "Indonesian": "ketinggian block", + "Italian": "altezza del blocco", + "Korean": "블록 높이", + "Persian": "ارتفاع بلاک", + "Brazilian Portuguese": "altura do bloco", + "Russian": "высота блока", + "Spanish": "altura del bloque", + "Filipino (Tagalog)": "taas ng block", + "Thai": "เลขบล็อก", + "Turkish": "blok yüksekliği", + "Vietnamese": "chiều cao khối", + "Arabic": "موقع الكتلة", + "Traditional Chinese": "區塊高度", + "Dutch": "blokhoogte", + "Greek": "ύψος ομάδας καταχωρίσεων", + "Hindi": "ब्लॉक हाइट", + "Hungarian": "blokkmagasság", + "Japanese": "ブロックの高さ", + "Polish": "Wysokość bloku", + "Ukrainian": "висота блоку" + }, + "definition": "The number of blocks connected together in the blockchain. For example, Height 0 would be the very first block, which is also called the Genesis Block." + }, + "block reward": { + "term": "block reward", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "block reward", + "Simplified Chinese": "区块奖励", + "French": "récompense de bloc", + "German": "Blockbelohnung", + "Indonesian": "imbalan block", + "Italian": "ricompensa del blocco", + "Korean": "블록 보상", + "Persian": "پاداش بلاک", + "Brazilian Portuguese": "recompensa do bloco", + "Russian": "вознаграждение за блок", + "Spanish": "recompensa por bloque", + "Filipino (Tagalog)": "gantimpala ng block", + "Thai": "รางวัลการขุดบล็อก", + "Turkish": "blok ödülü", + "Vietnamese": "phần thưởng khối", + "Arabic": "مكافأة الكتلة", + "Traditional Chinese": "區塊獎勵", + "Dutch": "blokbeloning", + "Greek": "ανταμοιβή ομάδας καταχωρίσεων", + "Hindi": "ब्लॉक रिवॉर्ड", + "Hungarian": "blokkjutalom", + "Japanese": "ブロック報酬", + "Polish": "Nagroda za blok", + "Ukrainian": "винагорода за блок" + }, + "definition": "The reward given to a miner or validator after it has successfully hashed a transaction block. Block rewards can be a mixture of coins and transaction fees. The composition depends on the policy used by the cryptocurrency in question, and whether all of the coins have already been successfully mined. The current block reward for the Bitcoin network is 12.5 bitcoins per block." + }, + "block time": { + "term": "block time", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "block time", + "Simplified Chinese": "区块时间", + "French": "délai du bloc", + "German": "Blockzeit", + "Indonesian": "waktu block", + "Italian": "orario creazione blocco", + "Korean": "블록타임", + "Persian": "زمان بلاک", + "Brazilian Portuguese": "tempo do bloco", + "Russian": "время блока", + "Spanish": "tiempo del bloque", + "Filipino (Tagalog)": "oras ng block", + "Thai": "ระยะเวลาบล็อก", + "Turkish": "blok süresi", + "Vietnamese": "thời gian đóng khối", + "Arabic": "وقت الكتلة", + "Traditional Chinese": "新的區塊在區塊鏈中被生成的時間間隔", + "Dutch": "bloktijd", + "Greek": "χρόνος ομάδας καταχωρίσεων", + "Hindi": "ब्लॉक टाइम", + "Hungarian": "blokkidő", + "Japanese": "ブロックタイム", + "Polish": "Czas wydobycia bloku", + "Ukrainian": "час блокування" + }, + "definition": "When we talk about 'block time', we're referring to how long it takes for a block of transactions (see 'block') to be confirmed by the network, either by miners under PoW or by validators under PoS. See also 'Proof of Work', 'Proof of Stake'." + }, + "blockchain": { + "term": "blockchain", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "blockchain", + "Simplified Chinese": "区块链", + "French": "blockchain/chaîne de blocs", + "German": "Blockchain", + "Indonesian": "blockchain", + "Italian": "blockchain", + "Korean": "블록체인", + "Persian": "بلاک‌چین", + "Brazilian Portuguese": "blockchain", + "Russian": "блокчейн", + "Spanish": "cadena de bloques", + "Filipino (Tagalog)": "blockchain", + "Thai": "บล็อกเชน", + "Turkish": "blokzinciri", + "Vietnamese": "chuỗi khối", + "Arabic": "سلسلة الكتل (البلوكتشين)", + "Traditional Chinese": "區塊鏈", + "Dutch": "blockchain", + "Greek": "αλυσίδα κατανεμημένης εγγραφής", + "Hindi": "ब्लॉकचेन", + "Hungarian": "blokklánc", + "Japanese": "ブロックチェーン", + "Polish": "Blockchain (łańcuch bloków)", + "Ukrainian": "блокчейн" + }, + "definition": "A digital ledger comprised of unchangeable, digitally recorded data in packages called blocks. Each block is ‘chained’ to the next block using a cryptographic signature. Ethereum is a public blockchain, open to the world; its digital ledger is distributed, or synced, between many nodes; these nodes arrive at consensus regarding whether a transaction is valid before encrypting it, along with a number of other valid transactions, into a block. For more on blockchain technology, see here. See also 'block'." + }, + "Blockchain explorer": { + "term": "Blockchain explorer", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Blockchain explorer", + "Simplified Chinese": "区块链浏览器", + "French": "Explorateur de blockchain", + "German": "Blockchain-Explorer", + "Indonesian": "Blockchain explorer", + "Italian": "Blockchain explorer", + "Korean": "블록체인 탐색기", + "Persian": "مرورگر بلاک‌چین", + "Brazilian Portuguese": "Explorador de blockchain", + "Russian": "Обзреватель блокчейна", + "Spanish": "explorador de la cadenas de bloques", + "Filipino (Tagalog)": "Blockchain explorer", + "Thai": "ส่วนอธิบายบล็อกเชน", + "Turkish": "Blokzinciri gezgini", + "Vietnamese": "Trình khám phá chuỗi khối", + "Arabic": "مستكشف البلوكتشين", + "Traditional Chinese": "區塊鏈瀏覽器", + "Dutch": "blockchain-verkenner", + "Greek": "Εξερευνητής αλυσίδας κατανεμημένης εγγραφής", + "Hindi": "ब्लॉकचेन एक्सप्लोरर", + "Hungarian": "blokklánc felfedező", + "Japanese": "ブロックチェーンエクスプローラー", + "Polish": "Eksplorator blockchain", + "Ukrainian": "Блокчейн-оглядач" + }, + "definition": "A blockchain explorer is an application, most often a website along with a corresponding API, that displays information about blockchain activity in a more human-friendly way. While a blockchain is designed to keep information forever, and be 'readable by anyone', finding the specific information you're interested in may require indexing data off the blockchain--that is, sorting it according to given categories (sender address, token type, etc) into a separate database which can then be queried by the user; this essential function is provided by blockchain explorers. A prominent example is etherscan, which also offers explorers on a number of other networks." + }, + "blockchain trilemma": { + "term": "blockchain trilemma", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "blockchain trilemma", + "Simplified Chinese": "区块链不可能三角", + "French": "Trilemme de la blockchain", + "German": "Blockchain-Trilemma", + "Indonesian": "blockchain trilema", + "Italian": "Trilemma della blockchain", + "Korean": "블록체인 트릴레마", + "Persian": "سه‌گانه بلاک‌چین", + "Brazilian Portuguese": "trilema de blockchain", + "Russian": "трилемма блокчейна", + "Spanish": "trilema de la cadenas de bloques", + "Filipino (Tagalog)": "blockchain trilemma", + "Thai": "บล็อกเชนตรีบถ", + "Turkish": "blokzinciri çıkmazı", + "Vietnamese": "bộ ba bất khả thi của chuỗi khối", + "Arabic": "المعضلة الثلاثية الأبعاد لسلاسل البلوكتشين", + "Traditional Chinese": "區塊鏈的三難困境", + "Dutch": "blockchain-trilemma", + "Greek": "τρίλημα αλυσίδας κατανεμημένης εγγραφής", + "Hindi": "ब्लॉकचेन ट्राइलेमा", + "Hungarian": "blokklánc trilemma", + "Japanese": "ブロックチェーンのトリレンマ", + "Polish": "Trylemat łańcucha bloków", + "Ukrainian": "трилема блокчейна" + }, + "definition": "Tradeoffs facing those building public blockchain networks vis-a-vis three elements: decentralization, security, and scalability (or speed). These three elements are either necessary or desireable in public distributed networks, and often, designing a system that optimizes for one compromises on another." + }, + "BNB Chain": { + "term": "BNB Chain", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "BNB Chain", + "Simplified Chinese": "BNB Chain", + "French": "BNB Chain", + "German": "BNB Chain", + "Indonesian": "BNB Chain", + "Italian": "BNB Chain", + "Korean": "BNB 체인", + "Persian": "زنجیره BNB", + "Brazilian Portuguese": "BNB Chain", + "Russian": "BNB Chain", + "Spanish": "BNB Chain", + "Filipino (Tagalog)": "BNB Chain", + "Thai": "เชน BNB", + "Turkish": "BNB Chain", + "Vietnamese": "BNB Chain", + "Arabic": "سلسلة BNB", + "Traditional Chinese": "BNB Chain", + "Dutch": "BNB Chain", + "Greek": "BNB Chain", + "Hindi": "BNB chain", + "Hungarian": "BNB-lánc", + "Japanese": "BNB チェーン", + "Polish": "BNB Chain", + "Ukrainian": "Мережа BNB" + }, + "definition": "Build N Build (BNB) Chain is a distributed blockchain network upon which developers and innovators can build decentralized applications (DApps) as part of the move to Web3. BNB chain" + }, + "bounty / bug bounty": { + "term": "bounty / bug bounty", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "bounty / bug bounty", + "Simplified Chinese": "赏金 / 漏洞赏金", + "French": "prime/prime de bug", + "German": "Belohnung / Fehlerbelohnung", + "Indonesian": "bounty / bug bounty", + "Italian": "bounty / bug bounty", + "Korean": "바운티 / 버그바운티", + "Persian": "پاداش پیدا کردن اشکال", + "Brazilian Portuguese": "recompensa / recompensa por bugs", + "Russian": "вознаграждение / вознаграждение за уязвимость", + "Spanish": "recompensa por errores", + "Filipino (Tagalog)": "bounty / bug bounty", + "Thai": "รางวัล / รางวัลรายงานช่องโหว่", + "Turkish": "bounty / hata ödülü", + "Vietnamese": "tiền thưởng/tiền thưởng nhờ tìm ra lỗi", + "Arabic": "مكافأة / مكافأة اكتشاف الخلل", + "Traditional Chinese": "漏洞回報獎勵", + "Dutch": "bounty/bug bounty", + "Greek": "επιβράβευση / επιβράβευση σφαλμάτων", + "Hindi": "बाउंटी / बग बाउंटी", + "Hungarian": "bounty/bug bounty", + "Japanese": "報奨金 / バグ発見報奨金", + "Polish": "Nagroda bug bounty", + "Ukrainian": "винагорода за помилку/винагорода за виявлення вразливостей" + }, + "definition": "A reward offered for exposing vulnerabilities and issues in computer code." + }, + "brain wallet": { + "term": "brain wallet", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "brain wallet", + "Simplified Chinese": "脑钱包", + "French": "portefeuille mnémotechnique", + "German": "Brain-Wallet", + "Indonesian": "brain wallet", + "Italian": "brain wallet", + "Korean": "브레인월렛", + "Persian": "کیف پول ذهنی", + "Brazilian Portuguese": "brain wallet", + "Russian": "брейн-кошелек", + "Spanish": "monedero memorizado", + "Filipino (Tagalog)": "brain wallet", + "Thai": "วอลเล็ตความจำ", + "Turkish": "beyin cüzdanı", + "Vietnamese": "ví trí nhớ", + "Arabic": "محفظة الدماغ", + "Traditional Chinese": "腦錢包", + "Dutch": "brainwallet", + "Greek": "πορτοφόλι με φράσεις πρόσβασης", + "Hindi": "ब्रेन वॉलेट", + "Hungarian": "„agy” tárca", + "Japanese": "ブレインウォレット", + "Polish": "Brain wallet", + "Ukrainian": "мозковий гаманець" + }, + "definition": "A blockchain account generated from a seed phrase or password or passphrase of your choosing. Humans are not capable of generating enough entropy, or randomness, and therefore the wallets derived from these phrases are insecure; brain wallets can be brute forced by super fast computers. For this reason, brain wallet are insecure and should not be used. See also 'Seed phrase / Secret Recovery Phrase'." + }, + "Brave": { + "term": "Brave", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Brave", + "Simplified Chinese": "Brave", + "French": "Brave", + "German": "Brave", + "Indonesian": "Brave", + "Italian": "Brave", + "Korean": "브레이브", + "Persian": "بریو", + "Brazilian Portuguese": "Brave", + "Russian": "Brave", + "Spanish": "Brave", + "Filipino (Tagalog)": "Brave", + "Thai": "Brave", + "Turkish": "Brave", + "Vietnamese": "Brave", + "Arabic": "بريفّ", + "Traditional Chinese": "Brave", + "Dutch": "Brave", + "Greek": "Brave", + "Hindi": "Brave", + "Hungarian": "Brave", + "Japanese": "Brave", + "Polish": "Brave", + "Ukrainian": "Brave" + }, + "definition": "Brave is a free and open-source web browser developed by Brave Software, Inc., based on the Chromium web browser. It has a built-in crypto wallet that allows users to connect to the web3 ecosystem." + }, + "Bridge": { + "term": "Bridge", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Bridge", + "Simplified Chinese": "跨链桥", + "French": "Passerelle", + "German": "Bridge", + "Indonesian": "Bridge", + "Italian": "Bridge", + "Korean": "브릿지", + "Persian": "پل", + "Brazilian Portuguese": "Ponte", + "Russian": "Мост", + "Spanish": "puente", + "Filipino (Tagalog)": "Bridge", + "Thai": "สะพาน", + "Turkish": "Köprü", + "Vietnamese": "Cầu", + "Arabic": "جسر", + "Traditional Chinese": "橋", + "Dutch": "bridge", + "Greek": "Γέφυρα", + "Hindi": "ब्रिज", + "Hungarian": "híd (noun), áthidalni (verb), Bridge (as in MetaMask Bridge)", + "Japanese": "ブリッジ", + "Polish": "Most", + "Ukrainian": "Міст" + }, + "definition": "A bridge is a tool built to move assets from one network to another. It’s also a verb, used to describe that action: “I bridged my ETH from Ethereum mainnet to Arbitrum.” Not all bridges are created equal, and you should be informed about what you’re doing before you use one. Field Guide to bridges See also MetaMask Bridge" + }, + "BTC": { + "term": "BTC", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "BTC", + "Simplified Chinese": "BTC", + "French": "BTC", + "German": "BTC", + "Indonesian": "BTC", + "Italian": "BTC", + "Korean": "BTC", + "Persian": "BTC", + "Brazilian Portuguese": "BTC", + "Russian": "BTC", + "Spanish": "BTC", + "Filipino (Tagalog)": "BTC", + "Thai": "BTC", + "Turkish": "BTC", + "Vietnamese": "BTC", + "Arabic": "BTC", + "Traditional Chinese": "比特幣", + "Dutch": "BTC", + "Greek": "BTC", + "Hindi": "BTC", + "Hungarian": "BTC", + "Japanese": "BTC", + "Polish": "BTC", + "Ukrainian": "BTC" + }, + "definition": "Abbreviation for Bitcoin" + }, + "BUIDL": { + "term": "BUIDL", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "BUIDL", + "Simplified Chinese": "BUIDL(构建)", + "French": "BUIDL (voir nos réalisations)", + "German": "BUIDL", + "Indonesian": "BUIDL", + "Italian": "BUIDL", + "Korean": "비들", + "Persian": "بیدل", + "Brazilian Portuguese": "BUIDL", + "Russian": "BUIDL", + "Spanish": "BUIDL", + "Filipino (Tagalog)": "BUIDL", + "Thai": "BUIDL", + "Turkish": "BUIDL", + "Vietnamese": "XÂY DỰNG", + "Arabic": "BUIDL", + "Traditional Chinese": "建設", + "Dutch": "BUIDL", + "Greek": "BUIDL", + "Hindi": "BUIDL", + "Hungarian": "BUIDL", + "Japanese": "BUIDL (ビドル)", + "Polish": "BUIDL", + "Ukrainian": "BUIDL" + }, + "definition": "Ostensibly coined (see what we did there) by Gitcoin's Kevin Owocki. It reflects the Ethereum-focused mindset of not just investing in a cryptocurrency as a store of value, but rather investing in it as an ecosystem and a platform for public goods and software; it complements, in this sense, the now-infamous HODL." + }, + "bytecode": { + "term": "bytecode", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "bytecode", + "Simplified Chinese": "字节码", + "French": "bytecode", + "German": "Bytecode", + "Indonesian": "kode byte", + "Italian": "bytecode", + "Korean": "바이트코드", + "Persian": "بایت‌کد", + "Brazilian Portuguese": "bytecode", + "Russian": "байт-код", + "Spanish": "código de bytes", + "Filipino (Tagalog)": "bytecode", + "Thai": "ไบต์โค้ด", + "Turkish": "bayt kodu", + "Vietnamese": "mã byte", + "Arabic": "شفرة البايت", + "Traditional Chinese": "位元組碼", + "Dutch": "bytecode", + "Greek": "σύνολο εντολών", + "Hindi": "बाइटकोड", + "Hungarian": "bytecode", + "Japanese": "バイトコード", + "Polish": "Kod bajtowy", + "Ukrainian": "байт-код" + }, + "definition": "Bytecode is a 'low-level' computer language, that is, meant to be processed by a computer, rather than a 'high-level', more human-readable, language. In Ethereum, higher-level Solidity is compiled into Ethereum bytecode, which is read by the Ethereum Virtual Machine (EVM)." + }, + "Byzantine fault tolerance": { + "term": "Byzantine fault tolerance", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Byzantine fault tolerance", + "Simplified Chinese": "拜占庭容错", + "French": "Panne byzantine", + "German": "Byzantine-Fehlertoleranz", + "Indonesian": "Toleransi kesalahan Byzantine", + "Italian": "Tolleranza agli errori bizantini", + "Korean": "비잔틴 장애 허용", + "Persian": "تحمل خطای بیزانس", + "Brazilian Portuguese": "Tolerância a falhas bizantinas", + "Russian": "Задача византийских генералов", + "Spanish": "tolerancia a fallas bizantinas", + "Filipino (Tagalog)": "", + "Thai": "การทนความผิดพร่องแบบไบแซนไทน์", + "Turkish": "Bizans hata toleransı", + "Vietnamese": "Hệ thống chịu lỗi Byzantine", + "Arabic": "التسامح مع الخطأ البيزنطي", + "Traditional Chinese": "拜占庭容錯算法", + "Dutch": "Byzantijnse fouttolerantie", + "Greek": "Ανοχή Βυζαντινής Βλάβης", + "Hindi": "बायजैंटाइन फॉल्ट टॉलरेंस", + "Hungarian": "bizánci hibatűrés", + "Japanese": "ビザンチン障害耐性", + "Polish": "Odporność na problem bizantyjskich generałów", + "Ukrainian": "Візантійська відмовостійкість" + }, + "definition": "A Byzantine fault, or failure, is one of the most difficult failures to deal with in computer systems; this is because it takes into account the possibility that the information used to determine the current state of the system may--or may not--be reliable. While applicable in many realms of technology, this becomes of particular interest in public blockchain systems: how do we ensure that we can agree on the current state of the network when there is an incentive, often a significant financial incentive, to subvert the state of the network for one's own profit? On a more basic level, if we're coordinating a network running around the world on all kinds of different hardware and software, there are all kinds or problems that can occur that hinder the network's ability to reach consensus on its current state. Therefore, a network that has been designed and implemented to be resistant to these sorts of failures, either due to malicious intent or technical failure, is said to be Byzantine Fault Tolerant." + }, + "Byzantium fork": { + "term": "Byzantium fork", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Byzantium fork", + "Simplified Chinese": "拜占庭分叉", + "French": "Fork Byzance", + "German": "Byzantium-Fork", + "Indonesian": "Byzantium fork", + "Italian": "Fork Byzantium", + "Korean": "비잔티움 포크", + "Persian": "هارد فورک بیزانس", + "Brazilian Portuguese": "Bifurcação Byzantium", + "Russian": "Византийский форк", + "Spanish": "allet", + "Filipino (Tagalog)": "Byzantium fork", + "Thai": "การแยกบิแซนเทียม", + "Turkish": "Bizans çatalı", + "Vietnamese": "phân nhánh Byzantium", + "Arabic": "انقسام (فورك) Byzantium", + "Traditional Chinese": "拜占庭", + "Dutch": "Byzantium fork", + "Greek": "Byzantium fork", + "Hindi": "बायजैंटियम फोर्क", + "Hungarian": "bizánci villa", + "Japanese": "ビザンチウムフォーク", + "Polish": "Fork Byzantium", + "Ukrainian": "Форк Byzantium" + }, + "definition": "A 'hard fork' in the Ethereum network that occurred in October of 2017. For detailled information, see here; see also 'hard fork'." + }, + "Celo": { + "term": "Celo", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Celo", + "Simplified Chinese": "Celo", + "French": "Celo", + "German": "Celo", + "Indonesian": "Celo", + "Italian": "Celo", + "Korean": "Celo", + "Persian": "سلو", + "Brazilian Portuguese": "Celo", + "Russian": "Celo", + "Spanish": "Celo", + "Filipino (Tagalog)": "Celo", + "Thai": "Celo", + "Turkish": "Celo", + "Vietnamese": "Celo", + "Arabic": "Celo", + "Traditional Chinese": "Celo", + "Dutch": "Celo", + "Greek": "Celo", + "Hindi": "Celo", + "Hungarian": "Celo", + "Japanese": "Celo", + "Polish": "Celo", + "Ukrainian": "Celo" + }, + "definition": "Celo is a platform designed to allow mobile users around the world to make simple financial transactions with cryptocurrency. The platform has its own blockchain and two native tokens: CELO and cUSD" + }, + "Centralized exchange (CEX)": { + "term": "Centralized exchange (CEX)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Centralized exchange (CEX)", + "Simplified Chinese": "中心化交易所(CEX)", + "French": "Échange centralisé (CEX)", + "German": "Zentralisierte Börse (CEX)", + "Indonesian": "Bursa tersentralisasi (CEX)", + "Italian": "Exchange centralizzato (CEX)", + "Korean": "중앙화 거래소(CEX)", + "Persian": "صرافی متمرکز (CEX)", + "Brazilian Portuguese": "Corretora centralizada (CEX)", + "Russian": "Централизованная биржа (CEX)", + "Spanish": "intercambio centralizado (CEX)", + "Filipino (Tagalog)": "Centralized exchange (CEX)", + "Thai": "ตลาดแลกเปลี่ยนแบบรวมศูนย์", + "Turkish": "Merkezi Borsa (CEX)", + "Vietnamese": "Sàn giao dịch tập trung (CEX)", + "Arabic": "بورصة مركزية (CEX)", + "Traditional Chinese": "中心化交易所", + "Dutch": "centrale exchange (CEX)", + "Greek": "Centralized exchange (CEX)", + "Hindi": "सेंट्रलाइज्ड एक्सचेंज (CEX)", + "Hungarian": "központosított tőzsde (CEX)", + "Japanese": "中央集権型取引所 (CEX)", + "Polish": "Giełda scentralizowana (CEX)", + "Ukrainian": "Централізована біржа (CEX)" + }, + "definition": "A centralized exchange (CEX) is a cryptocurrency exchange that is operated and controlled by a centralized entity. In a CEX, the exchange company or organization acts as an intermediary between buyers and sellers, holding and managing the assets on behalf of its users. Centralized exchanges typically offer a wide range of trading pairs, with many popular cryptocurrencies available for trade. They also usually have high liquidity and offer advanced trading features such as margin trading, order types, and charting tools. However, centralized exchanges also have several drawbacks. They are often targeted by hackers, as the centralized nature of the exchange makes them a single point of failure. They also require users to trust the exchange to hold their funds securely and execute trades fairly, which can be a source of concern for some users." + }, + "CEX": { + "term": "CEX", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "CEX", + "Simplified Chinese": "CEX(中心化交易所)", + "French": "CEX", + "German": "CEX", + "Indonesian": "CEX", + "Italian": "CEX", + "Korean": "CEX", + "Persian": "صرافی متمرکز", + "Brazilian Portuguese": "CEX", + "Russian": "CEX", + "Spanish": "CEX", + "Filipino (Tagalog)": "CEX", + "Thai": "CEX", + "Turkish": "CEX", + "Vietnamese": "CEX", + "Arabic": "بورصة مركزية (CEX)", + "Traditional Chinese": "中心化交易所", + "Dutch": "CEX", + "Greek": "CEX", + "Hindi": "CEX", + "Hungarian": "CEX", + "Japanese": "CEX", + "Polish": "CEX", + "Ukrainian": "CEX" + }, + "definition": "Acronym; see 'Centralized Exchange'." + }, + "chain ID": { + "term": "chain ID", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "chain ID", + "Simplified Chinese": "链 ID", + "French": "ID de chaîne", + "German": "Chain-ID", + "Indonesian": "ID chain", + "Italian": "chain ID", + "Korean": "체인 ID", + "Persian": "شناسه زنجیره", + "Brazilian Portuguese": "ID da cadeia", + "Russian": "ID блокчейна", + "Spanish": "ID de cadena", + "Filipino (Tagalog)": "ID ng chain", + "Thai": "ID เชน", + "Turkish": "zincir kimliği", + "Vietnamese": "ID chuỗi", + "Arabic": "مُعرفّ السلسلة", + "Traditional Chinese": "智能鏈ID", + "Dutch": "chain-ID", + "Greek": "Αναγνωριστικό αλυσίδας", + "Hindi": "चेन ID", + "Hungarian": "láncazonosító", + "Japanese": "チェーン ID", + "Polish": "ID łańcucha", + "Ukrainian": "ID мережі" + }, + "definition": "A chain ID is a unique identifier that represents a blockchain network. We use it to distinguish different blockchain networks from each other and to ensure that transactions and messages are sent to the correct network. Ethereum networks have two identifiers, a network ID and a chain ID. Although they often have the same value, they have different uses. Peer-to-peer communication between nodes uses the network ID, while the transaction signature process uses the chain ID" + }, + "Chrome": { + "term": "Chrome", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Chrome", + "Simplified Chinese": "Chrome", + "French": "Chrome", + "German": "Chrome", + "Indonesian": "Chrome", + "Italian": "Chrome", + "Korean": "크롬", + "Persian": "کروم", + "Brazilian Portuguese": "Chrome", + "Russian": "Chrome", + "Spanish": "Chrome", + "Filipino (Tagalog)": "Chrome", + "Thai": "Chrome", + "Turkish": "Chrome", + "Vietnamese": "Chrome", + "Arabic": "كروم", + "Traditional Chinese": "Chrome", + "Dutch": "Chrome", + "Greek": "Chrome", + "Hindi": "Chrome", + "Hungarian": "Chrome", + "Japanese": "Chrome", + "Polish": "Chrome", + "Ukrainian": "Chrome" + }, + "definition": "Internet browser." + }, + "client (Ethereum or other compatible blockchain)": { + "term": "client (Ethereum or other compatible blockchain)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "client (Ethereum or other compatible blockchain)", + "Simplified Chinese": "客户端(Ethereum 或其他兼容区块链)", + "French": "client (Ethereum ou autre compatible avec la blockchain)", + "German": "Kunde (Ethereum oder eine andere kompatible Blockchain)", + "Indonesian": "klien (Ethereum atau blockchain yang kompatibel lainnya)", + "Italian": "client (blockchain Ethereum o altre compatibili)", + "Korean": "클라이언트(Ethereum 또는 기타 호환 가능한 블록체인)", + "Persian": "کلاینت (اتریوم یا سایر بلاک‌چین‌های سازگار)", + "Brazilian Portuguese": "cliente (Ethereum ou outra blockchain compatível)", + "Russian": "клиент (Ethereum или другой совместимый блокчейн)", + "Spanish": "cliente (Ethereum u otra blockchain compatible)", + "Filipino (Tagalog)": "kliyente (Ethereum o iba pang katugmang blockchain)", + "Thai": "ไคลเอ็นต์", + "Turkish": "istemci", + "Vietnamese": "phần mềm (Ethereum hoặc chuỗi khối tương thích khác)", + "Arabic": "عميل (الإيثيريوم أو بلوكتشين متوافق آخر)", + "Traditional Chinese": "客戶端", + "Dutch": "client", + "Greek": "πελάτης (Ethereum ή άλλη συμβατή ομάδα καταχώρισης)", + "Hindi": "क्लाइंट (एथेरियम या दूसरा कम्पेटिबिल ब्लॉकचेन)", + "Hungarian": "kliens (Ethereum vagy más kompatibilis blokklánc)", + "Japanese": "クライアント", + "Polish": "Klient (Ethereum lub innego kompatybilnego blockchaina)", + "Ukrainian": "клієнт (Ethereum або інший сумісний блокчейн)" + }, + "definition": "In computing in general, a 'client' is a program, running on a local computer, that is accessing data made available by a remote computer. In public blockchain networks, a 'client' is the software that actually does the work of syncing block data, confirming transactions, and participating in network consensus. A client usually includes a cryptocurrency software wallet. ConsenSys has supported efforts to maintain the Ethereum clients of Besu and Teku; see an up-to-date list of Ethereum clients here." + }, + "Codefi": { + "term": "Codefi", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Codefi", + "Simplified Chinese": "Codefi", + "French": "Codefi", + "German": "Codefi", + "Indonesian": "Codefi", + "Italian": "Codefi", + "Korean": "코디파이", + "Persian": "کدیفای", + "Brazilian Portuguese": "Codefi", + "Russian": "Codefi", + "Spanish": "Codefi", + "Filipino (Tagalog)": "Codefi", + "Thai": "Codefi", + "Turkish": "Codefi", + "Vietnamese": "Codefi", + "Arabic": "التداول والتمويل اللامركزي (CodeFi)", + "Traditional Chinese": "Codefi", + "Dutch": "Codefi", + "Greek": "Codefi", + "Hindi": "Codefi", + "Hungarian": "Codefi", + "Japanese": "Codefi", + "Polish": "Codefi", + "Ukrainian": "CodeFi" + }, + "definition": "Derived from “Commerce & Decentralized Finance”, Codefi, part of ConsenSys, builds applications for commerce and financial use cases. Currently known as Consensys Staking" + }, + "coin": { + "term": "coin", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "coin", + "Simplified Chinese": "代币", + "French": "monnaie/jeton fongible", + "German": "Coin", + "Indonesian": "koin", + "Italian": "moneta", + "Korean": "코인", + "Persian": "کوین", + "Brazilian Portuguese": "moeda", + "Russian": "монета", + "Spanish": "moneda", + "Filipino (Tagalog)": "barya", + "Thai": "เหรียญ", + "Turkish": "coin", + "Vietnamese": "đồng", + "Arabic": "عملة", + "Traditional Chinese": "幣", + "Dutch": "coin/cryptomunt", + "Greek": "νόμισμα", + "Hindi": "कॉइन", + "Hungarian": "érme", + "Japanese": "コイン", + "Polish": "Coin / moneta", + "Ukrainian": "монета" + }, + "definition": "The term 'coin' has some nuances. Strictly speaking, a 'coin' could be defined as: A fungible token (all of them identical) issued on a blockchain, either as the network's transactional token, or through a smart contract deployed to that network. Some people may use 'coins' as shorthand for 'bitcoin'; the immortal aphorism 'not your keys, not your coins' refers to bitcoins. Another thing to keep in mind is that, while coins are put forward as some sort of representation of value, that value can vary wildly from one 'coin' to another. A coin may represent the value of the computational resources of the network, or it may be 'pegged' to represent fiat currency value, or it may float according to the value placed on immaterial resources like NFTs, membership, or digital goods, to name a few." + }, + "Coinbase Pay": { + "term": "Coinbase Pay", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Coinbase Pay", + "Simplified Chinese": "Coinbase Pay", + "French": "Coinbase Pay", + "German": "Coinbase Pay", + "Indonesian": "Coinbase Pay", + "Italian": "Coinbase Pay", + "Korean": "코인베이스 페이", + "Persian": "کوین‌بیس پِی", + "Brazilian Portuguese": "Coinbase Pay", + "Russian": "Coinbase Pay", + "Spanish": "Coinbase Pay", + "Filipino (Tagalog)": "Coinbase Pay", + "Thai": "Coinbase Pay", + "Turkish": "Coinbase Pay", + "Vietnamese": "Coinbase Pay", + "Arabic": "Coinbase Pay", + "Traditional Chinese": "Coinbase Pay", + "Dutch": "Coinbase Pay", + "Greek": "Coinbase Pay", + "Hindi": "कॉइनबेस Pay", + "Hungarian": "Coinbase Pay", + "Japanese": "Coinbase Pay", + "Polish": "Coinbase Pay", + "Ukrainian": "Coinbase Pay" + }, + "definition": "Coinbase Pay is a payment feature that allows you to buy or transfer supported crypto on Coinbase.com directly from self-custody wallets (like MetaMask) and dapps." + }, + "cold storage": { + "term": "cold storage", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "cold storage", + "Simplified Chinese": "冷存储", + "French": "stockage déconnecté", + "German": "Cold Storage", + "Indonesian": "cold storage", + "Italian": "cold storage", + "Korean": "콜드 스토리지", + "Persian": "کیف پول سرد", + "Brazilian Portuguese": "cold storage", + "Russian": "холодное хранилище", + "Spanish": "almacenamiento en frío", + "Filipino (Tagalog)": "malamig na imbakan", + "Thai": "ที่เก็บเงินระยะยาว", + "Turkish": "soğuk depolama", + "Vietnamese": "kho lạnh", + "Arabic": "التخزين البارد (غير متصل بالإنترنت)", + "Traditional Chinese": "冷儲存", + "Dutch": "koude opslag/cold storage", + "Greek": "ψυχρή αποθήκευση", + "Hindi": "कोल्ड स्टोरेज", + "Hungarian": "hideg tárolás", + "Japanese": "コールドストレージ", + "Polish": "Zimny portfel (cold wallet)", + "Ukrainian": "холодне сховище" + }, + "definition": "cold wallet/cold storage: An offline wallet that is never connected to the internet. These wallets protect cryptocurrencies from getting hacked online. For more information, check out MetaMask's Hardware Wallet Hub: Hardware Wallet Hub" + }, + "cold wallet / cold storage": { + "term": "cold wallet / cold storage", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "cold wallet / cold storage", + "Simplified Chinese": "冷钱包 / 冷存储", + "French": "portefeuille déconnecté /stockage déconnecté", + "German": "Cold Wallet / Cold Storage", + "Indonesian": "cold wallet / cold storage", + "Italian": "cold wallet / cold storage", + "Korean": "콜드 월렛 / 콜드 스토리지", + "Persian": "کیف پول سرد/رذخیره‌سازی سرد", + "Brazilian Portuguese": "cold wallet / cold storage", + "Russian": "холодный кошелек / холодное хранилище", + "Spanish": "monedero en frío / almacenamiento en frío", + "Filipino (Tagalog)": "malamig na wallet / malamig na imbakan", + "Thai": "วอลเล็ตเงินเย็น / ที่เก็บเงินระยะยาว", + "Turkish": "soğuk cüzdan / soğuk depolama", + "Vietnamese": "ví lạnh/kho lạnh", + "Arabic": "محفظة باردة / تخزين بارد", + "Traditional Chinese": "冷錢包 / 冷儲存", + "Dutch": "koude wallet/koude opslag/cold storage", + "Greek": "ψυχρό πορτοφόλι / ψυχρή αποθήκευση", + "Hindi": "कोल्ड वॉलेट / कोल्ड स्टोरेज", + "Hungarian": "hideg pénztárca/hideg tárolás", + "Japanese": "コールドウォレット / コールドストレージ", + "Polish": "Zimny portfel (cold wallet)", + "Ukrainian": "холодний гаманець/холодне сховище" + }, + "definition": "An offline wallet that is never connected to the internet. These wallets protect cryptocurrencies from getting hacked online. For more information, check out MetaMask's Hardware Wallet Hub." + }, + "Community Platform": { + "term": "Community Platform", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Community Platform", + "Simplified Chinese": "社区平台", + "French": "Plateforme communautaire", + "German": "Community-Plattform", + "Indonesian": "Platform Komunitas", + "Italian": "Piattaforma della community", + "Korean": "커뮤니티 플랫폼", + "Persian": "پلتفرم انجمن", + "Brazilian Portuguese": "Plataforma da Comunidade", + "Russian": "Платформа сообщества", + "Spanish": "plataforma comunitaria", + "Filipino (Tagalog)": "Platform ng Komunidad", + "Thai": "แพลตฟอร์มชุมชน", + "Turkish": "Topluluk Platformu", + "Vietnamese": "Nền tảng cộng đồng", + "Arabic": "منصة المجتمع", + "Traditional Chinese": "社群平台", + "Dutch": "communityplatform", + "Greek": "Πλατφόρμα Κοινότητας", + "Hindi": "कम्युनिटी प्लेटफ़ॉर्म", + "Hungarian": "Közösségi platform", + "Japanese": "コミュニティプラットフォーム", + "Polish": "Platforma społeczności", + "Ukrainian": "Платформа спільноти" + }, + "definition": "A community platform is a dedicated virtual space where people who share the same goals, interests, or motivations can connect and build relationships. MetaMask's community platform can be accessed here: MetaMask Community" + }, + "Compiling": { + "term": "Compiling", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Compiling", + "Simplified Chinese": "编译", + "French": "Compiler", + "German": "Kompilierung", + "Indonesian": "Mengompilasi", + "Italian": "Compiling", + "Korean": "컴파일링", + "Persian": "همگردانی", + "Brazilian Portuguese": "Compilação", + "Russian": "Компиляция", + "Spanish": "compilación", + "Filipino (Tagalog)": "Pinagsasama-sama", + "Thai": "การคอมไพล์", + "Turkish": "Derleme", + "Vietnamese": "Biên dịch", + "Arabic": "تجميع", + "Traditional Chinese": "編譯", + "Dutch": "Compiling", + "Greek": "Μεταγλώττιση", + "Hindi": "कम्पाइलिंग", + "Hungarian": "összeállítás", + "Japanese": "コンパイル", + "Polish": "Kompilowanie", + "Ukrainian": "Компіляція" + }, + "definition": "There are many languages in computing and software programming. In general, 'low-level' languages are those actually processed by the computer's operating system or processor, while 'high-level' languages are those typed in by software developers making programs. Compiling, then, is converting code written in a high-level programming language (e.g., Solidity) into a lower-level language (e.g., EVM bytecode)." + }, + "Compound": { + "term": "Compound", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Compound", + "Simplified Chinese": "Compound", + "French": "Compound", + "German": "Compound", + "Indonesian": "Compound", + "Italian": "Compound", + "Korean": "컴파운드", + "Persian": "کامپاند", + "Brazilian Portuguese": "Compound", + "Russian": "Compound", + "Spanish": "Compound", + "Filipino (Tagalog)": "Compound", + "Thai": "Compound", + "Turkish": "Compound", + "Vietnamese": "Compound", + "Arabic": "بروتوكول Compound", + "Traditional Chinese": "Compound", + "Dutch": "Compound", + "Greek": "Compound", + "Hindi": "Compound", + "Hungarian": "összetett", + "Japanese": "Compound", + "Polish": "Compound", + "Ukrainian": "Compound" + }, + "definition": "Compound is a decentralized, blockchain-based protocol that allows you to lend and borrow crypto — and have a say in its governance with its native COMP token." + }, + "confirmation": { + "term": "confirmation", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "MetaMask term", + "i18n": { + "Term": "confirmation", + "Simplified Chinese": "确认", + "French": "confirmation", + "German": "Bestätigung", + "Indonesian": "konfirmasi", + "Italian": "conferma", + "Korean": "컨펌", + "Persian": "تایید", + "Brazilian Portuguese": "confirmação", + "Russian": "подтверждение", + "Spanish": "confirmación", + "Filipino (Tagalog)": "kumpirmasyon", + "Thai": "การยืนยัน", + "Turkish": "onay", + "Vietnamese": "xác nhận", + "Arabic": "تأكيد", + "Traditional Chinese": "確認", + "Dutch": "bevestiging", + "Greek": "επιβεβαίωση", + "Hindi": "कन्फर्मेशन", + "Hungarian": "megerősítés", + "Japanese": "承認", + "Polish": "Potwierdzenie transakcji", + "Ukrainian": "підтвердження" + }, + "definition": "A confirmation happens when a network has verified a blockchain transaction. Under a Proof of Work (PoW) consensus mechanism, this happens through a process known as mining; under Proof of Stake (PoS), the process is known as validation. Once a transaction is successfully confirmed, it theoretically cannot be reversed or double spent. The more confirmations a transaction has, the harder it becomes to perform a double spend attack." + }, + "consensus": { + "term": "consensus", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "consensus", + "Simplified Chinese": "共识", + "French": "consensus", + "German": "Konsens", + "Indonesian": "konsensus", + "Italian": "consensus", + "Korean": "컨센서스", + "Persian": "اجماع", + "Brazilian Portuguese": "consenso", + "Russian": "консенсус", + "Spanish": "consenso", + "Filipino (Tagalog)": "pinagkasunduan", + "Thai": "ฉันทามติ", + "Turkish": "fikir birliği", + "Vietnamese": "đồng thuận", + "Arabic": "خوارزمية الإجماع", + "Traditional Chinese": "共識層", + "Dutch": "consensus", + "Greek": "πολιτική συναίνεσης", + "Hindi": "कन्सेन्सस", + "Hungarian": "konszenzus", + "Japanese": "コンセンサス", + "Polish": "Konsensus", + "Ukrainian": "консенсус" + }, + "definition": "The process used by a group of peers, or nodes, on a blockchain network to agree on the validity of transactions submitted to the network. Dominant consensus mechanisms are Proof of Work (PoW) and Proof of Stake (PoS)." + }, + "Consensus client": { + "term": "Consensus client", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Consensus client", + "Simplified Chinese": "共识客户端", + "French": "client de consensus", + "German": "Konsens-Client", + "Indonesian": "Klien konsensus", + "Italian": "Consensus client", + "Korean": "컨센서스 클라이언트", + "Persian": "کلاینت اجماع", + "Brazilian Portuguese": "Cliente de consenso", + "Russian": "Клиент консенсуса", + "Spanish": "cliente de consenso", + "Filipino (Tagalog)": "Kliyente ng kasunduan", + "Thai": "ไคลเอ็นต์ฉันทามติ", + "Turkish": "Fikir birliği istemcisi", + "Vietnamese": "Ứng dụng đồng thuận", + "Arabic": "عميل إجماع", + "Traditional Chinese": "共識客戶端", + "Dutch": "consensus-client", + "Greek": "Πελάτης συναίνεσης", + "Hindi": "कन्सेन्सस क्लाइंट", + "Hungarian": "konszenzusos ügyfél", + "Japanese": "コンセンサスクライアント", + "Polish": "Klient konsensusu", + "Ukrainian": "Консенсус-клієнт" + }, + "definition": "A consensus client is a component of a blockchain node that is responsible for validating and verifying transactions and blocks in the network. It communicates with other nodes to reach consensus on the current state of the blockchain and to ensure that all nodes have a consistent copy of the ledger. There are various types of consensus mechanisms used in blockchain networks, including proof of work (PoW), proof of stake (PoS), and delegated proof of stake (DPoS). The consensus client implements the specific consensus mechanism used by the network and ensures that all nodes follow the rules and reach agreement on the current state of the blockchain." + }, + "Consensus layer": { + "term": "Consensus layer", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Consensus layer", + "Simplified Chinese": "共识层", + "French": "couche de consensus", + "German": "Konsens-Layer", + "Indonesian": "Layer konsensus", + "Italian": "Consensus layer", + "Korean": "합의 레이어", + "Persian": "لایه اجماع", + "Brazilian Portuguese": "Camada de consenso", + "Russian": "Уровень консенсуса", + "Spanish": "capa de consenso", + "Filipino (Tagalog)": "Layer ng kasunduan", + "Thai": "เลเยอร์ฉันทามติ", + "Turkish": "Fikir birliği katmanı", + "Vietnamese": "Lớp đồng thuận", + "Arabic": "طبقة الإجماع", + "Traditional Chinese": "共識層", + "Dutch": "consensuslaag", + "Greek": "Επίπεδο συναίνεσης", + "Hindi": "कन्सेन्सस लेयर", + "Hungarian": "konszenzusos réteg", + "Japanese": "コンセンサスレイヤー", + "Polish": "Warstwa konsensusu", + "Ukrainian": "Рівень консенсусу" + }, + "definition": "The consensus layer is responsible for validating and verifying transactions and blocks, and for coordinating communication between nodes to achieve consensus. In a blockchain network, the consensus layer is implemented by the consensus protocol or algorithm that defines how new blocks are added to the chain and how the network reaches agreement on the current state of the ledger." + }, + "Consensus mechanism": { + "term": "Consensus mechanism", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Consensus mechanism", + "Simplified Chinese": "共识机制", + "French": "mécanisme de consensus", + "German": "Konsens-Mechanismus", + "Indonesian": "Mekanisme konsensus", + "Italian": "Meccanismo di consenso", + "Korean": "합의 메커니즘", + "Persian": "مکانیزم اجماع", + "Brazilian Portuguese": "Mecanismo de consenso", + "Russian": "Механизм консенсуса", + "Spanish": "mecanismo de consenso", + "Filipino (Tagalog)": "Mekanismo ng kasunduan", + "Thai": "กลไกฉันทามติ", + "Turkish": "Fikir birliği mekanizması", + "Vietnamese": "Cơ chế đồng thuận", + "Arabic": "آلية الإجماع", + "Traditional Chinese": "共識機制", + "Dutch": "consensusmechanisme", + "Greek": "Μηχανισμός συναίνεσης", + "Hindi": "कन्सेन्सस मैकेनिज्म", + "Hungarian": "konszenzus mechanizmusa", + "Japanese": "コンセンサスメカニズム", + "Polish": "Mechanizm konsensusu", + "Ukrainian": "Механізм консенсусу" + }, + "definition": "Consensus mechanisms (also known as consensus protocols or consensus algorithms) allow distributed systems (networks of computers) to work together and stay secure." + }, + "Consensys": { + "term": "Consensys", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Consensys", + "Simplified Chinese": "Consensys", + "French": "Consensys", + "German": "Consensys", + "Indonesian": "Consensys", + "Italian": "Consensys", + "Korean": "Consensys", + "Persian": "کانسنسیس", + "Brazilian Portuguese": "Consensys", + "Russian": "Consensys", + "Spanish": "Consensys", + "Filipino (Tagalog)": "Consensys", + "Thai": "Consensys", + "Turkish": "Consensys", + "Vietnamese": "Consensys", + "Arabic": "Consensys", + "Traditional Chinese": "Consensys", + "Dutch": "Consensys", + "Greek": "Consensys", + "Hindi": "Consensys", + "Hungarian": "Consensys", + "Japanese": "Consensys", + "Polish": "Consensys", + "Ukrainian": "Consensys" + }, + "definition": "Short for Consensus Systems, ConsenSys is the software engineering leader of the blockchain space." + }, + "Constantinople fork": { + "term": "Constantinople fork", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Constantinople fork", + "Simplified Chinese": "君士坦丁堡分叉", + "French": "Fork Constantinople", + "German": "Constantinople-Fork", + "Indonesian": "Constantinople fork", + "Italian": "Fork di Costantinopoli", + "Korean": "콘스탄티노플 포크", + "Persian": "فورک قسطنطنیه", + "Brazilian Portuguese": "Bifurcação Constantinople", + "Russian": "Константинопольский форк", + "Spanish": "bifurcación Constantinople", + "Filipino (Tagalog)": "Constantinople fork", + "Thai": "การแยกคอนสแตนติโนเปิล", + "Turkish": "Constantinople çatalı", + "Vietnamese": "Phân nhánh Constantinople", + "Arabic": "انقسام (فورك) Byzantium", + "Traditional Chinese": "君士坦丁堡硬分叉", + "Dutch": "Constantinople fork", + "Greek": "Constantinople fork", + "Hindi": "कॉन्स्टेंटिनोपल फोर्क", + "Hungarian": "konstantinápolyi villa", + "Japanese": "コンスタンティノープルフォーク", + "Polish": "Fork Constantinople", + "Ukrainian": "Форк «Константинополь»" + }, + "definition": "One of the 'hard forks' made to the Ethereum network, in February 2019. For more detailed information, see here; see also 'hard fork'." + }, + "contract": { + "term": "contract", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "contract", + "Simplified Chinese": "合约", + "French": "contrat", + "German": "Contract", + "Indonesian": "kontrak", + "Italian": "contratto", + "Korean": "계약", + "Persian": "قرارداد", + "Brazilian Portuguese": "contrato", + "Russian": "контракт", + "Spanish": "contrato", + "Filipino (Tagalog)": "kontrata", + "Thai": "สัญญา", + "Turkish": "sözleşme", + "Vietnamese": "hợp đồng", + "Arabic": "عقد", + "Traditional Chinese": "合約", + "Dutch": "contract", + "Greek": "συμβόλαιο", + "Hindi": "कॉन्ट्रैक्ट", + "Hungarian": "szerződés", + "Japanese": "コントラクト", + "Polish": "Kontrakt", + "Ukrainian": "контракт" + }, + "definition": "See smart contract" + }, + "Contract account": { + "term": "Contract account", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Company name", + "i18n": { + "Term": "Contract account", + "Simplified Chinese": "合约账户", + "French": "compte du contrat", + "German": "Vertragskonto", + "Indonesian": "Akun kontrak", + "Italian": "Account del contratto", + "Korean": "계약 계정", + "Persian": "حساب قرارداد", + "Brazilian Portuguese": "Conta do contrato", + "Russian": "Контрактный счет", + "Spanish": "cuenta de contrato", + "Filipino (Tagalog)": "Account ng kontrata", + "Thai": "บัญชีสัญญา", + "Turkish": "Sözleşme hesabı", + "Vietnamese": "Tài khoản hợp đồng", + "Arabic": "حساب العقد", + "Traditional Chinese": "合約帳戶", + "Dutch": "contract-account", + "Greek": "συμβατικό ποσό", + "Hindi": "कॉन्ट्रैक्ट अकाउंट", + "Hungarian": "szerződéses számla", + "Japanese": "コントラクトアカウント", + "Polish": "Konto kontraktowe", + "Ukrainian": "Контрактний обліковий запис" + }, + "definition": "An account containing code that executes whenever it receives a transaction from another account (EOA or contract)." + }, + "CoolWallet": { + "term": "CoolWallet", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "CoolWallet", + "Simplified Chinese": "CoolWallet", + "French": "CoolWallet", + "German": "CoolWallet", + "Indonesian": "CoolWallet", + "Italian": "CoolWallet", + "Korean": "쿨월렛", + "Persian": "کول‌ولت", + "Brazilian Portuguese": "CoolWallet", + "Russian": "CoolWallet", + "Spanish": "CoolWallet", + "Filipino (Tagalog)": "CoolWallet", + "Thai": "CoolWallet", + "Turkish": "CoolWallet", + "Vietnamese": "CoolWallet", + "Arabic": "CoolWallet", + "Traditional Chinese": "CoolWallet", + "Dutch": "CoolWallet", + "Greek": "CoolWallet", + "Hindi": "CoolWallet", + "Hungarian": "CoolWallet", + "Japanese": "CoolWallet", + "Polish": "CoolWallet", + "Ukrainian": "CoolWallet" + }, + "definition": "A crypto hardware wallet for Bitcoin, Ethereum, Litecoin, Bitcoin Cash, and ERC20 Token." + }, + "crypto asset": { + "term": "crypto asset", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "crypto asset", + "Simplified Chinese": "加密货币资产", + "French": "cryptoactif", + "German": "Krypto-Asset", + "Indonesian": "aset kripto", + "Italian": "crypto asset", + "Korean": "암호자산", + "Persian": "دارایی رمزارزی", + "Brazilian Portuguese": "criptoativo", + "Russian": "криптоактив", + "Spanish": "cripto", + "Filipino (Tagalog)": "crypto na asset", + "Thai": "สินทรัพย์คริปโต", + "Turkish": "kripto varlığı", + "Vietnamese": "tài sản tiền mã hoá", + "Arabic": "أصل مشفر", + "Traditional Chinese": "加密資產", + "Dutch": "crypto-asset", + "Greek": "περιουσιακό στοιχείο κρυπτονομίσματος", + "Hindi": "क्रिप्टो एसेट", + "Hungarian": "kriptoeszköz", + "Japanese": "暗号資産", + "Polish": "Kryptoaktywa", + "Ukrainian": "криптоактив" + }, + "definition": "A useful blanket term that covers on-chain assets: cryptocurrencies, NFTs, and other, still emerging, products." + }, + "crypto bounties": { + "term": "crypto bounties", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "crypto bounties", + "Simplified Chinese": "加密货币赏金", + "French": "primes crypto", + "German": "Krypto-Belohnungen", + "Indonesian": "bounty kripto", + "Italian": "crypto bounty", + "Korean": "암호 현상금", + "Persian": "پاداش‌های رمزی", + "Brazilian Portuguese": "recompensas de criptomoedas", + "Russian": "крипто-баунти", + "Spanish": "criptoactivo", + "Filipino (Tagalog)": "mga pabuya ng crypto", + "Thai": "รางวัลคริปโต", + "Turkish": "kripto bounty ödülleri", + "Vietnamese": "tiền thưởng tiền mã hoá", + "Arabic": "مكافآت التشفير", + "Traditional Chinese": "加密獎金", + "Dutch": "cryptobounty's", + "Greek": "επιβραβεύσεις κρυπτονoμίσματος", + "Hindi": "क्रिप्टो बाउन्टीज़", + "Hungarian": "kriptojutalmak", + "Japanese": "クリプトバウンティ", + "Polish": "Programy bounty", + "Ukrainian": "крипто-баунті" + }, + "definition": "Crypto bounties are an important rewards mechanism that blockchain projects utilize in order to secure the successful accomplishments of certain tasks required by the network. Initially, bounties were intended as a marketing tool to attract users to participate in performing validation services for blockchain projects. Today, crypto bounties have developed significantly beyond the purpose of a simple marketing tool. crypto bounties" + }, + "crypto fund": { + "term": "crypto fund", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "crypto fund", + "Simplified Chinese": "加密货币基金", + "French": "fonds crypto", + "German": "Krypto-Fond", + "Indonesian": "dana kripto", + "Italian": "crypto fund", + "Korean": "암호화폐 펀드", + "Persian": "صندوق رمزارزی", + "Brazilian Portuguese": "criptofundo", + "Russian": "криптофонд", + "Spanish": "", + "Filipino (Tagalog)": "pondo ng crypto", + "Thai": "กองทุนคริปโต", + "Turkish": "kripto fonu", + "Vietnamese": "quỹ tiền mã hoá", + "Arabic": "صندوق استثمار الأصول المشفرة", + "Traditional Chinese": "加密基金", + "Dutch": "cryptofonds", + "Greek": "χρηματοδότηση κρυπτονομίσματος", + "Hindi": "क्रिप्टो फंड", + "Hungarian": "kripto alap", + "Japanese": "暗号資産ファンド", + "Polish": "Kryptowalutowy fundusz inwestycyjny", + "Ukrainian": "криптофонд" + }, + "definition": "A crypto fund is a type of investment fund that focuses on investing in cryptocurrencies or companies involved in the cryptocurrency industry. These funds are designed to give investors exposure to the crypto market without the need for them to directly buy and hold cryptocurrencies themselves." + }, + "crypto wallet": { + "term": "crypto wallet", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "crypto wallet", + "Simplified Chinese": "加密货币钱包", + "French": "portefeuille crypto", + "German": "Krypto-Wallet", + "Indonesian": "dompet kripto", + "Italian": "wallet crypto", + "Korean": "암호화폐 지갑", + "Persian": "کیف پول رمزارز", + "Brazilian Portuguese": "carteira de criptomoedas", + "Russian": "криптокошелек", + "Spanish": "criptofondo", + "Filipino (Tagalog)": "wallet ng crypto", + "Thai": "วอลเล็ตคริปโต", + "Turkish": "kripto cüzdanı", + "Vietnamese": "ví tiền mã hoá", + "Arabic": "محفظة العملات المشفرة", + "Traditional Chinese": "加密錢包", + "Dutch": "cryptowallet", + "Greek": "πορτοφόλι κρυπτονομίσματος", + "Hindi": "क्रिप्टो वॉलेट", + "Hungarian": "kripto pénztárca", + "Japanese": "暗号資産ウォレット", + "Polish": "Portfel kryptowalutowy", + "Ukrainian": "криптогаманець" + }, + "definition": "A crypto wallet is a device, physical medium, program or a service which stores the public and/or private keys for cryptocurrency transactions. Crypto wallets come in different forms, including software wallets, hardware wallets, and paper wallets." + }, + "crypto-": { + "term": "crypto-", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "crypto-", + "Simplified Chinese": "加密-", + "French": "crypto-", + "German": "Krypto-", + "Indonesian": "kripto-", + "Italian": "crypto-", + "Korean": "암호화", + "Persian": "رمزارزی", + "Brazilian Portuguese": "cripto", + "Russian": "крипто", + "Spanish": "criptomonedero", + "Filipino (Tagalog)": "crypto-", + "Thai": "คริปโต", + "Turkish": "kripto-", + "Vietnamese": "tiền mã hoá", + "Arabic": "-مشفرة", + "Traditional Chinese": "加密-", + "Dutch": "crypto-", + "Greek": "κρυπτο-", + "Hindi": "क्रिप्टो-", + "Hungarian": "kripto-", + "Japanese": "クリプト-", + "Polish": "Krypto-", + "Ukrainian": "крипто-" + }, + "definition": "Even though this prefix is originally Greek, our current usage comes from cryptography. Technologies that are referred to with the blanket term of 'crypto' tech are underlain by cryptographic tools and processes (such as public/private key pairs) that enable innovative functionality and security. Of course, 'cryptocurrency' often gets shortened to simply 'crypto', so this emerging field is full of instances where something 'crypto' is being added to or shortened. With the emergence of the term 'Web3', arguably a distinction has begun to be made between 'crypto', referring to DeFi and other financial use cases of the technology, while 'Web3' refers to the transition of Internet-based activities to more decentralized practices and platforms." + }, + "crypto-compliance": { + "term": "crypto-compliance", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "crypto-compliance", + "Simplified Chinese": "加密-合规", + "French": "compliance crypto", + "German": "Krypto-Compliance", + "Indonesian": "kepatuhan kripto", + "Italian": "crypto-compliance", + "Korean": "암호화폐 컴플라이언스", + "Persian": "انطباق رمزنگاری", + "Brazilian Portuguese": "criptocompliance", + "Russian": "крипто-комплаенс", + "Spanish": "criptoactivos", + "Filipino (Tagalog)": "crypto-compliance", + "Thai": "การปฏิบัติตามกฎระเบียบคริปโต", + "Turkish": "kripto uyumu", + "Vietnamese": "tuân thủ tiền mã hoá", + "Arabic": "امتثال الأصول المشفرة", + "Traditional Chinese": "加密-合規", + "Dutch": "crypto-compliance", + "Greek": "κρυπτο-συμμόρφωση", + "Hindi": "क्रिप्टो-कंप्लायंस", + "Hungarian": "kripto-megfelelőség", + "Japanese": "クリプトコンプライアンス", + "Polish": "Crypto-compliance (zgodność z przepisami)", + "Ukrainian": "криптовідповідність" + }, + "definition": "A blanket term used to refer to ensuring crypto projects conform with applicable regulations and laws." + }, + "cryptoassets": { + "term": "cryptoassets", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "cryptoassets", + "Simplified Chinese": "加密资产", + "French": "cryptoactifs", + "German": "Krypto-Assets", + "Indonesian": "aset kripto", + "Italian": "cryptoasset", + "Korean": "암호 자산", + "Persian": "دارایی‌های رمزنگاری شده", + "Brazilian Portuguese": "criptoativos", + "Russian": "криптоактивы", + "Spanish": "criptocumplimiento", + "Filipino (Tagalog)": "cryptoassets", + "Thai": "สินทรัพย์คริปโต", + "Turkish": "kripto varlıklar", + "Vietnamese": "tài sản tiền mã hoá", + "Arabic": "الأصول المشفرة", + "Traditional Chinese": "加密資產", + "Dutch": "cryptoassets", + "Greek": "κρυπτοπεριουσιακά στοιχεία", + "Hindi": "क्रिप्टोएसेट्स", + "Hungarian": "kriptoeszközök", + "Japanese": "暗号資産", + "Polish": "Kryptoaktywa", + "Ukrainian": "криптоактиви" + }, + "definition": "A useful blanket term that covers on-chain assets: cryptocurrencies, NFTs, and other, still emerging, products." + }, + "cryptocurrency": { + "term": "cryptocurrency", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "cryptocurrency", + "Simplified Chinese": "加密货币", + "French": "cryptomonnaie", + "German": "Kryptowährung", + "Indonesian": "mata uang kripto", + "Italian": "criptovaluta", + "Korean": "암호화폐", + "Persian": "رمزارز", + "Brazilian Portuguese": "criptomoeda", + "Russian": "криптовалюта", + "Spanish": "criptomoneda", + "Filipino (Tagalog)": "cryptocurrency", + "Thai": "เงินคริปโต", + "Turkish": "kripto para", + "Vietnamese": "tiền mã hoá", + "Arabic": "عملة مشفرة", + "Traditional Chinese": "加密貨幣", + "Dutch": "cryptocurrency/cryptomunt", + "Greek": "κρυπτονόμισμα", + "Hindi": "क्रिप्टोकरेंसी", + "Hungarian": "kriptovaluta", + "Japanese": "仮想通貨", + "Polish": "Kryptowaluta", + "Ukrainian": "криптовалюта" + }, + "definition": "Digital currency that is based on mathematics and uses encryption techniques to regulate the creation of units of currency as well as verifying the transfer of funds. Cryptocurrencies operate independently of a central bank, and are kept track of through distributed ledger technology." + }, + "cryptoeconomics": { + "term": "cryptoeconomics", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "cryptoeconomics", + "Simplified Chinese": "加密经济", + "French": "Cryptoéconomie", + "German": "Kryptoökonomie", + "Indonesian": "kriptonomik", + "Italian": "cryptoeconomics", + "Korean": "암호경제학", + "Persian": "اقتصاد رمزارز محور", + "Brazilian Portuguese": "criptoeconomia", + "Russian": "криптоэкономика", + "Spanish": "criptoeconomía", + "Filipino (Tagalog)": "cryptoeconomics", + "Thai": "เศรษฐกิจคริปโต", + "Turkish": "kripto ekonomi", + "Vietnamese": "kinh tế tiền mã hoá", + "Arabic": "اقتصاديات الأصول المشفرة", + "Traditional Chinese": "加密經濟學", + "Dutch": "crypto-economie", + "Greek": "κρυπτοοικονομία", + "Hindi": "क्रिप्टोइकोनॉमिक्स", + "Hungarian": "kriptoökonómia", + "Japanese": "クリプトエコノミクス", + "Polish": "Kryptoekonomia", + "Ukrainian": "криптоекономіка" + }, + "definition": "The economic analysis of decentralized finance; notably, the MIT Cryptoeconomics Lab." + }, + "cryptography": { + "term": "cryptography", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "cryptography", + "Simplified Chinese": "加密学", + "French": "cryptographie", + "German": "Kryptographie", + "Indonesian": "kriptografi", + "Italian": "crittografia", + "Korean": "암호화", + "Persian": "رمزنگاری", + "Brazilian Portuguese": "criptografia", + "Russian": "криптография", + "Spanish": "criptografía", + "Filipino (Tagalog)": "kriptograpiya", + "Thai": "วิทยาการเข้ารหัส", + "Turkish": "kriptografi", + "Vietnamese": "mật mã học", + "Arabic": "التشفير", + "Traditional Chinese": "密碼學", + "Dutch": "cryptografie", + "Greek": "Κρυπτογράφηση", + "Hindi": "क्रिप्टोग्राफी", + "Hungarian": "kriptográfia", + "Japanese": "暗号技術", + "Polish": "Kryptografia", + "Ukrainian": "криптографія" + }, + "definition": "In its broadest sense, cryptography is the art of 'hidden writing' -- using some sort of code to encrypt writing. In modern times, it often refers to the application of this concept within computing, communication, and data transfer through computers and computer networks. Cryptography has been protected as free speech in the United States, and provides the technological foundation that allows blockchain networks to be public: despite the ledger being open and accessible by all, control over the state of the ledger and the ability to move assets on it is mediated through cryptographic tools, such as the Secret Recovery Phrase." + }, + "Curve": { + "term": "Curve", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Curve", + "Simplified Chinese": "Curve", + "French": "Curve", + "German": "Curve", + "Indonesian": "Curve", + "Italian": "Curve", + "Korean": "커브", + "Persian": "کِرو", + "Brazilian Portuguese": "Curve", + "Russian": "Curve", + "Spanish": "Curve", + "Filipino (Tagalog)": "Curve", + "Thai": "Curve", + "Turkish": "Curve", + "Vietnamese": "Curve", + "Arabic": "Curve", + "Traditional Chinese": "Curve", + "Dutch": "Curve", + "Greek": "Curve", + "Hindi": "Curve", + "Hungarian": "ív", + "Japanese": "Curve", + "Polish": "Curve", + "Ukrainian": "Curve" + }, + "definition": "Curve is a decentralized exchange for stablecoins that uses an automated market maker (AMM) to manage liquidity." + }, + "custody (noun)": { + "term": "custody (noun)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "custody (noun)", + "Simplified Chinese": "托管", + "French": "Dépôt (nom)", + "German": "Verwahrung", + "Indonesian": "penyimpanan (noun)", + "Italian": "custodia (noun)", + "Korean": "커스터디(명사)", + "Persian": "حضانت", + "Brazilian Portuguese": "custódia", + "Russian": "депозитарное хранение", + "Spanish": "custodia", + "Filipino (Tagalog)": "kustodiya (pangngalan)", + "Thai": "การเก็บรักษา", + "Turkish": "saklayıcı kurum", + "Vietnamese": "dịch vụ lưu ký (danh từ)", + "Arabic": "الحفظ الآمن", + "Traditional Chinese": "託管", + "Dutch": "custody/bewaring/beheer", + "Greek": "επιμέλεια", + "Hindi": "कस्टडी (नाउन)", + "Hungarian": "tárolás", + "Japanese": "カストディ", + "Polish": "Usługi powiernicze", + "Ukrainian": "самостійне зберігання" + }, + "definition": "In the context of cryptocurrencies, custody refers to the safekeeping and management of digital assets on behalf of a client by a third-party service provider. Custody services are an important aspect of the cryptocurrency industry because cryptocurrencies are digital assets that require secure storage and management to prevent loss, theft, or unauthorized access. Crypto custody services are typically offered by specialized companies that provide secure storage solutions for cryptocurrencies. These companies use various security measures such as multi-signature authentication, cold storage, and insurance to protect their clients' assets." + }, + "D'CENT": { + "term": "D'CENT", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "D'CENT", + "Simplified Chinese": "D'CENT", + "French": "D’CENT", + "German": "D'CENT", + "Indonesian": "D'CENT", + "Italian": "D'CENT", + "Korean": "디센트", + "Persian": "کیف پول D'CENT", + "Brazilian Portuguese": "D'CENT", + "Russian": "D'CENT", + "Spanish": "D'CENT", + "Filipino (Tagalog)": "D'CENT", + "Thai": "D'CENT", + "Turkish": "D'CENT", + "Vietnamese": "D'CENT", + "Arabic": "D'CENT", + "Traditional Chinese": "D'CENT", + "Dutch": "D'CENT", + "Greek": "D'CENT", + "Hindi": "D'CENT", + "Hungarian": "D'CENT", + "Japanese": "D'CENT", + "Polish": "D'CENT", + "Ukrainian": "D'CENT" + }, + "definition": "Hardware wallet." + }, + "DAI": { + "term": "DAI", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "DAI", + "Simplified Chinese": "DAI", + "French": "DAI", + "German": "DAI", + "Indonesian": "DAI", + "Italian": "DAI", + "Korean": "DAI", + "Persian": "دای", + "Brazilian Portuguese": "DAI", + "Russian": "DAI", + "Spanish": "DAI", + "Filipino (Tagalog)": "DAI", + "Thai": "DAI", + "Turkish": "DAI", + "Vietnamese": "DAI", + "Arabic": "عملة DAI", + "Traditional Chinese": "DAI", + "Dutch": "DAI", + "Greek": "DAI", + "Hindi": "DAI", + "Hungarian": "DAI", + "Japanese": "DAI", + "Polish": "DAI", + "Ukrainian": "DAI" + }, + "definition": "DAI is an Ethereum-based stablecoin whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization." + }, + "DAO": { + "term": "DAO", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "DAO", + "Simplified Chinese": "DAO(去中心化自治组织)", + "French": "DAO", + "German": "DAO", + "Indonesian": "DAO", + "Italian": "DAO", + "Korean": "다오", + "Persian": "دائو", + "Brazilian Portuguese": "DAO", + "Russian": "ДАО", + "Spanish": "DAO", + "Filipino (Tagalog)": "DAO", + "Thai": "DAO", + "Turkish": "DAO", + "Vietnamese": "DAO", + "Arabic": "منظمة مستقلة لامركزية (DAO)", + "Traditional Chinese": "分散式自治組織", + "Dutch": "DAO", + "Greek": "DAO", + "Hindi": "DAO", + "Hungarian": "DAO", + "Japanese": "DAO", + "Polish": "DAO", + "Ukrainian": "DAO" + }, + "definition": "Acronym; see 'Decentralized Autonomous Organization'." + }, + "dapp": { + "term": "dapp", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "dapp", + "Simplified Chinese": "dapp(去中心化应用)", + "French": "dApp", + "German": "dApp", + "Indonesian": "dapp", + "Italian": "dapp", + "Korean": "디앱", + "Persian": "dapp", + "Brazilian Portuguese": "dapp", + "Russian": "dapp", + "Spanish": "dapp", + "Filipino (Tagalog)": "dapp", + "Thai": "ดีแอป", + "Turkish": "merkeziyetsiz uygulama", + "Vietnamese": "dapp", + "Arabic": "تطبيق لامركزي (dapp)", + "Traditional Chinese": "去中心化應用程式", + "Dutch": "dapp", + "Greek": "dapp (αποκεντρωμένη εφαρμογή)", + "Hindi": "dapp", + "Hungarian": "dapp", + "Japanese": "DApp", + "Polish": "DApp", + "Ukrainian": "децентралізований додаток" + }, + "definition": "Acronym; see 'decentralized application'" + }, + "decentralization": { + "term": "decentralization", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "decentralization", + "Simplified Chinese": "去中心化", + "French": "Décentralisation", + "German": "Dezentralisierung", + "Indonesian": "desentralisasi", + "Italian": "decentralizzazione", + "Korean": "탈중앙화", + "Persian": "تمرکززدایی", + "Brazilian Portuguese": "descentralização", + "Russian": "децентрализация", + "Spanish": "descentralización", + "Filipino (Tagalog)": "desentralisasyon", + "Thai": "กระจายศูนย์", + "Turkish": "yerinden yönetim", + "Vietnamese": "phi tập trung", + "Arabic": "اللامركزية", + "Traditional Chinese": "去中心化", + "Dutch": "decentralisatie", + "Greek": "αποκέντρωση", + "Hindi": "डीसेंट्रलाइज़ेशन", + "Hungarian": "decentralizálás", + "Japanese": "分散化", + "Polish": "Decentralizacja", + "Ukrainian": "децентралізація" + }, + "definition": "The transfer of authority and responsibility from a centralized organization, government, or party to a distributed network." + }, + "decentralized application": { + "term": "decentralized application", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "decentralized application", + "Simplified Chinese": "去中心化应用", + "French": "application décentralisée", + "German": "Dezentralisierte Anwendung", + "Indonesian": "aplikasi terdesentralisasi", + "Italian": "applicazione decentralizzata", + "Korean": "탈중앙화 애플리케이션", + "Persian": "برنامه غیرمتمرکز", + "Brazilian Portuguese": "aplicativo descentralizado", + "Russian": "децентрализованное приложение", + "Spanish": "aplicación descentralizada", + "Filipino (Tagalog)": "decentralized application", + "Thai": "แอปพลิเคชันกระจายศูนย์", + "Turkish": "merkezi olmayan uygulama", + "Vietnamese": "ứng dụng phi tập trung", + "Arabic": "تطبيق لامركزي", + "Traditional Chinese": "去中心化應用程式", + "Dutch": "decentrale app", + "Greek": "αποκεντρωμένη εφαρμογή", + "Hindi": "decentralized application", + "Hungarian": "decentralizált alkalmazás", + "Japanese": "分散型アプリケーション", + "Polish": "Zdecentralizowana aplikacja", + "Ukrainian": "децентралізований додаток" + }, + "definition": "An open-source software application with backend (not user-facing) code running on a decentralized peer-to-peer network, rather than a centralized server. You may see alternate spellings: dApps, DApps, Dapps, and Đapps." + }, + "Decentralized Autonomous Organization (DAO)": { + "term": "Decentralized Autonomous Organization (DAO)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Decentralized Autonomous Organization (DAO)", + "Simplified Chinese": "去中心化自治组织(DAO)", + "French": "Organisation autonome décentralisée", + "German": "Dezentralisierte autonome Organisation (DAO)", + "Indonesian": "Organisasi Otonom Terdesentralisasi (DAO)", + "Italian": "Organizzazione autonoma decentralizzata (DAO)", + "Korean": "탈중앙화 자율조직(DAO)", + "Persian": "سازمان خودگردان غیرمتمرکز (دائو)", + "Brazilian Portuguese": "Organização autônoma descentralizada (DAO)", + "Russian": "Децентрализованная автономная организация (ДАО)", + "Spanish": "organización autónoma descentralizada (DAO)", + "Filipino (Tagalog)": "Decentralized Autonomous Organization (DAO)", + "Thai": "องค์กรอัตโนมัติแบบกระจายศูนย์ (DAO)", + "Turkish": "Merkezi Olmayan Otonom Organizasyon (DAO)", + "Vietnamese": "Tổ chức tự trị phi tập trung (DAO)", + "Arabic": "منظمة مستقلة لامركزية (DAO)", + "Traditional Chinese": "去中心化自治組織", + "Dutch": "decentrale autonome organisatie (DAO)", + "Greek": "Αποκεντρωμένος αυτόνομος οργανισμός (DAO)", + "Hindi": "डीसेंट्रलाइज्ड ऑटोनोमस ऑर्गेनाईज़ेशन (DAO)", + "Hungarian": "decentralizált autonóm szervezet (DAO)", + "Japanese": "分散型自律組織 (DAO)", + "Polish": "Zdecentralizowana autonomiczna organizacja (DAO)", + "Ukrainian": "Децентралізована автономна організація (DAO)" + }, + "definition": "A Digital Decentralized Autonomous Organization (DAO, pronounced like the Chinese concept) is a powerful and very flexible organizational structure built on a blockchain. Alternatively, the first known example of a DAO is referred to as The DAO. The DAO served as a form of investor-directed venture capital fund, which sought to provide enterprises with new decentralized business models. Ethereum-based, The DAO’s code was open source. The organization set the record for the most crowdfunded project in 2016. Those funds were partially stolen by hackers. The hack caused an Ethereum hard-fork which lead to the creation of Ethereum Classic." + }, + "decentralized exchange (DEX)": { + "term": "decentralized exchange (DEX)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "decentralized exchange (DEX)", + "Simplified Chinese": "去中心化交易所(DEX)", + "French": "Échange décentralisé (DEX)", + "German": "Dezentralisierte Börse (DEX)", + "Indonesian": "bursa terdesentralisasi (DEX)", + "Italian": "exchange decentralizzato (DEX)", + "Korean": "탈중앙화 거래소(DEX)", + "Persian": "صرافی غیرمتمرکز (دکس)", + "Brazilian Portuguese": "corretora descentralizada (DEX)", + "Russian": "децентрализованная биржа (DEX)", + "Spanish": "intercambio descentralizado (DEX)", + "Filipino (Tagalog)": "decentralized exchange (DEX)", + "Thai": "ตลาดแลกเปลี่ยนแบบกระจายศูนย์ (DEX)", + "Turkish": "merkeziyetsiz borsa (DEX)", + "Vietnamese": "sàn giao dịch phi tập trung (DEX)", + "Arabic": "بورصة لامركزية (DEX)", + "Traditional Chinese": "去中心化交易所", + "Dutch": "decentrale exchange (DEX)", + "Greek": "αποκεντρωμένη ανταλλαγή (DEX)", + "Hindi": "डीसेंट्रलाइज्ड एक्सचेंज (DEX)", + "Hungarian": "decentralizált tőzsde (DEX)", + "Japanese": "分散型取引所 (DEX)", + "Polish": "Giełda zdecentralizowana (DEX)", + "Ukrainian": "децентралізована біржа (DEX)" + }, + "definition": "A decentralized exchange (DEX) is a platform for exchanging cryptocurrencies based on functionality programmed on the blockchain (i.e., in smart contracts). The trading is peer-to-peer, or between pools of liquidity. This is in contrast with a centralized exchange, which is more akin to a bank or investment firm that specializes in cryptocurrencies. Additionally, there are so-called on-ramp providers, who could be compared to currency brokers, exchanging traditional “fiat” money for cryptocurrencies, and do not hold customer’s funds “on deposit” the way a centralized exchange does. There are important technical and regulatory differences between these, which are constantly evolving." + }, + "decentralized finance": { + "term": "decentralized finance", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "decentralized finance", + "Simplified Chinese": "去中心化金融", + "French": "finance décentralisée", + "German": "Dezentralisierte Finanzen", + "Indonesian": "keuangan terdesentralisasi", + "Italian": "finanza decentralizzata", + "Korean": "탈중앙화 금융", + "Persian": "امور مالی غیرمتمرکز", + "Brazilian Portuguese": "finanças descentralizadas", + "Russian": "децентрализованные финансы", + "Spanish": "finanzas descentralizadas", + "Filipino (Tagalog)": "decentralized finance", + "Thai": "การเงินกระจายศูนย์", + "Turkish": "merkeziyetsiz finans", + "Vietnamese": "tài chính phi tập trung", + "Arabic": "التمويل اللامركزي", + "Traditional Chinese": "去中心化金融", + "Dutch": "decentralized finance/DeFi", + "Greek": "αποκεντρωμένη χρηματοοικονομική", + "Hindi": "decentralized finance", + "Hungarian": "decentralizált finanszírozás", + "Japanese": "分散型金融", + "Polish": "DeFi (zdecentralizowane finanse)", + "Ukrainian": "децентралізовані фінанси" + }, + "definition": "If cryptocurrency is web3’s monetary system, its financial system is DeFi. This includes familiar concepts like loans and interest-bearing financial instruments, as well as so-called “DeFi primitives”, novel solutions like token swapping and liquidity pools." + }, + "decentralized web": { + "term": "decentralized web", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "decentralized web", + "Simplified Chinese": "去中心化网络", + "French": "web décentralisé", + "German": "Dezentralisiertes Web", + "Indonesian": "web terdesentralisasi", + "Italian": "web decentralizzato", + "Korean": "탈중앙화 웹", + "Persian": "وب غیرمتمرکز", + "Brazilian Portuguese": "web descentralizada", + "Russian": "децентрализованная сеть", + "Spanish": "web descentralizada", + "Filipino (Tagalog)": "desentralisadong web", + "Thai": "เว็บกระจายศูนย์", + "Turkish": "merkeziyetsiz web", + "Vietnamese": "trang web phi tập trung", + "Arabic": "الويب اللامركزي", + "Traditional Chinese": "Web3去中心化的虛擬生態系", + "Dutch": "decentraal web", + "Greek": "αποκεντρωμένος ιστός", + "Hindi": "डीसेंट्रलाइज्ड वेब", + "Hungarian": "decentralizált web", + "Japanese": "分散型 Web", + "Polish": "Zdecentralizowana sieć Web", + "Ukrainian": "децентралізована мережа" + }, + "definition": "The decentralized web, also known as web3, is a concept that refers to a new type of internet architecture that aims to provide a more open, secure, and privacy-preserving internet experience by removing the need for centralized intermediaries and giving users more control over their data. In contrast to the current centralized web, where most online activities are controlled by a few large corporations and their servers, the decentralized web relies on a network of distributed nodes and peer-to-peer protocols to store and transmit data. This means that there is no central authority controlling the internet, and users can interact directly with each other without the need for intermediaries." + }, + "deposit": { + "term": "deposit", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "deposit", + "Simplified Chinese": "保证金", + "French": "dépôt", + "German": "Einzahlung", + "Indonesian": "deposit", + "Italian": "deposito", + "Korean": "예치", + "Persian": "واریز", + "Brazilian Portuguese": "depositar", + "Russian": "депозит", + "Spanish": "", + "Filipino (Tagalog)": "deposito", + "Thai": "ฝาก", + "Turkish": "para yatırma", + "Vietnamese": "gửi tiền", + "Arabic": "الإيداع", + "Traditional Chinese": "充值", + "Dutch": "storten", + "Greek": "κατάθεση", + "Hindi": "डिपॉज़िट", + "Hungarian": "letét", + "Japanese": "デポジット", + "Polish": "Depozyt", + "Ukrainian": "депозит" + }, + "definition": "In most web3 contexts, 'depositing' refers to the act of transferring some amount of token(s) to an address other than one's own, most often to a smart contract controlled by a 'protocol', such as a decentralized exchange, video game or multiverse, DAO, etc. Generally, the user will receive something in return for their deposit, and the deposit can be claimed at the user's discretion, or upon completion of given conditions. Compare with 'stake'." + }, + "derive / derivation": { + "term": "derive / derivation", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "derive / derivation", + "Simplified Chinese": "派生", + "French": "dériver / dérivation", + "German": "Ableiten / Ableitung", + "Indonesian": "berasal / turunan", + "Italian": "deriva / derivazione", + "Korean": "파생 / 파생", + "Persian": "مشتق شدن/اشتقاق", + "Brazilian Portuguese": "derivar / derivação", + "Russian": "сделать вывод / вывод/извлекать/выводить/производное от", + "Spanish": "derivar / derivación", + "Filipino (Tagalog)": "nagmula / pinagmulan", + "Thai": "ได้มาจาก / อนุพัทธ์", + "Turkish": "türev / türetme", + "Vietnamese": "phái sinh/phái sinh", + "Arabic": "يشتقّ / اشتقاق", + "Traditional Chinese": "金融衍生品", + "Dutch": "afleiden/afleiding", + "Greek": "παραγωγή / προέλευση", + "Hindi": "डीराइव / डेरिवेशन", + "Hungarian": "származtatni/származtatás", + "Japanese": "導き出す / 導出", + "Polish": "Uzyskiwanie", + "Ukrainian": "Вивести/деривація" + }, + "definition": "To derive something is to obtain it from an original source. In the context of crypto-technology, we often discuss 'deriving' wallets and accounts from seed phrases (aka Secret Recovery Phrases, or SRPs). This is literally true: the SRP represents a cryptographic key which is used to derive account addresses deterministically, meaning they will be derived the same way each time. Another, more technical, way of referring to this technology is to refer to 'hierarchical deterministic' wallets." + }, + "dev": { + "term": "dev", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "dev", + "Simplified Chinese": "开发者", + "French": "dev.", + "German": "Entwickler", + "Indonesian": "dev", + "Italian": "dev", + "Korean": "개발자", + "Persian": "توسعه دهنده", + "Brazilian Portuguese": "dev", + "Russian": "разраб/дев", + "Spanish": "desarrollador", + "Filipino (Tagalog)": "dev", + "Thai": "นักพัฒนา", + "Turkish": "geliştirici", + "Vietnamese": "nhà lập trình", + "Arabic": "مُطورّ", + "Traditional Chinese": "開發者", + "Dutch": "ontwikkelaar", + "Greek": "Προγραμματιστής", + "Hindi": "dev", + "Hungarian": "dev", + "Japanese": "Dev", + "Polish": "Dev", + "Ukrainian": "розробник" + }, + "definition": "Abbreviation of developer." + }, + "Devcon": { + "term": "Devcon", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Devcon", + "Simplified Chinese": "Ethereum 开发者会议", + "French": "DevCon", + "German": "Devcon", + "Indonesian": "Devcon", + "Italian": "Devcon", + "Korean": "Ethereum 개발 컨퍼런스", + "Persian": "کنفرانس توسعه‌دهندگان اتریوم", + "Brazilian Portuguese": "Devcon", + "Russian": "Конференция разработчиков", + "Spanish": "Devcon", + "Filipino (Tagalog)": "Devcon", + "Thai": "Devcon", + "Turkish": "Devcon", + "Vietnamese": "Devcon", + "Arabic": "Devcon", + "Traditional Chinese": "Devcon 區塊鏈媒體", + "Dutch": "Devcon", + "Greek": "Devcon", + "Hindi": "Devcon", + "Hungarian": "Devcon", + "Japanese": "Devcon", + "Polish": "Devcon", + "Ukrainian": "Devcon" + }, + "definition": "This is shorthand for the Ethereum Developers’ Conference." + }, + "Developer": { + "term": "Developer", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Developer", + "Simplified Chinese": "开发者", + "French": "Développeur", + "German": "Entwickler", + "Indonesian": "Pengembang", + "Italian": "Sviluppatore", + "Korean": "개발자", + "Persian": "توسعه دهنده", + "Brazilian Portuguese": "Desenvolvedor", + "Russian": "Разработчик", + "Spanish": "desarrollador", + "Filipino (Tagalog)": "Developer", + "Thai": "นักพัฒนา", + "Turkish": "Geliştirici", + "Vietnamese": "Nhà lập trình", + "Arabic": "مُطورّ", + "Traditional Chinese": "開發者", + "Dutch": "ontwikkelaar", + "Greek": "Προγραμματιστής", + "Hindi": "Developer", + "Hungarian": "fejlesztő", + "Japanese": "開発者", + "Polish": "Twórca oprogramowania", + "Ukrainian": "Розробник" + }, + "definition": "A person that creates new products, especially computer products such as software." + }, + "DEX": { + "term": "DEX", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "DEX", + "Simplified Chinese": "DEX(去中心化交易所)", + "French": "DEX", + "German": "DEX", + "Indonesian": "DEX", + "Italian": "DEX", + "Korean": "DEX", + "Persian": "دکس", + "Brazilian Portuguese": "DEX", + "Russian": "DEX", + "Spanish": "DEX", + "Filipino (Tagalog)": "DEX", + "Thai": "DEX", + "Turkish": "DEX", + "Vietnamese": "DEX", + "Arabic": "بورصة لامركزية (DEX)", + "Traditional Chinese": "去中心化交易所", + "Dutch": "DEX", + "Greek": "DEX (αποκεντρωμένη ανταλλαγή)", + "Hindi": "DEX", + "Hungarian": "DEX", + "Japanese": "DEX", + "Polish": "DEX", + "Ukrainian": "DEX" + }, + "definition": "Acronym; see 'decentralized exchange'." + }, + "difficulty": { + "term": "difficulty", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "difficulty", + "Simplified Chinese": "难度", + "French": "difficulté", + "German": "Schwierigkeit", + "Indonesian": "kesulitan", + "Italian": "difficoltà", + "Korean": "난이도", + "Persian": "سختی", + "Brazilian Portuguese": "dificuldade", + "Russian": "сложность", + "Spanish": "dificultad", + "Filipino (Tagalog)": "kahirapan", + "Thai": "ความยากในการขุด", + "Turkish": "zorluk", + "Vietnamese": "độ khó", + "Arabic": "صعوبة التعدين", + "Traditional Chinese": "難度值", + "Dutch": "difficulty/moeilijkheid", + "Greek": "δυσκολία", + "Hindi": "डिफीकल्टी", + "Hungarian": "nehézség", + "Japanese": "採掘難易度", + "Polish": "Trudność", + "Ukrainian": "складність" + }, + "definition": "The concept outlining how hard it is to verify blocks in a blockchain network during Proof of Work mining. In the Bitcoin network, the difficulty of mining adjusts every 2016 blocks. This is to keep block verification time at ten minutes." + }, + "difficulty bomb": { + "term": "difficulty bomb", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "difficulty bomb", + "Simplified Chinese": "难度炸弹", + "French": "bombe de difficulté", + "German": "Schwierigkeitsbombe", + "Indonesian": "difficulty bomb", + "Italian": "difficulty bomb", + "Korean": "난이도 폭탄", + "Persian": "بمب سختی", + "Brazilian Portuguese": "bomba de dificuldade", + "Russian": "бомба сложности", + "Spanish": "bomba de dificultad", + "Filipino (Tagalog)": "bomba ng kahirapan", + "Thai": "ปรับความยากจนขุดไม่ได้", + "Turkish": "zorluk bombası", + "Vietnamese": "bom độ khó", + "Arabic": "انفجار الصعوبة", + "Traditional Chinese": "難度炸彈", + "Dutch": "difficulty bomb", + "Greek": "βόμβα δυσκολίας", + "Hindi": "डिफीकल्टी बॉम्ब", + "Hungarian": "nehézségi bomba", + "Japanese": "ディフィカルティボム", + "Polish": "Bomba trudności", + "Ukrainian": "бомба складності" + }, + "definition": "The difficulty bomb, along with the Beacon Chain and others, was a key element of Ethereum's upgrade to Ethereum 2.0 and a Proof of Stake (PoS) consensus mechanism. As the name indicates, the difficulty bomb was a software mechanism that increased block verification difficulty, making it more expensive and difficult--eventually, prohibitively so--to mine a new block. Through economic incentive, and later, the raw limitations of computing power, this forced the shift to PoS consensus. See also 'Proof of Stake', 'the Merge'." + }, + "digital asset": { + "term": "digital asset", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "digital asset", + "Simplified Chinese": "数字资产", + "French": "Actif numérique", + "German": "Digitales Asset", + "Indonesian": "aset digital", + "Italian": "asset digitale", + "Korean": "디지털 자산", + "Persian": "دارایی دیجیتال", + "Brazilian Portuguese": "ativo digital", + "Russian": "цифровой актив", + "Spanish": "activo digital", + "Filipino (Tagalog)": "digital na asset", + "Thai": "สินทรัพย์ดิจิทัล", + "Turkish": "dijital varlık", + "Vietnamese": "tài sản kỹ thuật số", + "Arabic": "أصل رقمي", + "Traditional Chinese": "區塊鏈數字資產", + "Dutch": "digitale asset", + "Greek": "ψηφιακά διαθέσιμα στοιχεία", + "Hindi": "डिजिटल एसेट", + "Hungarian": "digitális eszköz", + "Japanese": "デジタル資産", + "Polish": "Aktywa cyfrowe", + "Ukrainian": "цифровий актив" + }, + "definition": "A digital commodity that is scarce, electronically transferable, and intangible with a market value." + }, + "digital identity": { + "term": "digital identity", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "digital identity", + "Simplified Chinese": "数字身份", + "French": "identité numérique", + "German": "Digitale Identität", + "Indonesian": "identitas digital", + "Italian": "identità digitale", + "Korean": "디지털 신원", + "Persian": "هویت دیجیتال", + "Brazilian Portuguese": "identidade digital", + "Russian": "цифровая личность/цифровая идентификация/цифровой профиль", + "Spanish": "identidad digital", + "Filipino (Tagalog)": "digital na pagkakakilanlan", + "Thai": "อัตลักษณ์ดิจิทัล", + "Turkish": "dijital kimlik", + "Vietnamese": "nhận dạng kỹ thuật số", + "Arabic": "هوية رقمية", + "Traditional Chinese": "數位身份", + "Dutch": "digitale identiteit", + "Greek": "ηλεκτρονική ταυτότητα", + "Hindi": "डिजिटल आइडेंटिटी", + "Hungarian": "digitális identitás", + "Japanese": "デジタルアイデンティティ", + "Polish": "Tożsamość cyfrowa", + "Ukrainian": "цифрова ідентичність" + }, + "definition": "An online or networked identity adopted by an individual, organization, or electronic device." + }, + "Digital signature": { + "term": "Digital signature", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Digital signature", + "Simplified Chinese": "电子签名", + "French": "Signature numérique", + "German": "Digitale Signatur", + "Indonesian": "Tanda tangan digital", + "Italian": "Firma digitale", + "Korean": "전자 서명", + "Persian": "امضای دیجیتال", + "Brazilian Portuguese": "Assinatura digital", + "Russian": "Цифровая подпись", + "Spanish": "firma digital", + "Filipino (Tagalog)": "Digital na lagda", + "Thai": "ลายเซ็นดิจิทัล", + "Turkish": "Dijital imza", + "Vietnamese": "Chữ ký số", + "Arabic": "توقيع رقمي", + "Traditional Chinese": "數位簽章", + "Dutch": "digitale handtekening", + "Greek": "Ηλεκτρονική υπογραφή", + "Hindi": "डिजिटल सिग्नेचर", + "Hungarian": "digitális aláírás", + "Japanese": "デジタル署名", + "Polish": "Podpis cyfrowy", + "Ukrainian": "Цифровий підпис" + }, + "definition": "A short string of data a user produces for a document using a private key such that anyone with the corresponding public key, the signature, and the document can verify that (1) the document was 'signed' by the owner of that particular private key, and (2) the document was not changed after it was signed." + }, + "Distributed Denial of Service (DDoS) Attack": { + "term": "Distributed Denial of Service (DDoS) Attack", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Distributed Denial of Service (DDoS) Attack", + "Simplified Chinese": "分布式拒绝服务攻击(DDoS)", + "French": "Attaque par déni de service (DDoS)", + "German": "Distributed Denial of Service (DDoS) Angriff", + "Indonesian": "Serangan Distributed Denial of Service (DDoS)", + "Italian": "Attacco Distributed Denial of Service (DDoS)", + "Korean": "분산 서비스 거부(DDoS) 공격", + "Persian": "حمله محروم‌سازی از سرویس (دیداس)", + "Brazilian Portuguese": "Ataque de negação de serviço distribuído (DDoS)", + "Russian": "Распределенная атака типа «отказ в обслуживании» (DDoS)", + "Spanish": "ataque distribuido de denegación de servicio (DDoS)", + "Filipino (Tagalog)": "Distributed Denial of Service (DDoS) na Pag-atake", + "Thai": "การโจมตีแบบปฏิเสธการให้บริการแบบกระจาย (DDoS)", + "Turkish": "Dağıtık Hizmet Reddi (DDoS) Saldırısı", + "Vietnamese": "Tấn công từ chối dịch vụ phân tán (DDoS)", + "Arabic": "الهجمات الموزعة لحجب الخدمة (DDoS)", + "Traditional Chinese": "分散式阻斷服務攻擊", + "Dutch": "DDOS-aanval (distributed denial of service)", + "Greek": "Eπίθεση άρνησης εξυπηρέτησης (DDoS)", + "Hindi": "डिस्ट्रीब्यूटेड डिनायल ऑफ सर्विस (DDoS) अटैक", + "Hungarian": "elosztott szolgáltatásmegtagadási (DDoS) támadás", + "Japanese": "分散型サービス拒否 (DDoS) 攻撃", + "Polish": "Atak DDoS (Distributed Denial of Service)", + "Ukrainian": "Розподілена атака типу «відмова в обслуговуванні» (DDoS)" + }, + "definition": "A type of cyber-attack in which the perpetrator continuously overwhelms the system with requests in order to prevent service of legitimate requests." + }, + "distributed ledger": { + "term": "distributed ledger", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "distributed ledger", + "Simplified Chinese": "分布式账本", + "French": "registre distribué", + "German": "Distributed Ledger", + "Indonesian": "ledger terdistribusi", + "Italian": "registro distribuito", + "Korean": "분산 원장", + "Persian": "دفترکل توزیع‌شده", + "Brazilian Portuguese": "registro distribuído", + "Russian": "распределенный реестр", + "Spanish": "registro distribuido", + "Filipino (Tagalog)": "ipinamahaging ledger", + "Thai": "การจดบัญชีแบบกระจาย", + "Turkish": "dağıtılmış defter", + "Vietnamese": "sổ cái phân tán", + "Arabic": "السجل الموزع", + "Traditional Chinese": "分布式分類帳", + "Dutch": "distributed ledger", + "Greek": "Κατανεμημένο Καθολικό", + "Hindi": "डिस्ट्रिब्यूटेड लेजर (ledger)", + "Hungarian": "elosztott főkönyv", + "Japanese": "分散型台帳", + "Polish": "Rejestr rozproszony", + "Ukrainian": "розподілений реєстр" + }, + "definition": "A type of database which spreads across multiple sites, countries, or institutions. Records are stored sequentially in a continuous ledger. Distributed ledger data can be either “permissioned” or “unpermissioned”, determining who can view it. This term is used, often, to refer in general to public blockchain technology, as 'crypto' has come to mean 'cryptocurrency', 'web3' is the collective community, and 'blockchain', after all, is 'just' the data structure used to sync the distributed ledger itself." + }, + "Distributed Ledger Technology": { + "term": "Distributed Ledger Technology", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Distributed Ledger Technology", + "Simplified Chinese": "分布式账本技术", + "French": "Technologie de registre distribué", + "German": "Distributed-Ledger-Technologie", + "Indonesian": "Teknologi Ledger Terdistribusi", + "Italian": "Distributed Ledger Technology", + "Korean": "분산 원장 기술", + "Persian": "فناوری دفترکل توزیع‌شده", + "Brazilian Portuguese": "Tecnologia de registro distribuído", + "Russian": "Технология распределенного реестра", + "Spanish": "tecnología de registro distribuido", + "Filipino (Tagalog)": "Distributed Ledger Technology", + "Thai": "เทคโนโลยีการจดบัญชีแบบกระจาย", + "Turkish": "Dağıtılmış Defter Teknolojisi", + "Vietnamese": "Công nghệ sổ cái phân tán", + "Arabic": "تقنية دفتر الأستاذ الموزع", + "Traditional Chinese": "分散式帳本技術", + "Dutch": "distributed ledger technology", + "Greek": "DLT (Τεχνολογία Κατανεμημένου Καθολικού)", + "Hindi": "Distributed Ledger Technology", + "Hungarian": "elosztott főkönyvi technológia (DLT)", + "Japanese": "分散型台帳技術", + "Polish": "Technologia rozproszonego rejestru", + "Ukrainian": "Технологія розподіленого реєстру" + }, + "definition": "A type of database which spreads across multiple sites, countries, or institutions. Records are stored sequentially in a continuous ledger. Distributed ledger data can be either “permissioned” or “unpermissioned”, determining who can view it. This term is used, often, to refer in general to public blockchain technology, as ‘crypto’ has come to mean ‘cryptocurrency’, ‘web3’ is the collective community, and ‘blockchain’, after all, is “just” the data structure used to sync the distributed ledger itself." + }, + "DLT": { + "term": "DLT", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "DLT", + "Simplified Chinese": "DLT(分布式账本技术)", + "French": "DLT", + "German": "DLT", + "Indonesian": "DLT", + "Italian": "DLT", + "Korean": "DLT", + "Persian": "فناوری دفترکل توزیع‌شده", + "Brazilian Portuguese": "DLT", + "Russian": "DLT", + "Spanish": "DLT", + "Filipino (Tagalog)": "DLT", + "Thai": "DLT", + "Turkish": "DLT", + "Vietnamese": "DLT", + "Arabic": "تقنية دفتر الأستاذ الموزع (DLT)", + "Traditional Chinese": "分散式帳本技術", + "Dutch": "DLT", + "Greek": "DLT (Τεχνολογία Κατανεμημένου Καθολικού)", + "Hindi": "DLT", + "Hungarian": "DLT", + "Japanese": "DLT", + "Polish": "DLT", + "Ukrainian": "DLT" + }, + "definition": "Acronym; see 'distributed ledger technology'." + }, + "double spend": { + "term": "double spend", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "double spend", + "Simplified Chinese": "双重支付", + "French": "Double dépense", + "German": "Doppelte Ausgaben", + "Indonesian": "penggunaan ganda", + "Italian": "doppia spesa", + "Korean": "이중 지불", + "Persian": "دوبار خرج‌کردن", + "Brazilian Portuguese": "gasto duplo", + "Russian": "двойное расходование", + "Spanish": "doble gasto", + "Filipino (Tagalog)": "dobleng paggasta", + "Thai": "จ่ายซ้ำ", + "Turkish": "çift harcama", + "Vietnamese": "chi tiêu kép", + "Arabic": "إنفاق مزدوج", + "Traditional Chinese": "雙重支付", + "Dutch": "double-spending", + "Greek": "double spend", + "Hindi": "डबल स्पेंड", + "Hungarian": "dupla költés", + "Japanese": "二重支払い", + "Polish": "Podwójne wydatkowanie", + "Ukrainian": "подвійна трата" + }, + "definition": "The 'double spend' is the benchmark security concern of blockchain networks: how do we ensure that someone doesn't send the same transaction to two different entities, essentially 'spending their money twice'? This is the cornerstone of the consensus mechanism, ensuring that all nodes of the network are 'in agreement' about which assets are allocated to which addresses, on an ongoing basis, to prevent malicious actions such as a double spend." + }, + "ecosystem": { + "term": "ecosystem", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ecosystem", + "Simplified Chinese": "生态系统", + "French": "écosystème", + "German": "Ökosystem", + "Indonesian": "ekosistem", + "Italian": "ecosistema", + "Korean": "생태계", + "Persian": "اکوسیستم", + "Brazilian Portuguese": "ecossistema", + "Russian": "экосистема", + "Spanish": "ecosistema", + "Filipino (Tagalog)": "ekosistema", + "Thai": "ระบบนิเวศ", + "Turkish": "ekosistem", + "Vietnamese": "hệ sinh thái", + "Arabic": "النظام البيئي", + "Traditional Chinese": "生態圈", + "Dutch": "ecosysteem", + "Greek": "οικοσύστημα", + "Hindi": "इकोसिस्टम", + "Hungarian": "ökoszisztéma", + "Japanese": "エコシステム", + "Polish": "Ekosystem", + "Ukrainian": "екосистема" + }, + "definition": "In the context of 'web3 ecosystem'; 'blockchain ecosystem'. See 'web3'; See 'blockchain'" + }, + "Edge": { + "term": "Edge", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Edge", + "Simplified Chinese": "Edge", + "French": "Edge", + "German": "Edge", + "Indonesian": "Edge", + "Italian": "Edge", + "Korean": "Edge", + "Persian": "مرزی", + "Brazilian Portuguese": "Edge", + "Russian": "Граничный (Edge, if browser)", + "Spanish": "Edge", + "Filipino (Tagalog)": "Edge", + "Thai": "Edge", + "Turkish": "Edge", + "Vietnamese": "Edge", + "Arabic": "الطرفية", + "Traditional Chinese": "Edge", + "Dutch": "edge/Edge", + "Greek": "Edge", + "Hindi": "Edge", + "Hungarian": "él", + "Japanese": "エッジ / Edge", + "Polish": "Edge", + "Ukrainian": "Edge" + }, + "definition": "In the context of 'Edge computing': it is an emerging computing paradigm which refers to a range of networks and devices at or near the user. Edge is about processing data closer to where it's being generated, enabling processing at greater speeds and volumes, leading to greater action-led results in real time. The term can also refer to Microsoft's browser or the crypto software wallet" + }, + "EIP-1559": { + "term": "EIP-1559", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "EIP-1559", + "Simplified Chinese": "Ethereum 改进提议(EIP)-1559", + "French": "EIP-1559", + "German": "EIP-1559", + "Indonesian": "EIP-1559", + "Italian": "EIP-1559", + "Korean": "EIP-1559", + "Persian": "EIP-1559", + "Brazilian Portuguese": "EIP-1559", + "Russian": "EIP-1559", + "Spanish": "EIP-1559", + "Filipino (Tagalog)": "EIP-1559", + "Thai": "EIP-1559", + "Turkish": "EIP-1559", + "Vietnamese": "EIP-1559", + "Arabic": "EIP-1559", + "Traditional Chinese": "EIP-1559", + "Dutch": "EIP-1559", + "Greek": "EIP-1559", + "Hindi": "EIP-1559", + "Hungarian": "EIP-1559", + "Japanese": "EIP-1559", + "Polish": "EIP-1559", + "Ukrainian": "EIP-1559" + }, + "definition": "EIP (Ethereum Improvement Proposal) The EIP process is a public and open process through which suggestions are made as to how to change (and hopefully, improve) the way the Ethereum network functions as a whole. Individual EIPs are referred to by the name assigned to them in the repository, for example, EIP-1559. EIP-1559 will change Ethereum’s fee market mechanism. Fundamentally, EIP-1559 gets rid of the first-price auction as the main gas fee calculation. In first-price auctions, people bid a set amount of money to pay for their transaction to be processed, and the highest bidder wins. With EIP-1559, there will be a discrete “base fee” for transactions to be included in the next block. For users or applications that want to prioritize their transaction, they can add a “tip,” which is called a “priority fee” to pay a miner for faster inclusion." + }, + "encrypted vs unencrypted keys": { + "term": "encrypted vs unencrypted keys", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "encrypted vs unencrypted keys", + "Simplified Chinese": "加密秘钥与未加密密钥", + "French": "clés chiffrées ou clés déchiffrées", + "German": "Verschlüsselte vs. unverschlüsselte Schlüssel", + "Indonesian": "kunci terenkripsi vs tidak terenkripsi", + "Italian": "chiavi crittografate vs non crittografate", + "Korean": "암호화된 키와 암호화되지 않은 키", + "Persian": "کلیدهای رمزگذاری شده در مقابل کلیدهای رمزگذاری نشده", + "Brazilian Portuguese": "chaves criptografadas vs não criptografadas", + "Russian": "зашифрованные и незашифрованные ключи", + "Spanish": "claves cifradas vs no cifradas", + "Filipino (Tagalog)": "naka-encrypt kumpara sa mga hindi naka-encrypt na key", + "Thai": "คีย์เข้ารหัส / คีย์ไม่เข้ารหัส", + "Turkish": "şifrelenmiş ve şifrelenmemiş anahtarlar", + "Vietnamese": "khóa được mã hóa và khoá không được mã hóa", + "Arabic": "المفاتيح المشفرة مقابل غير المشفرة", + "Traditional Chinese": "加密金鑰 VS 未加密金鑰", + "Dutch": "sleutels met of zonder encryptie", + "Greek": "κρυπτογραφημένα έναντι μη κρυπτογραφημένων κλειδιών", + "Hindi": "एन्क्रिप्टेड बनाम अनएन्क्रिप्टेड कीज़ (keys)", + "Hungarian": "titkosított vs. titkosítatlan kulcsok", + "Japanese": "暗号化鍵 vs 非暗号化鍵", + "Polish": "Klucze zaszyfrowane i niezaszyfrowane", + "Ukrainian": "зашифровані проти незашифрованих ключів" + }, + "definition": "As discussed elsewhere, public and private cryptographic key pairs are one of the technologies that underpins cryptocurrencies and 'crypto' tech in general. In MetaMask, an unencrypted private key is 64 characters long, and it is used to unlock or restore wallets. An encrypted key is also 64 letters long and is a regular private key that has gone through the process of encryption. Usually, encrypted private keys are kept within the extension or device they are encrypted by, and they remain out of sight from the user. This is meant to add another layer of security to keep a user’s wallet information safe. By way of example: if the world ‘Apple’ was your private key, then it was encrypted three letters down the alphabet, your new encrypted key would be ‘Dssoh’. Since you know the way to encrypt this key, you could derive the original private key from it by reversing the method of encryption." + }, + "encryption": { + "term": "encryption", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "encryption", + "Simplified Chinese": "加密", + "French": "Chiffrement", + "German": "Verschlüsselung", + "Indonesian": "enkripsi", + "Italian": "Crittografia", + "Korean": "암호화", + "Persian": "رمزگذاری", + "Brazilian Portuguese": "criptografia", + "Russian": "шифрование", + "Spanish": "cifrado", + "Filipino (Tagalog)": "pag-encrypt", + "Thai": "การเข้ารหัส", + "Turkish": "şifreleme", + "Vietnamese": "mã hóa", + "Arabic": "التشفير", + "Traditional Chinese": "加密", + "Dutch": "encryptie/versleuteling", + "Greek": "κρυπτογράφηση", + "Hindi": "एन्क्रिप्शन", + "Hungarian": "titkosítás", + "Japanese": "暗号化", + "Polish": "Szyfrowanie", + "Ukrainian": "шифрування" + }, + "definition": "Encrpytion, literally 'in a hidden place', is the art and science of encoding information to control who can read it, or how it is to be read. Encryption occurs in natural (human) languages, as well as in machine and computer languages. Highly complex, and therefore difficult to decipher, encryption is an essential element enabling blockchain networks to be simultaneously public and secure." + }, + "ENS": { + "term": "ENS", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ENS", + "Simplified Chinese": "ENS(Ethereum 域名服务)", + "French": "ENS (service de nomination Ethereum)", + "German": "ENS", + "Indonesian": "ENS", + "Italian": "ENS", + "Korean": "ENS", + "Persian": "ENS", + "Brazilian Portuguese": "ENS", + "Russian": "ENS", + "Spanish": "ENS", + "Filipino (Tagalog)": "ENS", + "Thai": "ENS", + "Turkish": "ENS", + "Vietnamese": "ENS", + "Arabic": "بروتوكول ENS", + "Traditional Chinese": "以太坊域名服務", + "Dutch": "ENS", + "Greek": "ENS", + "Hindi": "ENS", + "Hungarian": "ENS", + "Japanese": "ENS", + "Polish": "ENS", + "Ukrainian": "ENS" + }, + "definition": "The Ethereum Name Service is a protocol, managed by a DAO, which assigns human-readable and easy-to-remember addresses to Ethereum addresses and assets, homologous to the traditional internet's DNS." + }, + "Enterprise Ethereum Alliance (EEA)": { + "term": "Enterprise Ethereum Alliance (EEA)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Enterprise Ethereum Alliance (EEA)", + "Simplified Chinese": "企业 Ethereum 联盟(EEA)", + "French": "Enterprise Ethereum Alliance (EEA)", + "German": "Enterprise Ethereum Alliance (EEA)", + "Indonesian": "Enterprise Ethereum Alliance (EEA)", + "Italian": "Enterprise Ethereum Alliance (EEA)", + "Korean": "엔터프라이즈 Ethereum 얼라이언스(EEA)", + "Persian": "‏اتحاد سازمانی اتریوم (EEA)", + "Brazilian Portuguese": "Enterprise Ethereum Alliance (EEA)", + "Russian": "Альянс разработчиков Ethereum (EEA)", + "Spanish": "Enterprise Ethereum Alliance (EEA)", + "Filipino (Tagalog)": "Enterprise Ethereum Alliance (EEA)", + "Thai": "กลุ่มพันธมิตร Enterprise Ethereum Alliance (EEA)", + "Turkish": "Kurumsal Ethereum İttifakı (EEA)", + "Vietnamese": "Liên minh Doanh nghiệp Ethereum (EEA)", + "Arabic": "تحالف Ethereum للمؤسسات (EEA)", + "Traditional Chinese": "企業以太坊聯盟", + "Dutch": "Enterprise Ethereum Alliance (EEA)", + "Greek": "Enterprise Ethereum Alliance (EEA)", + "Hindi": "एंटरप्राइज़ एथेरियम एलायंस (EEA)", + "Hungarian": "Enterprise Ethereum Alliance (EEA)", + "Japanese": "Enterprise Ethereum Alliance (EEA)", + "Polish": "Enterprise Ethereum Alliance (EEA)", + "Ukrainian": "Альянс корпоративного ефіру (EEA)" + }, + "definition": "A group of Ethereum core developers, startups, and large companies working together to commercialize and use Ethereum for different business applications. Website here." + }, + "entropy": { + "term": "entropy", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "entropy", + "Simplified Chinese": "熵", + "French": "entropie", + "German": "Entropie", + "Indonesian": "entropi", + "Italian": "entropia", + "Korean": "엔트로피", + "Persian": "بی‌نظمی", + "Brazilian Portuguese": "entropia", + "Russian": "энтропия", + "Spanish": "entropía", + "Filipino (Tagalog)": "entropy", + "Thai": "เอนโทรปี", + "Turkish": "entropi", + "Vietnamese": "độ hỗn loạn", + "Arabic": "إنتروبيا", + "Traditional Chinese": "熵", + "Dutch": "entropie", + "Greek": "εντροπία", + "Hindi": "एन्ट्रॉपी", + "Hungarian": "entrópia", + "Japanese": "エントロピー", + "Polish": "Entropia", + "Ukrainian": "ентропія" + }, + "definition": "In the context of cryptography, 'entropy' refers to 'randomness'; generally, the more random something is (the more entropy it has), the more secure it is." + }, + "epoch": { + "term": "epoch", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "epoch", + "Simplified Chinese": "时段", + "French": "epoch", + "German": "Epoche", + "Indonesian": "epok", + "Italian": "epoch", + "Korean": "에폭", + "Persian": "دوره زمانی/ایپاک", + "Brazilian Portuguese": "época", + "Russian": "эпоха", + "Spanish": "época", + "Filipino (Tagalog)": "kapanahunan", + "Thai": "อีพอกช์", + "Turkish": "epoch", + "Vietnamese": "epoch", + "Arabic": "حقبة", + "Traditional Chinese": "時期", + "Dutch": "epoch", + "Greek": "χρονική σήμανση", + "Hindi": "एपोच (epoch)", + "Hungarian": "korszak", + "Japanese": "エポック", + "Polish": "Epoka", + "Ukrainian": "епоха" + }, + "definition": "An epoch, in general, is a measure of time, or of blockchain progression, on a given blockchain. In Ethereum Proof of Stake, an epoch consists of 32 slots, each lasting 12 seconds, for a total of 6.4 minutes per epoch. There is additional functionality built upon the epoch measure in the Beacon Chain to help ensure security and proper operation of the Chain." + }, + "ERC": { + "term": "ERC", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "ERC", + "Simplified Chinese": "Ethereum 征求修正意见书(ERC)", + "French": "ERC", + "German": "ERC", + "Indonesian": "ERC", + "Italian": "ERC", + "Korean": "ERC", + "Persian": "ERC", + "Brazilian Portuguese": "ERC", + "Russian": "ERC", + "Spanish": "ERC", + "Filipino (Tagalog)": "ERC", + "Thai": "ERC", + "Turkish": "ERC", + "Vietnamese": "ERC", + "Arabic": "معيار ERC", + "Traditional Chinese": "以太坊提案請求", + "Dutch": "ERC", + "Greek": "ERC", + "Hindi": "ERC", + "Hungarian": "ERC", + "Japanese": "ERC", + "Polish": "ERC", + "Ukrainian": "ERC" + }, + "definition": "Ethereum Request for Comment, or ERC, is a bit of a misnomer, as it is used to refer to suggestions for modifications that have already made it through the Ethereum Improvement Protocol (EIP) process and have been made standard on Ethereum. An ERC is, essentially, a set of standards for a given operation or topic on the Ethereum network. The authoritative list can be found here." + }, + "ERC-1155": { + "term": "ERC-1155", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ERC-1155", + "Simplified Chinese": "Ethereum 征求修正意见书(ERC)-1155", + "French": "ERC-1155", + "German": "ERC-1155", + "Indonesian": "ERC-1155", + "Italian": "ERC-1155", + "Korean": "ERC-1155", + "Persian": "ERC-1155", + "Brazilian Portuguese": "ERC-1155", + "Russian": "ERC-1155", + "Spanish": "ERC-1155", + "Filipino (Tagalog)": "ERC-1155", + "Thai": "ERC-1155", + "Turkish": "ERC-1155", + "Vietnamese": "ERC-1155", + "Arabic": "ERC-1155", + "Traditional Chinese": "ERC-1155", + "Dutch": "ERC-1155", + "Greek": "ERC-1155", + "Hindi": "ERC-1155", + "Hungarian": "ERC-1155", + "Japanese": "ERC-1155", + "Polish": "ERC-1155", + "Ukrainian": "ERC-1155" + }, + "definition": "A token standard for creating semi-fungible tokens, meaning you can launch both fungible and non-fungible tokens within a single smart contract." + }, + "ERC-20 Token Standard": { + "term": "ERC-20 Token Standard", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ERC-20 Token Standard", + "Simplified Chinese": "Ethereum 征求修正意见书(ERC)-20 代币标准", + "French": "Norme de jeton ERC-20", + "German": "ERC-20 Token-Standard", + "Indonesian": "Token Standar ERC-20", + "Italian": "Standard ERC-20", + "Korean": "ERC-20 토큰 표준", + "Persian": "استاندارد توکن ERC-20", + "Brazilian Portuguese": "Padrão de token ERC-20", + "Russian": "Стандарт токенов ERC-20", + "Spanish": "token estándar ERC-20", + "Filipino (Tagalog)": "Pamantayan ng Token ng ERC-20", + "Thai": "มาตรฐานโทเค็น ERC-20", + "Turkish": "ERC-20 Token Standardı", + "Vietnamese": "Tiêu chuẩn Token ERC-20", + "Arabic": "معيار توكِنّ ERC-20", + "Traditional Chinese": "ERC-20 代幣標準", + "Dutch": "ERC-20 Token Standard", + "Greek": "ERC-20 Τυπικό Συμβολικό Νόμισμα", + "Hindi": "ERC-20 Token Standard", + "Hungarian": "ERC-20 token szabvány", + "Japanese": "ERC-20 トークン規格", + "Polish": "Standard tokena ERC-20", + "Ukrainian": "Стандарт токенів ERC-20" + }, + "definition": "ERC is the abbreviation for Ethereum Request for Comment and is followed by the assignment number of the standard. ERC-20 is a technical standard for smart contracts which is used to issue the majority of tokens (in particular, cryptocurrency tokens) extant on Ethereum. This list of rules states the requirements that a token must fulfill to be compliant and function within the Ethereum network." + }, + "ERC-721": { + "term": "ERC-721", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ERC-721", + "Simplified Chinese": "Ethereum 征求修正意见书(ERC)-721", + "French": "ERC-721", + "German": "ERC-721", + "Indonesian": "ERC-721", + "Italian": "ERC-721", + "Korean": "ERC-721", + "Persian": "ERC-721", + "Brazilian Portuguese": "ERC-721", + "Russian": "ERC-721", + "Spanish": "ERC-721", + "Filipino (Tagalog)": "ERC-721", + "Thai": "ERC-721", + "Turkish": "ERC-721", + "Vietnamese": "ERC-721", + "Arabic": "ERC-721", + "Traditional Chinese": "ERC-721", + "Dutch": "ERC-721", + "Greek": "ERC-721", + "Hindi": "ERC-721", + "Hungarian": "ERC-721", + "Japanese": "ERC-721", + "Polish": "ERC-721", + "Ukrainian": "ERC-721" + }, + "definition": "ERC-721 Token Standard Another standard for Ethereum smart contracts, which allows for the issuance of a non-fungible token: this is the standard that created what we all now know as an NFT. This token standard is used to represent a unique digital asset that is not interchangeable, as opposed to the ERC-20 (or other equivalent) standard, which issues identical, interchangeable tokens." + }, + "ERC-721 Token Standard": { + "term": "ERC-721 Token Standard", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ERC-721 Token Standard", + "Simplified Chinese": "Ethereum 征求修正意见书(ERC)-721 代币标准", + "French": "Norme de jeton ERC-721", + "German": "ERC-721 Token-Standard", + "Indonesian": "Token Standar ERC-721", + "Italian": "Standard ERC-721", + "Korean": "ERC-721 토큰 표준", + "Persian": "استاندارد توکن ERC-721", + "Brazilian Portuguese": "Padrão de token ERC-721", + "Russian": "Стандарт токенов ERC-721", + "Spanish": "token estándar ERC-721", + "Filipino (Tagalog)": "Pamantayan ng Token ng ERC-21", + "Thai": "มาตรฐานโทเค็น ERC-721", + "Turkish": "ERC-721 Token Standardı", + "Vietnamese": "Tiêu chuẩn Token ERC-721", + "Arabic": "معيار توكِنّ ERC-721", + "Traditional Chinese": "ERC-721 代幣標準", + "Dutch": "ERC-721 Token Standard", + "Greek": "ERC-721 Τυπικό Συμβολικό Νόμισμα", + "Hindi": "ERC-721 Token Standard", + "Hungarian": "ERC-721 token szabvány", + "Japanese": "ERC-721 トークン規格", + "Polish": "Standard tokena ERC-721", + "Ukrainian": "Стандарт токенів ERC-721" + }, + "definition": "ERC-721 Token Standard A standard for Ethereum smart contracts, which allows for the issuance of a non-fungible token: this is the standard that created what we all now know as an NFT. This token standard is used to represent a unique digital asset that is not interchangeable, as opposed to the ERC-20 (or other equivalent) standard, which issues identical, interchangeable tokens." + }, + "ETH": { + "term": "ETH", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ETH", + "Simplified Chinese": "ETH", + "French": "ETH", + "German": "ETH", + "Indonesian": "ETH", + "Italian": "ETH", + "Korean": "ETH", + "Persian": "ETH", + "Brazilian Portuguese": "ETH", + "Russian": "ETH", + "Spanish": "ETH", + "Filipino (Tagalog)": "ETH", + "Thai": "ETH", + "Turkish": "ETH", + "Vietnamese": "ETH", + "Arabic": "ETH", + "Traditional Chinese": "以太幣", + "Dutch": "ETH", + "Greek": "ETH", + "Hindi": "ETH", + "Hungarian": "ETH", + "Japanese": "ETH", + "Polish": "ETH", + "Ukrainian": "ETH" + }, + "definition": "Acronym; see 'ether'" + }, + "ether (denominations)": { + "term": "ether (denominations)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ether (denominations)", + "Simplified Chinese": "以太币(面额)", + "French": "ether (dénominations)", + "German": "Ether (Denominationen)", + "Indonesian": "ether (denominations)", + "Italian": "ether (denominazioni)", + "Korean": "에테르(단위)", + "Persian": "اتر (نام‌گذاری‌ها)", + "Brazilian Portuguese": "ether (denominações)", + "Russian": "эфир (номиналы)", + "Spanish": "ether (denominaciones)", + "Filipino (Tagalog)": "ether (mga denominasyon)", + "Thai": "อีเทอร์", + "Turkish": "ether (değerler)", + "Vietnamese": "ether (mệnh giá)", + "Arabic": "إيثر", + "Traditional Chinese": "以太幣", + "Dutch": "ether (denominaties)", + "Greek": "ether (denominations)", + "Hindi": "ईथर (ether) (डीनॉमिनेशन्स)", + "Hungarian": "éter", + "Japanese": "ether", + "Polish": "Ether (nominały)", + "Ukrainian": "ефір (номінали)" + }, + "definition": "There are a number of denominations of the currency we know as 'ether' or ETH; for the definitive explanation, see the original Ethereum Homestead documentation Ethereum Homestead documentation here." + }, + "ether (ETH)": { + "term": "ether (ETH)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ether (ETH)", + "Simplified Chinese": "以太币(ETH)", + "French": "ether (ETH)", + "German": "Ether (ETH)", + "Indonesian": "ether (ETH)", + "Italian": "ether (ETH)", + "Korean": "에테르(ETH)", + "Persian": "اتر (ETH)", + "Brazilian Portuguese": "ether (ETH)", + "Russian": "эфир (ETH)", + "Spanish": "ether (ETH)", + "Filipino (Tagalog)": "ether (ETH)", + "Thai": "อีเทอร์ (ETH)", + "Turkish": "ether (ETH)", + "Vietnamese": "ether (ETH)", + "Arabic": "إيثر (ETH)", + "Traditional Chinese": "以太幣", + "Dutch": "ether (ETH)", + "Greek": "ether (ETH)", + "Hindi": "ईथर (ether) (ETH)", + "Hungarian": "éter (ETH)", + "Japanese": "イーサ", + "Polish": "Ether (ETH)", + "Ukrainian": "ефір (ETH)" + }, + "definition": "Ether is the native cryptocurrency of the Ethereum blockchain network. Ether—also referred to as ETH (pronounced with a long “e”, like “teeth” without the “t”)—functions as the fuel of the Ethereum ecosystem, by quantifying the work performed by the network, and as a form of payment for participants securing the network." + }, + "Ethereum": { + "term": "Ethereum", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Ethereum", + "Simplified Chinese": "Ethereum", + "French": "Ethereum", + "German": "Ethereum", + "Indonesian": "Ethereum", + "Italian": "Ethereum", + "Korean": "Ethereum", + "Persian": "اتریوم", + "Brazilian Portuguese": "Ethereum", + "Russian": "Ethereum", + "Spanish": "Ethereum", + "Filipino (Tagalog)": "Ethereum", + "Thai": "Ethereum", + "Turkish": "Ethereum", + "Vietnamese": "Ethereum", + "Arabic": "Ethereum", + "Traditional Chinese": "以太坊", + "Dutch": "Ethereum", + "Greek": "Ethereum", + "Hindi": "Ethereum", + "Hungarian": "Ethereum", + "Japanese": "Ethereum", + "Polish": "Ethereum", + "Ukrainian": "Ethereum" + }, + "definition": "A public blockchain network and decentralized software platform upon which developers build and run applications. As it is a proper noun, it should always be capitalized." + }, + "Ethereum 2.0": { + "term": "Ethereum 2.0", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Ethereum 2.0", + "Simplified Chinese": "Ethereum 2.0", + "French": "Ethereum 2.0", + "German": "Ethereum 2.0", + "Indonesian": "Ethereum 2.0", + "Italian": "Ethereum 2.0", + "Korean": "Ethereum 2.0", + "Persian": "اتریوم 2.0", + "Brazilian Portuguese": "Ethereum 2.0", + "Russian": "Ethereum 2.0", + "Spanish": "Ethereum 2.0", + "Filipino (Tagalog)": "Ethereum 2.0", + "Thai": "Ethereum 2.0", + "Turkish": "Ethereum 2.0", + "Vietnamese": "Ethereum 2.0", + "Arabic": "Ethereum 2.0", + "Traditional Chinese": "以太坊 2.0", + "Dutch": "Ethereum 2.0", + "Greek": "Ethereum 2.0", + "Hindi": "Ethereum 2.0", + "Hungarian": "Ethereum 2.0", + "Japanese": "Ethereum 2.0", + "Polish": "Ethereum 2.0", + "Ukrainian": "Ethereum 2.0" + }, + "definition": "a.k.a The Merge Finalized in September 2022, the Merge was the culmination of years of work involved in transitioning Ethereum from a Proof of Work consensus model, to Proof of Stake, all while keeping the network live. This was successful, and reduced the network’s carbon footprint by more than 99.9%." + }, + "Ethereum Improvement Proposal (EIP)": { + "term": "Ethereum Improvement Proposal (EIP)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Ethereum Improvement Proposal (EIP)", + "Simplified Chinese": "Ethereum 改进提议(EIP)", + "French": "Propositions d’amélioration d’Ethereum (EIP)", + "German": "Ethereum Improvement Proposal (EIP)", + "Indonesian": "Proposal Peningkatan Ethereum (EIP)", + "Italian": "Ethereum Improvement Proposal (EIP)", + "Korean": "Ethereum 개선 제안(EIP)", + "Persian": "پروتکل‌های بهبود اتریوم (EIP)", + "Brazilian Portuguese": "Proposta de melhoria da Ethereum (EIP)", + "Russian": "Предложение по улучшению Ethereum (EIP)", + "Spanish": "propuesta de mejora de Ethereum (EIP)", + "Filipino (Tagalog)": "Ethereum Improvement Proposal (EIP)", + "Thai": "ข้อเสนอการปรับปรุง Ethereum (EIP)", + "Turkish": "Ethereum Geliştirme Teklifi (EIP)", + "Vietnamese": "Đề xuất cải tiến Ethereum (EIP)", + "Arabic": "مقترحات تحسين الإثيريوم (EIP)", + "Traditional Chinese": "以太坊改進提案", + "Dutch": "EIP (Ethereum Improvement Proposal)", + "Greek": "Ethereum Improvement Proposal (EIP)", + "Hindi": "एथेरियम इम्प्रूवमेंट प्रपोज़ल (EIP)", + "Hungarian": "Ethereum javítási protokollok (EIP)", + "Japanese": "Ethereum 改善提案 (EIP)", + "Polish": "EIP – Ethereum Improvement Proposal (propozycja ulepszenia sieci Ethereum)", + "Ukrainian": "Пропозиція щодо вдосконалення Ethereum (EIP)" + }, + "definition": "The EIP process is a public and open process through which suggestions are made as to how to change (and hopefully, improve) the way the Ethereum network functions as a whole; the official repository is here. Individual EIPs are referred to by the name assigned to them in the repository, for example, EIP-1559. Keep in mind that as it is an iterative, lengthy process, some EIPs never get fully approved, and some do, and many end up somewhere in a gray area of 'partially implemented'." + }, + "Ethereum Name Service (ENS)": { + "term": "Ethereum Name Service (ENS)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Ethereum Name Service (ENS)", + "Simplified Chinese": "Ethereum 域名服务(ENS)", + "French": "Service de nomination Ethereum (ENS)", + "German": "Ethereum Name Service (ENS)", + "Indonesian": "Layanan Nama Ethereum (ENS)", + "Italian": "Ethereum Name Service (ENS)", + "Korean": "Ethereum 네임 서비스(ENS)", + "Persian": "سرویس نام اتریوم (ENS)", + "Brazilian Portuguese": "Serviço de nomes Ethereum (ENS)", + "Russian": "Служба имен Ethereum (ENS)", + "Spanish": "servicio de nombres de Ethereum (ENS)", + "Filipino (Tagalog)": "Ethereum Name Service (ENS)", + "Thai": "เนมเซอร์วิส Ethereum (ENS)", + "Turkish": "Ethereum İsimlendirme Hizmeti (ENS)", + "Vietnamese": "Dịch vụ đăng ký tên miền trên Ethereum (ENS)", + "Arabic": "خدمة أسماء الإيثيريوم (ENS)", + "Traditional Chinese": "以太坊域名服務", + "Dutch": "ENS (Ethereum Name Service)", + "Greek": "Ethereum Name Service (ENS)", + "Hindi": "एथेरियम नेम सर्विस (ENS)", + "Hungarian": "Ethereum névszolgáltatás (ENS)", + "Japanese": "Ethereum ネームサービス (ENS)", + "Polish": "ENS – Ethereum Name Service (usługa nazw Ethereum)", + "Ukrainian": "Служба імен Ethereum (ENS)" + }, + "definition": "The Ethereum Name Service is a protocol, managed by a DAO, which assigns human-readable and easy-to-remember addresses to Ethereum addresses and assets, homologous to the traditional internet’s DNS." + }, + "Ethereum Public Address": { + "term": "Ethereum Public Address", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Ethereum Public Address", + "Simplified Chinese": "Ethereum 公钥", + "French": "Adresse publique Ethereum", + "German": "Öffentliche Ethereum-Adresse", + "Indonesian": "Alamat Publik Ethereum", + "Italian": "Indirizzo pubblico Ethereum", + "Korean": "Ethereum 퍼블릭 주소", + "Persian": "آدرس عمومی اتریوم", + "Brazilian Portuguese": "Endereço público Ethereum", + "Russian": "Публичный адрес Ethereum", + "Spanish": "dirección pública de ethereum", + "Filipino (Tagalog)": "Pampublikong Address ng Ethereum", + "Thai": "ที่อยู่สาธารณะ Ethereum", + "Turkish": "Ethereum Genel Adresi", + "Vietnamese": "Địa chỉ công khai Ethereum", + "Arabic": "عنوان إيثريوم العام", + "Traditional Chinese": "以太坊收款地址", + "Dutch": "openbaar Ethereum-adres", + "Greek": "Δημόσια Διεύθυνση Ethereum", + "Hindi": "एथेरियम पब्लिक एड्रेस", + "Hungarian": "Ethereum nyilvános cím", + "Japanese": "Ethereum パブリックアドレス", + "Polish": "Adres publiczny Ethereum", + "Ukrainian": "Публічна адреса Ethereum" + }, + "definition": "An Ethereum public address, also known as an Ethereum account address, is a string of 42 characters (including letters and numbers) that is used to receive or send Ethereum and other Ethereum-based tokens on the Ethereum network. Each Ethereum public address is unique and is associated with a private key that allows the owner of the address to sign and authorize transactions. The public address is derived from the private key using a mathematical algorithm, and it can be shared with others to receive payments or tokens. When sending Ethereum or tokens, users need to specify the recipient's public address as the destination for the transaction. Once the transaction is confirmed by the network, the Ethereum or tokens are transferred to the recipient's address." + }, + "Ethereum Virtual Machine (EVM)": { + "term": "Ethereum Virtual Machine (EVM)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Ethereum Virtual Machine (EVM)", + "Simplified Chinese": "Ethereum 虚拟机(EVM)", + "French": "Machine virtuelle Ethereum (EVM)", + "German": "Ethereum Virtual Machine (EVM)", + "Indonesian": "Mesin Virtual Ethereum (EVM)", + "Italian": "Ethereum Virtual Machine (EVM)", + "Korean": "Ethereum 가상 머신(EVM)", + "Persian": "ماشین مجازی اتریوم (EVM)", + "Brazilian Portuguese": "Máquina Virtual Ethereum (EVM)", + "Russian": "Виртуальная машина Ethereum (EVM)", + "Spanish": "máquina virtual de Ethereum (EVM)", + "Filipino (Tagalog)": "Ethereum Virtual Machine (EVM)", + "Thai": "เครื่องมือจำลอง Ethereum (EVM)", + "Turkish": "Ethereum Sanal Makinesi (EVM)", + "Vietnamese": "Máy ảo Ethereum (EVM)", + "Arabic": "محرك إيثريوم الافتراضي (EVM)", + "Traditional Chinese": "以太坊虛擬機", + "Dutch": "EVM (Ethereum Virtual Machine)", + "Greek": "Εικονική Μηχανή Ethereum (EVM)", + "Hindi": "एथेरियम वर्चुअल मशीन (EVM)", + "Hungarian": "Ethereum virtuális gép (EVM)", + "Japanese": "Ethereum 仮想マシン (EVM)", + "Polish": "EVM – Ethereum Virtual Machine (maszyna wirtualna Ethereum)", + "Ukrainian": "Віртуальна машина Ethereum (EVM)" + }, + "definition": "The EVM is a virtual machine that operates on the Ethereum network. It is Turing complete and allows anyone, anywhere to execute arbitrary EVM bytecode. All Ethereum nodes run on the EVM. It is home for smart contracts based on the Ethereum blockchain." + }, + "Etherscan": { + "term": "Etherscan", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Etherscan", + "Simplified Chinese": "Etherscan", + "French": "Etherscan", + "German": "Etherscan", + "Indonesian": "Etherscan", + "Italian": "Etherscan", + "Korean": "Etherscan", + "Persian": "EtherScan", + "Brazilian Portuguese": "Etherscan", + "Russian": "Etherscan", + "Spanish": "Etherscan", + "Filipino (Tagalog)": "Etherscan", + "Thai": "Etherscan", + "Turkish": "Etherscan", + "Vietnamese": "Etherscan", + "Arabic": "Etherscan", + "Traditional Chinese": "EtherScan", + "Dutch": "Etherscan", + "Greek": "Etherscan", + "Hindi": "Etherscan", + "Hungarian": "Etherscan", + "Japanese": "Etherscan", + "Polish": "Etherscan", + "Ukrainian": "EtherScan" + }, + "definition": "A popular website for analyzing activity on the Ethereum blockchain. See ‘blockchain explorer’. https://etherscan.io/" + }, + "EVM": { + "term": "EVM", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "EVM", + "Simplified Chinese": "EVM(Ethereum 虚拟机)", + "French": "EVM", + "German": "EVM", + "Indonesian": "EVM", + "Italian": "EVM", + "Korean": "EVM", + "Persian": "EVM", + "Brazilian Portuguese": "EVM", + "Russian": "EVM", + "Spanish": "EVM", + "Filipino (Tagalog)": "EVM", + "Thai": "EVM", + "Turkish": "EVM", + "Vietnamese": "EVM", + "Arabic": "EVM", + "Traditional Chinese": "以太坊虛擬機", + "Dutch": "EVM", + "Greek": "Εικονική Μηχανή Ethereum (EVM)", + "Hindi": "EVM", + "Hungarian": "EVM", + "Japanese": "EVM", + "Polish": "EVM", + "Ukrainian": "EVM" + }, + "definition": "Acronym; see 'Ethereum Virtual Machine'." + }, + "exchange": { + "term": "exchange", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "exchange", + "Simplified Chinese": "交易所", + "French": "échange", + "German": "Börse", + "Indonesian": "bursa", + "Italian": "exchange", + "Korean": "거래소", + "Persian": "صرافی", + "Brazilian Portuguese": "corretora", + "Russian": "биржа", + "Spanish": "intercambio", + "Filipino (Tagalog)": "palitan", + "Thai": "ตลาดแลกเปลี่ยน", + "Turkish": "borsa", + "Vietnamese": "sàn giao dịch", + "Arabic": "بورصة", + "Traditional Chinese": "交易所", + "Dutch": "exchange/cryptobeurs", + "Greek": "ανταλλαγή", + "Hindi": "एक्सचेंज", + "Hungarian": "tőzsde", + "Japanese": "取引所", + "Polish": "Giełda", + "Ukrainian": "біржа" + }, + "definition": "A place to trade cryptocurrency. Centralized exchanges, operated by companies like Coinbase and Gemini, function as intermediaries, while decentralized exchanges do not have a central authority." + }, + "Execution client": { + "term": "Execution client", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Execution client", + "Simplified Chinese": "执行客户端", + "French": "Client d’exécution", + "German": "Ausführungs-Client", + "Indonesian": "Klien eksekusi", + "Italian": "Client di esecuzione", + "Korean": "실행 클라이언트", + "Persian": "کلاینت اجرا", + "Brazilian Portuguese": "Cliente de execução", + "Russian": "Клиент-исполнитель", + "Spanish": "cliente de ejecución", + "Filipino (Tagalog)": "Kliyente sa pagpapatupad", + "Thai": "ไคลเอ็นต์ดำเนินการ", + "Turkish": "Yürütme istemcisi", + "Vietnamese": "Ứng dụng thực thi", + "Arabic": "عميل التنفيذ", + "Traditional Chinese": "執行客戶端", + "Dutch": "uitvoeringsclient", + "Greek": "Πελάτης εκτέλεσης", + "Hindi": "एक्सीक्यूशन क्लाइंट", + "Hungarian": "végrehajtási kliens", + "Japanese": "実行クライアント", + "Polish": "Klient wykonawczy", + "Ukrainian": "Виконавчий клієнт" + }, + "definition": "Execution clients are tasked with processing and broadcasting transactions, as well as with managing Ethereum's state. They run the computations for each transaction in the Ethereum Virtual Machine to ensure that the rules of the protocol are followed. Today, they also handle proof of work consensus. After the transition to proof of stake, they will delegate this to consensus clients." + }, + "Execution layer": { + "term": "Execution layer", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Execution layer", + "Simplified Chinese": "执行层", + "French": "Couche d’exécution", + "German": "Ausführungs-Layer", + "Indonesian": "Layer eksekusi", + "Italian": "Layer di esecuzione", + "Korean": "실행 레이어", + "Persian": "لایه اجرا", + "Brazilian Portuguese": "Camada de execução", + "Russian": "Слой исполнения", + "Spanish": "capa de ejecución", + "Filipino (Tagalog)": "Layer ng pagpapatupad", + "Thai": "เลเยอร์ดำเนินการ", + "Turkish": "Yürütme katmanı", + "Vietnamese": "Lớp thực thi", + "Arabic": "طبقة التنفيذ", + "Traditional Chinese": "執行層", + "Dutch": "uitvoeringslaag", + "Greek": "Επίπεδο εκτέλεσης", + "Hindi": "एक्सीक्यूशन लेयर", + "Hungarian": "végrehajtási réteg", + "Japanese": "実行レイヤー", + "Polish": "Warstwa wykonawcza", + "Ukrainian": "Виконавчий рівень" + }, + "definition": "Ethereum's execution layer is the network of execution clients." + }, + "Extended Private Key (XPRIV)": { + "term": "Extended Private Key (XPRIV)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Extended Private Key (XPRIV)", + "Simplified Chinese": "扩展密钥(XPRIV)", + "French": "Clé privée étendue (XPRIV)", + "German": "Erweiterter privater Schlüssel (XPRIV)", + "Indonesian": "Ekstensi Kunci Pribadi (XPRIV)", + "Italian": "Chiave privata estesa (XPRIV)", + "Korean": "확장 개인 키(XPRIV)", + "Persian": "کلیدخصوصی توسعه یافته (XPRIV)", + "Brazilian Portuguese": "Chave privada estendida (XPRIV)", + "Russian": "Расширенный закрытый ключ (XPRIV)", + "Spanish": "clave privada extendida (XPRIV)", + "Filipino (Tagalog)": "Extended Private Key (XPRIV)", + "Thai": "คีย์ส่วนตัวแบบขยาย (XPRIV)", + "Turkish": "Genişletilmiş Özel Anahtar (XPRIV)", + "Vietnamese": "Khóa riêng mở rộng (XPRIV)", + "Arabic": "المفتاح الخاص الموسعّ (XPRIV)", + "Traditional Chinese": "擴展私鑰", + "Dutch": "XPRIV (Extended Private Key)", + "Greek": "Εκτεταμένο ιδιωτικό κλειδί (XPRIV)", + "Hindi": "एक्सटेंडेड प्राइवेट की (XPRIV)", + "Hungarian": "kiterjesztett privát kulcs (XPRIV)", + "Japanese": "拡張秘密鍵 (XPRIV)", + "Polish": "Rozszerzony klucz prywatny (XPRIV)", + "Ukrainian": "Розширений закритий ключ (XPRIV)" + }, + "definition": "See 'private key'; see 'Hierarchical Deterministic (HD)' wallet. An extended private key, or xprv, is a private key which can be used to derive child private keys as part of a Hierarchical Deterministic (HD) wallet." + }, + "Extended Public Key (XPUB)": { + "term": "Extended Public Key (XPUB)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Extended Public Key (XPUB)", + "Simplified Chinese": "扩展公钥(XPUB)", + "French": "Clé publique étendue (XPUB)", + "German": "Erweiterter öffentlicher Schlüssel (XPUB)", + "Indonesian": "Ekstensi Kunci Umum (XPUB)", + "Italian": "Chiave pubblica estesa (XPUB)", + "Korean": "확장된 공개키(XPUB)", + "Persian": "کلیدعمومی توسعه یافته (XPUB)", + "Brazilian Portuguese": "Chave pública estendida (XPUB)", + "Russian": "Расширенный открытый ключ (XPUB)", + "Spanish": "clave pública extendida (XPUB)", + "Filipino (Tagalog)": "Extended Public Key (XPUB)", + "Thai": "คีย์สาธารณะแบบขยาย (XPUB)", + "Turkish": "Genişletilmiş Genel Anahtar (XPUB)", + "Vietnamese": "Khóa công khai mở rộng (XPUB)", + "Arabic": "المفتاح العام الموسعّ (XPUB)", + "Traditional Chinese": "擴展公鑰", + "Dutch": "XPUB (Extended Public Key)", + "Greek": "Εκτεταμένο δημόσιο κλειδί (XPUB)", + "Hindi": "एक्सटेंडेड पब्लिक की (XPUB)", + "Hungarian": "kiterjesztett nyilvános kulcs (XPUB)", + "Japanese": "拡張公開鍵 (XPUB)", + "Polish": "Rozszerzony klucz publiczny (XPUB)", + "Ukrainian": "Розширений відкритий ключ (XPUB)" + }, + "definition": "See 'public key'; see 'Hierarchical Deterministic (HD)' wallet. An extended public key, or xpub, is a public key which can be used to derive child public keys as part of a Hierarchical Deterministic (HD) wallet." + }, + "Extension": { + "term": "Extension", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Extension", + "Simplified Chinese": "扩展程序", + "French": "Extension", + "German": "Erweiterung", + "Indonesian": "Ekstensi", + "Italian": "Estensione", + "Korean": "확장", + "Persian": "افزونه", + "Brazilian Portuguese": "Extensão", + "Russian": "Расширение", + "Spanish": "extensión", + "Filipino (Tagalog)": "Extension", + "Thai": "ส่วนขยาย", + "Turkish": "Uzantı", + "Vietnamese": "Tiện ích mở rộng", + "Arabic": "امتداد", + "Traditional Chinese": "擴充套件", + "Dutch": "extensie", + "Greek": "Επέκταση", + "Hindi": "एक्सटेंशन", + "Hungarian": "kiterjesztés", + "Japanese": "拡張機能", + "Polish": "Rozszerzenie", + "Ukrainian": "Розширення" + }, + "definition": "MetaMask is a web browser extension and mobile app that allows you to manage your Ethereum private keys. By doing so, it serves as a wallet for Ether and other tokens, and allows you to interact with decentralized applications, or dapps. Unlike some wallets, MetaMask keeps no information on you: not your email address, not your password, and not your Secret Recovery Phrase or other private keys. You retain all power over your crypto-identity." + }, + "Fantom": { + "term": "Fantom", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Fantom", + "Simplified Chinese": "Fantom", + "French": "Fantom", + "German": "Fantom", + "Indonesian": "Fantom", + "Italian": "Fantom", + "Korean": "Fantom", + "Persian": "فانتوم", + "Brazilian Portuguese": "Fantom", + "Russian": "Fantom", + "Spanish": "Fantom", + "Filipino (Tagalog)": "Fantom", + "Thai": "Fantom", + "Turkish": "Fantom", + "Vietnamese": "Fantom", + "Arabic": "Fantom", + "Traditional Chinese": "Fantom", + "Dutch": "Fantom", + "Greek": "Fantom", + "Hindi": "Fantom", + "Hungarian": "Fantom", + "Japanese": "Fantom", + "Polish": "Fantom", + "Ukrainian": "Fantom" + }, + "definition": "Fantom is a public blockchain platform that aims to facilitate fast and low-cost transactions for dapps and smart contracts. It was launched in 2018 and is based on the Ethereum codebase, but with several key enhancements. One of the main features of Fantom is its consensus mechanism, known as Lachesis, which is a variant of Directed Acyclic Graphs (DAGs) that allows for high transaction throughput and low confirmation times. This means that transactions on the Fantom network can be processed quickly and at a low cost, making it an attractive platform for developers looking to build dApps that require fast and efficient transactions." + }, + "faucet": { + "term": "faucet", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "faucet", + "Simplified Chinese": "水龙头", + "French": "faucet", + "German": "Faucet", + "Indonesian": "faucet", + "Italian": "faucet", + "Korean": "파우셋", + "Persian": "درآمد قطره‌ای", + "Brazilian Portuguese": "torneira", + "Russian": "кран", + "Spanish": "grifo", + "Filipino (Tagalog)": "faucet", + "Thai": "ฟอเซ็ต", + "Turkish": "musluk", + "Vietnamese": "vòi", + "Arabic": "صنبور العملة الرقمية", + "Traditional Chinese": "水龍頭", + "Dutch": "faucet", + "Greek": "faucet", + "Hindi": "फॉसेट (faucet)", + "Hungarian": "csap", + "Japanese": "フォーセット", + "Polish": "Kranik / faucet", + "Ukrainian": "збирач" + }, + "definition": "A faucet is an application, sometimes a very simple website, other times more complex, that dispenses cryptocurrency. While some networks, especially those in early launch stages, offer “real Mainnet” tokens via faucets, it is much more common for a faucet to be present on a test network, or testnet. These faucets are used by developers to test out dapps or smart contracts before deploying them on Ethereum Mainnet, or users who want to practice an action on the blockchain with no risk. Tokens dispensed by a test faucet stay on the test networks and cannot be exchanged for mainnet equivalents." + }, + "fiat currency": { + "term": "fiat currency", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "MetaMask term", + "i18n": { + "Term": "fiat currency", + "Simplified Chinese": "法币", + "French": "devise fiat / monnaie fiat", + "German": "Fiat-Währung", + "Indonesian": "mata uang fiat", + "Italian": "moneta legale", + "Korean": "명목화폐", + "Persian": "ارز فیات", + "Brazilian Portuguese": "moeda fiduciária", + "Russian": "фиатная валюта", + "Spanish": "moneda fiduciaria", + "Filipino (Tagalog)": "fiat na salapi", + "Thai": "เงินเฟียต", + "Turkish": "fiat para", + "Vietnamese": "tiền pháp định", + "Arabic": "عملة ورقية", + "Traditional Chinese": "法定貨幣", + "Dutch": "fiatgeld/fiduciair geld", + "Greek": "παραστατικό χρήμα", + "Hindi": "फिएट करेंसी", + "Hungarian": "fiat valuta", + "Japanese": "法定通貨", + "Polish": "Waluta fiat / pieniądz fiducjarny", + "Ukrainian": "фіатна валюта" + }, + "definition": "Government-issued currency. For example, US Dollars (USD), Euros (EUR), Yuan (CNY), and Yen (JPY)." + }, + "final, finality": { + "term": "final, finality", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "final, finality", + "Simplified Chinese": "最终性", + "French": "finale, finalité", + "German": "final, Finality", + "Indonesian": "final, finalitas", + "Italian": "finale, finality", + "Korean": "최종, 완결성", + "Persian": "قطعی، قطعیت", + "Brazilian Portuguese": "final, finalização", + "Russian": "завершение, завершенность", + "Spanish": "final, finalidad", + "Filipino (Tagalog)": "wakas, pangwakas", + "Thai": "ยอดสรุปสุดท้าย", + "Turkish": "son, kesinlik", + "Vietnamese": "sau cùng, cuối cùng", + "Arabic": "نهائي، النهائية", + "Traditional Chinese": "最終", + "Dutch": "onwijzigbaar, finaliteit", + "Greek": "τελειωτικός διακανονισμός με βεβαιότητα, βεβαιότητα", + "Hindi": "फाइनल, फाइनलिटी", + "Hungarian": "végleges, véglegesség", + "Japanese": "確定, ファイナリティ", + "Polish": "Ostateczność, nieodwołalność", + "Ukrainian": "остаточна, остаточність" + }, + "definition": "A transaction is considered 'final' once it can no longer be changed. In a sense, this happens once there are sufficient confirmations of the transaction, but for all intents and purposes, a transaction is final once the block that contains it is mined or validated. Keep in mind that this reflects a fundamental rule of blockchains: unlike traditional financial systems where charges can be 'reversed', there is no 'undoing' a transaction on the blockchain. Once finality is reached, the transaction is immutable." + }, + "Finality Rate": { + "term": "Finality Rate", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Finality Rate", + "Simplified Chinese": "最终性概率", + "French": "Taux de finalité", + "German": "Finality Rate", + "Indonesian": "Nilai Finalitas", + "Italian": "Finality Rate", + "Korean": "완결율", + "Persian": "نرخ قطعیت", + "Brazilian Portuguese": "Taxa de finalização", + "Russian": "Коэффициент завершенности", + "Spanish": "velocidad de finalidad", + "Filipino (Tagalog)": "Rate ng Pangwakas", + "Thai": "อัตราสุดท้าย", + "Turkish": "Kesinlik Oranı", + "Vietnamese": "Tỷ lệ cuối cùng", + "Arabic": "معدل النهائية", + "Traditional Chinese": "最終率", + "Dutch": "snelheid van finaliteit", + "Greek": "Χρέωση βεβαιότητας", + "Hindi": "फाइनलिटी रेट", + "Hungarian": "véglegességi arány", + "Japanese": "ファイナリティの速度", + "Polish": "Ostateczność rozrachunku", + "Ukrainian": "Коефіцієнт остаточності" + }, + "definition": "See 'finality'" + }, + "financial technology (FinTech)": { + "term": "financial technology (FinTech)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Financial term", + "i18n": { + "Term": "financial technology (FinTech)", + "Simplified Chinese": "金融科技(FinTech)", + "French": "technologie financière (FinTech)", + "German": "Finanztechnologie (FinTech)", + "Indonesian": "teknologi keuangan (FinTech)", + "Italian": "tecnologia finanziaria (FinTech)", + "Korean": "금융 기술(핀테크)", + "Persian": "فناوری مالی (فین‌تک)", + "Brazilian Portuguese": "tecnologia financeira (FinTech)", + "Russian": "финансовые технологии (финтех)", + "Spanish": "tecnología financiera (fintech)", + "Filipino (Tagalog)": "financial technology (FinTech)", + "Thai": "เทคโนโลยีทางการเงิน (FinTech)", + "Turkish": "finansal teknoloji (FinTech)", + "Vietnamese": "công nghệ tài chính (FinTech)", + "Arabic": "التكنولوجيا المالية (FinTech)", + "Traditional Chinese": "金融科技", + "Dutch": "fintech (financiële technologie)", + "Greek": "χρηματοοικονομική τεχνολογία (FinTech)", + "Hindi": "फाइनेंशियल टेक्नोलॉजी (FinTech)", + "Hungarian": "pénzügyi technológia (FinTech)", + "Japanese": "フィンテック (FinTech)", + "Polish": "Technologie finansowe (FinTech)", + "Ukrainian": "фінансові технології (FinTech)" + }, + "definition": "The integration of technology into offerings by financial services companies in order to improve their use and delivery to consumers." + }, + "finney": { + "term": "finney", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "finney", + "Simplified Chinese": "芬尼", + "French": "finney", + "German": "Finney", + "Indonesian": "finney", + "Italian": "finney", + "Korean": "피니", + "Persian": "فینی", + "Brazilian Portuguese": "finney", + "Russian": "finney", + "Spanish": "finney", + "Filipino (Tagalog)": "finney", + "Thai": "ฟินนี่", + "Turkish": "finney", + "Vietnamese": "finney", + "Arabic": "فيني", + "Traditional Chinese": "芬尼", + "Dutch": "finney", + "Greek": "FinTech (χρηματοοικονομική τεχνολογία)", + "Hindi": "finney", + "Hungarian": "finney", + "Japanese": "finney", + "Polish": "Finney", + "Ukrainian": "фінні" + }, + "definition": "A denomination of ether. See ether (denomination)." + }, + "Firefox": { + "term": "Firefox", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Firefox", + "Simplified Chinese": "Firefox", + "French": "Firefox", + "German": "Firefox", + "Indonesian": "Firefox", + "Italian": "Firefox", + "Korean": "파이어폭스", + "Persian": "فایرفاکس", + "Brazilian Portuguese": "Firefox", + "Russian": "Firefox", + "Spanish": "Firefox", + "Filipino (Tagalog)": "Firefox", + "Thai": "Firefox", + "Turkish": "Firefox", + "Vietnamese": "Firefox", + "Arabic": "فيَرفُكس", + "Traditional Chinese": "火狐", + "Dutch": "Firefox", + "Greek": "Firefox", + "Hindi": "Firefox", + "Hungarian": "Firefox", + "Japanese": "Firefox", + "Polish": "Firefox", + "Ukrainian": "Firefox" + }, + "definition": "Internet browser." + }, + "Firewall": { + "term": "Firewall", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Firewall", + "Simplified Chinese": "防火墙", + "French": "Pare-feu", + "German": "Firewall", + "Indonesian": "Firewall", + "Italian": "Firewall", + "Korean": "방화벽", + "Persian": "فایروال", + "Brazilian Portuguese": "Firewall", + "Russian": "Брандмауэр", + "Spanish": "cortafuegos", + "Filipino (Tagalog)": "Firewall", + "Thai": "ไฟร์วอลล์", + "Turkish": "Güvenlik duvarı", + "Vietnamese": "Tường lửa", + "Arabic": "جدار الحماية", + "Traditional Chinese": "防火牆", + "Dutch": "firewall", + "Greek": "Τείχος προστασίας", + "Hindi": "Firefox", + "Hungarian": "tűzfal", + "Japanese": "ファイアウォール", + "Polish": "Firewall / zapora sieciowa", + "Ukrainian": "Брандмауер" + }, + "definition": "In computing, a firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules. A firewall typically establishes a barrier between a trusted network and an untrusted network, such as the Internet." + }, + "Flask": { + "term": "Flask", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Flask", + "Simplified Chinese": "Flask", + "French": "Flask", + "German": "Flask", + "Indonesian": "Flask", + "Italian": "Flask", + "Korean": "Flask", + "Persian": "فلسک", + "Brazilian Portuguese": "Flask", + "Russian": "Flask", + "Spanish": "Flask", + "Filipino (Tagalog)": "Flask", + "Thai": "Flask", + "Turkish": "Flask", + "Vietnamese": "Flask", + "Arabic": "Flask", + "Traditional Chinese": "試驗場", + "Dutch": "Flask", + "Greek": "Flask", + "Hindi": "Flask", + "Hungarian": "Flask", + "Japanese": "Flask", + "Polish": "Flask", + "Ukrainian": "Flask" + }, + "definition": "MetaMask Flask is a distribution of the software designed for developers. It's like a laboratory (hence the name) where the MetaMask team can try out new ideas and features. It has experimental, even dangerous functionality in it that is not meant for everyday use. It also doesn't have the same stability guarantees that the production distribution of MetaMask has. What is MetaMask Flask, and how is it different from normal MetaMask" + }, + "fork": { + "term": "fork", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "fork", + "Simplified Chinese": "分叉", + "French": "fork", + "German": "Fork", + "Indonesian": "fork", + "Italian": "fork", + "Korean": "포크", + "Persian": "فورک", + "Brazilian Portuguese": "bifurcação", + "Russian": "форк", + "Spanish": "bifurcación", + "Filipino (Tagalog)": "fork", + "Thai": "แยก", + "Turkish": "çatal", + "Vietnamese": "phân nhánh", + "Arabic": "انقسام (فورك)", + "Traditional Chinese": "分叉", + "Dutch": "fork", + "Greek": "fork", + "Hindi": "फोर्क (fork)", + "Hungarian": "villa", + "Japanese": "フォーク", + "Polish": "Fork (podział łańcucha)", + "Ukrainian": "форк" + }, + "definition": "Forking' is a term that comes from the world of collaborative software development, and refers to the action of copying an existing application or set of code and modifying it to create an alternate version. At the blockchain protocol level, a 'fork' creates an alternative version of a blockchain. Forks are often enacted intentionally to apply upgrades to a network. Soft Forks render two chains with some compatibility, while Hard Forks create a new version of the chain that must be adopted to continue participation. In the instance of a contentious Hard Fork, this can create two versions of a blockchain network. See also 'hard fork'." + }, + "Fractional Ownership": { + "term": "Fractional Ownership", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Fractional Ownership", + "Simplified Chinese": "部分所有权", + "French": "Propriété fractionnée", + "German": "Fractional Ownership", + "Indonesian": "Kepemilikan Fraksional", + "Italian": "Multiproprietà", + "Korean": "부분 소유권", + "Persian": "مالکیت درصدی", + "Brazilian Portuguese": "Propriedade fracionada", + "Russian": "Долевое владение", + "Spanish": "titularidad fraccionaria", + "Filipino (Tagalog)": "Fractional na Pagmamay-ari", + "Thai": "การถือครองกรรมสิทธิ์แบบสัดส่วน", + "Turkish": "Fraksiyonel Sahiplik", + "Vietnamese": "Phân quyền sở hữu", + "Arabic": "ملكية جزئية", + "Traditional Chinese": "持分所有權", + "Dutch": "fractioneel eigendom", + "Greek": "Κλασματική ιδιοκτησία", + "Hindi": "फ्रैक्शनल ओनरशिप", + "Hungarian": "töredéktulajdon", + "Japanese": "部分的所有", + "Polish": "Własność częściowa", + "Ukrainian": "Дробове володіння" + }, + "definition": "In the context of NFT ownership: A fractional NFT (F-NFT) is an entire NFT broken into smaller fragments, allowing several people to claim ownership of a piece of the same NFT. Fractional NFTs" + }, + "Fraud proof": { + "term": "Fraud proof", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "MetaMask term", + "i18n": { + "Term": "Fraud proof", + "Simplified Chinese": "欺诈证明", + "French": "Preuve de fraude", + "German": "Betrugssicher", + "Indonesian": "Bukti Penipuan", + "Italian": "A prova di frode", + "Korean": "사기 증명", + "Persian": "اثبات تقلب", + "Brazilian Portuguese": "Prova de fraude", + "Russian": "Доказательство мошенничества", + "Spanish": "a prueba de fraude", + "Filipino (Tagalog)": "Katibayan ng panloloko", + "Thai": "การตรวจสอบแบบไม่ไว้ใจ", + "Turkish": "Dolandırıcılık kanıtı", + "Vietnamese": "Bằng chứng gian lận", + "Arabic": "إثبات الاحتيال", + "Traditional Chinese": "欺詐證明", + "Dutch": "fraudebestendig", + "Greek": "Θωράκιση κατά της απάτης.", + "Hindi": "फ्रॉड प्रूफ", + "Hungarian": "csalás bizonyíték", + "Japanese": "不正証明", + "Polish": "Ochrona przed nadużyciami (Fraud proof)", + "Ukrainian": "Доказ шахрайства" + }, + "definition": "A security model for certain layer 2 solutions where, to increase speed, transactions are rolled up into batches and submitted to Ethereum in a single transaction. They are assumed valid but can be challenged if fraud is suspected. A fraud proof will then run the transaction to see if fraud took place. This method increases the amount of transactions possible while maintaining security." + }, + "full node": { + "term": "full node", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "full node", + "Simplified Chinese": "全节点", + "French": "nœud complet", + "German": "Full Node", + "Indonesian": "node penuh", + "Italian": "nodo completo", + "Korean": "전체 노드", + "Persian": "نود کامل", + "Brazilian Portuguese": "full node", + "Russian": "полный узел", + "Spanish": "nodo completo", + "Filipino (Tagalog)": "ganap na node", + "Thai": "โหนดเต็ม", + "Turkish": "tam düğüm", + "Vietnamese": "nút hoàn chỉnh", + "Arabic": "عُقدة كاملة", + "Traditional Chinese": "完整節點", + "Dutch": "full node", + "Greek": "πλήρης κόμβος", + "Hindi": "फुल नोड", + "Hungarian": "teljes csomópont", + "Japanese": "フルノード", + "Polish": "Pełny węzeł", + "Ukrainian": "повний вузол" + }, + "definition": "Public blockchains consist of a network of computers which sync the network's data, coordinate transaction requests, and participate in consensus regarding the validity of those transactions; each one of these computers is called a 'node'. A full node is a computer that can fully validate transactions and download the entire data of a specific blockchain. In contrast, a “lightweight” or “light” node does not download all pieces of a blockchain’s data, and uses a different validation process." + }, + "Ganache": { + "term": "Ganache", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Ganache", + "Simplified Chinese": "Ganache", + "French": "Ganache", + "German": "Ganache", + "Indonesian": "Ganache", + "Italian": "Ganache", + "Korean": "가나슈", + "Persian": "گاناش", + "Brazilian Portuguese": "Ganache", + "Russian": "Ganache", + "Spanish": "Ganache", + "Filipino (Tagalog)": "Ganache", + "Thai": "Ganache", + "Turkish": "Ganache", + "Vietnamese": "Ganache", + "Arabic": "Ganache", + "Traditional Chinese": "Ganache", + "Dutch": "Ganache", + "Greek": "Ganache", + "Hindi": "Ganache", + "Hungarian": "Ganache", + "Japanese": "Ganache", + "Polish": "Ganache", + "Ukrainian": "Ganache" + }, + "definition": "Ganache is a personal blockchain for Ethereum development that developers can use to deploy contracts, develop applications, and run tests. It is part of the Truffle Suite ecosystem." + }, + "gas": { + "term": "gas", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "gas", + "Simplified Chinese": "燃料", + "French": "gaz", + "German": "Gas", + "Indonesian": "gas", + "Italian": "gas", + "Korean": "가스", + "Persian": "گس", + "Brazilian Portuguese": "gás", + "Russian": "газ", + "Spanish": "gas", + "Filipino (Tagalog)": "gas", + "Thai": "แก๊ส", + "Turkish": "gaz", + "Vietnamese": "gas", + "Arabic": "رسوم المعاملات", + "Traditional Chinese": "gas", + "Dutch": "gas", + "Greek": "gas", + "Hindi": "गैस", + "Hungarian": "gáz", + "Japanese": "ガス", + "Polish": "Gaz", + "Ukrainian": "газ" + }, + "definition": "A measure of the computational steps required for a transaction on the Ethereum network. This then equates to a fee for network users paid in small units of ETH specified as gwei. For more on gas, see MetaMask’s user guide here: User Guide: Gas" + }, + "gas fee": { + "term": "gas fee", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "gas fee", + "Simplified Chinese": "燃料费", + "French": "frais de gaz", + "German": "Gas-Gebühr", + "Indonesian": "biaya gas", + "Italian": "commissione del gas", + "Korean": "가스비", + "Persian": "کارمزد گس", + "Brazilian Portuguese": "taxa de gás", + "Russian": "плата за газ", + "Spanish": "tarifa de gas", + "Filipino (Tagalog)": "bayad sa gas", + "Thai": "ค่าแก๊ส", + "Turkish": "gaz ücreti", + "Vietnamese": "phí gas", + "Arabic": "رسوم معاملات الشبكة", + "Traditional Chinese": "礦工費", + "Dutch": "transactiekosten/gas fee", + "Greek": "gas fee", + "Hindi": "गैस फीस", + "Hungarian": "gázdíj", + "Japanese": "ガス代", + "Polish": "Opłata za gaz", + "Ukrainian": "комісія за газ" + }, + "definition": "Gas fee refers to the transaction fee on the blockchain. It is what users pay to get their transaction validated, or completed." + }, + "gas limit": { + "term": "gas limit", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "gas limit", + "Simplified Chinese": "燃料限制", + "French": "limite de gaz", + "German": "Gas-Limit", + "Indonesian": "batas gas", + "Italian": "limite di gas", + "Korean": "가스 한도", + "Persian": "حداکثر میزان گس", + "Brazilian Portuguese": "limite de gás", + "Russian": "лимит газа", + "Spanish": "límite de gas", + "Filipino (Tagalog)": "limitasyon ng gas", + "Thai": "ขีดจำกัดค่าแก๊ส", + "Turkish": "gaz limiti", + "Vietnamese": "hạn mức phí gas", + "Arabic": "حد رسوم معاملات الشبكة", + "Traditional Chinese": "gas 限制", + "Dutch": "maximale transactiekosten/gas limit", + "Greek": "gas limit", + "Hindi": "गैस लिमिट", + "Hungarian": "gázkorlát", + "Japanese": "ガスリミット", + "Polish": "Limit gazu", + "Ukrainian": "ліміт газу" + }, + "definition": "The gas limit is the maximum amount you’re willing to pay for any given transaction to go through the Ethereum network. Another way of looking at it is as a “rough estimate” of how much computing power your transaction will take." + }, + "gas price": { + "term": "gas price", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "gas price", + "Simplified Chinese": "燃料价格", + "French": "prix du gaz", + "German": "Gas-Preis", + "Indonesian": "harga gas", + "Italian": "prezzo gas", + "Korean": "가스 가격", + "Persian": "قیمت گس", + "Brazilian Portuguese": "preço do gás", + "Russian": "цена газа", + "Spanish": "precio del gas", + "Filipino (Tagalog)": "presyo ng gas", + "Thai": "ราคาแก๊ส", + "Turkish": "gaz fiyatı", + "Vietnamese": "giá gas", + "Arabic": "سعر رسوم المعاملات", + "Traditional Chinese": "gas 價格", + "Dutch": "gas price", + "Greek": "gas price", + "Hindi": "गैस प्राइस", + "Hungarian": "gázár", + "Japanese": "ガス価格", + "Polish": "Cena gazu", + "Ukrainian": "ціна на газ" + }, + "definition": "The gas price is what it sounds like: the cost the network is paid for the computational work being performed in a given transaction. It is paid in units of ETH called gwei. Depending on network congestion, the gas price may vary significantly." + }, + "Gas Station Network": { + "term": "Gas Station Network", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Gas Station Network", + "Simplified Chinese": "Gas Station Network", + "French": "Gas Station Network", + "German": "Gas Station Network", + "Indonesian": "Gas Station Network", + "Italian": "Gas Station Network", + "Korean": "가스 스테이션 네트워크", + "Persian": "شبکه ایستگاه گس", + "Brazilian Portuguese": "Gas Station Network", + "Russian": "Gas Station Network", + "Spanish": "Gas Station Network", + "Filipino (Tagalog)": "Gas Station Network", + "Thai": "เครือข่ายจัดหาแก๊ส", + "Turkish": "Gas Station Network", + "Vietnamese": "Gas Station Network", + "Arabic": "شبكة محطة رسوم المعاملات", + "Traditional Chinese": "Gas Station Network", + "Dutch": "Gas Station Network", + "Greek": "Gas Station Network", + "Hindi": "Gas Station Network", + "Hungarian": "töltőállomás hálózat", + "Japanese": "Gas Station Network", + "Polish": "Gas Station Network", + "Ukrainian": "Мережа заправних станцій (GSN)" + }, + "definition": "The Gas Station Network (GSN) is a decentralized network of relayers mainly referring to the Ethereum blockchain. It allows you to build dapps which provide payment for transactions, so users do not need to hold Ether or ETH to pay for gas, easing their onboarding process and improving user acquisition and experience. However, while the relayers in the GSN do not charge users, they charge the recipient and contract instead. In this way, the relayers recover the costs of transactions and profit from extra fees for providing such services. Originally conceived and designed by TabooKey, the GSN has grown to encompass many companies, protocols and platforms in the Ethereum ecosystem that wish to facilitate the onboarding of users to Ethereum applications. Gas Station Network" + }, + "genesis block": { + "term": "genesis block", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "genesis block", + "Simplified Chinese": "创世区块", + "French": "bloc initial", + "German": "Genesis Block", + "Indonesian": "block genesis", + "Italian": "blocco di genesi", + "Korean": "제네시스블록", + "Persian": "بلاک اولیه", + "Brazilian Portuguese": "bloco de gênese", + "Russian": "нулевой блок", + "Spanish": "bloque génesis", + "Filipino (Tagalog)": "genesis block", + "Thai": "บล็อกแรก", + "Turkish": "genesis blok", + "Vietnamese": "khối genesis", + "Arabic": "كتلة التكوين", + "Traditional Chinese": "創世區塊", + "Dutch": "genesisblok", + "Greek": "genesis block", + "Hindi": "जेनेसिस ब्लॉक", + "Hungarian": "genezis blokk", + "Japanese": "ジェネシスブロック", + "Polish": "Blok Genesis", + "Ukrainian": "генезис-блок" + }, + "definition": "The initial block of data computed in the history of a blockchain network." + }, + "Gigawei": { + "term": "Gigawei", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Gigawei", + "Simplified Chinese": "Gigawei", + "French": "Gigawei", + "German": "Gigawei", + "Indonesian": "Gigawei", + "Italian": "Gigawei", + "Korean": "기가웨이", + "Persian": "گیگاوی", + "Brazilian Portuguese": "Gigawei", + "Russian": "Гигавей", + "Spanish": "gigawei", + "Filipino (Tagalog)": "Gigawei", + "Thai": "กิกะเวย์", + "Turkish": "Gigawei", + "Vietnamese": "Gigawei", + "Arabic": "جيجاوي (Gigawei)", + "Traditional Chinese": "Gigawei", + "Dutch": "gigawei", + "Greek": "Gigawei", + "Hindi": "Gigawei", + "Hungarian": "Gigawei", + "Japanese": "ギガウェイ", + "Polish": "Gigawei", + "Ukrainian": "Гігавай" + }, + "definition": "Gwei is a unit of ether, the smallest denomination, which stands for gigawei (or 1,000,000,000). Gwei is used for gas fees, or rather payments made by users to compensate for the computing energy required to process and validate transactions on the Ethereum blockchain." + }, + "Gitcoin": { + "term": "Gitcoin", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Gitcoin", + "Simplified Chinese": "Gitcoin", + "French": "Gitcoin", + "German": "Gitcoin", + "Indonesian": "Gitcoin", + "Italian": "Gitcoin", + "Korean": "깃코인", + "Persian": "گیت‌کوین", + "Brazilian Portuguese": "Gitcoin", + "Russian": "Gitcoin", + "Spanish": "Gitcoin", + "Filipino (Tagalog)": "Gitcoin", + "Thai": "Gitcoin", + "Turkish": "Gitcoin", + "Vietnamese": "Gitcoin", + "Arabic": "Gitcoin", + "Traditional Chinese": "Gitcoin", + "Dutch": "Gitcoin", + "Greek": "Gitcoin", + "Hindi": "Gitcoin", + "Hungarian": "Gitcoin", + "Japanese": "Gitcoin", + "Polish": "Gitcoin", + "Ukrainian": "Gitcoin" + }, + "definition": "Gitcoin is a platform where coders and developers can get paid to work on open-source software in a wide variety of programming languages. Users can also submit their own project ideas to the Gitcoin platform in order to crowdsource funding from contributing donors. Gitcoin" + }, + "GitHub": { + "term": "GitHub", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "GitHub", + "Simplified Chinese": "GitHub", + "French": "GitHub", + "German": "GitHub", + "Indonesian": "GitHub", + "Italian": "GitHub", + "Korean": "GitHub", + "Persian": "گیت‌هاب", + "Brazilian Portuguese": "GitHub", + "Russian": "GitHub", + "Spanish": "GitHub", + "Filipino (Tagalog)": "GitHub", + "Thai": "GitHub", + "Turkish": "GitHub", + "Vietnamese": "GitHub", + "Arabic": "جيت هب (GitHub)", + "Traditional Chinese": "GitHub", + "Dutch": "GitHub", + "Greek": "GitHub", + "Hindi": "GitHub", + "Hungarian": "GitHub", + "Japanese": "GitHub", + "Polish": "GitHub", + "Ukrainian": "GitHub" + }, + "definition": "GitHub is an online software development platform. It's used for storing, tracking, and collaborating on software projects. It makes it easy for developers to share code files and collaborate with fellow developers on open-source projects. GitHub also serves as a social networking site where developers can openly network, collaborate, and pitch their work. GitHub" + }, + "Goerli": { + "term": "Goerli", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Goerli", + "Simplified Chinese": "Goerli", + "French": "Goerli", + "German": "Goerli", + "Indonesian": "Goerli", + "Italian": "Goerli", + "Korean": "Goerli", + "Persian": "گوئرلی", + "Brazilian Portuguese": "Goerli", + "Russian": "Goerli", + "Spanish": "Goerli", + "Filipino (Tagalog)": "Goerli", + "Thai": "Goerli", + "Turkish": "Goerli", + "Vietnamese": "Goerli", + "Arabic": "Goerli", + "Traditional Chinese": "Goerli", + "Dutch": "Goerli", + "Greek": "Goerli", + "Hindi": "Goerli", + "Hungarian": "Goerli", + "Japanese": "Goerli", + "Polish": "Goerli", + "Ukrainian": "Goerli" + }, + "definition": "Goerli is a test networks. It is primarily used for development on the blockchain (testing out applications and smart contracts, etc). ETH on these testnets is a dummy balance and cannot be withdrawn or sent to mainnet." + }, + "Governance": { + "term": "Governance", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Governance", + "Simplified Chinese": "治理", + "French": "Gouvernance", + "German": "Governance", + "Indonesian": "Pengelola", + "Italian": "Governance", + "Korean": "거버넌스", + "Persian": "حاکمیت", + "Brazilian Portuguese": "Governança", + "Russian": "Управление", + "Spanish": "gobernanza", + "Filipino (Tagalog)": "Pamamahala", + "Thai": "การกำกับ", + "Turkish": "Yönetişim", + "Vietnamese": "Quản trị", + "Arabic": "الحوكمة", + "Traditional Chinese": "治理", + "Dutch": "governance", + "Greek": "Διακυβέρνηση", + "Hindi": "Governance", + "Hungarian": "kormányzás", + "Japanese": "ガバナンス", + "Polish": "Zarządzanie", + "Ukrainian": "Управління" + }, + "definition": "In the world of cryptocurrencies, governance is defined as the people or organizations that have decision-making powers regarding the project. Governance is an essential aspect of all cryptocurrency projects. As decentralized blockchains, cryptocurrencies often have a very liberal governance structure. There are a number of different approaches to governance. Governance" + }, + "GSN": { + "term": "GSN", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "GSN", + "Simplified Chinese": "GSN", + "French": "GSN", + "German": "GSN", + "Indonesian": "GSN", + "Italian": "GSN", + "Korean": "GSN", + "Persian": "GSN", + "Brazilian Portuguese": "GSN", + "Russian": "GSN", + "Spanish": "GSN", + "Filipino (Tagalog)": "GSN", + "Thai": "GSN", + "Turkish": "GSN", + "Vietnamese": "GSN", + "Arabic": "GSN", + "Traditional Chinese": "Gas Station Network", + "Dutch": "GSN", + "Greek": "GSN", + "Hindi": "GSN", + "Hungarian": "GSN", + "Japanese": "GSN", + "Polish": "GSN", + "Ukrainian": "GSN" + }, + "definition": "Abbreviation for Gas Station Network" + }, + "gwei": { + "term": "gwei", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "gwei", + "Simplified Chinese": "gwei", + "French": "gwei", + "German": "Gwei", + "Indonesian": "gwei", + "Italian": "gwei", + "Korean": "그웨이", + "Persian": "جیوی", + "Brazilian Portuguese": "gwei", + "Russian": "Гвей", + "Spanish": "gwei", + "Filipino (Tagalog)": "gwei", + "Thai": "เกวย์", + "Turkish": "gwei", + "Vietnamese": "gwei", + "Arabic": "جوي (gwei)", + "Traditional Chinese": "gwei", + "Dutch": "gwei", + "Greek": "gwei", + "Hindi": "gwei", + "Hungarian": "gwei", + "Japanese": "gwei", + "Polish": "Gwei", + "Ukrainian": "гвей" + }, + "definition": "A minuscule and common denomination of ETH, and the unit in which gas prices are often specified. See 'ether (denominations)' entry for more information." + }, + "halving": { + "term": "halving", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "halving", + "Simplified Chinese": "减半", + "French": "Réduire de moitié", + "German": "Halbierung", + "Indonesian": "halving", + "Italian": "halving", + "Korean": "반감기", + "Persian": "هاوینگ (نصف شدن پاداش استخراج)", + "Brazilian Portuguese": "halving", + "Russian": "халвинг", + "Spanish": "reducción a la mitad", + "Filipino (Tagalog)": "paghati", + "Thai": "ฮาฟวิงก์", + "Turkish": "yarılanma", + "Vietnamese": "chia đôi khối", + "Arabic": "التنصيف (الهالفينج)", + "Traditional Chinese": "減半", + "Dutch": "halveren", + "Greek": "μείωση κατά το ήμισυ", + "Hindi": "आधा करना (halving)", + "Hungarian": "felezés", + "Japanese": "半減期", + "Polish": "Halving", + "Ukrainian": "халвінг" + }, + "definition": "Many cryptocurrencies have a finite supply, which makes them a scarce digital commodity. For example, the total amount of bitcoin that will ever be issued is 21 million. The number of bitcoins generated per block is decreased 50% every four years. This is called “halving.” The final halving will take place in the year 2140." + }, + "hard fork": { + "term": "hard fork", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "hard fork", + "Simplified Chinese": "硬分叉", + "French": "fork dur", + "German": "Hard Fork", + "Indonesian": "hard fork", + "Italian": "hard fork", + "Korean": "하드포크", + "Persian": "هارد فورک", + "Brazilian Portuguese": "hard fork", + "Russian": "хардфорк", + "Spanish": "bifurcación dura", + "Filipino (Tagalog)": "hard fork", + "Thai": "การแยกสมบูรณ์", + "Turkish": "sert çatal", + "Vietnamese": "phân nhánh cứng", + "Arabic": "انقسام كُلي (هارد فورك)", + "Traditional Chinese": "硬分叉", + "Dutch": "hard fork", + "Greek": "hard fork", + "Hindi": "हार्ड फोर्क", + "Hungarian": "kemény villa", + "Japanese": "ハードフォーク", + "Polish": "Hard fork", + "Ukrainian": "хард-форк" + }, + "definition": "A hard fork occurs when there is a change in the blockchain that is not backward compatible (not compatible with older versions), thus requiring all participants to upgrade to the new version in order to be able to continue participating on the network. See also 'fork'." + }, + "hardware wallet": { + "term": "hardware wallet", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "hardware wallet", + "Simplified Chinese": "硬件钱包", + "French": "portefeuille physique", + "German": "Hardware-Wallet", + "Indonesian": "dompet perangkat keras", + "Italian": "wallet hardware", + "Korean": "하드웨어 지갑", + "Persian": "کیف پول سخت‌افزاری", + "Brazilian Portuguese": "carteira de hardware", + "Russian": "аппаратный кошелек", + "Spanish": "monedero físico", + "Filipino (Tagalog)": "wallet na hardware", + "Thai": "ฮาร์ดแวร์วอลเล็ต", + "Turkish": "donanım cüzdanı", + "Vietnamese": "ví cứng", + "Arabic": "محفظة الأجهزة", + "Traditional Chinese": "硬體錢包", + "Dutch": "hardwarewallet", + "Greek": "hardware wallet", + "Hindi": "hardware wallet", + "Hungarian": "hardver pénztárca", + "Japanese": "ハードウェアウォレット", + "Polish": "Portfel sprzętowy", + "Ukrainian": "апаратний гаманець" + }, + "definition": "A hardware wallet is a physical device that is used to store cryptographic keys, and generally, sign transactions. Some hardware wallets can be connected physically or through software to internet connectivity; others are ‘air-gapped’, receiving transaction requests and sending transaction approvals through a mechanism such as a QR code. The overall goal of using a hardware wallet to manage keys and signatures is to reduce the likelihood of your keys or Secret Recovery Phrase from being somehow stolen or compromised, due to being connected to the Internet. For more on hardware wallets, see MetaMask’s Hardware Wallet Hub: Hardware Wallet Hub" + }, + "hash (noun)": { + "term": "hash (noun)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "hash (noun)", + "Simplified Chinese": "哈希", + "French": "hachage (nom)", + "German": "Hash", + "Indonesian": "hash (noun)", + "Italian": "hash (noun)", + "Korean": "해시(명사)", + "Persian": "هش", + "Brazilian Portuguese": "hash", + "Russian": "хэш", + "Spanish": "hash", + "Filipino (Tagalog)": "hash (pangngalan)", + "Thai": "แฮช", + "Turkish": "hash", + "Vietnamese": "mã băm (danh từ)", + "Arabic": "الهاش", + "Traditional Chinese": "雜湊", + "Dutch": "hash", + "Greek": "κατακερματισμός", + "Hindi": "हैश (नाउन)", + "Hungarian": "hash", + "Japanese": "ハッシュ", + "Polish": "Hasz / skrót", + "Ukrainian": "хеш" + }, + "definition": "In computing, ‘hashing’ is an operation performed on lists or sets of data to create a reliable index for that data. A particular datum, or a reference to it, is fed into an algorithm, which transforms the datum and returns a standardized, and generally unrecognizable, ‘hash’ of it, sometimes referred to as that datum or file’s “digital fingerprint.” Each block in a blockchain contains the hash value that validated the block before it, followed by its own hash value (this is how the continuity of the ‘chain’ is constructed). Hashes can be used to confirm that blockchain transactions are complete and valid. You may see references to the “transaction hash” or “tx hash”; this should be understood as “unique identifier of the transaction”." + }, + "hexadecimal; 'hex data'": { + "term": "hexadecimal; 'hex data'", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "hexadecimal; 'hex data'", + "Simplified Chinese": "十六进制;“十六进制数据”", + "French": "hexadécimal ; « données hexadécimales »", + "German": "hexadezimal; ‚Hex-Daten‘", + "Indonesian": "heksadesimal; data hex", + "Italian": "esadecimale; 'dati esadecimali'", + "Korean": "16진수; '헥스 데이터'", + "Persian": "شانزده‌شماری؛ داده‌های هگز", + "Brazilian Portuguese": "hexadecimal; dados hexa", + "Russian": "шестнадцатеричный; 'шестнадцатеричные данные'", + "Spanish": "hexadecimal; datos hexadecimales", + "Filipino (Tagalog)": "hexadecimal; 'hex na data'", + "Thai": "เลขฐานสิบหก, ข้อมูลเลขฐานสิบหก", + "Turkish": "on altılık sayı; 'on altılı veri'", + "Vietnamese": "thập lục phân; dữ liệu thập lục phân", + "Arabic": "السداسي عشري؛ بيانات سداسية", + "Traditional Chinese": "十六進位", + "Dutch": "hexadecimaal; hexadecimale data", + "Greek": "Δεκαεξαδικά δεδομένα", + "Hindi": "हेक्साडेसिमल; 'हेक्स डेटा'", + "Hungarian": "hexadecimális; „hex adat”", + "Japanese": "16進数; '16進データ'", + "Polish": "System szesnastkowy / heksadecymalny", + "Ukrainian": "шістнадцятковий; шістнадцяткові дані" + }, + "definition": "Hexadecimal is a base 16, rather than base 10, counting system. Used all over Ethereum for a variety of things, a hexadecimal string is comprised of the numbers 0 1 2 3 4 5 6 7 8 9 and letters A B C D E F." + }, + "Hierarchical Deterministic (HD) wallet": { + "term": "Hierarchical Deterministic (HD) wallet", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Hierarchical Deterministic (HD) wallet", + "Simplified Chinese": "分层确定性(HD)钱包", + "French": "Portefeuille déterministe hiérarchique (HD)", + "German": "Hierarchisch-deterministisches (HD) Wallet", + "Indonesian": "Dompet Deterministik Hierarkis (HD)", + "Italian": "Wallet gerarchico deterministico (HD)", + "Korean": "계층 결정적(HD) 지갑", + "Persian": "کیف پول قطعی سلسله مراتبی (HD)", + "Brazilian Portuguese": "Carteira hierárquica determinística (HD)", + "Russian": "Иерархически детерминированный (ИД) кошелек", + "Spanish": "monedero determinista jerárquico (HD)", + "Filipino (Tagalog)": "Hierarchical Deterministic (HD) na wallet", + "Thai": "วอลเล็ตมีลำดับชั้น (HD)", + "Turkish": "Hiyerarşik Belirleyici (HD) cüzdan", + "Vietnamese": "Ví phân cấp xác định (HD)", + "Arabic": "محفظة هرمية حتمية (HD)", + "Traditional Chinese": "分層確定式錢包", + "Dutch": "HD-wallet (hierarchical deterministic wallet)", + "Greek": "Ιεραρχικά ντετερμινιστικά πορτοφόλια (HD)", + "Hindi": "हायरार्कीकल डिटरमिनिस्टिक (HD) वॉलेट", + "Hungarian": "hierarchikus determinisztikus (HD) pénztárca", + "Japanese": "階層型決定性 (HD) ウォレット", + "Polish": "Portfel HD (hierarchiczno-deterministyczny)", + "Ukrainian": "Ієрархічний детермінований (HD) гаманець" + }, + "definition": "Hierarchical Deterministic wallets were first created for Bitcoin, and enable the creation of a very large number of accounts based on an initial seed phrase. This technology was later adopted in Ethereum wallets; when restoring a MetaMask wallet from the Secret Recovery Phrase, for example, if you 'create' accounts, they will be the same accounts as previously created from that same phrase; they are derived from it." + }, + "hot storage": { + "term": "hot storage", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "hot storage", + "Simplified Chinese": "热存储", + "French": "stockage connecté", + "German": "Hot Storage", + "Indonesian": "hot storage", + "Italian": "hot storage", + "Korean": "핫 스토리지", + "Persian": "ذخیره‌سازی گرم", + "Brazilian Portuguese": "hot storage", + "Russian": "горячее хранилище", + "Spanish": "almacenamiento en caliente", + "Filipino (Tagalog)": "mainit na imbakan", + "Thai": "ที่เก็บเงินระยะสั้น", + "Turkish": "sıcak depolama", + "Vietnamese": "kho nóng", + "Arabic": "تخزين ساخن", + "Traditional Chinese": "熱儲存", + "Dutch": "warme opslag/hot storage", + "Greek": "θερμή αποθήκευση", + "Hindi": "हॉट स्टोरेज", + "Hungarian": "meleg tárolás", + "Japanese": "ホットストレージ", + "Polish": "Gorący portfel (hot wallet)", + "Ukrainian": "гаряче сховище" + }, + "definition": "Synonymous with 'hot wallet'." + }, + "hot wallet": { + "term": "hot wallet", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "hot wallet", + "Simplified Chinese": "热钱包", + "French": "portefeuille connecté", + "German": "Hot Wallet", + "Indonesian": "hot wallet", + "Italian": "hot wallet", + "Korean": "핫월렛", + "Persian": "کیف پول گرم", + "Brazilian Portuguese": "hot wallet", + "Russian": "горячий кошелек", + "Spanish": "monedero en caliente", + "Filipino (Tagalog)": "mainit na wallet", + "Thai": "วอลเล็ตเงินร้อน", + "Turkish": "sıcak cüzdan", + "Vietnamese": "ví nóng", + "Arabic": "محفظة ساخنة", + "Traditional Chinese": "熱錢包", + "Dutch": "warme wallet/warme opslag/hot wallet", + "Greek": "ζεστό πορτοφόλι", + "Hindi": "हॉट वॉलेट", + "Hungarian": "forró pénztárca", + "Japanese": "ホットウォレット", + "Polish": "Gorący portfel (hot wallet)", + "Ukrainian": "гарячий гаманець" + }, + "definition": "A wallet that is directly connected to the internet at all times; for example, one that is held on a centralized exchange. Hot wallets are considered to have lower security than cold storage systems or hardware wallets." + }, + "Hybrid Network": { + "term": "Hybrid Network", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Hybrid Network", + "Simplified Chinese": "混合网络", + "French": "Réseau hybride", + "German": "Hybrides Netzwerk", + "Indonesian": "Jaringan hybrid", + "Italian": "Rete ibrida", + "Korean": "하이브리드 네트워크", + "Persian": "شبکه هیبریدی", + "Brazilian Portuguese": "Rede híbrida", + "Russian": "Гибридная сеть", + "Spanish": "red híbrida", + "Filipino (Tagalog)": "Hybrid Network", + "Thai": "เครือข่ายไฮบริด", + "Turkish": "Hibrit Ağ", + "Vietnamese": "Mạng lai", + "Arabic": "شبكة هجينة", + "Traditional Chinese": "混合區塊鏈", + "Dutch": "hybride netwerk", + "Greek": "Υβριδικό Δίκτυο", + "Hindi": "हाइब्रिड नेटवर्क", + "Hungarian": "hibrid hálózat", + "Japanese": "ハイブリッド型ネットワーク", + "Polish": "Sieć hybrydowa", + "Ukrainian": "Гібридна мережа" + }, + "definition": "Hybrid blockchain. See 'PoS/PoW Hybrid'" + }, + "Hyperledger": { + "term": "Hyperledger", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Hyperledger", + "Simplified Chinese": "超级账本", + "French": "Hyperledger", + "German": "Hyperledger", + "Indonesian": "Hyperledger", + "Italian": "Hyperledger", + "Korean": "하이퍼레저", + "Persian": "هایپرلجر", + "Brazilian Portuguese": "Hyperledger", + "Russian": "Гиперледжер", + "Spanish": "Hyperledger", + "Filipino (Tagalog)": "Hyperledger", + "Thai": "Hyperledger", + "Turkish": "Hyperledger", + "Vietnamese": "Hyperledger", + "Arabic": "مشروع هايبرليدجر", + "Traditional Chinese": "Hyperledger", + "Dutch": "Hyperledger", + "Greek": "Hyperledger", + "Hindi": "हाइपरलेजर (Hyperledger)", + "Hungarian": "Hyperledger", + "Japanese": "Hyperledger", + "Polish": "Hyperledger", + "Ukrainian": "Hyperledger" + }, + "definition": "Hyperledger is an ecosystem of open-system tools, libraries, and products designed to enable and support enterprise-grade blockchain technology. In general, the products focus on creating solutions for permissioned blockchains--that is, non-public blockchains, with alternative consensus mechanisms other than Proof of Work (PoW) or Proof of Stake (PoS). That said, there are use cases where such institutions would want to integrate with public blockchains, and for that reason Hyperledger Besu and Hyperledger Burrow are actively developed projects, the former being a Java-based Ethereum client, the latter being a smart contract platform which supports EVM bytecode." + }, + "ICO": { + "term": "ICO", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ICO", + "Simplified Chinese": "首次代币发行(ICO)", + "French": "offre au public de jetons (ICO)", + "German": "ICO", + "Indonesian": "ICO", + "Italian": "ICO", + "Korean": "ICO", + "Persian": "عرضه اولیه کوین", + "Brazilian Portuguese": "ICO", + "Russian": "ICO", + "Spanish": "ICO", + "Filipino (Tagalog)": "ICO", + "Thai": "ICO", + "Turkish": "ICO", + "Vietnamese": "ICO", + "Arabic": "عرض العملة الأولي (ICO)", + "Traditional Chinese": "首次代幣發行", + "Dutch": "ICO", + "Greek": "Αρχική προσφορά νομισμάτων (ICO)", + "Hindi": "ICO", + "Hungarian": "ICO", + "Japanese": "ICO", + "Polish": "ICO (Initial Coin Offering)", + "Ukrainian": "ICO" + }, + "definition": "An Initial Coin Offering (also called ICO) occurs when a new token project sells advance tokens in exchange for upfront capital. These have been a vehicle for fraud and scams, and as such are subject to ever-evolving regulation and legislation." + }, + "Identicon / AddressIdenticon / AddressIcon": { + "term": "Identicon / AddressIdenticon / AddressIcon", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Identicon / AddressIdenticon / AddressIcon", + "Simplified Chinese": "Identicon / AddressIdenticon / AddressIcon", + "French": "Identicon / AddressIdenticon / AddressIcon", + "German": "Identicon / AddressIdenticon / AddressIcon", + "Indonesian": "Identikon / Identikon Alamat / Ikon Alamat", + "Italian": "Identicon / AddressIdenticon / AddressIcon", + "Korean": "아이덴티콘 / 주소아이덴티콘 / 주소아이콘", + "Persian": "شناسه آیدنتیکان/آیدنتیکان آدرس/آیکون آدرس", + "Brazilian Portuguese": "Identicon / AddressIdenticon / AddressIcon", + "Russian": "Идентикон / AddressIdenticon / AddressIcon", + "Spanish": "identicon / identicon de dirección / ícono de dirección", + "Filipino (Tagalog)": "Identicon / AddressIdenticon / AddressIcon", + "Thai": "ไอเดนทิคอน / แอดเดรสทิคอน / แอดเดรสไอคอน", + "Turkish": "Identicon / AddressIdenticon / AddressIcon", + "Vietnamese": "Biểu tượng nhận dạng/Biểu tượng nhận dạng địa chỉ/Biểu tượng địa chỉ", + "Arabic": "Identicon / AddressIdenticon / AddressIcon", + "Traditional Chinese": "識別", + "Dutch": "identicon/AddressIdenticon/AddressIcon", + "Greek": "Identicon / AddressIdenticon / AddressIcon", + "Hindi": "आइडेंटआइकन / एड्रेसआइडेंटआइकन / एड्रेसआइकन", + "Hungarian": "Identicon/AddressIdenticon/AddressIcon", + "Japanese": "アイデンティコン / アドレスアイデンティコン / アドレスアイコン", + "Polish": "Identicon / AddressIdenticon / AddressIcon", + "Ukrainian": "Identicon / AddressIdenticon / AddressIcon" + }, + "definition": "The colorful blob of colors that corresponds to your address in MetaMask. It is an easy way to see if your address is correct. More specifically, you can choose between jazzicons (created by the MetaMask team!) or blockies." + }, + "immutability": { + "term": "immutability", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "immutability", + "Simplified Chinese": "不可篡改性", + "French": "immutabilité", + "German": "Unveränderlichkeit", + "Indonesian": "imutabilitas", + "Italian": "immutabilità", + "Korean": "불변성", + "Persian": "تغییرناپذیری", + "Brazilian Portuguese": "imutabilidade", + "Russian": "неизменность", + "Spanish": "inmutabilidad", + "Filipino (Tagalog)": "kawalan ng pagbabago", + "Thai": "เปลี่ยนแปลงไม่ได้", + "Turkish": "Ölçeklendirilebilme çözümü", + "Vietnamese": "tính bất biến", + "Arabic": "عدم القابلية للتغير (الثبات)", + "Traditional Chinese": "不可修改", + "Dutch": "onveranderlijkheid", + "Greek": "αμεταβλητότητα", + "Hindi": "इमम्यूटेबिलिटी", + "Hungarian": "állandóság", + "Japanese": "耐改ざん性", + "Polish": "Niemodyfikowalność", + "Ukrainian": "незмінність" + }, + "definition": "The inability to be altered or changed. This is a key element of blockchain networks: once written onto a blockchain ledger, data cannot be altered. This immutability provides the basis for commerce and trade to take place on blockchain networks." + }, + "Infura": { + "term": "Infura", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Infura", + "Simplified Chinese": "Infura", + "French": "Infura", + "German": "Infura", + "Indonesian": "Infura", + "Italian": "Infura", + "Korean": "Infura", + "Persian": "اینفیورا", + "Brazilian Portuguese": "Infura", + "Russian": "Infura", + "Spanish": "Infura", + "Filipino (Tagalog)": "Infura", + "Thai": "Infura", + "Turkish": "Infura", + "Vietnamese": "Infura", + "Arabic": "Infura", + "Traditional Chinese": "Infura", + "Dutch": "Infura", + "Greek": "Infura", + "Hindi": "Infura", + "Hungarian": "Infura", + "Japanese": "Infura", + "Polish": "Infura", + "Ukrainian": "Infura" + }, + "definition": "Part of ConsenSys, Infura offers backend access to the Ethereum network over established HTTP and WebSockets technology. Prior to Infura, developers were obligated to run their own nodes of the networks with which they wanted to interact; Infura provides that access through a set of APIs. This enables developers of dapps and websites seeking to interact with the Ethereum blockchain to do so, and at scale. Infura" + }, + "Initial Public Offering (IPO)": { + "term": "Initial Public Offering (IPO)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Initial Public Offering (IPO)", + "Simplified Chinese": "首次公开募股(IPO)", + "French": "Introduction en bourse (IPO)", + "German": "Börsengang (IPO)", + "Indonesian": "Penawaran Publik Perdana (IPO)", + "Italian": "Initial Public Offering (IPO)", + "Korean": "기업공개(IPO)", + "Persian": "عرضه اولیه سهام (IPO)", + "Brazilian Portuguese": "Oferta pública inicial (IPO)", + "Russian": "Первичное публичное предложение (IPO)", + "Spanish": "oferta pública inicial (OPI)", + "Filipino (Tagalog)": "Initial Public Offering (IPO)", + "Thai": "การเสนอขายทั่วไปครั้งแรก (IPO)", + "Turkish": "İlk Halka Arz (IPO)", + "Vietnamese": "Phát hành công khai lần đầu (IPO)", + "Arabic": "الاكتتاب العام الأولي (IPO)", + "Traditional Chinese": "首次公開募股", + "Dutch": "beursgang/IPO (initial public offering)", + "Greek": "Αρχική Δημόσια Προσφορά (IPO)", + "Hindi": "इनिशियल पब्लिक ऑफरिंग (IPO)", + "Hungarian": "első nyilvános ajánlattétel (IPO)", + "Japanese": "新規株式公開 (IPO)", + "Polish": "IPO (pierwsza oferta publiczna)", + "Ukrainian": "Первинне публічне розміщення (IPO)" + }, + "definition": "An initial public offering (IPO) is the process of a company offering shares for purchase on the stock market for the first time. IPO" + }, + "Insider Trading": { + "term": "Insider Trading", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Insider Trading", + "Simplified Chinese": "内幕交易", + "French": "Délit d’initié", + "German": "Insiderhandel", + "Indonesian": "Trading Orang Dalam", + "Italian": "Insider Trading", + "Korean": "내부자 거래", + "Persian": "معاملات نهانی", + "Brazilian Portuguese": "Negociação privilegiada", + "Russian": "Инсайдерская торговля", + "Spanish": "información privilegiada", + "Filipino (Tagalog)": "Insider Trading", + "Thai": "การใช้ข้อมูลภายใน", + "Turkish": "İçeriden Öğrenenlerin Ticareti", + "Vietnamese": "Giao dịch nội gián", + "Arabic": "تداول المُطلعين", + "Traditional Chinese": "內線交易", + "Dutch": "handel met voorkennis", + "Greek": "Εσωτερική πληροφόρηση", + "Hindi": "Insider Trading", + "Hungarian": "bennfentes kereskedelem", + "Japanese": "インサイダー取引", + "Polish": "Insider trading", + "Ukrainian": "Інсайдерська торгівля" + }, + "definition": "Insider trading happens when someone purchases or sells stocks while possessing private, material information about that stock. Insider Trading" + }, + "Inter-Blockchain Communication (IBC) Protocol": { + "term": "Inter-Blockchain Communication (IBC) Protocol", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Inter-Blockchain Communication (IBC) Protocol", + "Simplified Chinese": "跨链通信(IBC)协议", + "French": "Protocole de communication entre chaînes de blocs (IBC)", + "German": "Inter-Blockchain-Kommunikationsprotokoll (IBC)", + "Indonesian": "Protokol Komunikasi Antar-Blockchain (IBC)", + "Italian": "Inter-Blockchain Communication Protocol (IBC)", + "Korean": "블록체인 간 통신(IBC) 프로토콜", + "Persian": "پروتکل ارتباط بین بلاکچینی (IBC)", + "Brazilian Portuguese": "Protocolo de comunicação interblockchain (IBC)", + "Russian": "Протокол межблокчейновой коммуникации (IBC)", + "Spanish": "Protocolo de comunicación entre cadenas de bloques (IBC)", + "Filipino (Tagalog)": "Protocol ng Inter-Blockchain Communication (IBC)", + "Thai": "โพรโตคอลการสื่อสารระหว่างบล็อกเชน (IBC)", + "Turkish": "Blokzincirleri Arasında İletişim (IBC) Protokolü", + "Vietnamese": "Giao thức truyền thông liên chuỗi khối (IBC)", + "Arabic": "بروتوكول الاتصال بين شبكات البلوكتشين (IBC)", + "Traditional Chinese": "區塊鏈間通訊", + "Dutch": "IBC-protocol (inter-blockchain communication)", + "Greek": "Πρωτοκόλλου επικοινωνίας μεταξύ των Blockchain (IBC)", + "Hindi": "इंटर-ब्लॉकचेन कम्युनिकेशन (IBC) प्रोटोकॉल", + "Hungarian": "blokkláncok közötti kommunikációs (IBC) protokoll", + "Japanese": "ブロックチェーン間通信 (IBC) プロトコル", + "Polish": "Protokół IBC (Inter-Blockchain Communication)", + "Ukrainian": "Протокол міжблочного зв'язку (IBC)" + }, + "definition": "Inter-Blockchain Communication (IBC) is a communication protocol that allows different blockchains to relay messages to each other. It guarantees reliable, ordered and authenticated communication between the chains. Blockchains can trustlessly exchange value like tokens. IBC does not work like a bridge. Instead, blockchains send packets of information via smart contracts that allow them to not only exchange value but relay any form of data, such as communication, via the communication protocol. Inter-Blockchain Communication (IBC)" + }, + "internal transaction": { + "term": "internal transaction", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "internal transaction", + "Simplified Chinese": "内部交易", + "French": "transaction interne", + "German": "Interne Transaktion", + "Indonesian": "transaksi internal", + "Italian": "transazione interna", + "Korean": "내부 거래", + "Persian": "تراکنش داخلی", + "Brazilian Portuguese": "transação interna", + "Russian": "внутренняя транзакция", + "Spanish": "transacción interna", + "Filipino (Tagalog)": "panloob na transaksyon", + "Thai": "ธุรกรรมภายใน", + "Turkish": "dahili işlem", + "Vietnamese": "giao dịch nội bộ", + "Arabic": "معاملة داخلية", + "Traditional Chinese": "內部交易", + "Dutch": "interne transactie", + "Greek": "εσωτερική συναλλαγή", + "Hindi": "इंटरनल ट्रांसेक्शन", + "Hungarian": "belső tranzakció", + "Japanese": "内部トランザクション", + "Polish": "Transakcja wewnętrzna", + "Ukrainian": "внутрішня транзакція" + }, + "definition": "An internal transaction on the Ethereum network is one that occurs between smart contracts, rather than between addresses. Notably, they are not included on the blockchain, and therefore do not incur gas fees, but they are often crucial to carrying out the action in question, and can be viewed on Etherscan. For more detail, see MetaMask's article on the topic: Internal Transactions" + }, + "Interoperability": { + "term": "Interoperability", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Financial term", + "i18n": { + "Term": "Interoperability", + "Simplified Chinese": "互操作性", + "French": "Interopérabilité", + "German": "Interoperabilität", + "Indonesian": "Interpolaritas", + "Italian": "Interoperabilità", + "Korean": "상호운용성", + "Persian": "تعامل‌‌پذیری", + "Brazilian Portuguese": "interoperabilidade", + "Russian": "Совместимость", + "Spanish": "interoperabilidad", + "Filipino (Tagalog)": "Interoperability", + "Thai": "ความสอดประสาน", + "Turkish": "Birlikte Çalışabilirlik", + "Vietnamese": "Khả năng tương tác", + "Arabic": "قابلية التشغيل البيني", + "Traditional Chinese": "互操作性", + "Dutch": "interoperabiliteit", + "Greek": "Διαλειτουργικότητα", + "Hindi": "Interoperability", + "Hungarian": "interoperabilitás", + "Japanese": "相互運用性", + "Polish": "Interoperacyjność", + "Ukrainian": "Інтероперабельність" + }, + "definition": "Blockchain interoperability, or cross-chain interoperability, is the ability to see and share information across multiple blockchains. One of the clear benefits of blockchain interoperability is being able to trade assets across various blockchains without the need for a centralized, custodial exchange. Interoperability" + }, + "InterPlanetary File System (IPFS)": { + "term": "InterPlanetary File System (IPFS)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "InterPlanetary File System (IPFS)", + "Simplified Chinese": "星际文件系统(IPFS)", + "French": "InterPlanetary File System (IPFS)", + "German": "InterPlanetary-Dateisystem (IPFS)", + "Indonesian": "Sistem File Interplanetary (IPFS)", + "Italian": "InterPlanetary File System (IPFS)", + "Korean": "행성 간 파일 시스템(IPFS)", + "Persian": "فایل سیستم بین سیاره‌ای (IPFS)", + "Brazilian Portuguese": "InterPlanetary File System (IPFS)", + "Russian": "InterPlanetary File System (IPFS)", + "Spanish": "sistema de archivos interplanetario (IPFS)", + "Filipino (Tagalog)": "InterPlanetary File System (IPFS)", + "Thai": "ระบบไฟล์ InterPlanetary (IPFS)", + "Turkish": "Gezegenler Arası Dosya Sistemi (IPFS)", + "Vietnamese": "Hệ thống tệp phân tán ngang hàng (IPFS)", + "Arabic": "نظام الملفات إنتربلانتري (IPFS)", + "Traditional Chinese": "InterPlanetary File System (IPFS)", + "Dutch": "IPFS (InterPlanetary File System)", + "Greek": "Διαπλανητικό Σύστημα Αρχείων (IPFS)", + "Hindi": "इंटरप्लेनेटरी फाइल सिस्टम (IPFS)", + "Hungarian": "Interplanetary File System (IPFS)", + "Japanese": "インタープラネタリーファイルシステム (IPFS)", + "Polish": "InterPlanetary File System (IPFS)", + "Ukrainian": "Міжпланетна файлова система (IPFS)" + }, + "definition": "A decentralized file storage and referencing system for the Ethereum blockchain, and the internet as a whole. IFPS is an open source protocol that enables storing and sharing hypermedia (text, audio, visual) in a distributed manner without relying on a single point of failure. This distributed file system enables applications to run faster, safer and more transparently." + }, + "IP address": { + "term": "IP address", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "IP address", + "Simplified Chinese": "IP 地址", + "French": "Adresse IP", + "German": "IP-Adresse", + "Indonesian": "Alamat IP", + "Italian": "Indirizzo IP", + "Korean": "IP 주소", + "Persian": "آدرس آی‌پی", + "Brazilian Portuguese": "Endereço IP", + "Russian": "IP-адрес", + "Spanish": "dirección IP", + "Filipino (Tagalog)": "IP address", + "Thai": "เลขที่อยู่ IP", + "Turkish": "IP adresi", + "Vietnamese": "Địa chỉ IP", + "Arabic": "عنوان IP", + "Traditional Chinese": "IP 位置", + "Dutch": "IP-adres", + "Greek": "Διεύθυνση IP", + "Hindi": "आईपी ​​एड्रेस", + "Hungarian": "IP-cím", + "Japanese": "IP アドレス", + "Polish": "Adres IP", + "Ukrainian": "IP-адреса" + }, + "definition": "A unique string of characters that identifies each computer using the Internet Protocol to communicate over a network." + }, + "JSON file": { + "term": "JSON file", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "JSON file", + "Simplified Chinese": "JSON 文件", + "French": "Fichier JSON", + "German": "JSON-Datei", + "Indonesian": "File JSON", + "Italian": "File JSON", + "Korean": "JSON 파일", + "Persian": "فایل جیسون", + "Brazilian Portuguese": "Arquivo JSON", + "Russian": "JSON-файл", + "Spanish": "archivo JSON", + "Filipino (Tagalog)": "file na JSON", + "Thai": "ไฟล์ JSON", + "Turkish": "JSON dosyası", + "Vietnamese": "Tệp JSON", + "Arabic": "ملف JSON", + "Traditional Chinese": "JSON 資料", + "Dutch": "JSON-bestand", + "Greek": "Αρχείο JSON", + "Hindi": "JSON फ़ाइल", + "Hungarian": "JSO- fájl", + "Japanese": "JSON ファイル", + "Polish": "Plik JSON", + "Ukrainian": "Файл JSON" + }, + "definition": "JSON (JavaScript Object Notation) is an open standard file format for sharing data that uses human-readable text to store and transmit data. it is commonly used in public blockchain systems to move data." + }, + "JSON-RPC": { + "term": "JSON-RPC", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "JSON-RPC", + "Simplified Chinese": "JSON-RPC", + "French": "JSON-RPC", + "German": "JSON-RPC", + "Indonesian": "JSON-RPC", + "Italian": "JSON-RPC", + "Korean": "JSON-RPC", + "Persian": "جیسون-RPC", + "Brazilian Portuguese": "JSON-RPC", + "Russian": "JSON-RPC", + "Spanish": "JSON-RPC", + "Filipino (Tagalog)": "JSON-RPC", + "Thai": "JSON-RPC", + "Turkish": "JSON-RPC", + "Vietnamese": "JSON-RPC", + "Arabic": "بروتوكول JSON-RPC", + "Traditional Chinese": "JSON-RPC", + "Dutch": "JSON-RPC", + "Greek": "JSON-RPC", + "Hindi": "JSON-RPC", + "Hungarian": "JSON-RPC", + "Japanese": "JSON-RPC", + "Polish": "JSON-RPC", + "Ukrainian": "JSON-RPC" + }, + "definition": "JSON-RPC is, quite simply, a method used to move data around computer systems, and predates public blockchain technology. It was chosen as a standard for moving data between blockchain networks and Internet browsers and wallets, with the result that these networks have come to be called 'RPC networks', despite JSON-RPC not being their defining technical feature." + }, + "keystore file": { + "term": "keystore file", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "keystore file", + "Simplified Chinese": "密钥库文件", + "French": "fichier keystore", + "German": "Keystore-Datei", + "Indonesian": "file keystore", + "Italian": "file keystore", + "Korean": "키스토어 파일", + "Persian": "فایل کلید خصوصی", + "Brazilian Portuguese": "arquivo keystore", + "Russian": "файл хранилища ключей", + "Spanish": "archivo keystore", + "Filipino (Tagalog)": "file ng keystore", + "Thai": "ไฟล์คีย์สโตร์", + "Turkish": "keystore dosyası", + "Vietnamese": "tệp lưu khóa", + "Arabic": "ملف تخزين المفاتيح", + "Traditional Chinese": "keystore 文件", + "Dutch": "keystore-bestand", + "Greek": "Αρχείο αποθήκευσης κλειδιών", + "Hindi": "कीस्टोर फ़ाइल", + "Hungarian": "kulcstároló fájl", + "Japanese": "キーストアファイル", + "Polish": "Plik keystore", + "Ukrainian": "файл сховища ключів" + }, + "definition": "A keystore file is a special, encrypted version of a private key in JSON format. See also 'private key'." + }, + "Know Your Customer (KYC)": { + "term": "Know Your Customer (KYC)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Know Your Customer (KYC)", + "Simplified Chinese": "实名认证(KYC)", + "French": "Know Your Customer (KYC)", + "German": "Know Your Customer (KYC)", + "Indonesian": "Prinsip Mengenal Nasabah (KYC)", + "Italian": "Know Your Customer (KYC)", + "Korean": "고객확인제도 (KYC)", + "Persian": "احراز هویت مشتری (KYC)", + "Brazilian Portuguese": "Conheça seu cliente (KYC)", + "Russian": "«Знай своего клиента» (ЗСК)", + "Spanish": "conozca a su cliente (KYC)", + "Filipino (Tagalog)": "Know Your Customer (KYC)", + "Thai": "การรู้จักลูกค้า (KYC)", + "Turkish": "Müşterini Tanı (KYC)", + "Vietnamese": "Xác minh danh tính khách hàng (KYC)", + "Arabic": "التحقق من هوية العميل (KYC)", + "Traditional Chinese": "認識你的客戶", + "Dutch": "KYC (know your customer)", + "Greek": "Γνωρίστε τον πελάτη σας (KYC)", + "Hindi": "अपने ग्राहक को जानें (KYC)", + "Hungarian": "Ismerd a vásárlód (IAV)", + "Japanese": "本人確認 (KYC)", + "Polish": "Poznaj swojego klienta (KYC – Know Your Customer)", + "Ukrainian": "Знай свого клієнта (KYC)" + }, + "definition": "A process in which a business must verify the identity and background information (address, financial details, etc.) of their customers. For example, current regulations and laws require banks and other financial institutions to keep and report customers' personal information and transactions." + }, + "Know Your Transaction": { + "term": "Know Your Transaction", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Know Your Transaction", + "Simplified Chinese": "交易监控(KYT)", + "French": "Know Your Transaction", + "German": "Know Your Transaction", + "Indonesian": "Prinsip Mengenal Transaksi", + "Italian": "Know Your Transaction", + "Korean": "고객거래확인", + "Persian": "شناسایی مبدأ تراکنش‌ها", + "Brazilian Portuguese": "Conheça sua transação", + "Russian": "«Знай свою транзакцию»", + "Spanish": "conozca su transacción (KYT)", + "Filipino (Tagalog)": "Know Your Transaction", + "Thai": "การรู้จักธุรกรรม", + "Turkish": "İşlemini Tanı", + "Vietnamese": "Xác minh giao dịch", + "Arabic": "التحقق من المعاملات", + "Traditional Chinese": "認識你的交易", + "Dutch": "KYT (know your transaction)", + "Greek": "Μάθετε τη συναλλαγή σας", + "Hindi": "Know Your Transaction", + "Hungarian": "Ismerd a tranzakciód (IAT)", + "Japanese": "トランザクション監視", + "Polish": "Poznaj swoją transakcję (KYT – Know Your Transaction)", + "Ukrainian": "Знай свою транзакцію" + }, + "definition": "Know Your Transaction (KYT) is a process employed by financial institutions to monitor the merchants' businesses through the analysis of transaction data." + }, + "Kovan": { + "term": "Kovan", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Kovan", + "Simplified Chinese": "Kovan", + "French": "Kovan", + "German": "Kovan", + "Indonesian": "Kovan", + "Italian": "Kovan", + "Korean": "코반", + "Persian": "کوان", + "Brazilian Portuguese": "Kovan", + "Russian": "Kovan", + "Spanish": "Kovan", + "Filipino (Tagalog)": "Kovan", + "Thai": "Kovan", + "Turkish": "Kovan", + "Vietnamese": "Kovan", + "Arabic": "كوفان", + "Traditional Chinese": "Kovan", + "Dutch": "Kovan", + "Greek": "Kovan", + "Hindi": "Kovan", + "Hungarian": "Kovan", + "Japanese": "Kovan", + "Polish": "Kovan", + "Ukrainian": "Kovan" + }, + "definition": "An Ethereum testnet that uses Proof of Authority consensus, available through MetaMask; Kovan test network has been deprecated. Ethereum used to have four testnets: Ropsten, Rinkeby, Goerli, and Kovan (Kiln was also added for specific purposes relating to the Merge in 2022). However, after the Merge occurred on September 15th 2022, most of the existing testnets began being deprecated (taken out of service). They may still work, but could be unreliable. Sepolia and Goerli are now the only two available." + }, + "KYC": { + "term": "KYC", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Legal term", + "i18n": { + "Term": "KYC", + "Simplified Chinese": "KYC(实名认证)", + "French": "KYC", + "German": "KYC", + "Indonesian": "KYC", + "Italian": "KYC", + "Korean": "KYC", + "Persian": "KYC", + "Brazilian Portuguese": "KYC", + "Russian": "ЗСК", + "Spanish": "KYC", + "Filipino (Tagalog)": "KYC", + "Thai": "KYC", + "Turkish": "KYC", + "Vietnamese": "KYC", + "Arabic": "اعرف عميلك (KYC)", + "Traditional Chinese": "認識你的客戶", + "Dutch": "KYC", + "Greek": "KYC (Γνωρίστε τον πελάτη σας)", + "Hindi": "KYC", + "Hungarian": "KYC", + "Japanese": "KYC", + "Polish": "KYC", + "Ukrainian": "KYC" + }, + "definition": "Acronym; see 'Know Your Customer'." + }, + "KYT": { + "term": "KYT", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Legal term", + "i18n": { + "Term": "KYT", + "Simplified Chinese": "KYT(交易监控)", + "French": "KYT", + "German": "KYT", + "Indonesian": "KYT", + "Italian": "KYT", + "Korean": "KYT", + "Persian": "KYT", + "Brazilian Portuguese": "KYT", + "Russian": "ЗСТ", + "Spanish": "KYT", + "Filipino (Tagalog)": "KYT", + "Thai": "KYT", + "Turkish": "KYT", + "Vietnamese": "KYT", + "Arabic": "اعرف معاملتك (KYT)", + "Traditional Chinese": "認識你的交易", + "Dutch": "KYT", + "Greek": "KYT(Μάθετε τη συναλλαγή σας)", + "Hindi": "KYT", + "Hungarian": "KYT", + "Japanese": "KYT", + "Polish": "KYT", + "Ukrainian": "KYT" + }, + "definition": "Acronym; see 'Know Your Transaction'." + }, + "Latency": { + "term": "Latency", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Latency", + "Simplified Chinese": "延迟", + "French": "Latence", + "German": "Latenz", + "Indonesian": "Latensi", + "Italian": "Latenza", + "Korean": "지연 시간", + "Persian": "تاخیر", + "Brazilian Portuguese": "Latência", + "Russian": "Задержка", + "Spanish": "latencia", + "Filipino (Tagalog)": "Latency", + "Thai": "ความหน่วง", + "Turkish": "Gecikme", + "Vietnamese": "Độ trễ", + "Arabic": "زمن الاستجابة", + "Traditional Chinese": "延遲", + "Dutch": "latentie", + "Greek": "Καθυστέρηση", + "Hindi": "लेटेंसी", + "Hungarian": "késleltetés", + "Japanese": "レイテンシー", + "Polish": "Latencja / opóźnienie", + "Ukrainian": "Затримка" + }, + "definition": "In the context of Network latency: refers to the amount of time it takes for a computer on one network to communicate with a computer on another network. Network latency" + }, + "Lattice1": { + "term": "Lattice1", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Legal term", + "i18n": { + "Term": "Lattice1", + "Simplified Chinese": "Lattice1", + "French": "Lattice1", + "German": "Lattice1", + "Indonesian": "Lattice1", + "Italian": "Lattice1", + "Korean": "래티스 1", + "Persian": "لتیس 1", + "Brazilian Portuguese": "Lattice1", + "Russian": "Lattice1", + "Spanish": "Lattice1", + "Filipino (Tagalog)": "Lattice1", + "Thai": "Lattice1", + "Turkish": "Lattice1", + "Vietnamese": "Lattice1", + "Arabic": "محفظة Lattice1", + "Traditional Chinese": "Lattice1", + "Dutch": "Lattice1", + "Greek": "Lattice1", + "Hindi": "Lattice1", + "Hungarian": "Lattice1", + "Japanese": "Lattice1", + "Polish": "Lattice1", + "Ukrainian": "Lattice1" + }, + "definition": "The Lattice1 is a powerful, secure, and user-friendly hardware wallet that allows you to manage an unlimited number of wallets and easily transact on the blockchain." + }, + "Launchpad": { + "term": "Launchpad", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Legal term", + "i18n": { + "Term": "Launchpad", + "Simplified Chinese": "Launchpad", + "French": "Launchpad", + "German": "Launchpad", + "Indonesian": "Launchpad", + "Italian": "Launchpad", + "Korean": "런치패드", + "Persian": "لانچ‌پد", + "Brazilian Portuguese": "Launchpad", + "Russian": "Лаунчпад", + "Spanish": "plataforma de lanzamiento", + "Filipino (Tagalog)": "Launchpad", + "Thai": "Launchpad", + "Turkish": "Launchpad", + "Vietnamese": "Launchpad", + "Arabic": "منصة الإطلاق", + "Traditional Chinese": "Launchpad", + "Dutch": "Launchpad", + "Greek": "Launchpad", + "Hindi": "लॉन्चपैड", + "Hungarian": "Launchpad", + "Japanese": "ローンチパッド", + "Polish": "Launchpad", + "Ukrainian": "Панель запуску" + }, + "definition": "The Launchpad is the Ethereum Foundation's official way to deposit your ETH for staking on Ethereum. Ethereum Launchpad" + }, + "Layer 0": { + "term": "Layer 0", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Layer 0", + "Simplified Chinese": "零层", + "French": "Couche 0", + "German": "Layer 0", + "Indonesian": "Layer 0", + "Italian": "Layer 0", + "Korean": "레이어 0", + "Persian": "لایه 0", + "Brazilian Portuguese": "Camada 0", + "Russian": "Слой 0", + "Spanish": "capa 0", + "Filipino (Tagalog)": "Layer 0", + "Thai": "เลเยอร์ 0", + "Turkish": "Katman 0", + "Vietnamese": "Lớp 0", + "Arabic": "الطبقة 0", + "Traditional Chinese": "數據傳輸層", + "Dutch": "layer 0", + "Greek": "Επίπεδο 0", + "Hindi": "लेयर 0", + "Hungarian": "0. réteg", + "Japanese": "レイヤー 0", + "Polish": "Warstwa 0", + "Ukrainian": "Рівень 0" + }, + "definition": "Layer 0 in blockchain refers to the underlying infrastructure that supports the blockchain network. It includes the physical hardware, such as computers, servers, and other network components, as well as the software protocols that govern the interactions between the nodes in the network. In other words, Layer 0 is the foundation upon which the blockchain network is built. It provides the necessary resources and technical capabilities for the network to function, such as computing power, storage, and network connectivity. Layer 0 is essential to the operation and security of the blockchain network, as it ensures that data is transmitted and stored correctly and securely across the network. Layer 0 is sometimes also referred to as 'Layer Zero' or 'L0'. It is important to note that the concept of Layer 0 is not unique to blockchain technology, but is a more general term used to describe the physical and technical infrastructure underlying any type of computer network." + }, + "Layer 1": { + "term": "Layer 1", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Layer 1", + "Simplified Chinese": "一层公链", + "French": "Couche 1", + "German": "Layer 1", + "Indonesian": "Layer 1", + "Italian": "Layer 1", + "Korean": "레이어 1", + "Persian": "لایه 1", + "Brazilian Portuguese": "Camada 1", + "Russian": "Слой 1", + "Spanish": "capa 1", + "Filipino (Tagalog)": "Layer 1", + "Thai": "เลเยอร์ 1", + "Turkish": "Katman 1", + "Vietnamese": "Lớp 1", + "Arabic": "الطبقة 1", + "Traditional Chinese": "鏈上擴容", + "Dutch": "layer 1", + "Greek": "Επίπεδο 1", + "Hindi": "लेयर 1", + "Hungarian": "1. réteg", + "Japanese": "レイヤー 1", + "Polish": "Warstwa 1", + "Ukrainian": "Рівень 1" + }, + "definition": "Layer 1 in blockchain refers to the base layer of the blockchain protocol. It is the layer that contains the core elements of the blockchain, including the consensus mechanism, the data structure, and the rules that govern the creation and transfer of assets or tokens. In other words, Layer 1 is the foundation of the blockchain technology stack, upon which all other layers and applications are built. It is responsible for maintaining the integrity of the blockchain network and ensuring that all transactions are valid and secure. Layer 1 is designed to be decentralized, meaning that no single entity has control over the network. This is achieved through the use of consensus mechanisms, such as Proof of Work (PoW), Proof of Stake (PoS), or other methods, which enable participants to reach agreement on the validity of transactions and the state of the network. Some examples of Layer 1 blockchain protocols include Bitcoin, Ethereum, Binance Smart Chain, Avalanche." + }, + "Layer 2": { + "term": "Layer 2", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Layer 2", + "Simplified Chinese": "二层公链", + "French": "Couche 2", + "German": "Layer 2", + "Indonesian": "Layer 2", + "Italian": "Layer 2", + "Korean": "레이어 2", + "Persian": "لایه 2", + "Brazilian Portuguese": "Camada 2", + "Russian": "Слой 2", + "Spanish": "capa 2", + "Filipino (Tagalog)": "Layer 2", + "Thai": "เลเยอร์ 2", + "Turkish": "Katman 2", + "Vietnamese": "Lớp 2", + "Arabic": "الطبقة 2", + "Traditional Chinese": "鏈下擴容", + "Dutch": "layer 2", + "Greek": "Επίπεδο 2", + "Hindi": "लेयर 2", + "Hungarian": "2. réteg", + "Japanese": "レイヤー 2", + "Polish": "Warstwa 2", + "Ukrainian": "Рівень 2" + }, + "definition": "A Layer 2 network, or L2, is a blockchain that is built specifically to scale another network. For a full understanding of how this is achieved, see here. Some popular examples of this in the Ethereum ecosystem are Arbitrum, Optimism, and StarkNet. These chains are specifically built to handle a large number of transactions quickly by relying on Ethereum Mainnet for security functions, while optimizing for speed and scale. These networks are considered 'scaling solutions' while not being part of Ethereum's protocol-level scaling efforts. See also 'blockchain trilemma', 'modular blockchain', 'Serenity'. Contrast with 'sidechain'." + }, + "Learn; MetaMask Learn": { + "term": "Learn; MetaMask Learn", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Learn; MetaMask Learn", + "Simplified Chinese": "Learn;MetaMask Learn", + "French": "Learn ; MetaMask Learn", + "German": "Learn; MetaMask Learn", + "Indonesian": "Learn; Metamask Learn", + "Italian": "Learn; MetaMask Learn", + "Korean": "Learn; MetaMask Learn", + "Persian": "آموزش؛ آموزش متامسک", + "Brazilian Portuguese": "Learn; MetaMask Learn", + "Russian": "Learn; MetaMask Learn", + "Spanish": "Learn; MetaMask Learn", + "Filipino (Tagalog)": "Learn; MetaMask Learn", + "Thai": "Learn; MetaMask Learn", + "Turkish": "Learn; MetaMask Learn", + "Vietnamese": "Learn; MetaMask Learn", + "Arabic": "تعلم؛ MetaMask Learn", + "Traditional Chinese": "學習", + "Dutch": "Learn; MetaMask Learn", + "Greek": "Εκμάθηση MetaMask", + "Hindi": "Learn; MetaMask Learn", + "Hungarian": "Learn; MetaMask Learn", + "Japanese": "Learn; MetaMask Learn", + "Polish": "Learn / MetaMask Learn", + "Ukrainian": "Learn; MetaMask Learn" + }, + "definition": "MetaMask Learn is a free-to-use educational platform available in 10 languages for anyone interested in learning about web3. Through engaging lessons and interactive simulations, it helps you understand what web3 is, why it matters, and how to get started. https://learn.metamask.io/" + }, + "Ledger": { + "term": "Ledger", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Ledger", + "Simplified Chinese": "Ledger", + "French": "Ledger", + "German": "Ledger", + "Indonesian": "Ledger", + "Italian": "Ledger", + "Korean": "렛저", + "Persian": "لجر", + "Brazilian Portuguese": "Ledger", + "Russian": "Ledger", + "Spanish": "Ledger", + "Filipino (Tagalog)": "Ledger", + "Thai": "Ledger", + "Turkish": "Ledger", + "Vietnamese": "Ledger", + "Arabic": "محفظة Ledger", + "Traditional Chinese": "Ledger", + "Dutch": "Ledger", + "Greek": "Ledger", + "Hindi": "Ledger", + "Hungarian": "Ledger", + "Japanese": "Ledger", + "Polish": "Ledger", + "Ukrainian": "Ledger" + }, + "definition": "" + }, + "Ledger Live App": { + "term": "Ledger Live App", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Ledger Live App", + "Simplified Chinese": "Ledger Live App", + "French": "Ledger Live App", + "German": "Ledger Live App", + "Indonesian": "Applikasi Ledger Live", + "Italian": "Ledger Live App", + "Korean": "렛저 라이브 앱", + "Persian": "برنامه Ledger Live", + "Brazilian Portuguese": "Ledger Live App", + "Russian": "Приложение Ledger Live", + "Spanish": "aplicación Ledger Live", + "Filipino (Tagalog)": "Ledger Live App", + "Thai": "แอป Ledger Live", + "Turkish": "Ledger Live Uygulaması", + "Vietnamese": "Ứng dụng Ledger Live", + "Arabic": "تطبيق Ledger Live", + "Traditional Chinese": "Ledger Live App", + "Dutch": "Ledger Live App", + "Greek": "Ledger Live App", + "Hindi": "Ledger Live ऐप", + "Hungarian": "Ledger Live App", + "Japanese": "Ledger Live アプリ", + "Polish": "Ledger Live App", + "Ukrainian": "Додаток Ledger Live" + }, + "definition": "Ledger Live is a hardware wallet interface app for users of the Ledger Nano X, Ledger Nano S, and Ledger Blue. The app enables Ledger users to manage their cryptocurrency hardware and assets. Additionally, it features real-time price updates, multi-account management, and the convenience of an extremely simple setup process. Ledger Live combines the management of your individual crypto assets and device management into one interface, with the intention of gradually replacing the Chrome-based applications system that previously annoyed some users of the device." + }, + "Library": { + "term": "Library", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "MetaMask term", + "i18n": { + "Term": "Library", + "Simplified Chinese": "软件库", + "French": "Bibliothèque", + "German": "Bibliothek", + "Indonesian": "Library", + "Italian": "Libreria", + "Korean": "라이브러리", + "Persian": "کتابخانه", + "Brazilian Portuguese": "Biblioteca", + "Russian": "Библиотека", + "Spanish": "biblioteca", + "Filipino (Tagalog)": "Library", + "Thai": "ไลบรารี", + "Turkish": "Kitaplık", + "Vietnamese": "Thư viện", + "Arabic": "المكتبة", + "Traditional Chinese": "函式庫", + "Dutch": "bibliotheek", + "Greek": "Βιβλιοθήκη", + "Hindi": "लाइब्रेरी", + "Hungarian": "könyvtár", + "Japanese": "ライブラリ", + "Polish": "Biblioteka", + "Ukrainian": "Бібліотека" + }, + "definition": "A collection of non-volatile resources used by computer programs, often for software development. These may include configuration data, documentation, help data, message templates, pre-written code and subroutines, classes, values or type specifications. Software Library" + }, + "Lido": { + "term": "Lido", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Lido", + "Simplified Chinese": "Lido", + "French": "Lido", + "German": "Lido", + "Indonesian": "Lido", + "Italian": "Lido", + "Korean": "리도", + "Persian": "لیدو", + "Brazilian Portuguese": "Lido", + "Russian": "Lido", + "Spanish": "Lido", + "Filipino (Tagalog)": "Lido", + "Thai": "Lido", + "Turkish": "Lido", + "Vietnamese": "Lido", + "Arabic": "بروتوكول Lido", + "Traditional Chinese": "Lido", + "Dutch": "Lido", + "Greek": "Lido", + "Hindi": "Lido", + "Hungarian": "Lido", + "Japanese": "Lido", + "Polish": "Lido", + "Ukrainian": "Lido" + }, + "definition": "Lido is a liquid staking protocol for Ethereum that allows users with less than 32 ETH to collectively fund new validators and receive rewards." + }, + "light client": { + "term": "light client", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "light client", + "Simplified Chinese": "轻客户端", + "French": "client léger", + "German": "Light Client", + "Indonesian": "klien ringan", + "Italian": "client leggero", + "Korean": "라이트 클라이언트", + "Persian": "گیرنده سبک", + "Brazilian Portuguese": "cliente leve", + "Russian": "легкий клиент", + "Spanish": "cliente ligero", + "Filipino (Tagalog)": "magaan na kliyente", + "Thai": "ไลต์ไคลเอ็นต์", + "Turkish": "hafif istemci", + "Vietnamese": "ứng dụng nhẹ", + "Arabic": "عقدة بسيطة", + "Traditional Chinese": "light client", + "Dutch": "light client", + "Greek": "light client", + "Hindi": "लाइट क्लाइंट", + "Hungarian": "könnyű kliens", + "Japanese": "ライトクライアント", + "Polish": "Lekki klient", + "Ukrainian": "легкий клієнт" + }, + "definition": "In computing, a 'client' is a software that runs or accesses a program made available by a remote computer. With blockchain networks, then, clients are the programs that sync blockchain data and participate in network consensus. More often and more specifically, 'Layer 2' is used as a noun, to refer to a type of network that is specifically built to handle a large number of transactions quickly by relying on Ethereum mainnet for security functions, and optimizing for speed and scale. Examples include Arbitrum and Optimism; this is different from a 'sidechain', which is a network that has its own security mechanism, yet still allows compatibility and bridging of assets between itself and Ethereum." + }, + "Lightning Network": { + "term": "Lightning Network", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Lightning Network", + "Simplified Chinese": "Lightning Network", + "French": "Lightning Network", + "German": "Lightning Network", + "Indonesian": "Lightning Network", + "Italian": "Lightning Network", + "Korean": "라이트닝 네트워크", + "Persian": "شبکه لایتنینگ", + "Brazilian Portuguese": "Lightning Network", + "Russian": "Сеть Lightning", + "Spanish": "Lightning Network", + "Filipino (Tagalog)": "Lightning Network", + "Thai": "Lightning Network", + "Turkish": "Lightning Network", + "Vietnamese": "Lightning Network", + "Arabic": "شبكة البرق (Lightning Network)", + "Traditional Chinese": "Lightning Network", + "Dutch": "Lightning Network", + "Greek": "Lightning Network", + "Hindi": "लाइटनिंग नेटवर्क", + "Hungarian": "villámgyors hálózat", + "Japanese": "ライトニングネットワーク", + "Polish": "Lightning Network", + "Ukrainian": "Мережа Lightning" + }, + "definition": "The Lightning Network is a second layer for Bitcoin that uses micropayment channels to scale the blockchain’s capability to conduct transactions more efficiently. This layer consists of multiple payment channels between parties or Bitcoin users. A Lightning Network channel is a transaction mechanism between two parties. Using channels, the parties can make or receive payments from each other. Transactions conducted on the Lightning Network are faster, less costly, and more readily confirmed than those conducted directly on the Bitcoin blockchain." + }, + "Liquid Democracy (Delegative Democracy)": { + "term": "Liquid Democracy (Delegative Democracy)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Liquid Democracy (Delegative Democracy)", + "Simplified Chinese": "委任式民主", + "French": "Démocratie liquide (démocratie délégative)", + "German": "Liquid Democracy (Delegative Democracy)", + "Indonesian": "Demokrasi Likuid (Demograsi Delegatif)", + "Italian": "Democrazia liquida (Democrazia delegata)", + "Korean": "유동성 민주주의(위임 민주주의)", + "Persian": "دموکراسی نقدینگی", + "Brazilian Portuguese": "Democracia líquida (democracia delegativa)", + "Russian": "Ликвидная демократия (делегативная демократия)", + "Spanish": "democracia líquida (democracia delegativa)", + "Filipino (Tagalog)": "Liquid Democracy (Delegatibong Demokrasya)", + "Thai": "ประชาธิปไตยแบบลื่นไหล (ประชาธิปไตยแบบมอบอำนาจ)", + "Turkish": "Akışkan Demokrasi (Delege Demokrasisi)", + "Vietnamese": "Dân chủ linh hoạt (Dân chủ đại diện)", + "Arabic": "الديمقراطية التفويضية", + "Traditional Chinese": "流動式民主", + "Dutch": "liquid democracy (gedelegeerde democratie)", + "Greek": "Ρέουσα Δημοκρατία (Εκχωρητική Δημοκρατία)", + "Hindi": "लिक्विड डेमोक्रेसी (डेलीगेटिव डेमोक्रेसी)", + "Hungarian": "likvid demokrácia (delegatív demokrácia)", + "Japanese": "液体民主主義 (委任型民主主義)", + "Polish": "Demokracja płynna", + "Ukrainian": "Ліквідна демократія (делегативна демократія)" + }, + "definition": "A government system where votes can be delegated or proxied to other individuals such as friends, politicians, or subject matter experts. For example, in a liquid democracy, Bernadette could give Ahmad her vote and Ahmad would then vote for both himself and Bernadette. Liquid democracy is used at times as a governance mechanism for Decentralized Autonomous Organizations (DAOs) wherein every participant is able to vote or delegate their vote to another individual." + }, + "Liquidation": { + "term": "Liquidation", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Liquidation", + "Simplified Chinese": "清算", + "French": "Liquidation", + "German": "Liquidation", + "Indonesian": "Likuidasi", + "Italian": "Liquidazione", + "Korean": "청산", + "Persian": "لیکوئید شدن", + "Brazilian Portuguese": "Liquidação", + "Russian": "Ликвидность", + "Spanish": "liquidación", + "Filipino (Tagalog)": "Liquidation", + "Thai": "การชำระบัญชี", + "Turkish": "Likidasyon", + "Vietnamese": "Thanh lý", + "Arabic": "تصفية", + "Traditional Chinese": "清算", + "Dutch": "liquidatie", + "Greek": "Ρευστοποίηση", + "Hindi": "Liquidation", + "Hungarian": "felszámolás", + "Japanese": "清算", + "Polish": "Likwidacja", + "Ukrainian": "Ліквідація" + }, + "definition": "Liquidation happens when a trader has insufficient funds to keep a leveraged trade open. Liquidation" + }, + "liquidity": { + "term": "liquidity", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "liquidity", + "Simplified Chinese": "流动性", + "French": "liquidités", + "German": "Liquidität", + "Indonesian": "likuiditas", + "Italian": "liquidità", + "Korean": "유동성", + "Persian": "نقدشوندگی", + "Brazilian Portuguese": "liquidez", + "Russian": "ликвидность", + "Spanish": "liquidez", + "Filipino (Tagalog)": "liquidity", + "Thai": "สภาพคล่อง", + "Turkish": "likidite", + "Vietnamese": "thanh khoản", + "Arabic": "السيولة", + "Traditional Chinese": "流動性", + "Dutch": "liquiditeit", + "Greek": "ρευστότητα", + "Hindi": "लिक्विडिटी", + "Hungarian": "likviditás", + "Japanese": "流動性", + "Polish": "Płynność", + "Ukrainian": "ліквідність" + }, + "definition": "An asset is considered more ‘liquid’ if it can easily be converted into cash, and therefore, ‘liquidity’ refers to the availability of assets to a company or market. Conversely, the harder it is to turn an asset into cash, the more illiquid the asset. For example, stocks are considered relatively liquid assets, as they can be easily converted to cash, while real estate is considered an illiquid asset. The liquidity of an asset affects its risk potential and market price." + }, + "liquidity pool": { + "term": "liquidity pool", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "liquidity pool", + "Simplified Chinese": "流动性池", + "French": "pool de liquidités", + "German": "Liquiditätspool", + "Indonesian": "pool likuiditas", + "Italian": "pool di liquidità", + "Korean": "유동성 풀", + "Persian": "استخر نقدینگی", + "Brazilian Portuguese": "pool de liquidez", + "Russian": "пул ликвидности", + "Spanish": "fondo de liquidez", + "Filipino (Tagalog)": "pool ng liquidity", + "Thai": "พูลสภาพคล่อง", + "Turkish": "likidite havuzu", + "Vietnamese": "bể thanh khoản", + "Arabic": "تجمع السيولة", + "Traditional Chinese": "流動性池", + "Dutch": "liquiditeitspool", + "Greek": "δεξαμενή ρευστότητας", + "Hindi": "लिक्विडिटी पूल", + "Hungarian": "likviditási pool", + "Japanese": "流動性プール", + "Polish": "Pula płynności", + "Ukrainian": "пул ліквідності" + }, + "definition": "A liquidity pool is a crowdsourced pool of cryptocurrencies or tokens locked in a smart contract that is used to facilitate trades between the assets on a decentralized exchange (DEX). Instead of traditional markets of buyers and sellers, many decentralized finance (DeFi) platforms use automated market makers (AMMs), which allow digital assets to be traded in an automatic and permissionless manner through the use of liquidity pools." + }, + "liquidity staking": { + "term": "liquidity staking", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Financial term", + "i18n": { + "Term": "liquidity staking", + "Simplified Chinese": "流动性质押", + "French": "staking liquide", + "German": "Liquiditätsstaking", + "Indonesian": "staking likuiditas", + "Italian": "staking di liquidità", + "Korean": "유동성 스테이킹", + "Persian": "سپرده‌گذاری نقدشونده", + "Brazilian Portuguese": "staking de liquidez", + "Russian": "стейкинг ликвидности", + "Spanish": "staking de liquidez", + "Filipino (Tagalog)": "pagtaya ng liquidity", + "Thai": "ฝากสภาพคล่อง", + "Turkish": "likidite staking", + "Vietnamese": "ký gửi thanh khoản", + "Arabic": "ربط السيولة", + "Traditional Chinese": "流動性質押", + "Dutch": "liquiditeit staken", + "Greek": "ρευστότητα μεριδίου", + "Hindi": "लिक्विडिटी स्टेकिंग", + "Hungarian": "likviditási részesedés", + "Japanese": "流動性ステーキング", + "Polish": "Liquidity staking", + "Ukrainian": "ліквідний стекінг" + }, + "definition": "Liquid staking allows users to stake tokens and simultaneously use them in the DeFi ecosystem. This is made possible by wrapping the staked tokens and providing users with a wrapped token that is a claim on the underlying collateral. The wrapped tokens can be transferred and generate yield. Liquid staking permits users to stake and unstake their coins without being beholden to a lock-up period. It thus enables greater capital efficiency and increased liquidity on proof-of-stake blockchains, allowing users to maximize the benefits of staking and DeFi simultaneously. Furthermore, liquid staking enhances network security on PoS chains." + }, + "Low": { + "term": "Low", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Low", + "Simplified Chinese": "低级型", + "French": "Faible", + "German": "Niedrig", + "Indonesian": "Rendah", + "Italian": "Basse", + "Korean": "낮음", + "Persian": "پایین", + "Brazilian Portuguese": "Baixa", + "Russian": "Низкий", + "Spanish": "baja", + "Filipino (Tagalog)": "Mababa", + "Thai": "ต่ำ", + "Turkish": "Düşük", + "Vietnamese": "Thấp", + "Arabic": "منخفضة", + "Traditional Chinese": "Low", + "Dutch": "laag", + "Greek": "Χαμηλότερη τιμή", + "Hindi": "कम", + "Hungarian": "alacsony", + "Japanese": "低", + "Polish": "Ostrożne podejście", + "Ukrainian": "Низький" + }, + "definition": "In the context of 'gas fees', Low is a category that allows you to wait a bit longer and save money if you choose. There are 3 categories available in MetaMask: Low, Market, Aggressive Using Advanced Gas Controls" + }, + "mainnet": { + "term": "mainnet", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "mainnet", + "Simplified Chinese": "主网", + "French": "réseau principal Ethereum (mainnet)", + "German": "Mainnet", + "Indonesian": "mainnet", + "Italian": "mainnet", + "Korean": "메인넷", + "Persian": "شبکه اصلی", + "Brazilian Portuguese": "mainnet", + "Russian": "мейн-нет", + "Spanish": "red principal", + "Filipino (Tagalog)": "mainnet", + "Thai": "เครือข่ายหลัก", + "Turkish": "ana ağ", + "Vietnamese": "mạng chính", + "Arabic": "شبكة رئيسية (Mainnet)", + "Traditional Chinese": "主網", + "Dutch": "mainnet", + "Greek": "mainnet", + "Hindi": "मेननेट (mainnet)", + "Hungarian": "főháló", + "Japanese": "メインネット", + "Polish": "Mainnet", + "Ukrainian": "основна мережа" + }, + "definition": "The primary network where actual transactions take place on a specific distributed ledger. For example, The Ethereum Mainnet (capitalized in this case) is the public blockchain where network validation and transactions take place" + }, + "Maker Protocol": { + "term": "Maker Protocol", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Maker Protocol", + "Simplified Chinese": "稳定币协议", + "French": "Protocole Maker", + "German": "Maker Protocol", + "Indonesian": "Protokol Maker", + "Italian": "Maker Protocol", + "Korean": "메이커 프로토콜", + "Persian": "پروتکل‌ میکر", + "Brazilian Portuguese": "Maker Protocol", + "Russian": "Протокол Maker", + "Spanish": "protocolo Maker", + "Filipino (Tagalog)": "Maker Protocol", + "Thai": "Maker Protocol", + "Turkish": "Maker Protokolü", + "Vietnamese": "Giao thức Maker", + "Arabic": "بروتوكول Maker", + "Traditional Chinese": "Maker協議", + "Dutch": "Maker Protocol", + "Greek": "Maker Protocol", + "Hindi": "मेकर प्रोटोकॉल", + "Hungarian": "Maker Protocol", + "Japanese": "Maker プロトコル", + "Polish": "Protokół Maker", + "Ukrainian": "Протокол Maker" + }, + "definition": "The Maker Protocol, built on the Ethereum blockchain, enables users to create and hold currency. Current elements of the Maker Protocol are the DAI stable coin, Maker Vaults, and Voting. MakerDAO governs the Maker Protocol by deciding on key parameters (e.g., stability fees, collateral types and rates, etc.)" + }, + "Malware": { + "term": "Malware", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "MetaMask term", + "i18n": { + "Term": "Malware", + "Simplified Chinese": "恶意软件", + "French": "Malware", + "German": "Malware", + "Indonesian": "Malware", + "Italian": "Malware", + "Korean": "맬웨어", + "Persian": "بدافزار", + "Brazilian Portuguese": "Malware", + "Russian": "Вредоносное программное обеспечение", + "Spanish": "software malicioso", + "Filipino (Tagalog)": "Malware", + "Thai": "มัลแวร์", + "Turkish": "Kötü amaçlı yazılım", + "Vietnamese": "Phần mềm độc hại", + "Arabic": "برمجيات خبيثة", + "Traditional Chinese": "惡意軟體", + "Dutch": "malware", + "Greek": "Λογισμικό κακόβουλης λειτουργίας", + "Hindi": "मालवेयर", + "Hungarian": "rosszindulatú", + "Japanese": "マルウェア", + "Polish": "Złośliwe oprogramowanie", + "Ukrainian": "Шкідливе програмне забезпечення" + }, + "definition": "Any software intentionally designed to cause disruption to a computer, server, client, or computer network, leak private information, gain unauthorized access to information or systems, deprive access to information, or which unknowingly interferes with the user's computer security and privacy." + }, + "market cap": { + "term": "market cap", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "market cap", + "Simplified Chinese": "市值", + "French": "capitalisation boursière", + "German": "Marktkapitalisierung", + "Indonesian": "kap pasar", + "Italian": "capitalizzazione di mercato", + "Korean": "시가 총액", + "Persian": "ارزش بازار", + "Brazilian Portuguese": "capitalização de mercado", + "Russian": "рыночная капитализация", + "Spanish": "capitalización bursátil", + "Filipino (Tagalog)": "market cap", + "Thai": "มูลค่าตลาด", + "Turkish": "piyasa değeri", + "Vietnamese": "vốn hóa thị trường", + "Arabic": "القيمة السوقية", + "Traditional Chinese": "市值", + "Dutch": "marktkapitalisatie", + "Greek": "Επιχειρηματικά κεφάλαια", + "Hindi": "मार्केट कैप", + "Hungarian": "tőkepiac", + "Japanese": "時価総額", + "Polish": "Kapitalizacja rynkowa", + "Ukrainian": "ринкова капіталізація" + }, + "definition": "Short for 'market capitalization', this refers to the total value held in a particular industry, market, company, or asset. For a publicly traded company, the market cap is the total dollar market value of a company's outstanding shares. For Bitcoin or Ethereum, the total market cap is a reflection of the current existing supply times the market price." + }, + "Maximal Extractable Value (MEV)": { + "term": "Maximal Extractable Value (MEV)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Maximal Extractable Value (MEV)", + "Simplified Chinese": "最大可提取价值(MEV)", + "French": "Valeur extractible maximum (MEV)", + "German": "Maximaler extrahierbarer Wert (MEV)", + "Indonesian": "Nilai yang Dapat Diekstrak Maksimal (MEV)", + "Italian": "Valore Massimo Estraibile (MEV)", + "Korean": "최대추출가능가치(MEV)", + "Persian": "حداکثر ارزش قابل استخراج (MEV)", + "Brazilian Portuguese": "Valor máximo extraível (MEV)", + "Russian": "Максимальная извлекаемая ценность (MEV)", + "Spanish": "valor máximo extraíble (MEV)", + "Filipino (Tagalog)": "Maximal Extractable Value (MEV)", + "Thai": "มูลค่าที่สกัดได้สูงสุด (MEV)", + "Turkish": "Maksimal Çıkarılabilir Değer (MEV)", + "Vietnamese": "Giá trị có thể trích xuất tối đa (MEV)", + "Arabic": "القيمة القصوى القابلة للاستخراج (MEV)", + "Traditional Chinese": "最大可提取价值", + "Dutch": "MEV (maximal extractable value)", + "Greek": "Μέγιστη εξαγώγιμη αξία (MEV)", + "Hindi": "मैक्सिमम एक्सट्रैक्टेबल वैल्यू (MEV)", + "Hungarian": "maximális kinyerhető érték (MKE)", + "Japanese": "最大抽出可能価値 (MEV)", + "Polish": "MEV (maksymalna wartość możliwa do wydobycia)", + "Ukrainian": "Максимальна вилучена цінність (MEV)" + }, + "definition": "Originally known as Miner Extractable Value, MEV is a broad complex topic that refers to the inclusion, exclusion, and reordering of transactions within a block in order to extract more value from it, generally in excess of what a validator (or miner, on PoW networks) would earn from producing the block. MEV includes activities such as frontrunning, arbitrage, and what could be considered malicious actions to profit off of other users' transactions. This is a very active topic of research that is changing rapidly." + }, + "Maximum Priority Fee": { + "term": "Maximum Priority Fee", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Maximum Priority Fee", + "Simplified Chinese": "最大优先交易费用", + "French": "Frais de priorité maximum", + "German": "Maximale Prioritätsgebühr", + "Indonesian": "Biaya Prioritas Maksimum", + "Italian": "Tariffa prioritaria massima", + "Korean": "최대 우선 요금", + "Persian": "حداکثر کارمزد اولویت", + "Brazilian Portuguese": "Taxa de prioridade máxima", + "Russian": "Максимальная плата за приоритет", + "Spanish": "tarifa de prioridad máxima", + "Filipino (Tagalog)": "Pinakamataas na Bayad sa Priyoridad", + "Thai": "ค่าแซงคิวสูงสุด", + "Turkish": "Maksimum Öncelik Ücreti", + "Vietnamese": "Phí ưu tiên tối đa", + "Arabic": "رسوم الأولوية القصوى", + "Traditional Chinese": "最大優先級費用", + "Dutch": "maximale priority fee", + "Greek": "Μέγιστη χρέωση προτεραιότητας", + "Hindi": "मैक्सिमम प्रायोरिटी फी", + "Hungarian": "maximális elsőbbségi díj", + "Japanese": "最大優先手数料", + "Polish": "Maksymalna opłata za priorytet", + "Ukrainian": "Максимальна плата за пріоритет" + }, + "definition": "The fee, or 'miner tip', goes to the validator or miner, and incentivizes them to prioritize your transaction." + }, + "memory pool; mempool": { + "term": "memory pool; mempool", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "memory pool; mempool", + "Simplified Chinese": "内存池(Mempool)", + "French": "pool de stockage des transactions ; mempool", + "German": "Memory Pool; Mempool", + "Indonesian": "pool memori; mempool", + "Italian": "pool di memoria; mempool", + "Korean": "메모리 풀; 멤풀", + "Persian": "استخر حافظه؛ ممپول", + "Brazilian Portuguese": "pool de memória; mempool", + "Russian": "пул памяти; мемпул", + "Spanish": "grupo de memoria; mempool", + "Filipino (Tagalog)": "memory pool; mempool", + "Thai": "พูลเมมโมรี่, เมมพูล", + "Turkish": "bellek havuzu; mempool", + "Vietnamese": "bể ghi nhớ giao dịch; bể nhớ giao dịch", + "Arabic": "تجمع المعاملات؛ mempool", + "Traditional Chinese": "内存池", + "Dutch": "memory pool; mempool", + "Greek": "mempool", + "Hindi": "मेमोरी पूल; mempool", + "Hungarian": "memóriatár; mempool", + "Japanese": "メモリープール; メムプール", + "Polish": "Mempool (pula pamięci)", + "Ukrainian": "пул пам'яті; мемпул" + }, + "definition": "a.k.a. Transaction Pool When a user submits a transaction to the Ethereum network–or many other networks based on Ethereum–the transaction goes into what’s known as a “transaction pool”, or “txpool” for short. This is essentially a queue of transactions that are waiting to be added to a block and recorded to the blockchain. There are mechanisms that determine which transactions are “picked up” and included in the next block, and there is currently a lot of research surrounding how this decision gets made. In Bitcoin, the transaction pool was referred to as the “memory pool”, or “mempool”, and often these terms are used interchangeably." + }, + "Merge (noun)": { + "term": "Merge (noun)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Merge (noun)", + "Simplified Chinese": "合并", + "French": "Fusion (nom)", + "German": "Merge", + "Indonesian": "Gabungan (noun)", + "Italian": "Merge (noun)", + "Korean": "병합(명사)", + "Persian": "ادغام", + "Brazilian Portuguese": "Fusão", + "Russian": "«Слияние»", + "Spanish": "fusión", + "Filipino (Tagalog)": "Merge (pangngalan)", + "Thai": "เมิร์ช", + "Turkish": "Birleştirme", + "Vietnamese": "Hợp nhất (danh từ)", + "Arabic": "دمج الإيثريوم (Merge)", + "Traditional Chinese": "合併", + "Dutch": "merge", + "Greek": "Συγχώνευση", + "Hindi": "मर्ज (Merge) (नाउन)", + "Hungarian": "egyesítés", + "Japanese": "「マージ」", + "Polish": "Merge", + "Ukrainian": "Злиття" + }, + "definition": "Finalized in September 2022, the Merge was the culmination of years of work involved in transitioning Ethereum from a Proof of Work consensus model, to Proof of Stake, all while keeping the network live. This was successful, and reduced the network’s carbon footprint by more than 99.9%." + }, + "Merkle Patricia trie": { + "term": "Merkle Patricia trie", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Merkle Patricia trie", + "Simplified Chinese": "梅克尔树", + "French": "Arbre de Merkle", + "German": "Merkle Patricia-Trie", + "Indonesian": "Merkle Patricia trie", + "Italian": "Trie di Patricia Merkle", + "Korean": "머클패트리샤트리", + "Persian": "درخت مرکل پاتریشیا", + "Brazilian Portuguese": "Merkle Patricia trie", + "Russian": "Дерево Меркла", + "Spanish": "árbol de Merkle Patricia trie", + "Filipino (Tagalog)": "Merkle Patricia trie", + "Thai": "ต้นไม้ Merkle Patricia", + "Turkish": "Merkle Patricia trie", + "Vietnamese": "Cây Merkle Patricia", + "Arabic": "ميركل باتريشيا تري", + "Traditional Chinese": "梅克爾樹", + "Dutch": "Merkle Patricia-trie", + "Greek": "Merkle Patricia trie", + "Hindi": "मर्कल पेट्रीसिया ट्राई (Merkle Patricia trie)", + "Hungarian": "Merkle Patricia trie", + "Japanese": "マークルパトリシアツリー", + "Polish": "Drzewo skrótów", + "Ukrainian": "Merkle Patricia trie" + }, + "definition": "Often referred to simply as a 'Merkle trie' (pronounced 'tree'), a Merkle Patricia trie is a data structure in which a single hash code function (see 'hash') splits into smaller branches. In a similar way to a family tree, where a parent branch splits into child branches, which are then extrapolated into grandchild branches, a Merkle Patricia trie keeps a record of the filiation and history of each element. This type of data structure enables for faster verification on a blockchain network." + }, + "Mesh": { + "term": "Mesh", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Mesh", + "Simplified Chinese": "Mesh", + "French": "Mesh", + "German": "Mesh", + "Indonesian": "Mesh", + "Italian": "Mesh", + "Korean": "메시", + "Persian": "مش", + "Brazilian Portuguese": "Mesh", + "Russian": "Mesh", + "Spanish": "Mesh", + "Filipino (Tagalog)": "Mesh", + "Thai": "Mesh", + "Turkish": "Mesh", + "Vietnamese": "Mesh", + "Arabic": "Mesh", + "Traditional Chinese": "Mesh", + "Dutch": "mesh", + "Greek": "Mesh", + "Hindi": "Mesh", + "Hungarian": "háló", + "Japanese": "Mesh", + "Polish": "Mesh", + "Ukrainian": "Mesh" + }, + "definition": "ConsenSys Mesh is a network of loosely coupled, tightly aligned teams, products, and investments advancing the Ethereum ecosystem and the arrival of web3." + }, + "Metadata": { + "term": "Metadata", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Metadata", + "Simplified Chinese": "元数据", + "French": "Métadonnées", + "German": "Metadaten", + "Indonesian": "Metadata", + "Italian": "Metadati", + "Korean": "메타데이터", + "Persian": "فراداده", + "Brazilian Portuguese": "Metadados", + "Russian": "Метаданные", + "Spanish": "metadatos", + "Filipino (Tagalog)": "Metadata", + "Thai": "ข้อมูลเมต้า", + "Turkish": "Meta veri", + "Vietnamese": "Metadata", + "Arabic": "البيانات الوصفية", + "Traditional Chinese": "詮釋資料", + "Dutch": "metadata", + "Greek": "Metadata", + "Hindi": "मेटाडाटा", + "Hungarian": "Metaadatok", + "Japanese": "メタデータ", + "Polish": "Metadane", + "Ukrainian": "Метадані" + }, + "definition": "In the context of 'NFT metadata': Metadata is 'data that provides information about other data' Metadata" + }, + "MetaMask": { + "term": "MetaMask", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "MetaMask", + "Simplified Chinese": "MetaMask", + "French": "MetaMask", + "German": "MetaMask", + "Indonesian": "MetaMask", + "Italian": "MetaMask", + "Korean": "MetaMask", + "Persian": "متامسک", + "Brazilian Portuguese": "MetaMask", + "Russian": "MetaMask", + "Spanish": "MetaMask", + "Filipino (Tagalog)": "MetaMask", + "Thai": "MetaMask", + "Turkish": "MetaMask", + "Vietnamese": "MetaMask", + "Arabic": "MetaMask", + "Traditional Chinese": "MetaMask", + "Dutch": "MetaMask", + "Greek": "MetaMask", + "Hindi": "MetaMask", + "Hungarian": "MetaMask", + "Japanese": "MetaMask", + "Polish": "MetaMask", + "Ukrainian": "MetaMask" + }, + "definition": "MetaMask, either in its mobile app form on iOS and Android, or in its browser extension form, is a tool to access and interact with blockchains and the decentralized web. It allows users to manage their digital identity and the permission of others to interact with that identity; its functions include that of a wallet, a dapp permissions manager, and access to token swaps. It is an open-source project that encourages developers from other projects to build on top of it through MetaMask Snaps." + }, + "MetaMask Bridge": { + "term": "MetaMask Bridge", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "MetaMask Bridge", + "Simplified Chinese": "MetaMask Bridge", + "French": "Passerelle Metamask", + "German": "MetaMask Bridge", + "Indonesian": "MetaMask Bridge", + "Italian": "MetaMask Bridge", + "Korean": "MetaMask 브릿지", + "Persian": "پل متامسک", + "Brazilian Portuguese": "Ponte da MetaMask", + "Russian": "Мост MetaMask", + "Spanish": "puente de MetaMask", + "Filipino (Tagalog)": "MetaMask Bridge", + "Thai": "MetaMask Bridge", + "Turkish": "MetaMask Köprüsü", + "Vietnamese": "Cầu MetaMask", + "Arabic": "جسر MetaMask", + "Traditional Chinese": "MetaMaskMetaMask 跨鏈橋", + "Dutch": "MetaMask Bridge", + "Greek": "Γέφυρα MetaMask", + "Hindi": "MetaMask Bridge", + "Hungarian": "MetaMask Bridge", + "Japanese": "MetaMask Bridge", + "Polish": "MetaMask Bridge", + "Ukrainian": "Мост MetaMask" + }, + "definition": "MetaMask Bridge: You can now access a curated, straightforward bridging experience in MetaMask Bridge, available at https://portfolio.metamask.io/bridge Only certain tokens and network combinations are available initially. MetaMask Bridge" + }, + "MetaMask Community Platform": { + "term": "MetaMask Community Platform", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "MetaMask Community Platform", + "Simplified Chinese": "MetaMask 社区平台", + "French": "Plateforme communautaire MetaMask", + "German": "MetaMask Community-Plattform", + "Indonesian": "Platform Komunitas MetaMask", + "Italian": "Piattaforma della Community di MetaMask", + "Korean": "MetaMask 커뮤니티 플랫폼", + "Persian": "پلتفرم انجمن متامسک", + "Brazilian Portuguese": "Plataforma da Comunidade da MetaMask", + "Russian": "Платформа сообщества MetaMask", + "Spanish": "plataforma comunitaria de MetaMask", + "Filipino (Tagalog)": "Platform ng Komunidad ng MetaMask", + "Thai": "แพลตฟอร์มชุมชน MetaMask", + "Turkish": "MetaMask Topluluk Platformu", + "Vietnamese": "Nền tảng cộng đồng MetaMask", + "Arabic": "منصة مجتمع MetaMask", + "Traditional Chinese": "MetaMask 社群平台", + "Dutch": "MetaMask communityplatform", + "Greek": "Πλατφόρμα Κοινότητας MetaMask", + "Hindi": "MetaMask कम्युनिटी प्लेटफ़ॉर्म", + "Hungarian": "MetaMask közösségi platform", + "Japanese": "MetaMask コミュニティプラットフォーム", + "Polish": "Platforma społeczności MetaMask", + "Ukrainian": "Платформа спільноти MetaMask" + }, + "definition": "The MetaMask forums located at community.metamask.io MetaMask's community platform can be accessed here: MetaMask Community" + }, + "MetaMask Extension": { + "term": "MetaMask Extension", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "MetaMask Extension", + "Simplified Chinese": "MetaMask Extension", + "French": "Extension Metamask", + "German": "MetaMask-Erweiterung", + "Indonesian": "Ekstensi MetaMask", + "Italian": "Estensione MetaMask", + "Korean": "MetaMask 확장 프로그램", + "Persian": "افزونه متامسک", + "Brazilian Portuguese": "Extensão da MetaMask", + "Russian": "Расширение MetaMask", + "Spanish": "extensión de MetaMask", + "Filipino (Tagalog)": "Extension ng MetaMask", + "Thai": "ส่วนขยาย MetaMask", + "Turkish": "MetaMask Uzantısı", + "Vietnamese": "Tiện ích mở rộng MetaMask", + "Arabic": "امتداد MetaMask", + "Traditional Chinese": "MetaMask 擴充套件", + "Dutch": "MetaMask extensie", + "Greek": "Επέκταση MetaMask", + "Hindi": "MetaMask एक्सटेंशन", + "Hungarian": "MetaMask bővítmény", + "Japanese": "MetaMask 拡張機能", + "Polish": "Rozszerzenie MetaMask", + "Ukrainian": "Розширення MetaMask" + }, + "definition": "MetaMask is a web browser extension and mobile app that allows you to manage your Ethereum private keys. By doing so, it serves as a wallet for Ether and other tokens, and allows you to interact with decentralized applications, or dapps. Unlike some wallets, MetaMask keeps no information on you: not your email address, not your password, and not your Secret Recovery Phrase or other private keys. You retain all power over your crypto-identity." + }, + "MetaMask Flask": { + "term": "MetaMask Flask", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "MetaMask term", + "i18n": { + "Term": "MetaMask Flask", + "Simplified Chinese": "MetaMask Flask", + "French": "MetaMask Flask", + "German": "MetaMask Flask", + "Indonesian": "MetaMask Flask", + "Italian": "MetaMask Flask", + "Korean": "MetaMask 플라스크", + "Persian": "متامسک فلسک", + "Brazilian Portuguese": "MetaMask Flask", + "Russian": "MetaMask Flask", + "Spanish": "MetaMask Flask", + "Filipino (Tagalog)": "MetaMask Flask", + "Thai": "MetaMask Flask", + "Turkish": "MetaMask Flask", + "Vietnamese": "MetaMask Flask", + "Arabic": "MetaMask Flask", + "Traditional Chinese": "MetaMask Flask", + "Dutch": "MetaMask Flask", + "Greek": "MetaMask Flask", + "Hindi": "MetaMask Flask", + "Hungarian": "MetaMask Flask", + "Japanese": "MetaMask Flask", + "Polish": "MetaMask Flask", + "Ukrainian": "MetaMask Flask" + }, + "definition": "MetaMask Flask is a distribution of the software designed for developers. It's like a laboratory (hence the name) where the MetaMask team can try out new ideas and features. It has experimental, even dangerous functionality in it that is not meant for everyday use. It also doesn't have the same stability guarantees that the production distribution of MetaMask has. What is MetaMask Flask, and how is it different from normal MetaMask?" + }, + "MetaMask Institutional": { + "term": "MetaMask Institutional", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "MetaMask term", + "i18n": { + "Term": "MetaMask Institutional", + "Simplified Chinese": "MetaMask Institutional", + "French": "MetaMask Institutional", + "German": "MetaMask Institutional", + "Indonesian": "MetaMask Institutional", + "Italian": "MetaMask Institutional", + "Korean": "MetaMask Institutional", + "Persian": "متامسک سازمانی", + "Brazilian Portuguese": "MetaMask Institutional", + "Russian": "MetaMask Institutional", + "Spanish": "MetaMask Institutional", + "Filipino (Tagalog)": "MetaMask Institutional", + "Thai": "MetaMask Institutional", + "Turkish": "MetaMask Institutional", + "Vietnamese": "MetaMask Institutional", + "Arabic": "MetaMask Institutional", + "Traditional Chinese": "MetaMask 機構版本", + "Dutch": "MetaMask Institutional", + "Greek": "MetaMask Institutional", + "Hindi": "MetaMask Institutional", + "Hungarian": "MetaMask Instututional", + "Japanese": "MetaMask Institutional", + "Polish": "MetaMask Institutional", + "Ukrainian": "MetaMask Institutional" + }, + "definition": "MetaMask Institutional is an institution-compliant version of the world’s leading web3 wallet, MetaMask. Organizations trust us to manage their web3 access and engagement with institution-required security, operational efficiency, and compliance. MetaMask Institutional" + }, + "MetaMask Learn": { + "term": "MetaMask Learn", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "MetaMask term", + "i18n": { + "Term": "MetaMask Learn", + "Simplified Chinese": "MetaMask Learn", + "French": "MetaMask Learn", + "German": "MetaMask Learn", + "Indonesian": "MetaMask Learn", + "Italian": "MetaMask Learn", + "Korean": "MetaMask Learn", + "Persian": "آموزش متامسک", + "Brazilian Portuguese": "MetaMask Learn", + "Russian": "MetaMask Learn", + "Spanish": "MetaMask Learn", + "Filipino (Tagalog)": "MetaMask Learn", + "Thai": "MetaMask Learn", + "Turkish": "MetaMask Learn", + "Vietnamese": "MetaMask Learn", + "Arabic": "منصة التعلم MetaMask Learn", + "Traditional Chinese": "MetaMask 學習", + "Dutch": "MetaMask Learn", + "Greek": "Εκμάθηση MetaMask", + "Hindi": "MetaMask Learn", + "Hungarian": "MetaMask Learn", + "Japanese": "MetaMask Learn", + "Polish": "MetaMask Learn", + "Ukrainian": "MetaMask Learn" + }, + "definition": "MetaMask Learn is a free-to-use educational platform available in 10 languages for anyone interested in learning about web3. Through engaging lessons and interactive simulations, it helps you understand what web3 is, why it matters, and how to get started. MetaMask Learn" + }, + "MetaMask SDK": { + "term": "MetaMask SDK", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "MetaMask term", + "i18n": { + "Term": "MetaMask SDK", + "Simplified Chinese": "MetaMask SDK(软件开发工具包)", + "French": "MetaMask SDK", + "German": "MetaMask SDK", + "Indonesian": "MetaMask SDK", + "Italian": "MetaMask SDK", + "Korean": "MetaMask SDK", + "Persian": "کیت توسعه نرم‌افزار متامسک", + "Brazilian Portuguese": "SDK da MetaMask", + "Russian": "MetaMask SDK", + "Spanish": "MetaMask SDK", + "Filipino (Tagalog)": "MetaMask SDK", + "Thai": "MetaMask SDK", + "Turkish": "MetaMask SDK", + "Vietnamese": "SDK MetaMask", + "Arabic": "MetaMask SDK", + "Traditional Chinese": "MetaMask 軟體開發套件", + "Dutch": "MetaMask SDK", + "Greek": "MetaMask SDK", + "Hindi": "MetaMask SDK", + "Hungarian": "MetaMask SDK", + "Japanese": "MetaMask SDK", + "Polish": "MetaMask SDK", + "Ukrainian": "MetaMask SDK" + }, + "definition": "MetaMask SDK (Software Development Kit) is a library that can be installed by developers in their projects. It will automatically guide their users to connect easily with a MetaMask Wallet client. MetaMask SDK" + }, + "MetaMask Snaps": { + "term": "MetaMask Snaps", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "MetaMask Snaps", + "Simplified Chinese": "Snaps (MetaMask Snaps)", + "French": "Snaps (MetaMask Snaps)", + "German": "Snaps (MetaMask Snaps)", + "Indonesian": "Snaps (MetaMask Snaps)", + "Italian": "Snaps (MetaMask Snaps)", + "Korean": "Snaps (MetaMask Snaps)", + "Persian": "Snaps (MetaMask Snaps)", + "Brazilian Portuguese": "Snaps (MetaMask Snaps)", + "Russian": "Snaps (MetaMask Snaps)", + "Spanish": "Snaps (MetaMask Snaps)", + "Filipino (Tagalog)": "Snaps (MetaMask Snaps)", + "Thai": "Snaps (MetaMask Snaps)", + "Turkish": "Snaps (MetaMask Snaps)", + "Vietnamese": "Snaps (MetaMask Snaps)", + "Arabic": "Snaps (MetaMask Snaps)", + "Traditional Chinese": "Snaps (MetaMask Snaps)", + "Dutch": "Snaps (MetaMask Snaps)", + "Greek": "Snaps (MetaMask Snaps)", + "Hindi": "Snaps (MetaMask Snaps)", + "Hungarian": "Snaps (MetaMask Snaps)", + "Japanese": "Snaps (MetaMask Snaps)", + "Polish": "Snaps (MetaMask Snaps)", + "Ukrainian": "Snaps (MetaMask Snaps)" + }, + "definition": "The first big feature shipped through Flask has been MetaMask Snaps. Snaps is a whole topic in and of itself, but think of it like this: Snaps allows developers to bring any kind of functionality they want to the application. Given how broad that is, and the potential security implications, snaps can only be used in Flask at the moment; however, the plan is to allow users to customize their MetaMask experience through this functionality." + }, + "MetaMetrics": { + "term": "MetaMetrics", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "MetaMask term", + "i18n": { + "Term": "MetaMetrics", + "Simplified Chinese": "MetaMetrics", + "French": "MetaMetrics", + "German": "MetaMetrics", + "Indonesian": "MetaMetrics", + "Italian": "MetaMetrics", + "Korean": "MetaMetrics", + "Persian": "MetaMetrics", + "Brazilian Portuguese": "MetaMetrics", + "Russian": "MetaMetrics", + "Spanish": "MetaMetrics", + "Filipino (Tagalog)": "MetaMetrics", + "Thai": "MetaMetrics", + "Turkish": "MetaMetrics", + "Vietnamese": "MetaMetrics", + "Arabic": "تحليلات MetaMetrics", + "Traditional Chinese": "MetaMetrics", + "Dutch": "MetaMetrics", + "Greek": "MetaMetrics", + "Hindi": "MetaMetrics", + "Hungarian": "MetaMetrics", + "Japanese": "MetaMetrics", + "Polish": "MetaMetrics", + "Ukrainian": "MetaMetrics" + }, + "definition": "MetaMetrics is an opt-in analytics platform that aims to collect information on non-sensitive user events to help us improve the software for MetaMask users. How to manage your MetaMetrics settings" + }, + "metaverse": { + "term": "metaverse", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "MetaMask term", + "i18n": { + "Term": "metaverse", + "Simplified Chinese": "元宇宙", + "French": "métavers", + "German": "Metaverse", + "Indonesian": "metaverse", + "Italian": "metaverso", + "Korean": "메타버스", + "Persian": "متاورس", + "Brazilian Portuguese": "metaverso", + "Russian": "метавселенная", + "Spanish": "metaverso", + "Filipino (Tagalog)": "metaverse", + "Thai": "เมตาเวิร์ส", + "Turkish": "metaverse", + "Vietnamese": "vũ trụ ảo", + "Arabic": "ميتافرس", + "Traditional Chinese": "元宇宙", + "Dutch": "metaverse", + "Greek": "metaverse", + "Hindi": "metaverse", + "Hungarian": "metaverzum", + "Japanese": "メタバース", + "Polish": "Metawersum", + "Ukrainian": "метавсесвіт" + }, + "definition": "A metaverse is a digital universe that contains all the aspects of the real world, such as real-time interactions and economies. It offers a unique experience to end-users. Metaverse" + }, + "miner tip": { + "term": "miner tip", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "MetaMask term", + "i18n": { + "Term": "miner tip", + "Simplified Chinese": "矿工费", + "French": "pourboire du mineur", + "German": "Miner Tip", + "Indonesian": "tip penambang", + "Italian": "mancia per i miner", + "Korean": "채굴기 팁", + "Persian": "انعام ماینر", + "Brazilian Portuguese": "gorjeta do minerador", + "Russian": "«чаевые» майнеру", + "Spanish": "propina del minero", + "Filipino (Tagalog)": "tip ng minero", + "Thai": "ทิปนักขุด", + "Turkish": "madenci bahşişi", + "Vietnamese": "tiền thưởng cho thợ đào", + "Arabic": "رسوم الأولوية", + "Traditional Chinese": "礦工小費", + "Dutch": "miner tip", + "Greek": "φιλοδώρημα υπεύθυνου εξόρυξης", + "Hindi": "माइनर (miner) टिप", + "Hungarian": "bányász tipp", + "Japanese": "マイナーチップ", + "Polish": "Miner tip (napiwek dla górnika/walidatora)", + "Ukrainian": "«чайові майнеру»" + }, + "definition": "The miner tip is the Maximum Priority Fee that incentivizes the miner to prioritize a transaction. Learn the basics of blockchains and Ethereum (miners and validators, gas, cryptocurrencies and NFTs, block explorer, networks, etc.)" + }, + "mining": { + "term": "mining", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "MetaMask term", + "i18n": { + "Term": "mining", + "Simplified Chinese": "挖矿", + "French": "minage", + "German": "Mining", + "Indonesian": "penambangan", + "Italian": "mining", + "Korean": "채굴", + "Persian": "استخراج", + "Brazilian Portuguese": "mineração", + "Russian": "майнинг", + "Spanish": "minería", + "Filipino (Tagalog)": "pagmimina", + "Thai": "การขุด", + "Turkish": "madencilik", + "Vietnamese": "đào", + "Arabic": "التعدين", + "Traditional Chinese": "挖礦", + "Dutch": "mining", + "Greek": "εξόρυξη", + "Hindi": "माइनिंग", + "Hungarian": "bányászás", + "Japanese": "マイニング", + "Polish": "Kopanie kryptowalut", + "Ukrainian": "майнінг" + }, + "definition": "The process by which blocks or transactions are verified and added to a blockchain using a Proof of Work (PoW) consensus mechanism. In order to verify a block, a miner must use a computer to solve a cryptographic problem. Once the computer has solved the problem, the block is considered “mined” or verified. On Bitcoin or other PoW blockchains, the first computer to mine or verify the block receives bitcoin, or the equivalent network token, as a reward." + }, + "Mint": { + "term": "Mint", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Mint", + "Simplified Chinese": "铸币", + "French": "Publier", + "German": "Prägung", + "Indonesian": "Cetak", + "Italian": "Mint", + "Korean": "민트", + "Persian": "ضرب کردن", + "Brazilian Portuguese": "Cunhagem", + "Russian": "Выполнить минтинг", + "Spanish": "acuñar", + "Filipino (Tagalog)": "Mint", + "Thai": "สร้าง", + "Turkish": "Mint", + "Vietnamese": "Đúc", + "Arabic": "سكّ", + "Traditional Chinese": "鑄造", + "Dutch": "minten", + "Greek": "Mint", + "Hindi": "मिंट", + "Hungarian": "pénzverés", + "Japanese": "ミント", + "Polish": "Minting / mintowanie", + "Ukrainian": "Мінт" + }, + "definition": "Minting refers to the act of publishing a token on the blockchain to make it transferrable and purchasable." + }, + "mnemonic phrase": { + "term": "mnemonic phrase", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "mnemonic phrase", + "Simplified Chinese": "助记词", + "French": "phrase mnémotechnique", + "German": "Mnemonische Phrase", + "Indonesian": "frasa mnemonik", + "Italian": "frase mnemonica", + "Korean": "니모닉 구문", + "Persian": "عبارت یادآور", + "Brazilian Portuguese": "frase mnemônica", + "Russian": "мнемоническая фраза", + "Spanish": "frase mnemotécnica", + "Filipino (Tagalog)": "mnemonic na parirala", + "Thai": "วลีช่วยจำ", + "Turkish": "anımsatıcı ifade", + "Vietnamese": "cụm từ ghi nhớ", + "Arabic": "عبارة التذكر", + "Traditional Chinese": "助記詞", + "Dutch": "mnemonic phrase", + "Greek": "Μνημονική φράση", + "Hindi": "नेमोनिक फ्रेज़", + "Hungarian": "mnemonikus szókapcsolat", + "Japanese": "ニーモニックフレーズ", + "Polish": "Mnemonic phrase", + "Ukrainian": "мнемонічна фраза" + }, + "definition": "This is an alternative way of referring to a Secret Recovery Phrase, also known as a 'seed phrase': a series of words that correspond to a very long cryptographic key, used to generate and control all the addresses of a crypto wallet." + }, + "MobiKwik": { + "term": "MobiKwik", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "MobiKwik", + "Simplified Chinese": "MobiKwik", + "French": "MobiKwik", + "German": "MobiKwik", + "Indonesian": "MobiKwik", + "Italian": "MobiKwik", + "Korean": "모비퀵", + "Persian": "موبی کویک", + "Brazilian Portuguese": "MobiKwik", + "Russian": "MobiKwik", + "Spanish": "MobiKwik", + "Filipino (Tagalog)": "MobiKwik", + "Thai": "MobiKwik", + "Turkish": "MobiKwik", + "Vietnamese": "MobiKwik", + "Arabic": "MobiKwik", + "Traditional Chinese": "MobiKwik", + "Dutch": "MobiKwik", + "Greek": "MobiKwik", + "Hindi": "MobiKwik", + "Hungarian": "MobiKwik", + "Japanese": "MobiKwik", + "Polish": "MobiKwik", + "Ukrainian": "MobiKwik" + }, + "definition": "MobiKwik is an Indian payment service provider founded in 2009 that provides a mobile phone-based payment system and digital wallet." + }, + "modular blockchain": { + "term": "modular blockchain", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "modular blockchain", + "Simplified Chinese": "模块化区块链", + "French": "blockchain modulaire / Chaîne de blocs modulaire", + "German": "Modulare Blockchain", + "Indonesian": "blockchain modular", + "Italian": "blockchain modulare", + "Korean": "모듈형 블록체인", + "Persian": "بلاک‌چین مدولار", + "Brazilian Portuguese": "blockchain modular", + "Russian": "модульный блокчейн", + "Spanish": "cadena de bloques modular", + "Filipino (Tagalog)": "modular na blockchain", + "Thai": "บล็อกเชนแยกส่วน", + "Turkish": "modüler blokzinciri", + "Vietnamese": "chuỗi khối mô-đun", + "Arabic": "بلوكتشين قائم على نظام الوحدات", + "Traditional Chinese": "模塊化區塊鏈", + "Dutch": "modulaire blockchain", + "Greek": "τμηματοποιημένη αλυσίδα", + "Hindi": "मॉड्यूलर ब्लॉकचेन", + "Hungarian": "moduláris blokklánc", + "Japanese": "モジュラー型ブロックチェーン", + "Polish": "Blockchain modułowy", + "Ukrainian": "модульний блокчейн" + }, + "definition": "Bitcoin is an example of a monolithic blockchain: all of the functions of the network (consensus, execution, data availability, and settlement) are run on one chain. This has significant drawbacks (see 'blockchain trilemma' for more). A modular blockchain, on the other hand, separates some or all of these functions into separate chains, each one optimized for its specific function, and relying on the other chains for the other functions. Ethereum is currently moving towards modularization, both on a protocol level beginning with the Merge, which split consensus and execution into two chains, and at the level of 'Layer 2' networks which provide optimized execution environments, and then 'roll up' their data to Ethereum for its consensus functionality." + }, + "MoonPay": { + "term": "MoonPay", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "MoonPay", + "Simplified Chinese": "MoonPay", + "French": "MoonPay", + "German": "MoonPay", + "Indonesian": "MoonPay", + "Italian": "MoonPay", + "Korean": "MoonPay", + "Persian": "مون‌پِی", + "Brazilian Portuguese": "MoonPay", + "Russian": "MoonPay", + "Spanish": "MoonPay", + "Filipino (Tagalog)": "MoonPay", + "Thai": "MoonPay", + "Turkish": "MoonPay", + "Vietnamese": "MoonPay", + "Arabic": "MoonPay", + "Traditional Chinese": "MoonPay", + "Dutch": "MoonPay", + "Greek": "MoonPay", + "Hindi": "MoonPay", + "Hungarian": "MoonPay", + "Japanese": "MoonPay", + "Polish": "MoonPay", + "Ukrainian": "MoonPay" + }, + "definition": "MoonPay is a financial technology company that builds payments infrastructure for crypto. Its on-and-off-ramp suite of products provides a seamless experience for converting between fiat currencies and cryptocurrencies using all major payment methods, including debit and credit cards, local bank transfers, Apple Pay, Google Pay, and Samsung Pay. MoonPay is active in more than 160 countries and is trusted by 300+ leading wallets, websites, and applications to accept payments and defeat fraud. The company is based in Miami, Florida, and was founded in 2019." + }, + "multi-sig": { + "term": "multi-sig", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "multi-sig", + "Simplified Chinese": "多重签名", + "French": "Multisig", + "German": "Multi-Sig", + "Indonesian": "multi-sig", + "Italian": "multi-sig", + "Korean": "다중서명", + "Persian": "چند امضایی", + "Brazilian Portuguese": "multisig", + "Russian": "multi-sig", + "Spanish": "multifirma", + "Filipino (Tagalog)": "multi-sig", + "Thai": "หลายลายเซ็น", + "Turkish": "çoklu imza", + "Vietnamese": "đa chữ ký", + "Arabic": "متعددة التوقيع", + "Traditional Chinese": "多重簽名", + "Dutch": "multi-sig", + "Greek": "Πολλαπλών υπογραφών", + "Hindi": "multi-sig", + "Hungarian": "több aláírású", + "Japanese": "マルチシグ", + "Polish": "Multisig", + "Ukrainian": "мультипідпис" + }, + "definition": "multi-signature wallet (multisig) A crypto-asset wallet which requires multiple keys in order to access and transact. Typically, a specified number of individuals are required to approve or “sign” a transaction before they are able to access the wallet. This is different from most wallets, which only require one signature to approve a transaction." + }, + "multi-signature wallet (multisig)": { + "term": "multi-signature wallet (multisig)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "multi-signature wallet (multisig)", + "Simplified Chinese": "多重签名钱包(multisig)", + "French": "portefeuille multi-signature (Multisig)", + "German": "Multi-Signatur-Wallet (Multi-Sig)", + "Indonesian": "dompet multi-signature (multisig)", + "Italian": "portafoglio multi-firma (multisig)", + "Korean": "다중서명지갑(multisig)", + "Persian": "کیف پول چند امضایی (multisig)", + "Brazilian Portuguese": "carteira multiassinatura (multisig)", + "Russian": "кошелек с мультиподписью (multisig)", + "Spanish": "monadero multifirma", + "Filipino (Tagalog)": "multi-signature na wallet (multisig)", + "Thai": "วอลเล็ตหลายลายเซ็น (multisig)", + "Turkish": "çoklu imza cüzdanı", + "Vietnamese": "ví đa chữ ký (multisig)", + "Arabic": "محفظة متعددة التوقيع (multisig)", + "Traditional Chinese": "多重簽名", + "Dutch": "multi-signature wallet (multisig)", + "Greek": "πορτοφόλι πολλαπλών υπογραφών (multisig)", + "Hindi": "multi-signature wallet (multisig)", + "Hungarian": "több aláírású pénztárca (multisig)", + "Japanese": "マルチシグウォレット (マルチシグ)", + "Polish": "Portfel multi-signature (multisig)", + "Ukrainian": "гаманець з мультипідписом (multisig)" + }, + "definition": "A crypto-asset wallet which requires multiple keys in order to access and transact. Typically, a specified number of individuals are required to approve or “sign” a transaction before they are able to access the wallet. This is different from most wallets, which only require one signature to approve a transaction." + }, + "Multifactor Authentication": { + "term": "Multifactor Authentication", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Multifactor Authentication", + "Simplified Chinese": "多因素身份验证", + "French": "Authentification multifactorielle", + "German": "Multifaktor-Authentifizierung", + "Indonesian": "Autentikasi Multifaktor", + "Italian": "Autenticazione a più fattori", + "Korean": "다중 인증", + "Persian": "احراز هویت چند عاملی", + "Brazilian Portuguese": "Autenticação multifator", + "Russian": "Многофакторная аутентификация", + "Spanish": "autenticación multifactor", + "Filipino (Tagalog)": "Multifactor na Pagpapatunay", + "Thai": "การพิสูจน์ตัวจริงหลายปัจจัย", + "Turkish": "Çok Faktörlü Kimlik Doğrulaması", + "Vietnamese": "Xác thực đa yếu tố", + "Arabic": "مصادقة متعددة العوامل", + "Traditional Chinese": "多因素認證", + "Dutch": "meervoudige verificatie", + "Greek": "Έλεγχος ταυτότητας πολλών παραγόντων", + "Hindi": "मल्टीफैक्टर ऑथेंटिकेशन", + "Hungarian": "Többtényezős hitelesítés", + "Japanese": "多要素認証", + "Polish": "Uwierzytelnianie wielopoziomowe", + "Ukrainian": "Багатофакторна автентифікація" + }, + "definition": "Authentication using two or more different factors to achieve authentication." + }, + "Near-Field Communication (NFC)": { + "term": "Near-Field Communication (NFC)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Near-Field Communication (NFC)", + "Simplified Chinese": "近距离无线通讯(NFC)", + "French": "Communication en champ proche (NFC)", + "German": "Near Field Communication (NFC)", + "Indonesian": "Komunikasi Near-Field (NFC)", + "Italian": "Near-Field Communication (NFC)", + "Korean": "근거리 무선 통신(NFC)", + "Persian": "ارتباطات در محدوده نزدیک (NFC)", + "Brazilian Portuguese": "Comunicação por campo de proximidade (NFC)", + "Russian": "Технология ближней бесконтактной связи (NFC)", + "Spanish": "comunicación de campo cercano (NFC)", + "Filipino (Tagalog)": "Near-Field Communication (NFC)", + "Thai": "การสื่อสารไร้สายระยะใกล้ (NFC)", + "Turkish": "Yakın Alan İletişimi (NFC)", + "Vietnamese": "Giao tiếp trường gần (NFC)", + "Arabic": "خاصية الاتصال قريب المدى (NFC)", + "Traditional Chinese": "近距離無線通訊", + "Dutch": "NFC (near-field communication)", + "Greek": "Επικοινωνία κοντινού πεδίου (NFC)", + "Hindi": "नियर-फील्ड कम्युनिकेशन (NFC)", + "Hungarian": "Near-Field Communication (NFC)", + "Japanese": "近距離無線通信 (NFC)", + "Polish": "NFC (komunikacja bliskiego zasięgu)", + "Ukrainian": "Комунікація ближнього поля (NFC" + }, + "definition": "Near-field communication is a set of communication protocols that enables communication between two electronic devices over a distance of 4 cm or less. NFC offers a low-speed connection through a simple setup that can be used to bootstrap more capable wireless connections.." + }, + "Nested Blockchain": { + "term": "Nested Blockchain", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Nested Blockchain", + "Simplified Chinese": "嵌套区块链", + "French": "Blockchain imbriquée / Chaîne de blocs imbriquée", + "German": "Verschachtelte Blockchain", + "Indonesian": "Nested Blockchain", + "Italian": "Nested Blockchain", + "Korean": "중첩블록체인", + "Persian": "بلاک‌چین تودرتو", + "Brazilian Portuguese": "Blockchain aninhada", + "Russian": "Вложенный блокчейн", + "Spanish": "cadena de bloques anidada", + "Filipino (Tagalog)": "Nested na Blockchain", + "Thai": "บล็อกเชนย่อย", + "Turkish": "Nested (İç İçe) Blokzincir", + "Vietnamese": "Chuỗi khối lồng nhau", + "Arabic": "بلوكتشين متداخل", + "Traditional Chinese": "巢狀區塊鏈", + "Dutch": "nested blockchain", + "Greek": "Nested Blockchain", + "Hindi": "नेस्टेड ब्लॉकचेन", + "Hungarian": "beágyazott blokklánc", + "Japanese": "ネストされたブロックチェーン", + "Polish": "Blockchain zagnieżdżony", + "Ukrainian": "Вкладений блокчейн" + }, + "definition": "A nested blockchain is essentially a blockchain within — or, rather, atop — another blockchain. See 'Layer 2'" + }, + "Network": { + "term": "Network", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Network", + "Simplified Chinese": "网络", + "French": "Réseau", + "German": "Netzwerk", + "Indonesian": "Jaringan", + "Italian": "Rete", + "Korean": "네트워크", + "Persian": "شبکه", + "Brazilian Portuguese": "Rede", + "Russian": "Сеть", + "Spanish": "red", + "Filipino (Tagalog)": "Network", + "Thai": "เครือข่าย", + "Turkish": "Ağ", + "Vietnamese": "Mạng", + "Arabic": "شبكة", + "Traditional Chinese": "網路", + "Dutch": "netwerk", + "Greek": "Network (Δίκτυο)", + "Hindi": "नेटवर्क", + "Hungarian": "hálózat", + "Japanese": "ネットワーク", + "Polish": "Sieć", + "Ukrainian": "Мережа" + }, + "definition": "A network refers to all nodes in the operation of a blockchain at any given moment in time." + }, + "Network Congestion": { + "term": "Network Congestion", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Network Congestion", + "Simplified Chinese": "网络拥塞", + "French": "Congestion de réseau", + "German": "Netzwerküberlastung", + "Indonesian": "Kemacetan Jaringan", + "Italian": "Congestione della rete", + "Korean": "네트워크 정체", + "Persian": "ازدحام شبکه", + "Brazilian Portuguese": "Congestionamento de rede", + "Russian": "Перегрузка сети", + "Spanish": "congestión de red", + "Filipino (Tagalog)": "Pagsisikip ng Network", + "Thai": "ความแออัดของเครือข่าย", + "Turkish": "Ağ Tıkanıklığı", + "Vietnamese": "Nghẽn mạng", + "Arabic": "ازدحام الشبكة", + "Traditional Chinese": "網路擁塞", + "Dutch": "netwerkcongestie", + "Greek": "Συμφόρηση δικτύου", + "Hindi": "नेटवर्क कंजेस्शन", + "Hungarian": "hálózati torlódás", + "Japanese": "ネットワークの輻輳", + "Polish": "Przeciążenie sieci", + "Ukrainian": "Перевантаження мережі" + }, + "definition": "The reduced quality of service that occurs when a network node or link is carrying more data than it can handle. Typical effects include queueing delay, packet loss or the blocking of new connections. Congestion" + }, + "NFT": { + "term": "NFT", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "NFT", + "Simplified Chinese": "NFT", + "French": "NFT", + "German": "NFT", + "Indonesian": "NFT", + "Italian": "NFT", + "Korean": "NFT", + "Persian": "ان‌اف‌تی", + "Brazilian Portuguese": "NFT", + "Russian": "NFT", + "Spanish": "NFT", + "Filipino (Tagalog)": "NFT", + "Thai": "NFT", + "Turkish": "NFT", + "Vietnamese": "NFT", + "Arabic": "رمز NFT", + "Traditional Chinese": "非同質化代幣", + "Dutch": "NFT", + "Greek": "NFT (Μη ανταλλάξιμο διακριτικό)", + "Hindi": "NFT", + "Hungarian": "NFT", + "Japanese": "NFT", + "Polish": "NFT", + "Ukrainian": "NFT" + }, + "definition": "When discussing Non-Fungible Tokens (NFTs), “fungibility” refers to an object’s ability to be exchanged for another. For example, an individual dollar is considered fungible, as one dollar is fully interchangeable with another. Artwork is usually deemed non-fungible, as paintings or sculptures are likely to be unequal between them in quality, value, or other attributes. A non-fungible token is a type of token that is a unique digital asset and has no equal token. This is in contrast to cryptocurrencies like ether that are fungible in nature." + }, + "NFT aggregator": { + "term": "NFT aggregator", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "NFT aggregator", + "Simplified Chinese": "NFT 聚合器", + "French": "Agrégateur NFT", + "German": "NFT-Aggregator", + "Indonesian": "agregator NFT", + "Italian": "Aggregatore NFT", + "Korean": "NFT 애그리게이터", + "Persian": "تجمیع‌کننده ان‌اف‌تی", + "Brazilian Portuguese": "Agregador de NFTs", + "Russian": "NFT-агрегатор", + "Spanish": "agregador de NFT", + "Filipino (Tagalog)": "NFT aggregator", + "Thai": "ผู้รวบรวม NFT", + "Turkish": "NFT toplayıcı", + "Vietnamese": "Nền tảng giao dịch NFT", + "Arabic": "مُجمِعّ NFT", + "Traditional Chinese": "非同質化代幣聚合交易平台", + "Dutch": "NFT-aggregator", + "Greek": "NFT aggregator", + "Hindi": "NFT एग्रीगेटर", + "Hungarian": "NFT-aggregátor", + "Japanese": "NFT アグリゲーター", + "Polish": "Agregator NFT", + "Ukrainian": "NFT-агрегатор" + }, + "definition": "In the initial wave of interest in buying and selling NFTs, a number of NFT marketplaces--websites where you can buy and sell NFTs--were created. As the market matured, aggregators appeared, which offer the user the ability to view available stock and price, buy and sell across marketplaces from a single unified application. Similar to familiar web2 shopping portals, these have come to be known as NFT Marketplace Aggregators, or just NFT Aggregators." + }, + "NFT drop": { + "term": "NFT drop", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "NFT drop", + "Simplified Chinese": "NFT 投放", + "French": "mise en vente de NFT", + "German": "NFT-Drop", + "Indonesian": "NFT drop", + "Italian": "NFT drop", + "Korean": "NFT 하락", + "Persian": "ایردراپ ان‌اف‌تی", + "Brazilian Portuguese": "Drop de NFTs", + "Russian": "NFT-дроп", + "Spanish": "drop de NFT", + "Filipino (Tagalog)": "Paglaglag ng NFT", + "Thai": "การปล่อยผลงาน NFT", + "Turkish": "NFT drop", + "Vietnamese": "Tặng NFT", + "Arabic": "توزيع NFT", + "Traditional Chinese": "NFT drop", + "Dutch": "NFT-drop", + "Greek": "NFT drop", + "Hindi": "NFT ड्रॉप", + "Hungarian": "NFT-csepp", + "Japanese": "NFT ドロップ", + "Polish": "Drop / zrzut NFT", + "Ukrainian": "NFT-дроп" + }, + "definition": "An NFT drop happens when a new NFT collection is released. NFT drops can vary in both how the NFTs are sold (listed for sale or auction), and in who they’re released to (the public, or a specific list called an “allowlist”). Often, NFT drops coincide with when the NFTs in the collection are minted, that is, written to the blockchain. You might hear these terms used interchangeably— a drop might be referred to as the project’s mint." + }, + "Ngrave": { + "term": "Ngrave", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Ngrave", + "Simplified Chinese": "Ngrave", + "French": "Ngrave", + "German": "Ngrave", + "Indonesian": "Ngrave", + "Italian": "Ngrave", + "Korean": "N그레이브", + "Persian": "کیف پول Ngrave", + "Brazilian Portuguese": "Ngrave", + "Russian": "Ngrave", + "Spanish": "Ngrave", + "Filipino (Tagalog)": "Ngrave", + "Thai": "Ngrave", + "Turkish": "Ngrave", + "Vietnamese": "Ngrave", + "Arabic": "Ngrave", + "Traditional Chinese": "Ngrave", + "Dutch": "Ngrave", + "Greek": "Ngrave", + "Hindi": "Ngrave", + "Hungarian": "Ngrave", + "Japanese": "Ngrave", + "Polish": "Ngrave", + "Ukrainian": "Ngrave" + }, + "definition": "Crypto hardware wallet." + }, + "node": { + "term": "node", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "node", + "Simplified Chinese": "节点", + "French": "nœud", + "German": "Node", + "Indonesian": "node", + "Italian": "nodo", + "Korean": "노드", + "Persian": "گره", + "Brazilian Portuguese": "node", + "Russian": "узел", + "Spanish": "nodo", + "Filipino (Tagalog)": "node", + "Thai": "โหนด", + "Turkish": "düğüm", + "Vietnamese": "nút", + "Arabic": "عقدة", + "Traditional Chinese": "節點", + "Dutch": "node", + "Greek": "κόμβος", + "Hindi": "नोड", + "Hungarian": "csomópont", + "Japanese": "ノード", + "Polish": "Węzeł", + "Ukrainian": "вузол" + }, + "definition": "Public blockchains consist of a network of computers which sync the network's data, coordinate transaction requests, and participate in consensus regarding the validity of those transactions; each one of these computers is called a 'node'. A full node is a computer that can fully validate transactions and download the entire data of a specific blockchain. In contrast, a “lightweight” or “light” node does not download all pieces of a blockchain’s data, and uses a different validation process." + }, + "Non-fungible token": { + "term": "Non-fungible token", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Non-fungible token", + "Simplified Chinese": "非同质化代币", + "French": "Jeton non fongible", + "German": "Non-Fungible token", + "Indonesian": "Non-fungible token", + "Italian": "Non-fungible token", + "Korean": "대체불가토큰", + "Persian": "توکن بی‌همتا", + "Brazilian Portuguese": "Token não fungível", + "Russian": "Невзаимозаменяемый токен", + "Spanish": "token no fungible", + "Filipino (Tagalog)": "Non-fungible token", + "Thai": "โทเค็นที่ไม่สามารถทดแทนได้", + "Turkish": "Nitelikli fikri tapu", + "Vietnamese": "Mã thông báo không thể thay thế", + "Arabic": "رمز غير قابل للاستبدال", + "Traditional Chinese": "非同質化代幣", + "Dutch": "non-fungible token", + "Greek": "Μη Εναλλάξιμα Κρυπτοπαραστατικά", + "Hindi": "नॉन-फंजिबिल टोकन", + "Hungarian": "nem helyettesíthető token", + "Japanese": "非代替性トークン", + "Polish": "Niewymienny token", + "Ukrainian": "Невзаємозамінний токен" + }, + "definition": "See NFT" + }, + "nonce": { + "term": "nonce", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "nonce", + "Simplified Chinese": "唯一交易标识号", + "French": "nonce", + "German": "Nonce", + "Indonesian": "nonce", + "Italian": "nonce", + "Korean": "논스", + "Persian": "نانس", + "Brazilian Portuguese": "nonce", + "Russian": "одноразовый код", + "Spanish": "nonce", + "Filipino (Tagalog)": "nonce", + "Thai": "นอนซ์", + "Turkish": "nonce", + "Vietnamese": "số nonce", + "Arabic": "الرقم التعريفي", + "Traditional Chinese": "僅使用一次的數字", + "Dutch": "nonce", + "Greek": "αριθμολέξημα", + "Hindi": "nonce", + "Hungarian": "nonce", + "Japanese": "ナンス", + "Polish": "Nonce", + "Ukrainian": "одноразовий номер" + }, + "definition": "The word ‘nonce’ has a few different meanings, and in different contexts, it ends up getting used a lot of different ways. Originally formed from a contraction of a phrase meaning “not more than once”, on the Ethereum Mainnet, “nonce” refers to a unique transaction identification number that increases in value with each successive transaction in order to ensure various safety features (such as preventing a double-spend). Note that due to its broader use in cryptography, you may encounter ‘nonce’ being used differently on other sidechains or decentralized projects." + }, + "off-chain": { + "term": "off-chain", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "off-chain", + "Simplified Chinese": "链下", + "French": "hors chaîne", + "German": "Off-Chain", + "Indonesian": "off-chain", + "Italian": "off-chain", + "Korean": "오프체인", + "Persian": "برون زنجیره‌ای", + "Brazilian Portuguese": "off-chain", + "Russian": "оффчейн", + "Spanish": "fuera de cadena", + "Filipino (Tagalog)": "wala sa chain", + "Thai": "นอกเชน", + "Turkish": "zincir dışı", + "Vietnamese": "ngoài chuỗi", + "Arabic": "خارج البلوكتشين", + "Traditional Chinese": "鏈下", + "Dutch": "off-chain", + "Greek": "εκτός αλυσίδας", + "Hindi": "ऑफ-चेन", + "Hungarian": "láncon kívüli", + "Japanese": "オフチェーン", + "Polish": "Transakcje off-chain (poza łańcuchem)", + "Ukrainian": "офчейн-транзакція" + }, + "definition": "A transaction that is processed outside the blockchain network with an increased speed and reduced cost. There are two different transactions that occur on the blockchain: On-chain transactions are those reflected on the distributed ledger and are visible to all the network users. On the other hand, off-chain transactions occur outside the blockchain network. Such a transaction doesn’t need the services of miners because no ledger verification is conducted. Unlike on-chain transactions, off-chain transactions can be made instantly. This method entails lower fees, happens instantly, and offers more anonymity." + }, + "ommer block": { + "term": "ommer block", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "ommer block", + "Simplified Chinese": "ommer 区块", + "French": "bloc ommer", + "German": "Ommer Block", + "Indonesian": "block ommer", + "Italian": "ommer block", + "Korean": "오머 블록", + "Persian": "بلاک اومر", + "Brazilian Portuguese": "bloco ommer", + "Russian": "блок оммер", + "Spanish": "bloque ommer", + "Filipino (Tagalog)": "ommer block", + "Thai": "ออมเมอร์บล็อก", + "Turkish": "ommer blok", + "Vietnamese": "khối ommer", + "Arabic": "كتلة ommer", + "Traditional Chinese": "叔塊", + "Dutch": "ommerblock", + "Greek": "ommer block", + "Hindi": "ओमेर (ommer) ब्लॉक", + "Hungarian": "ommer blokk", + "Japanese": "オマーブロック", + "Polish": "Ommer", + "Ukrainian": "оммер-блок" + }, + "definition": "Under the Proof of Work (PoW) consensus mechanism, miners received rewards for being the first to mine a new block. However, at times a block would be mined just after, and in competition with, the last block. This block, known as an ommer and previously as an uncle, could get rolled into subsequent blocks and the miner of the original ommer would get a partial block reward. All of this functionality was deprecated as of the launch of the Beacon Chain." + }, + "on-chain": { + "term": "on-chain", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "on-chain", + "Simplified Chinese": "链上", + "French": "dans la chaîne", + "German": "On-Chain", + "Indonesian": "on-chain", + "Italian": "on-chain", + "Korean": "온체인", + "Persian": "درون زنجیره‌ای", + "Brazilian Portuguese": "on-chain", + "Russian": "ончейн", + "Spanish": "en cadena", + "Filipino (Tagalog)": "nasa chain", + "Thai": "ในเชน", + "Turkish": "zincir içi", + "Vietnamese": "trên chuỗi", + "Arabic": "على البلوكتشين", + "Traditional Chinese": "鏈上", + "Dutch": "on-chain", + "Greek": "εντός αλυσίδας", + "Hindi": "ऑन-चेन", + "Hungarian": "láncon belüli", + "Japanese": "オンチェーン", + "Polish": "Transakcje on-chain (w łańcuchu)", + "Ukrainian": "ончейн-транзакція" + }, + "definition": "On-chain, as the name implies, refers to blockchain transactions that exist on and have been verified to the blockchain by miners or validators. On-Chain also means that transactions have been recorded to the blockchain" + }, + "on-ramp, off-ramp": { + "term": "on-ramp, off-ramp", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "on-ramp, off-ramp", + "Simplified Chinese": "充值,提现", + "French": "conversion de monnaie fiat en jetons sur la blockchain (on-ramp), échange d’actifs de la blockchain en monnaie fiat (off-ramp)", + "German": "On-Ramp, Off-Ramp", + "Indonesian": "on-ramp; off-ramp", + "Italian": "on-ramp, off-ramp", + "Korean": "온램프, 오프램프", + "Persian": "مسیر ورود، مسیر خروج", + "Brazilian Portuguese": "on-ramp, off-ramp", + "Russian": "он-рэмп, офф-рэмп", + "Spanish": "rampa de acceso, rampa de salida", + "Filipino (Tagalog)": "nasa rampa, wala sa rampa", + "Thai": "แลกเข้า, แลกออก", + "Turkish": "on-ramp, off-ramp", + "Vietnamese": "chuyển đổi xuôi, chuyển đổi ngược", + "Arabic": "تحويل أصل رقمي إلى عملة عادية، عملة عادية إلى أصل رقمي", + "Traditional Chinese": "入金、出金", + "Dutch": "on-ramp, off-ramp", + "Greek": "on-ramp, off-ramp", + "Hindi": "ऑन-रैंप, ऑफ-रैंप", + "Hungarian": "on-ramp, off-ramp", + "Japanese": "オンランプ, オフランプ", + "Polish": "Usługi on-ramp, off-ramp", + "Ukrainian": "он-ремп, оф-ремп" + }, + "definition": "Based on a metaphor from the American highway system, 'on-ramp' refers to a tool, or a service provider, or the action, of converting fiat currency into tokens on a blockchain. Conversely, 'off-ramp' refers to exchanging on-chain assets for their value in a given fiat currency. There are many providers of such services, and MetaMask users have access to them through the 'Buy Crypto' feature." + }, + "OpenSea": { + "term": "OpenSea", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "OpenSea", + "Simplified Chinese": "OpenSea", + "French": "OpenSea", + "German": "OpenSea", + "Indonesian": "OpenSea", + "Italian": "OpenSea", + "Korean": "OpenSea", + "Persian": "اوپن سی", + "Brazilian Portuguese": "OpenSea", + "Russian": "OpenSea", + "Spanish": "OpenSea", + "Filipino (Tagalog)": "OpenSea", + "Thai": "OpenSea", + "Turkish": "OpenSea", + "Vietnamese": "OpenSea", + "Arabic": "OpenSea", + "Traditional Chinese": "OpenSea", + "Dutch": "OpenSea", + "Greek": "OpenSea", + "Hindi": "OpenSea", + "Hungarian": "OpenSea", + "Japanese": "OpenSea", + "Polish": "OpenSea", + "Ukrainian": "OpenSea" + }, + "definition": "OpenSea is the world's first and largest web3 marketplace for NFTs and crypto collectibles." + }, + "Opera": { + "term": "Opera", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Opera", + "Simplified Chinese": "Opera", + "French": "Opera", + "German": "Opera", + "Indonesian": "Opera", + "Italian": "Opera", + "Korean": "오페라", + "Persian": "اپرا", + "Brazilian Portuguese": "Opera", + "Russian": "Opera", + "Spanish": "Opera", + "Filipino (Tagalog)": "Opera", + "Thai": "Opera", + "Turkish": "Opera", + "Vietnamese": "Opera", + "Arabic": "أوبرا", + "Traditional Chinese": "Opera", + "Dutch": "Opera", + "Greek": "Opera", + "Hindi": "Opera", + "Hungarian": "Opera", + "Japanese": "Opera", + "Polish": "Opera", + "Ukrainian": "Opera" + }, + "definition": "Internet browser." + }, + "Optimism": { + "term": "Optimism", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Optimism", + "Simplified Chinese": "Optimism", + "French": "Optimism", + "German": "Optimism", + "Indonesian": "Optimism", + "Italian": "Optimism", + "Korean": "Optimism", + "Persian": "شبکه آپتیمیزم", + "Brazilian Portuguese": "Optimism", + "Russian": "Optimism", + "Spanish": "Optimism", + "Filipino (Tagalog)": "Optimism", + "Thai": "Optimism", + "Turkish": "Optimism", + "Vietnamese": "Optimism", + "Arabic": "Optimism", + "Traditional Chinese": "Optimism", + "Dutch": "Optimism", + "Greek": "Optimism", + "Hindi": "Optimism", + "Hungarian": "Optimism", + "Japanese": "Optimism", + "Polish": "Optimism", + "Ukrainian": "Optimism" + }, + "definition": "Optimism is a layer-2 scaling solution for Ethereum, which is a blockchain-based platform for decentralized applications. It is designed to reduce the cost and increase the speed of transactions on the Ethereum network. Optimism works by using a technique called optimistic rollups, which allows it to process a large number of transactions off-chain, while still maintaining the security and decentralization of the Ethereum network. In optimistic rollups, transactions are initially processed off-chain, and a summary of these transactions is then submitted to the Ethereum network for verification. This verification process ensures that the transactions are valid and that no fraud has occurred. Once the transactions are verified, they are added to the Ethereum blockchain, allowing users to interact with the decentralized applications built on the platform." + }, + "optimistic rollup": { + "term": "optimistic rollup", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "optimistic rollup", + "Simplified Chinese": "乐观性扩容方案(ORU)", + "French": "rollup optimisé", + "German": "Optimistischer Rollup", + "Indonesian": "optimistic rollup", + "Italian": "rollup ottimistico", + "Korean": "옵티미스틱 롤업", + "Persian": "راهکارهای خوشبینانه", + "Brazilian Portuguese": "rollup otimista", + "Russian": "оптимистичный роллап", + "Spanish": "rollup optimista", + "Filipino (Tagalog)": "optimistic rollup", + "Thai": "โรลล์อัปแบบออปติมิสติก", + "Turkish": "optimistik rollup", + "Vietnamese": "tổng hợp lạc quan", + "Arabic": "تجميعات Optimistic", + "Traditional Chinese": "optimistic rollup", + "Dutch": "optimistic rollup", + "Greek": "optimistic rollup", + "Hindi": "ऑप्टिमिस्टिक रॉलअप", + "Hungarian": "optimista összesítés", + "Japanese": "オプティミスティックロールアップ", + "Polish": "Rollup optymistyczny", + "Ukrainian": "оптимістичний роллап" + }, + "definition": "A rollup that assumes the validity and good faith of transactions, and only runs a fraud proof in the case of fraud being alleged. See also 'rollup'." + }, + "Oracle": { + "term": "Oracle", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Oracle", + "Simplified Chinese": "预言机", + "French": "Oracle", + "German": "Oracle", + "Indonesian": "Oracle", + "Italian": "Oracle", + "Korean": "오라클", + "Persian": "اوراکل", + "Brazilian Portuguese": "Oráculo", + "Russian": "Oracle", + "Spanish": "oráculo", + "Filipino (Tagalog)": "Orakulo", + "Thai": "ออราเคิล", + "Turkish": "Oracle", + "Vietnamese": "Nguồn cấp dữ liệu", + "Arabic": "أوراكل", + "Traditional Chinese": "預言機", + "Dutch": "oracle", + "Greek": "Oracle", + "Hindi": "Oracle", + "Hungarian": "Oracle", + "Japanese": "Oracle", + "Polish": "Wyrocznia (Oracle)", + "Ukrainian": "Oracle" + }, + "definition": "Typically, an oracle is any entity or person that is relied on to report the outcome of an event. In a blockchain network an oracle (human or machine) helps communicate data to a smart contract, which can then be used to verify an event or specific outcome." + }, + "ParaSwap": { + "term": "ParaSwap", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "ParaSwap", + "Simplified Chinese": "ParaSwap", + "French": "ParaSwap", + "German": "ParaSwap", + "Indonesian": "ParaSwap", + "Italian": "ParaSwap", + "Korean": "파라스왑", + "Persian": "پاراسواپ", + "Brazilian Portuguese": "ParaSwap", + "Russian": "Paraswap", + "Spanish": "ParaSwap", + "Filipino (Tagalog)": "ParaSwap", + "Thai": "ParaSwap", + "Turkish": "ParaSwap", + "Vietnamese": "ParaSwap", + "Arabic": "ParaSwap", + "Traditional Chinese": "ParaSwap", + "Dutch": "ParaSwap", + "Greek": "ParaSwap", + "Hindi": "ParaSwap", + "Hungarian": "ParaSwap", + "Japanese": "ParaSwap", + "Polish": "ParaSwap", + "Ukrainian": "ParaSwap" + }, + "definition": "ParaSwap is a decentralized exchange (DEX) aggregator that optimizes swaps for users through better prices, limited gas fees, and lower slippage. ParaSwap sources their liquidity from major DEXes such as Uniswap, Balancer, Curve, Kyber, in addition to ParaSwapPool, their professional Market Maker network." + }, + "parity": { + "term": "parity", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "parity", + "Simplified Chinese": "parity", + "French": "parité", + "German": "Parität", + "Indonesian": "paritas", + "Italian": "parità", + "Korean": "패리티", + "Persian": "کلاینت پریتی", + "Brazilian Portuguese": "paridade", + "Russian": "паритет", + "Spanish": "paridad", + "Filipino (Tagalog)": "pagkakapantay-pantay", + "Thai": "แพริตี", + "Turkish": "parite", + "Vietnamese": "ngang bằng", + "Arabic": "Parity", + "Traditional Chinese": "同等", + "Dutch": "pariteit", + "Greek": "ισοτιμία", + "Hindi": "पैरिटी", + "Hungarian": "paritás", + "Japanese": "パリティ", + "Polish": "Parytet", + "Ukrainian": "паритет" + }, + "definition": "In a general sense, to say that something 'has parity' with another thing means 'equal in features or other important quality', and is a phrase often used by software developers and computer scientists." + }, + "Parity": { + "term": "Parity", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Parity", + "Simplified Chinese": "Parity", + "French": "Parity", + "German": "Parity", + "Indonesian": "Parity", + "Italian": "Parity", + "Korean": "Parity", + "Persian": "Parity", + "Brazilian Portuguese": "Parity", + "Russian": "Parity", + "Spanish": "Parity", + "Filipino (Tagalog)": "Parity", + "Thai": "Parity", + "Turkish": "Parity", + "Vietnamese": "Parity", + "Arabic": "Parity", + "Traditional Chinese": "Parity", + "Dutch": "Parity", + "Greek": "Parity", + "Hindi": "Parity", + "Hungarian": "Parity", + "Japanese": "Parity", + "Polish": "Parity", + "Ukrainian": "Parity" + }, + "definition": "Parity Technologies is the name of a blockchain technology company that is developing a number of significant projects in the blockchain space. One of its first projects was an Ethereum client, known as Parity; its name was changed to Parity Ethereum, and then was spun out as a DAO-owned and operated project called Open Ethereum, which has also been deprecated. See also 'client'." + }, + "Passphrase": { + "term": "Passphrase", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Passphrase", + "Simplified Chinese": "密语", + "French": "Phrase d’authentification", + "German": "Passphrase", + "Indonesian": "Passphrase", + "Italian": "Passphrase", + "Korean": "패스프레이즈", + "Persian": "عبارت عبور", + "Brazilian Portuguese": "Frase secreta", + "Russian": "Парольная фраза", + "Spanish": "frase de contraseña", + "Filipino (Tagalog)": "Passphrase", + "Thai": "วลีรหัสผ่าน", + "Turkish": "Parola", + "Vietnamese": "Cụm mật khẩu", + "Arabic": "عبارة المرور", + "Traditional Chinese": "助記詞", + "Dutch": "wachtwoordzin", + "Greek": "Φράση πρόσβασης", + "Hindi": "पासफ्रेज़", + "Hungarian": "jelszó", + "Japanese": "パスフレーズ", + "Polish": "Passphrase", + "Ukrainian": "Парольна фраза" + }, + "definition": "See 'Secret Recovery Phrase'" + }, + "password manager": { + "term": "password manager", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "password manager", + "Simplified Chinese": "密码管理工具", + "French": "gestionnaire de mots de passe", + "German": "Passwortmanager", + "Indonesian": "pengelola kata sandi", + "Italian": "gestore di password", + "Korean": "비밀번호 매니저", + "Persian": "مدیر گذرواژه", + "Brazilian Portuguese": "gerenciador de senhas", + "Russian": "менджер паролей", + "Spanish": "gestor de contraseñas", + "Filipino (Tagalog)": "tagapamahala ng password", + "Thai": "เครื่องมือจัดการรหัสผ่าน", + "Turkish": "şifre yöneticisi", + "Vietnamese": "trình quản lý mật khẩu", + "Arabic": "مدير كلمات المرور", + "Traditional Chinese": "密鑰管理員", + "Dutch": "wachtwoordmanager", + "Greek": "Διαχείριση κωδικών πρόσβασης", + "Hindi": "password manager", + "Hungarian": "jelszókezelő", + "Japanese": "パスワードマネージャー", + "Polish": "Menedżer haseł", + "Ukrainian": "менеджер паролів" + }, + "definition": "A password manager is a tool or software that stores all sorts of passwords needed for online applications and services. Password manager" + }, + "PayPal": { + "term": "PayPal", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "PayPal", + "Simplified Chinese": "PayPal", + "French": "PayPal", + "German": "PayPal", + "Indonesian": "PayPal", + "Italian": "PayPal", + "Korean": "PayPal", + "Persian": "پی‌پل", + "Brazilian Portuguese": "PayPal", + "Russian": "PayPal", + "Spanish": "PayPal", + "Filipino (Tagalog)": "PayPal", + "Thai": "PayPal", + "Turkish": "PayPal", + "Vietnamese": "PayPal", + "Arabic": "PayPal", + "Traditional Chinese": "PayPal", + "Dutch": "PayPal", + "Greek": "PayPal", + "Hindi": "PayPal", + "Hungarian": "PayPal", + "Japanese": "PayPal", + "Polish": "PayPal", + "Ukrainian": "PayPal" + }, + "definition": "PayPal is a multinational financial technology company operating an online payments system in the majority of countries." + }, + "peer-to-peer (P2P)": { + "term": "peer-to-peer (P2P)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "peer-to-peer (P2P)", + "Simplified Chinese": "点对点(P2P)", + "French": "Pair-à-pair (P2P)", + "German": "Peer-to-Peer (P2P)", + "Indonesian": "peer-to-peer (P2P)", + "Italian": "peer-to-peer (P2P)", + "Korean": "피어 투 피어(P2P)", + "Persian": "همتا به همتا (P2P)", + "Brazilian Portuguese": "ponto a ponto (P2P)", + "Russian": "пиринговый (P2P)", + "Spanish": "entre pares (P2P)", + "Filipino (Tagalog)": "peer-to-peer (P2P)", + "Thai": "เพียร์ทูเพียร์ (P2P)", + "Turkish": "eşler arası (P2P)", + "Vietnamese": "ngang hàng (P2P)", + "Arabic": "نظير إلى نظير (P2P)", + "Traditional Chinese": "點對點式網路", + "Dutch": "peer-to-peer (P2P)", + "Greek": "P2P (μεταξύ ομοτίμων)", + "Hindi": "पियर-टू-पियर (P2P)", + "Hungarian": "ponttól-pontig (P2P)", + "Japanese": "ピアツーピア (P2P)", + "Polish": "Peer-to-peer (P2P)", + "Ukrainian": "однорангова мережа (P2P)" + }, + "definition": "P2P refers to interactions that happen directly between two parties, usually two separate individuals, and have been present in Internet technology in different ways for some time. These interactions are often coordinated through some sort of app or network, which can consist of any number of individuals. Public blockchains can be considered to have a high degree of P2P functionality, as individuals are able to transact or interact with each other without relying on an intermediary or single point of failure." + }, + "permissioned ledger": { + "term": "permissioned ledger", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "permissioned ledger", + "Simplified Chinese": "许可账本", + "French": "registre autorisé", + "German": "Permissioned Blockchain", + "Indonesian": "ledger yang diizinkan", + "Italian": "permissioned ledger", + "Korean": "허가된 원장", + "Persian": "دفترکل مجوزدار", + "Brazilian Portuguese": "registro autorizado", + "Russian": "разрешенный реестр", + "Spanish": "registro autorizado", + "Filipino (Tagalog)": "pinahintulutang ledger", + "Thai": "บัญชีที่อนุญาตแล้ว", + "Turkish": "izinli kayıt defteri", + "Vietnamese": "sổ cái được cấp phép", + "Arabic": "سجل بإذن", + "Traditional Chinese": "帶權限的賬本", + "Dutch": "permissioned ledger", + "Greek": "permissioned ledger (πρόσβαση σε συγκεκριμένους μόνο χρήστες)", + "Hindi": "परमिशंड लेजर", + "Hungarian": "engedélyezett főkönyv", + "Japanese": "許可型台帳", + "Polish": "Rejestr ograniczony (permissioned ledger)", + "Ukrainian": "дозволений реєстр" + }, + "definition": "A blockchain network in which access to ledger or network requires permission from an individual or group of individuals, as opposed to a public blockchain. Permissioned ledgers may have one or many owners. Consensus on a permissioned ledger is conducted by the trusted actors, such as government departments, banks, or other known entities. Permissioned blockchains or ledgers contain highly-verifiable data sets because the consensus process creates a digital signature, which can be seen by all parties. A permissioned ledger is much easier to maintain and considerably faster than a public blockchain. For example, Quorum or Hyperledger Besu are permissioned ledgers that can be more easily set up for large enterprises. In contrast, the public Ethereum blockchain is a permissionless ledger which anyone can access." + }, + "phishing (noun)": { + "term": "phishing (noun)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "phishing (noun)", + "Simplified Chinese": "网络钓鱼", + "French": "hameçonnage (nom)", + "German": "Phishing", + "Indonesian": "phishing (noun)", + "Italian": "phishing (noun)", + "Korean": "피싱(명사)", + "Persian": "فیشینگ", + "Brazilian Portuguese": "phishing", + "Russian": "фишинг", + "Spanish": "suplantación de identidad (sustantivo)", + "Filipino (Tagalog)": "phishing (pangngalan)", + "Thai": "ฟิชชิ่ง", + "Turkish": "kimlik avı", + "Vietnamese": "lừa đảo qua mạng (danh từ)", + "Arabic": "التصيد الاحتيالي", + "Traditional Chinese": "網路釣魚", + "Dutch": "phishing", + "Greek": "ηλεκτρονικό ψάρεμα", + "Hindi": "फ़िशिंग (नाउन)", + "Hungarian": "adathalászat", + "Japanese": "フィッシング", + "Polish": "Phishing", + "Ukrainian": "фішинг" + }, + "definition": "Phishing is a form of social engineering where attackers deceive people into revealing sensitive information or installing malware such as ransomware." + }, + "Plasma": { + "term": "Plasma", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Plasma", + "Simplified Chinese": "Plasma", + "French": "Plasma", + "German": "Plasma", + "Indonesian": "Plasma", + "Italian": "Plasma", + "Korean": "플라즈마", + "Persian": "پلاسما", + "Brazilian Portuguese": "Plasma", + "Russian": "Plasma", + "Spanish": "Plasma", + "Filipino (Tagalog)": "Plasma", + "Thai": "พลาสมา", + "Turkish": "Plazma", + "Vietnamese": "Giải pháp Plasma", + "Arabic": "Plasma", + "Traditional Chinese": "以太坊等離子體", + "Dutch": "Plasma", + "Greek": "Plasma", + "Hindi": "प्लाज़्मा", + "Hungarian": "plazma", + "Japanese": "Plasma", + "Polish": "Plasma", + "Ukrainian": "Plasma" + }, + "definition": "Plasma' is a term that is used to refer to one of the solutions being built and deployed in order to securely scale the Ethereum network. A Plasma network functions similarly to an optimistic rollup, inasmuch as it relies on Ethereum Mainnet to maintain the record of transactions, and as the source for arbitration or fraud resolution. However, a Plasma network differs in other important technical ways from rollups, and is currently limited to simple operations, such as swaps and token transfers. More technical information is available here." + }, + "PoA, PoS, PoW": { + "term": "PoA, PoS, PoW", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "PoA, PoS, PoW", + "Simplified Chinese": "权威证明,权益证明,工作量证明", + "French": "PoA, PoS, PoW", + "German": "PoA, PoS, PoW", + "Indonesian": "PoA, PoS, PoW", + "Italian": "PoA, PoS, PoW", + "Korean": "PoA, PoS, PoW", + "Persian": "اثبات اعتبار، اثبات سهام، اثبات کار", + "Brazilian Portuguese": "PoA, PoS, PoW", + "Russian": "PoA, PoS, PoW", + "Spanish": "PoA, PoS, PoW", + "Filipino (Tagalog)": "PoA, PoS, PoW", + "Thai": "PoA, PoS, PoW", + "Turkish": "PoA, PoS, PoW", + "Vietnamese": "PoA, PoS, PoW", + "Arabic": "PoA, PoS, PoW", + "Traditional Chinese": "授權證明、權益證明、工作量證明", + "Dutch": "PoA, PoS, PoW", + "Greek": "PoA, PoS, PoW", + "Hindi": "PoA, PoS, PoW", + "Hungarian": "PoA, PoS, PoW", + "Japanese": "PoA, PoS, PoW", + "Polish": "PoA, PoS, PoW", + "Ukrainian": "PoA, PoS, PoW" + }, + "definition": "Acronyms standing for Proof of X consensus mechanisms: Authority, Stake, Work. The “o” is lowercase since you wouldn’t capitalize “of” when writing out the phrase. See also 'consensus', 'Proof of Authority', 'Proof of Stake', 'Proof of Work'." + }, + "Polygon": { + "term": "Polygon", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Polygon", + "Simplified Chinese": "Polygon", + "French": "Polygon", + "German": "Polygon", + "Indonesian": "Polygon", + "Italian": "Polygon", + "Korean": "Polygon", + "Persian": "پالیگان", + "Brazilian Portuguese": "Polygon", + "Russian": "Polygon", + "Spanish": "Polygon", + "Filipino (Tagalog)": "Polygon", + "Thai": "Polygon", + "Turkish": "Polygon", + "Vietnamese": "Polygon", + "Arabic": "Polygon", + "Traditional Chinese": "Polygon", + "Dutch": "Polygon", + "Greek": "Polygon", + "Hindi": "Polygon", + "Hungarian": "Polygon", + "Japanese": "Polygon", + "Polish": "Polygon", + "Ukrainian": "Polygon" + }, + "definition": "Polygon (formerly Matic Network) is a layer-2 scaling solution for Ethereum that aims to address the scalability issues of the Ethereum blockchain. It is designed to provide faster and cheaper transactions with the same level of security and decentralization as the Ethereum network. Polygon achieves this by creating a multi-chain ecosystem that is built on top of the Ethereum network. This ecosystem consists of various interconnected sidechains that can process transactions independently of the main Ethereum blockchain. These sidechains are called 'Polygon chains' or 'commit chains'." + }, + "Portfolio": { + "term": "Portfolio", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Portfolio", + "Simplified Chinese": "Portfolio", + "French": "Portfolio", + "German": "Portfolio", + "Indonesian": "Portfolio", + "Italian": "Portfolio", + "Korean": "Portfolio", + "Persian": "پرتفوی", + "Brazilian Portuguese": "Portfolio", + "Russian": "Portfolio", + "Spanish": "Portfolio", + "Filipino (Tagalog)": "Portfolio", + "Thai": "พอร์ตเงิน", + "Turkish": "Portfolio", + "Vietnamese": "Portfolio", + "Arabic": "المحفظة", + "Traditional Chinese": "Portfolio", + "Dutch": "Portfolio", + "Greek": "Portfolio", + "Hindi": "Portfolio", + "Hungarian": "Portfolio", + "Japanese": "Portfolio", + "Polish": "Portfolio", + "Ukrainian": "Portfolio" + }, + "definition": "The Portfolio Dapp enables you to view all your MetaMask accounts and their assets in one place. It aggregates values from across your accounts and shows your total holdings, making it easier than ever to get an at-a-glance summary of their value in your chosen currency. Getting started with MetaMask Portfolio" + }, + "PoS/PoW Hybrid": { + "term": "PoS/PoW Hybrid", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "PoS/PoW Hybrid", + "Simplified Chinese": "权益证明/工作量证明混合共识", + "French": "hybride PoS/PoW", + "German": "PoS / PoW Hybrid", + "Indonesian": "PoS/PoW Hybrid", + "Italian": "PoS/PoW ibrido", + "Korean": "PoS/PoW 하이브리드", + "Persian": "تلفیق هیبریدی گواه اثبات سهام/اثبات کار", + "Brazilian Portuguese": "PoS/PoW híbrido", + "Russian": "Гибрид PoS/PoW", + "Spanish": "híbrido PoS/PoW", + "Filipino (Tagalog)": "PoS/PoW Hybrid", + "Thai": "PoS/PoW Hybrid", + "Turkish": "Hibrit PoS/PoW Mutabakatı", + "Vietnamese": "Lai PoS/PoW", + "Arabic": "خوارزمية PoS/PoW هجينة", + "Traditional Chinese": "權益證明/ 工作量證明混合", + "Dutch": "hybride van PoS en PoW", + "Greek": "Υβριδικό PoS/PoW", + "Hindi": "PoS/PoW हाइब्रिड", + "Hungarian": "PoS/PoW hibrid", + "Japanese": "PoS/PoW ハイブリッド", + "Polish": "Hybrydowy konsensus PoS/PoW", + "Ukrainian": "Гібрид PoS/PoW" + }, + "definition": "A hybrid consensus model that utilizes a combination of Proof of Stake (PoS) and Proof of Work (PoW) consensus. Using this Hybrid consensus mechanism, blocks are validated from not only miners, but also voters (stakeholders) to form a balanced network governance." + }, + "Priority fee": { + "term": "Priority fee", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Priority fee", + "Simplified Chinese": "优先费用", + "French": "Frais de priorité", + "German": "Prioritätsgebühr", + "Indonesian": "Biaya prioritas", + "Italian": "Tariffa prioritaria", + "Korean": "우선 요금", + "Persian": "کارمزد اولویت", + "Brazilian Portuguese": "Taxa de prioridade", + "Russian": "Плата за приоритет", + "Spanish": "tarifa de prioridad", + "Filipino (Tagalog)": "Bayad sa priyoridad", + "Thai": "ค่าแซงคิว", + "Turkish": "Öncelik ücreti", + "Vietnamese": "Phí ưu tiên", + "Arabic": "رسوم الأولوية", + "Traditional Chinese": "優先費", + "Dutch": "priority fee", + "Greek": "Τέλος προτεραιότητας", + "Hindi": "प्रायोरिटी फी", + "Hungarian": "elsőbbségi díj", + "Japanese": "優先手数料", + "Polish": "Opłata za priorytet", + "Ukrainian": "Плата за пріоритет" + }, + "definition": "The priority fee, also referred to as the 'miner tip', incentivizes the miner to prioritize your transaction. Naturally, whether this does actually go to a miner depends on the consensus mechanism they use: Ethereum mainnet became a Proof of Stake network following the Merge in September 2022, so the priority fee goes to validators instead of miners." + }, + "private blockchain": { + "term": "private blockchain", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "private blockchain", + "Simplified Chinese": "私有区块链", + "French": "blockchain privée/ chaîne de blocs privée", + "German": "Private Blockchain", + "Indonesian": "blockchain pribadi", + "Italian": "blockchain privata", + "Korean": "프라이빗 블록체인", + "Persian": "بلاک‌چین خصوصی", + "Brazilian Portuguese": "blockchain privada", + "Russian": "закрытый блокчейн", + "Spanish": "cadena de bloques privada", + "Filipino (Tagalog)": "pribadong blockchain", + "Thai": "บล็อกเชนส่วนตัว", + "Turkish": "özel blokzinciri", + "Vietnamese": "chuỗi khối riêng", + "Arabic": "بلوكتشين خاص", + "Traditional Chinese": "私有鏈", + "Dutch": "private blockchain", + "Greek": "ιδιωτική αλυσίδα block", + "Hindi": "प्राइवेट ब्लॉकचेन", + "Hungarian": "privát blokklánc", + "Japanese": "プライベートブロックチェーン", + "Polish": "Blockchain prywatny", + "Ukrainian": "приватний блокчейн" + }, + "definition": "A blockchain or distributed ledger that has a closed network wherein participants are controlled by a single entity. A private blockchain requires a verification process for new participants. A private blockchain may also limit which individuals are able to participate in consensus of the blockchain network. See also 'permissioned ledger'." + }, + "private currency": { + "term": "private currency", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "private currency", + "Simplified Chinese": "私人货币", + "French": "devise privée/monnaie privée", + "German": "Private Währung", + "Indonesian": "mata uang pribadi", + "Italian": "valuta privata", + "Korean": "프라이빗 통화", + "Persian": "ارز خصوصی", + "Brazilian Portuguese": "moeda privada", + "Russian": "частная валюта", + "Spanish": "moneda privada", + "Filipino (Tagalog)": "pribadong salapi", + "Thai": "สกุลเงินส่วนตัว", + "Turkish": "özel para birimi", + "Vietnamese": "đồng tiền riêng", + "Arabic": "عملة خاصة", + "Traditional Chinese": "私人貨幣", + "Dutch": "private currency", + "Greek": "ιδιωτικό νόμισμα", + "Hindi": "प्राइवेट करेंसी", + "Hungarian": "magánvaluta", + "Japanese": "プライベート通貨", + "Polish": "Pieniądz prywatny", + "Ukrainian": "приватна валюта" + }, + "definition": "A currency or token issued by a private individual or firm. Typically, the token or currency is limited to use within the network of that particular firm or individual. This is not to be confused with a “privacy cryptocurrency”, which are cryptocurrencies with specific privacy features, such as hidden user identities." + }, + "private key": { + "term": "private key", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "private key", + "Simplified Chinese": "私钥", + "French": "clé privée", + "German": "Privater Schlüssel", + "Indonesian": "kunci pribadi", + "Italian": "chiave privata", + "Korean": "개인 키", + "Persian": "کلید خصوصی", + "Brazilian Portuguese": "chave privada", + "Russian": "закрытый ключ", + "Spanish": "clave privada", + "Filipino (Tagalog)": "pribadong key", + "Thai": "คีย์ส่วนตัว", + "Turkish": "özel anahtar", + "Vietnamese": "khóa riêng", + "Arabic": "مفتاح خاص", + "Traditional Chinese": "私鑰", + "Dutch": "privésleutel", + "Greek": "ιδιωτικό κλειδί", + "Hindi": "प्राइवेट की (key)", + "Hungarian": "privát kulcs", + "Japanese": "秘密鍵", + "Polish": "Klucz prywatny", + "Ukrainian": "закритий ключ" + }, + "definition": "A private key is an alphanumeric string of data that, in MetaMask, corresponds to a single specific account in a wallet. Private keys can be thought of as a password that enables an individual to control a specific crypto account. Never reveal your private key to anyone, as whoever controls the private key controls the account funds. If you lose your private key, then you lose access to, and control over, that account." + }, + "Proof of Authority (PoA)": { + "term": "Proof of Authority (PoA)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Proof of Authority (PoA)", + "Simplified Chinese": "权威证明(PoA)", + "French": "Preuve d’autorité (PoA)", + "German": "Proof of Authority (PoA)", + "Indonesian": "Proof of Authority (PoA)", + "Italian": "Proof of Authority (PoA)", + "Korean": "권한증명(PoA)", + "Persian": "اثبات اعتبار (PoA)", + "Brazilian Portuguese": "Prova de autoridade (PoA)", + "Russian": "Доказательство полномочий (PoA)", + "Spanish": "prueba de autoridad (PoA)", + "Filipino (Tagalog)": "Proof of Authority (PoA)", + "Thai": "การพิสูจน์ด้วยอำนาจ (PoA)", + "Turkish": "Yetki İspatı (PoA)", + "Vietnamese": "Bằng chứng uỷ quyền (PoA)", + "Arabic": "خوارزمية إثبات السلطة (PoA)", + "Traditional Chinese": "權威證明", + "Dutch": "proof of authority (PoA)", + "Greek": "Απόδειξη Αρχής (Proof of Authority) (PoA)", + "Hindi": "प्रूफ ऑफ अथॉरिटी (PoA)", + "Hungarian": "jogosultság igazolása (JI)", + "Japanese": "プルーフオブオーソリティ (PoA)", + "Polish": "Proof Authority – POA (dowód autorytetu)", + "Ukrainian": "Підтвердження повноважень (PoA)" + }, + "definition": "A consensus mechanism used in private blockchains, granting a single private key the authority to generate all of the blocks or validate transactions." + }, + "Proof of Stake (PoS)": { + "term": "Proof of Stake (PoS)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Proof of Stake (PoS)", + "Simplified Chinese": "权益证明(PoS)", + "French": "Preuve d’enjeu (PoS)", + "German": "Proof of Stake (PoS)", + "Indonesian": "Proof of Stake (PoS)", + "Italian": "Proof of Stake (PoS)", + "Korean": "지분 증명(PoS)", + "Persian": "اثبات سهام (PoS)", + "Brazilian Portuguese": "Prova de participação (PoS)", + "Russian": "Доказательство доли владения (PoS)", + "Spanish": "prueba de participación (PoS)", + "Filipino (Tagalog)": "Proof of Stake (PoS)", + "Thai": "การพิสูจน์แบบมีส่วนได้ส่วนเสีย (PoS)", + "Turkish": "Hisse İspatı (PoS)", + "Vietnamese": "Bằng chứng cổ phần (PoS)", + "Arabic": "خوارزمية إثبات الحصة (PoS)", + "Traditional Chinese": "權益證明", + "Dutch": "proof of stake (PoS)", + "Greek": "Απόδειξης συμμετοχής (PoS)", + "Hindi": "प्रूफ ऑफ स्टेक (PoS)", + "Hungarian": "Tét igazolása (TI)", + "Japanese": "プルーフオブステーク (PoS)", + "Polish": "Proof of Stake – PoS (dowód stawki)", + "Ukrainian": "Доказ частки володіння (PoS)" + }, + "definition": "A consensus mechanism in which an individual node, or “validator”, validates transactions or blocks. Validators lock up a certain amount of cryptocurrency, such as ether, into a ‘stake’, in order to be able to participate in consensus. If the node validates a block (group of transactions) correctly, then the validator receives a reward. Conversely, if the validator behaves poorly by validating incorrect transactions or by not maintaining sufficient network connectivity, the cryptocurrency they staked can be ‘slashed’, or taken from them and put out of circulation (‘burned’). PoS requires a negligible amount of computing power compared to Proof of Work consensus." + }, + "Proof of Work (PoW)": { + "term": "Proof of Work (PoW)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Proof of Work (PoW)", + "Simplified Chinese": "工作量证明(PoW)", + "French": "Preuve de travail (PoW)", + "German": "Proof of Work (PoW)", + "Indonesian": "Proof of Work (PoW)", + "Italian": "Proof of Work (PoW)", + "Korean": "작업증명(PoW)", + "Persian": "اثبات کار (PoW)", + "Brazilian Portuguese": "Prova de trabalho (PoW)", + "Russian": "Доказательство работы (PoW)", + "Spanish": "prueba de trabajo (PoW)", + "Filipino (Tagalog)": "Proof of Work (PoW)", + "Thai": "การพิสูจน์ด้วยการทำงาน (PoW)", + "Turkish": "İş İspatı (PoW)", + "Vietnamese": "Bằng chứng công việc (PoW)", + "Arabic": "خوارزمية إثبات العمل (PoW)", + "Traditional Chinese": "工作量證明", + "Dutch": "proof of work (PoW)", + "Greek": "Απόδειξη εργασίας (PoW)", + "Hindi": "प्रूफ ऑफ वर्क (PoW)", + "Hungarian": "Munka igazolása (MI)", + "Japanese": "プルーフオブワーク (PoW)", + "Polish": "Proof of Work – PoW (dowód wykonania pracy)", + "Ukrainian": "Доказ виконання роботи (PoW)" + }, + "definition": "A consensus mechanism in which each block is ‘mined’ by one of the nodes, or a group of nodes, on the network. The computational process involved in committing a series of transactions into a block on the network, known as ‘hashing a block’, is technically quite simple, and therefore subject to attack. Under PoW, each miner must solve a math problem to find a set, difficult variable in order to be able to propose their block to the network as the next to be ‘mined’. In effect, the process of hashing each block becomes a competition. This addition of solving for a target increases the difficulty of successfully hashing each block, and consequently the security of the network. For each hashed block, the overall process of hashing will have taken some time and computational effort. Thus, a hashed block is considered Proof of Work, and the miner that successfully hashes the block first receives a reward, in the form of cryptocurrency. PoW is singificantly more energy-intensive than other consensus mechanisms, such as Proof of Stake." + }, + "protocol": { + "term": "protocol", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "protocol", + "Simplified Chinese": "协议", + "French": "protocole", + "German": "Protokoll", + "Indonesian": "protokol", + "Italian": "protocollo", + "Korean": "프로토콜", + "Persian": "پروتکل", + "Brazilian Portuguese": "protocolo", + "Russian": "протокол", + "Spanish": "protocolo", + "Filipino (Tagalog)": "protocol", + "Thai": "โพรโตคอล", + "Turkish": "protokol", + "Vietnamese": "giao thức", + "Arabic": "بروتوكول", + "Traditional Chinese": "協議", + "Dutch": "protocol", + "Greek": "πρωτόκολλο", + "Hindi": "प्रोटोकॉल", + "Hungarian": "protokoll", + "Japanese": "プロトコル", + "Polish": "protokół", + "Ukrainian": "протокол" + }, + "definition": "Formally speaking, a 'protocol' is a set of rules governing how a process is carried out. This concept is used throughout public blockchain networks and web3 to refer to the way smart contracts execute their functionality in the same way regardless of the user. The products or services built on top of smart contracts are often referred to as 'protocols' by extension." + }, + "public blockchain": { + "term": "public blockchain", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "public blockchain", + "Simplified Chinese": "公共区块链", + "French": "blockchain publique/chaîne de blocs publique", + "German": "Öffentliche Blockchain", + "Indonesian": "blockchain publik", + "Italian": "blockchain pubblica", + "Korean": "퍼블릭 블록체인", + "Persian": "بلاک‌چین عمومی", + "Brazilian Portuguese": "blockchain pública", + "Russian": "публичный блокчейн", + "Spanish": "cadena de bloques pública", + "Filipino (Tagalog)": "pampublikong blockchain", + "Thai": "บล็อกเชนสาธารณะ", + "Turkish": "genel blokzinciri", + "Vietnamese": "chuỗi khối công khai", + "Arabic": "بلوكتشين عام", + "Traditional Chinese": "公有鏈", + "Dutch": "openbare blockchain/public blockchain", + "Greek": "δημόσια αλυσίδα block", + "Hindi": "पब्लिक ब्लॉकचेन", + "Hungarian": "nyilvános blokklánc", + "Japanese": "パブリックブロックチェーン", + "Polish": "Blockchain publiczny", + "Ukrainian": "публічний блокчейн" + }, + "definition": "A globally open network wherein anyone can participate in transactions, participate in the consensus protocol to help determine which blocks get added to the chain, maintain and examine the contents of the chain." + }, + "public key": { + "term": "public key", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "public key", + "Simplified Chinese": "公钥", + "French": "clé publique", + "German": "Öffentlicher Schlüssel", + "Indonesian": "kunci publik", + "Italian": "chiave pubblica", + "Korean": "공개 키", + "Persian": "کلید عمومی", + "Brazilian Portuguese": "chave pública", + "Russian": "открытый ключ", + "Spanish": "clave pública", + "Filipino (Tagalog)": "pampublikong key", + "Thai": "คีย์สาธารณะ", + "Turkish": "genel anahtar", + "Vietnamese": "khóa công khai", + "Arabic": "مفتاح عام", + "Traditional Chinese": "公開金鑰", + "Dutch": "publieke sleutel/public key", + "Greek": "δημόσιο κλειδί", + "Hindi": "पब्लिक की (key)", + "Hungarian": "nyilvános kulcs", + "Japanese": "公開鍵", + "Polish": "Klucz publiczny", + "Ukrainian": "відкритий ключ" + }, + "definition": "Public blockchain networks are just that: public. Their data is accessible and readable by anyone. In order to have any degree of usability when it comes to allowing users to do some things, like send transactions, but not others, like steal other peoples' tokens, cryptographic technology is used. In particular, a design paradigm known as 'public/private key pairs' is employed to ensure users can interact with others on the network as they wish, while keeping their own account secure. These key pairs consist of two long strings of alphanumeric characters. A public key can be derived mathematically from its corresponding private key, but the inverse is not true: it is mathematically impossible to derive a private key from its corresponding public key. This allows, for example, users to have a public wallet address that anyone can use to send them tokens, with the peace of mind that as long as they properly keep the corresponding private key safe, those tokens cannot be stolen. See also 'private key'." + }, + "Public-Key Cryptography": { + "term": "Public-Key Cryptography", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Public-Key Cryptography", + "Simplified Chinese": "公钥加密", + "French": "Cryptographie à clé publique", + "German": "Public-Key-Kryptographie", + "Indonesian": "Kriptografi Kunci Publik", + "Italian": "Crittografia chiave pubblica", + "Korean": "공개 키 암호화", + "Persian": "رمزنگاری کلید عمومی", + "Brazilian Portuguese": "Criptografia de chave pública", + "Russian": "Криптография с открытым ключом", + "Spanish": "criptografía de clave pública", + "Filipino (Tagalog)": "Pampublikong-Key na Kriptograpiya", + "Thai": "วิทยาการรหัสลับคีย์สาธารณะ", + "Turkish": "Açık Anahtarlı Şifreleme", + "Vietnamese": "Mật mã hoá khóa công khai", + "Arabic": "تشفير المفتاح العام", + "Traditional Chinese": "公開金鑰密碼學", + "Dutch": "asymmetrische cryptografie/publieke-sleutelcryptografie", + "Greek": "Κρυπτογράφηση δημοσίου κλειδιού", + "Hindi": "Public-Key Cryptography", + "Hungarian": "nyilvános kulcsú kriptográfia", + "Japanese": "公開鍵暗号技術", + "Polish": "Kryptografia klucza publicznego", + "Ukrainian": "Криптографія з відкритим ключем" + }, + "definition": "See 'public key',see 'Cryptography', see 'blockchain'. Public-Key Cryptography" + }, + "Public-Key Infrastructure": { + "term": "Public-Key Infrastructure", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Public-Key Infrastructure", + "Simplified Chinese": "公钥基础设施", + "French": "Infrastructure de clé publique", + "German": "Public-Key-Infrastruktur", + "Indonesian": "Infrastruktur Kunci Publik", + "Italian": "Infrastruttura chiave pubblica", + "Korean": "공개 키 인프라", + "Persian": "زیرساخت کلید عمومی", + "Brazilian Portuguese": "Infraestrutura de chave pública", + "Russian": "Инфраструктура открытых ключей", + "Spanish": "infraestructura de clave pública", + "Filipino (Tagalog)": "Pampublikong-Key na Imprastraktura", + "Thai": "โครงสร้างพื้นฐานคีย์สาธารณะ", + "Turkish": "Açık Anahtarlı Altyapı", + "Vietnamese": "Hạ tầng khoá công khai", + "Arabic": "بنية المفتاح العام", + "Traditional Chinese": "公開金鑰基礎建設", + "Dutch": "publieke-sleutelinfrastructuur", + "Greek": "Υποδομή δημόσιου κλειδιού", + "Hindi": "Public-Key Infrastructure", + "Hungarian": "nyilvános kulcsú infrastruktúra", + "Japanese": "公開鍵暗号基盤", + "Polish": "Infrastruktura klucza publicznego", + "Ukrainian": "Інфраструктура відкритих ключів" + }, + "definition": "A public key infrastructure (PKI) is a collection of roles, rules, hardware, software, and processes for creating, managing, distributing, using, storing, and revoking digital certificates. Public-Key Infrastructure" + }, + "QR code": { + "term": "QR code", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "QR code", + "Simplified Chinese": "二维码", + "French": "Code QR", + "German": "QR-Code", + "Indonesian": "Kode QR", + "Italian": "Codice QR", + "Korean": "QR 코드", + "Persian": "کیوآر کد", + "Brazilian Portuguese": "Código QR", + "Russian": "QR-код", + "Spanish": "código QR", + "Filipino (Tagalog)": "QR code", + "Thai": "รหัส QR", + "Turkish": "QR kodu", + "Vietnamese": "Mã QR", + "Arabic": "رمز الاستجابة السريعة", + "Traditional Chinese": "QR碼", + "Dutch": "QR-code", + "Greek": "κωδικός QR", + "Hindi": "QR कोड", + "Hungarian": "QR-kód", + "Japanese": "QR コード", + "Polish": "Kod QR", + "Ukrainian": "Код QR" + }, + "definition": "A QR code is a type of matrix barcode, constituting a machine-readable optical label that can contain information about the item to which it is attached." + }, + "Quorum": { + "term": "Quorum", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Quorum", + "Simplified Chinese": "Quorum", + "French": "Quorum", + "German": "Quorum", + "Indonesian": "Quorum", + "Italian": "Quorum", + "Korean": "Quorum", + "Persian": "Quorum", + "Brazilian Portuguese": "Quorum", + "Russian": "Quorum", + "Spanish": "Quorum", + "Filipino (Tagalog)": "Quorum", + "Thai": "Quorum", + "Turkish": "Quorum", + "Vietnamese": "Quorum", + "Arabic": "Quorum", + "Traditional Chinese": "Quorum", + "Dutch": "Quorum", + "Greek": "Quorum", + "Hindi": "Quorum", + "Hungarian": "Quorum", + "Japanese": "Quorum", + "Polish": "Quorum", + "Ukrainian": "Quorum" + }, + "definition": "ConsenSys Quorum enables enterprises to leverage Ethereum for their high-value blockchain applications. Businesses can rely on the Quorum open-source protocol layer and integrate on top of it product modules from ConsenSys, other companies, or your own in-house development team to build high-performance, customizable applications. Quorum" + }, + "Rarible": { + "term": "Rarible", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Rarible", + "Simplified Chinese": "Rarible", + "French": "Rarible", + "German": "Rarible", + "Indonesian": "Rarible", + "Italian": "Rarible", + "Korean": "라리블", + "Persian": "رریبل", + "Brazilian Portuguese": "Rarible", + "Russian": "Rarible", + "Spanish": "Rarible", + "Filipino (Tagalog)": "Rarible", + "Thai": "Rarible", + "Turkish": "Rarible", + "Vietnamese": "Rarible", + "Arabic": "Rarible", + "Traditional Chinese": "Rarible", + "Dutch": "Rarible", + "Greek": "Rarible", + "Hindi": "Rarible", + "Hungarian": "Rarible", + "Japanese": "Rarible", + "Polish": "Rarible", + "Ukrainian": "Rarible" + }, + "definition": "An NFT marketplace." + }, + "relayer": { + "term": "relayer", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "relayer", + "Simplified Chinese": "中继器", + "French": "relayeur", + "German": "Relayer", + "Indonesian": "relayer", + "Italian": "relayer", + "Korean": "릴레이어", + "Persian": "رله‌کننده", + "Brazilian Portuguese": "relayer", + "Russian": "ретранслятор", + "Spanish": "repetidor", + "Filipino (Tagalog)": "tagapaghatid", + "Thai": "รีเลเยอร์", + "Turkish": "düzenleyici", + "Vietnamese": "sàn chuyển tiếp", + "Arabic": "ناقل", + "Traditional Chinese": "中繼器", + "Dutch": "relayer", + "Greek": "αποδέκτης", + "Hindi": "रीलेयर (relayer)", + "Hungarian": "összekötő", + "Japanese": "リレイヤー", + "Polish": "Relayer", + "Ukrainian": "ретранслятор" + }, + "definition": "A relayer is an intermediary that facilitates the exchange or transfer of information, assets, or services between two or more parties. The term is used in various fields, including finance, communication, and technology. In the context of cryptocurrencies and blockchain technology, a relayer typically refers to an intermediary that facilitates peer-to-peer transactions on a decentralized network. This can include decentralized exchanges (DEXs), where relayers act as matching engines to connect buyers and sellers of digital assets. A few examples of popular relayers include 0x: 0x is a decentralized exchange protocol that enables the creation of relayers on the Ethereum blockchain. These relayers can be built by anyone and allow for peer-to-peer trading of ERC-20 tokens. Kyber Network: Kyber Network is a decentralized liquidity network that also operates as a relayer. It enables users to trade a wide range of digital assets, including ERC-20 tokens, without the need for a centralized intermediary. Uniswap: Uniswap is a popular decentralized exchange that operates as a relayer. It uses an automated market maker (AMM) system to enable peer-to-peer trading of ERC-20 tokens. AirSwap: AirSwap is a decentralized exchange that operates as a peer-to-peer relayer on the Ethereum blockchain. It uses an off-chain order book to match buyers and sellers and execute trades." + }, + "Remote Procedure Call (RPC)": { + "term": "Remote Procedure Call (RPC)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Remote Procedure Call (RPC)", + "Simplified Chinese": "远程过程调用(RPC)", + "French": "Appel de procédure à distance (RPC)", + "German": "Remote Procedure Call (RPC)", + "Indonesian": "Panggilan Prosedur Jarak Jauh (RPC)", + "Italian": "Chiamata di procedura remota (RPC)", + "Korean": "원격 프로시저 호출(RPC)", + "Persian": "فراخوانی رویه از راه دور", + "Brazilian Portuguese": "Chamada de procedimento remoto (RPC)", + "Russian": "Удаленный вызов процедур (RPC)", + "Spanish": "llamada a procedimiento remoto (RPC)", + "Filipino (Tagalog)": "Remote Procedure Call (RPC)", + "Thai": "การเรียกโปรแกรมย่อยระยะไกล (PRC)", + "Turkish": "Uzak Yordam Çağrısı (RPC)", + "Vietnamese": "Gọi hàm từ xa (RPC)", + "Arabic": "استدعاء الإجراء البعيد (RPC)", + "Traditional Chinese": "遠端程序呼叫", + "Dutch": "remote procedure call (RPC)", + "Greek": "Κλήση απομακρυσμένης διαδικασίας (RPC)", + "Hindi": "रिमोट प्रोसीजर कॉल (RPC)", + "Hungarian": "távoli eljáráshívás (TE)", + "Japanese": "遠隔手続き呼び出し (RPC)", + "Polish": "Zdalne wywołanie procedury (RPC)", + "Ukrainian": "Віддалений виклик процедур (RPC)" + }, + "definition": "The Remote Procedure Call is a technology that is used to transfer data between endpoints. You may often see it referred to as JSON-RPC, which is its full name; see ‘JSON-RPC’ for further details." + }, + "Rinkeby": { + "term": "Rinkeby", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Rinkeby", + "Simplified Chinese": "Rinkeby", + "French": "Rinkeby", + "German": "Rinkeby", + "Indonesian": "Rinkeby", + "Italian": "Rinkeby", + "Korean": "린케비", + "Persian": "رینکبای", + "Brazilian Portuguese": "Rinkeby", + "Russian": "Rinkeby", + "Spanish": "Rinkeby", + "Filipino (Tagalog)": "Rinkeby", + "Thai": "Rinkeby", + "Turkish": "Rinkeby", + "Vietnamese": "Rinkeby", + "Arabic": "Rinkeby", + "Traditional Chinese": "Rinkeby", + "Dutch": "Rinkeby", + "Greek": "Rinkeby", + "Hindi": "Rinkeby", + "Hungarian": "Rinkeby", + "Japanese": "Rinkeby", + "Polish": "Rinkeby", + "Ukrainian": "Rinkeby" + }, + "definition": "An Ethereum testnet that uses Proof of Authority consensus, available through MetaMask; Following the transition to Proof of Stake, Rinkeby scheduled its deprecation for the end of 2023." + }, + "Roadmap": { + "term": "Roadmap", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Roadmap", + "Simplified Chinese": "路线图", + "French": "Feuille de route", + "German": "Roadmap", + "Indonesian": "Peta jalan", + "Italian": "Roadmap", + "Korean": "로드맵", + "Persian": "نقشه راه", + "Brazilian Portuguese": "Roteiro", + "Russian": "План-график", + "Spanish": "Hoja de ruta", + "Filipino (Tagalog)": "Roadmap", + "Thai": "แผนดำเนินการ", + "Turkish": "Yol haritası", + "Vietnamese": "Lộ trình", + "Arabic": "خارطة الطريق", + "Traditional Chinese": "路線圖", + "Dutch": "roadmap", + "Greek": "Οδικός χάρτης", + "Hindi": "रोडमैप", + "Hungarian": "terv", + "Japanese": "ロードマップ", + "Polish": "Kompleksowy plan działania", + "Ukrainian": "Дорожня карта" + }, + "definition": "A planning technique which lays out the short and long term goals of a particular project within a flexible estimated timeline." + }, + "Rocket Pool": { + "term": "Rocket Pool", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Rocket Pool", + "Simplified Chinese": "Rocket Pool", + "French": "Rocket Pool", + "German": "Rocket Pool", + "Indonesian": "Rocket Pool", + "Italian": "Rocket Pool", + "Korean": "로켓풀", + "Persian": "راکت پول", + "Brazilian Portuguese": "Rocket Pool", + "Russian": "Rocket Pool", + "Spanish": "Rocket Pool", + "Filipino (Tagalog)": "Rocket Pool", + "Thai": "Rocket Pool", + "Turkish": "Rocket Pool", + "Vietnamese": "Rocket Pool", + "Arabic": "Rocket Pool", + "Traditional Chinese": "Rocket Pool", + "Dutch": "Rocket Pool", + "Greek": "Rocket Pool", + "Hindi": "रॉकेट पूल", + "Hungarian": "Rocket Pool", + "Japanese": "Rocket Pool", + "Polish": "Rocket Pool", + "Ukrainian": "Rocket Pool" + }, + "definition": "Rocket Pool is a decentralized Ethereum staking pool." + }, + "rollups": { + "term": "rollups", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "rollups", + "Simplified Chinese": "扩容方案", + "French": "rollups", + "German": "Rollups", + "Indonesian": "rollup", + "Italian": "rollup", + "Korean": "롤업", + "Persian": "رول‌آپ‌ها", + "Brazilian Portuguese": "rollups", + "Russian": "роллапы", + "Spanish": "rollups", + "Filipino (Tagalog)": "rollups", + "Thai": "โรลล์อัป", + "Turkish": "rolluplar", + "Vietnamese": "tổng hợp", + "Arabic": "تجميعات", + "Traditional Chinese": "交易卷", + "Dutch": "rollups", + "Greek": "rollups", + "Hindi": "रॉलअप्स", + "Hungarian": "rollupok", + "Japanese": "ロールアップ", + "Polish": "Rollupy", + "Ukrainian": "роллапи" + }, + "definition": "Rollups (pronounced 'roll ups') are one element in the set of tools and infrastructure being built as scaling solutions for the Ethereum network. They consist, in general, of networks which prioritize their ability to compute transactions and smart contract functionality, and then 'roll up' those transactions to Ethereum Mainnet for secure verification of their validity. There are different ways of approaching this problem from a technical point of view, namely Zero Knowledge, or ZK, rollups, and Optimistic rollups. Arbitrum and Optimism are prominent examples. See the entries on both of these types of rollup for more, and more in-depth discussion here." + }, + "Ropsten": { + "term": "Ropsten", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Ropsten", + "Simplified Chinese": "Ropsten", + "French": "Ropsten", + "German": "Ropsten", + "Indonesian": "Ropsten", + "Italian": "Ropsten", + "Korean": "롭스텐", + "Persian": "راپستن", + "Brazilian Portuguese": "Ropsten", + "Russian": "Ropsten", + "Spanish": "Ropsten", + "Filipino (Tagalog)": "Ropsten", + "Thai": "Ropsten", + "Turkish": "Ropsten", + "Vietnamese": "Ropsten", + "Arabic": "Ropsten", + "Traditional Chinese": "Ropsten", + "Dutch": "Ropsten", + "Greek": "Ropsten", + "Hindi": "Ropsten", + "Hungarian": "Ropsten", + "Japanese": "Ropsten", + "Polish": "Ropsten", + "Ukrainian": "Ropsten" + }, + "definition": "An Ethereum testnet that used Proof of Work, and, following the transition to Proof of Stake, was deprecated." + }, + "RPC": { + "term": "RPC", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "RPC", + "Simplified Chinese": "RPC(远程过程调用)", + "French": "RPC", + "German": "RPC", + "Indonesian": "RPC", + "Italian": "RPC", + "Korean": "RPC", + "Persian": "RPC", + "Brazilian Portuguese": "RPC", + "Russian": "RPC", + "Spanish": "RPC", + "Filipino (Tagalog)": "RPC", + "Thai": "RPC", + "Turkish": "RPC", + "Vietnamese": "RPC", + "Arabic": "استدعاء الإجراء البعيد (RPC)", + "Traditional Chinese": "遠端程序呼叫", + "Dutch": "RPC", + "Greek": "RPC", + "Hindi": "RPC", + "Hungarian": "TE", + "Japanese": "RPC", + "Polish": "RPC", + "Ukrainian": "RPC" + }, + "definition": "The Remote Procedure Call is a technology that is used to transfer data between endpoints. You may often see it referred to as JSON-RPC, which is its full name; see 'JSON-RPC' for further details." + }, + "rug pull": { + "term": "rug pull", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "rug pull", + "Simplified Chinese": "跑路", + "French": "escroquerie du tirage de tapis (rug pull)", + "German": "Rug Pull", + "Indonesian": "rug pull", + "Italian": "rug pull", + "Korean": "러그 풀", + "Persian": "‏کلاهبرداری راگ پول", + "Brazilian Portuguese": "puxada de tapete", + "Russian": "раг-пулл", + "Spanish": "tirón de alfombra", + "Filipino (Tagalog)": "rug pull", + "Thai": "กลโกงแบบหอบหนี", + "Turkish": "rug pull (halı çekme)", + "Vietnamese": "rút thảm", + "Arabic": "هروب المحتالين", + "Traditional Chinese": "拉地毯", + "Dutch": "rug pull", + "Greek": "rug pull", + "Hindi": "रग पुल (rug pull)", + "Hungarian": "rug pull", + "Japanese": "ラグプル", + "Polish": "Rug pull", + "Ukrainian": "«витягування килимка»" + }, + "definition": "Similar to the traditional financial scam of a pyramid scheme, a 'rug pull' is a cryptocurrency or crypto-token based scam in which the creators of the token create hype, through injecting liquidity into their token, airdropping, and other schemes, and once investors pile in and boost the price of the token up to a certain point, the creators liquidate their (generally majority) share of the tokens, leaving their investors with next to nothing." + }, + "Safeheron": { + "term": "Safeheron", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Safeheron", + "Simplified Chinese": "Safeheron", + "French": "Safeheron", + "German": "Safeheron", + "Indonesian": "Safeheron", + "Italian": "Safeheron", + "Korean": "세이프헤론", + "Persian": "Safeheron", + "Brazilian Portuguese": "Safeheron", + "Russian": "Safeheron", + "Spanish": "Safeheron", + "Filipino (Tagalog)": "Safeheron", + "Thai": "Safeheron", + "Turkish": "Safeheron", + "Vietnamese": "Safeheron", + "Arabic": "Safeheron", + "Traditional Chinese": "Safeheron", + "Dutch": "Safeheron", + "Greek": "Safeheron", + "Hindi": "Safeheron", + "Hungarian": "Safeheron", + "Japanese": "Safeheron", + "Polish": "Safeheron", + "Ukrainian": "Safeheron" + }, + "definition": "Safeheron is an open-source platform for managing digital assets." + }, + "Samsung Pay": { + "term": "Samsung Pay", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Samsung Pay", + "Simplified Chinese": "Samsung Pay", + "French": "Samsung Pay", + "German": "Samsung Pay", + "Indonesian": "Samsung Pay", + "Italian": "Samsung Pay", + "Korean": "삼성페이", + "Persian": "پرداخت سامسونگ", + "Brazilian Portuguese": "Samsung Pay", + "Russian": "Samsung Pay", + "Spanish": "Samsung Pay", + "Filipino (Tagalog)": "Samsung Pay", + "Thai": "Samsung Pay", + "Turkish": "Samsung Pay", + "Vietnamese": "Samsung Pay", + "Arabic": "Samsung Pay", + "Traditional Chinese": "Samsung Pay", + "Dutch": "Samsung Pay", + "Greek": "Samsung Pay", + "Hindi": "Samsung Pay", + "Hungarian": "Samsung Pay", + "Japanese": "Samsung Pay", + "Polish": "Samsung Pay", + "Ukrainian": "Samsung Pay" + }, + "definition": "Samsung Pay is a mobile payment and digital wallet service that lets users make payments using compatible phones and other Samsung-produced devices." + }, + "sandbox": { + "term": "sandbox", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "sandbox", + "Simplified Chinese": "沙盒", + "French": "environnement de test sandbox", + "German": "Sandbox", + "Indonesian": "sandbox", + "Italian": "sandbox", + "Korean": "샌드박스", + "Persian": "سندباکس", + "Brazilian Portuguese": "sandbox", + "Russian": "«песочница»", + "Spanish": "entorno de pruebas", + "Filipino (Tagalog)": "sandbox", + "Thai": "แซนด์บ็อกซ์", + "Turkish": "sandbox", + "Vietnamese": "môi trường thử nghiệm", + "Arabic": "بيئة الاختبار", + "Traditional Chinese": "沙盒", + "Dutch": "sandbox", + "Greek": "sandbox", + "Hindi": "सैंडबॉक्स", + "Hungarian": "sandbox (homokozó)", + "Japanese": "サンドボックス", + "Polish": "Środowisko testowe / piaskownica", + "Ukrainian": "пісочниця" + }, + "definition": "A testing environment in a computer system in which new or untested software or coding can be run securely." + }, + "Sardine": { + "term": "Sardine", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Sardine", + "Simplified Chinese": "Sardine", + "French": "Sardine", + "German": "Sardine", + "Indonesian": "Sardine", + "Italian": "Sardine", + "Korean": "Sardine", + "Persian": "Sardine", + "Brazilian Portuguese": "Sardine", + "Russian": "Sardine", + "Spanish": "Sardine", + "Filipino (Tagalog)": "Sardine", + "Thai": "Sardine", + "Turkish": "Sardine", + "Vietnamese": "Sardine", + "Arabic": "منصة Sardine", + "Traditional Chinese": "Sardine", + "Dutch": "Sardine", + "Greek": "Sardine", + "Hindi": "Sardine", + "Hungarian": "Sardine", + "Japanese": "Sardine", + "Polish": "Sardine", + "Ukrainian": "Sardine" + }, + "definition": "Sardine is an instant fiat and crypto settlement platform." + }, + "Satoshi Nakamoto": { + "term": "Satoshi Nakamoto", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Satoshi Nakamoto", + "Simplified Chinese": "中本聪", + "French": "Satoshi Nakamoto", + "German": "Satoshi Nakamoto", + "Indonesian": "Satoshi Nakamoto", + "Italian": "Satoshi Nakamoto", + "Korean": "나카모토 사토시", + "Persian": "ساتوشی ناکاموتو", + "Brazilian Portuguese": "Satoshi Nakamoto", + "Russian": "Сатоши Накамото", + "Spanish": "Satoshi Nakamoto", + "Filipino (Tagalog)": "Satoshi Nakamoto", + "Thai": "ซาโตชิ นากาโมโต", + "Turkish": "Satoshi Nakamoto", + "Vietnamese": "Satoshi Nakamoto", + "Arabic": "ساتوشي ناكاموتو", + "Traditional Chinese": "Satoshi Nakamoto", + "Dutch": "Satoshi Nakamoto", + "Greek": "Satoshi Nakamoto", + "Hindi": "सातोशी नाकामोटो", + "Hungarian": "Satoshi Nakamoto", + "Japanese": "Satoshi Nakamoto", + "Polish": "Satoshi Nakamoto", + "Ukrainian": "Сатоші Накамото" + }, + "definition": "A pseudonymous individual or entity who created the Bitcoin protocol, solving the digital currency issue of the “double spend.” Nakamoto first published their white paper describing the project in 2008, and the first Bitcoin software was released one year later." + }, + "scalability": { + "term": "scalability", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "scalability", + "Simplified Chinese": "可扩展性", + "French": "scalabiité", + "German": "Skalierbarkeit", + "Indonesian": "skalabilitas", + "Italian": "scalabilità", + "Korean": "확장성", + "Persian": "مقیاس پذیری", + "Brazilian Portuguese": "escalabilidade", + "Russian": "масштабируемость", + "Spanish": "escalabilidad", + "Filipino (Tagalog)": "scalability", + "Thai": "ความสามารถในการปรับขนาด", + "Turkish": "ölçeklendirilebilirlik", + "Vietnamese": "khả năng mở rộng", + "Arabic": "قابلية التوسع", + "Traditional Chinese": "可擴展性", + "Dutch": "schaalbaarheid", + "Greek": "επεκτασιμότητα", + "Hindi": "स्केलेबिल्टी", + "Hungarian": "méretezhetőség", + "Japanese": "スケーラビリティ", + "Polish": "Skalowalność", + "Ukrainian": "масштабованість" + }, + "definition": "A change in size or scale to handle a network’s demands. This word is used to refer to a blockchain project’s ability to handle network traffic, future growth, and capacity in its intended application." + }, + "Scaling": { + "term": "Scaling", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Scaling", + "Simplified Chinese": "扩容", + "French": "Monter en charge / Montée en charge", + "German": "Skalieren", + "Indonesian": "Scaling", + "Italian": "Scaling", + "Korean": "스케일링", + "Persian": "مقیاس پذیری", + "Brazilian Portuguese": "Dimensionamento", + "Russian": "масштабирование", + "Spanish": "escalado", + "Filipino (Tagalog)": "Scaling", + "Thai": "ปรับขนาด", + "Turkish": "Ölçeklendirme", + "Vietnamese": "Mở rộng quy mô", + "Arabic": "التوسع", + "Traditional Chinese": "擴展", + "Dutch": "opschalen", + "Greek": "Αλλαγή κλίμακας", + "Hindi": "स्केलिंग", + "Hungarian": "méretezés", + "Japanese": "スケーリング", + "Polish": "Skalowanie", + "Ukrainian": "Масштабування" + }, + "definition": "The main goal of scalability is to increase transaction speed (faster finality), and transaction throughput (high transactions per second), without sacrificing decentralization or security." + }, + "Scrypt": { + "term": "Scrypt", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Scrypt", + "Simplified Chinese": "Scrypt 挖掘算法", + "French": "Scrypt", + "German": "Scrypt", + "Indonesian": "Scrypt", + "Italian": "Scrypt", + "Korean": "스크립트", + "Persian": "اسکریپت", + "Brazilian Portuguese": "Scrypt", + "Russian": "Scrypt", + "Spanish": "scrypt", + "Filipino (Tagalog)": "Scrypt", + "Thai": "สคริปต์", + "Turkish": "Scrypt", + "Vietnamese": "Scrypt", + "Arabic": "خوارزمية التعدين Scrypt", + "Traditional Chinese": "Scrypt", + "Dutch": "scrypt", + "Greek": "Συνάρτηση παραγωγής κλειδιού", + "Hindi": "Scrypt", + "Hungarian": "Scrypt", + "Japanese": "Scrypt", + "Polish": "Scrypt", + "Ukrainian": "Scrypt" + }, + "definition": "An alternative proof-of-work (PoW) algorithm to SHA-256, used in Bitcoin mining. Scrypt mining relies more heavily on memory than on pure CPU power, aiming to reduce the advantage that ASICs. Scrypt" + }, + "Secret Recovery Phrase": { + "term": "Secret Recovery Phrase", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Secret Recovery Phrase", + "Simplified Chinese": "私钥助记词", + "French": "Phrase secrète de récupération", + "German": "Geheime Wiederherstellungsphrase", + "Indonesian": "Frasa Pemulihan Rahasia", + "Italian": "Frase di recupero segreta", + "Korean": "비밀복구구문", + "Persian": "عبارت بازیابی محرمانه", + "Brazilian Portuguese": "Frase secreta de recuperação", + "Russian": "Секретная фраза для восстановления", + "Spanish": "frase secreta de recuperación", + "Filipino (Tagalog)": "Lihim na Parirala sa Pagbawi", + "Thai": "วลีกู้คืนรหัส", + "Turkish": "Gizli Kurtarma İfadesi", + "Vietnamese": "Cụm từ khôi phục bí mật", + "Arabic": "عبارة الاسترداد السرية", + "Traditional Chinese": "助記詞", + "Dutch": "geheime herstelzin", + "Greek": "Μυστική φράση ανάκτησης", + "Hindi": "सीक्रेट रिकवरी फ्रेज़", + "Hungarian": "titkos helyreállítási kifejezés", + "Japanese": "秘密のリカバリーフレーズ", + "Polish": "Fraza odzyskiwania", + "Ukrainian": "Секретна фраза відновлення" + }, + "definition": "The seed phrase, mnemonic, or Secret Recovery Phrase is a crucial part of public blockchain technology, originally created for Bitcoin, and goes by many names. However, they all refer to a set of ordered words which correspond to determined values. These values never change, and therefore the same string of words in the same order will always produce the same number–this is the underlying functionality that allows seed phrases to back up wallets. This is also where the name ‘hierarchical deterministic wallets’ comes from, as all the accounts in a given wallet are deterministically created from the seed phrase, and they are hierarchically controlled by it. A Secret Recovery Phrase is exactly what it sounds like: something that is secret, and should be known only to the owner of the account. If the seed phrase is given to someone else, that person has complete control over the account; they can drain it of tokens and funds, execute transactions with it, etc. What is a ‘Secret Recovery Phrase’ and how to keep your crypto wallet secure" + }, + "Security Token": { + "term": "Security Token", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Security Token", + "Simplified Chinese": "证券型代币", + "French": "Jeton de sécurité", + "German": "Security Token", + "Indonesian": "Token Keamanan", + "Italian": "Security Token", + "Korean": "보안 토큰", + "Persian": "توکن اوراق بهادار", + "Brazilian Portuguese": "Token de segurança", + "Russian": "Токен безопасности", + "Spanish": "token de seguridad", + "Filipino (Tagalog)": "Token ng Seguridad", + "Thai": "โทเค็นหลักทรัพย์", + "Turkish": "Menkul Kıymet Tokeni", + "Vietnamese": "Token chứng khoán", + "Arabic": "توكِنّ ورقة مالية", + "Traditional Chinese": "證券型代幣", + "Dutch": "beveiligingstoken", + "Greek": "Διακριτικό ασφαλείας", + "Hindi": "Security Token", + "Hungarian": "biztonsági zseton", + "Japanese": "セキュリティトークン", + "Polish": "Token zabezpieczający", + "Ukrainian": "Токен безпеки" + }, + "definition": "A security token is essentially a digital form of traditional securities. There are three primary types of traditional securities: equities, debt and a hybrid of debt and equity. Examples of securities include stocks, bonds, ETFs, options and futures. Hypothetically, any of these things can be tokenized to become a security token. It is possible that in the near future, security tokens could serve as a very viable alternative and competitor to stocks and other traditional securities. Security Token" + }, + "Security Token Offering (STO)": { + "term": "Security Token Offering (STO)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Security Token Offering (STO)", + "Simplified Chinese": "证券型代币发行(STO)", + "French": "Offre de jetons de sécurité (STO)", + "German": "Security-Token-Offering (STO)", + "Indonesian": "Penawaran Token Keamanan (STO)", + "Italian": "Security Token Offering (STO)", + "Korean": "증권형 토큰 공개(STO)", + "Persian": "عرضه توکن اوراق بهادار (STO)", + "Brazilian Portuguese": "Oferta de token de segurança (STO)", + "Russian": "Предложение токенов безопасности (STO)", + "Spanish": "oferta de tokens de seguridad (STO)", + "Filipino (Tagalog)": "Security Token Offering (STO)", + "Thai": "การเสนอขายโทเค็นหลักทรัพย์ (STO)", + "Turkish": "Menkul Kıymet Token Arzı (STO)", + "Vietnamese": "Cung cấp mã thông báo bảo mật (STO)", + "Arabic": "عرض توكِنّ الورقة المالية (STO)", + "Traditional Chinese": "證券型代幣發行", + "Dutch": "STO (security token offering)", + "Greek": "Προσφορά διακριτικών ασφαλείας (STO)", + "Hindi": "सिक्यूरिटी टोकन ऑफरिंग (STO)", + "Hungarian": "biztonsági zseton ajánlat (BZA)", + "Japanese": "セキュリティトークンオファリング (STO)", + "Polish": "STO (Security Token Offering)", + "Ukrainian": "Пропозиція токенів безпеки (STO)" + }, + "definition": "A security token offering (STO) is a form of initial coin offering (ICO) where a company or organization issues a security token that is backed by a tangible asset, such as real estate, technology or other assets. The security token represents the right to ownership of the underlying asset, with the tokens being tradeable on a compliant digital asset exchange. Security Token Offering" + }, + "seed phrase": { + "term": "seed phrase", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "seed phrase", + "Simplified Chinese": "助记词", + "French": "phrase secrète", + "German": "Seed-Phrase", + "Indonesian": "seed phrase", + "Italian": "frase di ripristino", + "Korean": "시드구문", + "Persian": "عبارت بازیابی", + "Brazilian Portuguese": "frase-semente", + "Russian": "сид-фраза", + "Spanish": "frase semilla", + "Filipino (Tagalog)": "pariralang binhi", + "Thai": "ซีดเฟส", + "Turkish": "anahtar cümle", + "Vietnamese": "cụm từ khôi phục", + "Arabic": "العبارة الأولية", + "Traditional Chinese": "助記詞", + "Dutch": "seed phrase", + "Greek": "seed phrase", + "Hindi": "सीड फ्रेज़", + "Hungarian": "magkifejezés", + "Japanese": "シードフレーズ", + "Polish": "Fraza seed", + "Ukrainian": "сід-фраза" + }, + "definition": "Another term for Secret Recovery Phrase" + }, + "self-custody (noun)": { + "term": "self-custody (noun)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "self-custody (noun)", + "Simplified Chinese": "自主托管", + "French": "Détention en propre", + "German": "Selbstverwahrung", + "Indonesian": "penyimpanan mandiri (noun)", + "Italian": "self-custody (noun)", + "Korean": "자기 양육권 (명사)", + "Persian": "خود حضانتی", + "Brazilian Portuguese": "autocustódia", + "Russian": "самодепозитарий", + "Spanish": "autocustodia", + "Filipino (Tagalog)": "sariling kustodiya (pangngalan)", + "Thai": "การเก็บรักษาเอง", + "Turkish": "self-custody (emanet edilmeyen)", + "Vietnamese": "tự quản (danh từ)", + "Arabic": "الحفظ الذاتي", + "Traditional Chinese": "用者自理", + "Dutch": "self-custody/zelfbewaring/eigen beheer", + "Greek": "αυτοεπιμέλεια", + "Hindi": "सेल्फ-कस्टडी (नाउन)", + "Hungarian": "öngondnokság", + "Japanese": "セルフカストディ", + "Polish": "Samodzielne zarządzanie", + "Ukrainian": "самостійне зберігання" + }, + "definition": "Self-custodial' refers to the fact that it's you ('self') who holds your wallet's private key(s). A self-custodial wallet eliminates the third party between you and your crypto-assets, which is more suitable for some people." + }, + "self-executing": { + "term": "self-executing", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "self-executing", + "Simplified Chinese": "自动执行", + "French": "Auto-exécution", + "German": "selbstausführend", + "Indonesian": "eksekusi mandiri", + "Italian": "auto-esecuzione", + "Korean": "셀프 커스터디", + "Persian": "خود اجراشونده", + "Brazilian Portuguese": "autoexecutável", + "Russian": "самоисполняющийся", + "Spanish": "autoejecutable", + "Filipino (Tagalog)": "sariling pagpapatupad", + "Thai": "ดำเนินการเอง", + "Turkish": "kendiliğinden uygulanan", + "Vietnamese": "tự thực hiện", + "Arabic": "ذاتي التنفيذ", + "Traditional Chinese": "自動執行", + "Dutch": "zelfuitvoerend", + "Greek": "αυτοδικαίως εκτελεστή", + "Hindi": "सेल्फ-एक्सीक्यूटिंग", + "Hungarian": "önvégrehajtó", + "Japanese": "自動実行型", + "Polish": "Samowykonalność", + "Ukrainian": "самовиконуваний" + }, + "definition": "A smart contract is a self-executing contract: a computer program that automatically executes the terms of a contract when certain conditions are met." + }, + "Sepolia": { + "term": "Sepolia", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Sepolia", + "Simplified Chinese": "Sepolia", + "French": "Sepolia", + "German": "Sepolia", + "Indonesian": "Sepolia", + "Italian": "Sepolia", + "Korean": "Sepolia", + "Persian": "سپولیا", + "Brazilian Portuguese": "Sepolia", + "Russian": "Sepolia", + "Spanish": "Sepolia", + "Filipino (Tagalog)": "Sepolia", + "Thai": "Sepolia", + "Turkish": "Sepolia", + "Vietnamese": "Sepolia", + "Arabic": "Sepolia", + "Traditional Chinese": "Sepolia", + "Dutch": "Sepolia", + "Greek": "Sepolia", + "Hindi": "Sepolia", + "Hungarian": "Sepolia", + "Japanese": "Sepolia", + "Polish": "Sepolia", + "Ukrainian": "Sepolia" + }, + "definition": "Sepolia is a test networks. It is primarily used for development on the blockchain (testing out applications and smart contracts, etc). ETH on these testnets is a dummy balance and cannot be withdrawn or sent to mainnet" + }, + "Serenity": { + "term": "Serenity", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Serenity", + "Simplified Chinese": "Serenity", + "French": "Serenity", + "German": "Serenity", + "Indonesian": "Serenity", + "Italian": "Serenity", + "Korean": "세레니티", + "Persian": "سرنیتی", + "Brazilian Portuguese": "Serenity", + "Russian": "Serenity", + "Spanish": "Serenity", + "Filipino (Tagalog)": "Serenity", + "Thai": "Serenity", + "Turkish": "Serenity", + "Vietnamese": "Serenity", + "Arabic": "ترقية Serenity", + "Traditional Chinese": "Serenity", + "Dutch": "Serenity", + "Greek": "Serenity", + "Hindi": "Serenity", + "Hungarian": "Serenity", + "Japanese": "セレニティ", + "Polish": "Serenity", + "Ukrainian": "Serenity" + }, + "definition": "The Ethereum network is working on a series of technical upgrades that will allow massive increases in transaction throughput, amongst other things. The plan that outlined these changes was originally referred to as 'Serenity', although that name has become less popular, in favor of specific definitions of the upgrades themselves." + }, + "serialization": { + "term": "serialization", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "serialization", + "Simplified Chinese": "序列化", + "French": "sérialisation", + "German": "Serialisierung", + "Indonesian": "serialisasi", + "Italian": "serializzazione", + "Korean": "직렬화", + "Persian": "دنباله‌سازی", + "Brazilian Portuguese": "serialização", + "Russian": "сериализация", + "Spanish": "serialización", + "Filipino (Tagalog)": "pagse-serye", + "Thai": "การเรียงลำดับอนุกรม", + "Turkish": "serileştirme", + "Vietnamese": "tuần tự hóa", + "Arabic": "عملية التسلسل", + "Traditional Chinese": "序列化", + "Dutch": "serialisatie", + "Greek": "σειριοποίηση", + "Hindi": "सीरियलाइज़ेशन", + "Hungarian": "sorozatosítás", + "Japanese": "シリアル化", + "Polish": "Serializacja", + "Ukrainian": "серіалізація" + }, + "definition": "The process of converting a data structure into a sequence of bytes. Ethereum internally uses an encoding format called recursive-length prefix encoding (RLP)." + }, + "Shard chain": { + "term": "Shard chain", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Shard chain", + "Simplified Chinese": "分片区块链", + "French": "chaîne de fragment", + "German": "Shard Chain", + "Indonesian": "Chain pecahan", + "Italian": "Shard chain", + "Korean": "샤드체인", + "Persian": "زنجیره شارد", + "Brazilian Portuguese": "Cadeia de fragmentos", + "Russian": "Шардчейн", + "Spanish": "cadena de fragmentos", + "Filipino (Tagalog)": "Chain ng pagpipira-piraso", + "Thai": "ชาร์ดเชน", + "Turkish": "Parça zincir", + "Vietnamese": "Chuỗi phân đoạn", + "Arabic": "سلسلة مجزأة", + "Traditional Chinese": "分片鏈", + "Dutch": "shard chain", + "Greek": "Αλυσίδα Θραυσμάτων", + "Hindi": "शार्ड (Shard) चेन", + "Hungarian": "szilánk lánc", + "Japanese": "シャードチェーン", + "Polish": "Łańcuch odłamkowy (shard chain)", + "Ukrainian": "Ланцюжок сегментів" + }, + "definition": "A proof-of-stake chain that is coordinated by the Beacon Chain and secured by validators. There will be 64 added to the network as part of the shard chain upgrade. Shard chains will offer increased transaction throughput for Ethereum by providing additional data to layer 2 solutions like optimistic rollups and ZK-rollups." + }, + "sharding (noun)": { + "term": "sharding (noun)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "sharding (noun)", + "Simplified Chinese": "分片", + "French": "fragmentation (nom)", + "German": "Sharding", + "Indonesian": "pemecahan (noun)", + "Italian": "sharding (noun)", + "Korean": "샤딩(명사)", + "Persian": "شاردینگ", + "Brazilian Portuguese": "fragmentação", + "Russian": "шардинг", + "Spanish": "fragmentación", + "Filipino (Tagalog)": "pagpipira-piraso (pangngalan)", + "Thai": "การแบ่งชาร์ด", + "Turkish": "sharding (bölme)", + "Vietnamese": "phân đoạn (danh từ)", + "Arabic": "تجزئة الشبكة", + "Traditional Chinese": "分片", + "Dutch": "sharding", + "Greek": "Θραύσμα", + "Hindi": "शार्डिंग (sharding) (नाउन)", + "Hungarian": "szilánkosítás (sharding)", + "Japanese": "シャーディング", + "Polish": "Sharding", + "Ukrainian": "шардування" + }, + "definition": "Sharding, in public blockchains, refers to splitting an entire network into multiple portions, called “shards.” Each shard would contain its own independent state, meaning a unique set of account balances and smart contracts. Sharding is currently being investigated and developed as one of the set of tools and solutions for scaling Ethereum." + }, + "Shielded Transaction": { + "term": "Shielded Transaction", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Shielded Transaction", + "Simplified Chinese": "隐私交易", + "French": "Transaction protégée", + "German": "Abgeschirmte Transaktion", + "Indonesian": "Translaksi Terlindung", + "Italian": "Transazione protetta", + "Korean": "차폐 트랜잭션", + "Persian": "تراکنش محافظت‌شده", + "Brazilian Portuguese": "Transação blindada", + "Russian": "Защищенная транзакция", + "Spanish": "transacción blindada", + "Filipino (Tagalog)": "Shielded na Transaksyon", + "Thai": "ธุรกรรมที่มีการป้องกัน", + "Turkish": "Korumalı İşlem", + "Vietnamese": "Giao dịch được bảo vệ", + "Arabic": "معاملة مُحصنة", + "Traditional Chinese": "匿名交易", + "Dutch": "afgeschermde transactie", + "Greek": "Προστατευμένη συναλλαγή", + "Hindi": "Shielded Transaction", + "Hungarian": "védett tranzakció", + "Japanese": "秘匿化済みトランザクション", + "Polish": "Ukryta transakcja", + "Ukrainian": "Захищена транзакція" + }, + "definition": "A shielded transaction is essentially a transaction that is between two shielded addresses. Shielded Transaction" + }, + "sidechain": { + "term": "sidechain", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "sidechain", + "Simplified Chinese": "侧链", + "French": "chaîne latérale/blockchain secondaire", + "German": "Sidechain", + "Indonesian": "sidechain", + "Italian": "sidechain", + "Korean": "사이드체인", + "Persian": "زنجیره جانبی", + "Brazilian Portuguese": "sidechain", + "Russian": "сайдчейн", + "Spanish": "cadena lateral", + "Filipino (Tagalog)": "sidechain", + "Thai": "เชนข้างเคียง", + "Turkish": "yan zincir", + "Vietnamese": "chuỗi phụ", + "Arabic": "سلسلة جانبية", + "Traditional Chinese": "側鏈", + "Dutch": "sidechain", + "Greek": "πλευρική αλυσίδα", + "Hindi": "साइडचेन", + "Hungarian": "oldallánc", + "Japanese": "サイドチェーン", + "Polish": "Łańcuch boczny", + "Ukrainian": "сайдчейн" + }, + "definition": "A ‘sidechain’ refers to a chain that is connected to another (most often, to Ethereum) through a bridge, allowing assets to be transferred between them. In contrast to a Layer 2 network or a rollup, a sidechain is a full blockchain network in and of itself, and does not rely on Ethereum for consensus. It therefore must be evaluated independently in terms of its security, stability, and other features. See also “blockchain trilemma”, “modular blockchain”. Note: Bridges exist for good reason; sending tokens from a sidechain to Ethereum mainnet or vice versa would result in token loss." + }, + "Signature (Cryptographic)": { + "term": "Signature (Cryptographic)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Signature (Cryptographic)", + "Simplified Chinese": "签名(加密)", + "French": "Signature numérique (cryptographie)", + "German": "Signatur (kryptografisch)", + "Indonesian": "Tanda Tangan (Kriptografik)", + "Italian": "Firma (crittata)", + "Korean": "서명(암호화)", + "Persian": "امضا (رمزنگاری)", + "Brazilian Portuguese": "Assinatura (criptográfica)", + "Russian": "Подпись (Криптографическая)", + "Spanish": "firma (criptográfica)", + "Filipino (Tagalog)": "Lagda (Kriptograpiya)", + "Thai": "ลายเซ็น (วิทยาการรหัสลับ)", + "Turkish": "İmza (Kriptografik)", + "Vietnamese": "Chữ ký (Mật mã hoá)", + "Arabic": "التوقيع (تشفير)", + "Traditional Chinese": "簽章", + "Dutch": "handtekening", + "Greek": "Υπογραφή (Κρυπτογραφική)", + "Hindi": "सिग्नेचर (क्रिप्टोग्राफ़िक)", + "Hungarian": "aláírás (kriptográfiai)", + "Japanese": "署名", + "Polish": "Podpis (kryptograficzny)", + "Ukrainian": "Підпис (криптографічний)" + }, + "definition": "See 'Digital signature'" + }, + "slashing condition": { + "term": "slashing condition", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "slashing condition", + "Simplified Chinese": "削减条件", + "French": "condition de hachage", + "German": "Slashing-Bedingung", + "Indonesian": "kondisi slashing", + "Italian": "condizione di slash", + "Korean": "슬래싱 조건", + "Persian": "شرط کاهنده", + "Brazilian Portuguese": "condição de corte", + "Russian": "условие слэшинга", + "Spanish": "condición de corte", + "Filipino (Tagalog)": "kondisyon ng paglaslas", + "Thai": "เงื่อนไขลงโทษ", + "Turkish": "slashing ceza durumu", + "Vietnamese": "điều kiện phạt", + "Arabic": "شرط الشطب", + "Traditional Chinese": "刪砍條件", + "Dutch": "slashing condition", + "Greek": "συνθήκη slashing", + "Hindi": "स्लैशिंग (slashing) कंडीशन", + "Hungarian": "fenyegető állapot", + "Japanese": "スラッシュ条件", + "Polish": "Slashing", + "Ukrainian": "умова скорочення" + }, + "definition": "Under a Proof of Stake (PoS) consensus mechanism, a slashing condition is one that causes the validator's deposit to be destroyed when they trigger it. See also 'Proof of Stake'." + }, + "slippage": { + "term": "slippage", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "slippage", + "Simplified Chinese": "滑移", + "French": "slippage / effet de glissement", + "German": "Slippage", + "Indonesian": "slippage", + "Italian": "slippage", + "Korean": "슬리피지", + "Persian": "لغزش قیمت", + "Brazilian Portuguese": "slippage", + "Russian": "проскальзывание", + "Spanish": "deslizamiento", + "Filipino (Tagalog)": "slippage", + "Thai": "ค่าความคลาดเคลื่อน", + "Turkish": "kayma", + "Vietnamese": "trượt giá", + "Arabic": "الانزلاق السعري", + "Traditional Chinese": "滑點", + "Dutch": "slippage", + "Greek": "απόκλιση", + "Hindi": "स्लिपेज (slippage)", + "Hungarian": "csúszás", + "Japanese": "スリッページ", + "Polish": "Poślizg cenowy", + "Ukrainian": "прослизання" + }, + "definition": "Slippage is the expected percentage difference between a quoted and an executed price." + }, + "slot": { + "term": "slot", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "slot", + "Simplified Chinese": "时间间隔(Slot)", + "French": "slot", + "German": "Slot", + "Indonesian": "slot", + "Italian": "slot", + "Korean": "슬롯", + "Persian": "اسلات", + "Brazilian Portuguese": "espaço", + "Russian": "слот", + "Spanish": "ranura", + "Filipino (Tagalog)": "puwang", + "Thai": "สล็อต", + "Turkish": "slot", + "Vietnamese": "khe thời gian", + "Arabic": "فاصل زمني", + "Traditional Chinese": "時隙", + "Dutch": "slot", + "Greek": "χρονικό διάστημα", + "Hindi": "स्लॉट", + "Hungarian": "rés", + "Japanese": "スロット", + "Polish": "Slot", + "Ukrainian": "слот" + }, + "definition": "In Proof of Stake consensus in Ethereum, a 'slot' is a period of time equivalent to 12 seconds; 32 slots make up an 'epoch'. Slots are significant in that for each slot, a different validator node is randomly chosen to propose blocks to the network, and a different committee of validators are chosen to vote on whether each block is valid" + }, + "smart contract": { + "term": "smart contract", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "smart contract", + "Simplified Chinese": "智能合约", + "French": "contrat intelligent", + "German": "Smart Contract", + "Indonesian": "kontrak cerdas", + "Italian": "smart contract", + "Korean": "스마트 계약", + "Persian": "قرارداد هوشمند", + "Brazilian Portuguese": "contrato inteligente", + "Russian": "смарт-контракт", + "Spanish": "contrato inteligente", + "Filipino (Tagalog)": "smart na kontrata", + "Thai": "สมาร์ตคอนแทรกต์", + "Turkish": "akıllı sözleşme", + "Vietnamese": "hợp đồng thông minh", + "Arabic": "عقد ذكي", + "Traditional Chinese": "智能合約", + "Dutch": "slim contract", + "Greek": "έξυπνη σύμβαση", + "Hindi": "स्मार्ट कॉन्ट्रैक्ट", + "Hungarian": "Smart Contract", + "Japanese": "スマートコントラクト", + "Polish": "Smart kontrakt (kontrakt inteligentny)", + "Ukrainian": "смарт-контракт" + }, + "definition": "Smart contracts are programs that have been published on a public blockchain, and can be used by anyone. While they often contain agreements or sets of actions between parties that emulate a traditional legal contract, they are not, in and of themselves, legal documents. Smart contracts are automated actions that can be coded and executed once a set of conditions is met, and are the dominant form of programming on the Ethereum Virtual Machine." + }, + "snap": { + "term": "snap", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "MetaMask term", + "i18n": { + "Term": "snap", + "Simplified Chinese": "Snap", + "French": "Snap", + "German": "Snap", + "Indonesian": "Snap", + "Italian": "Snap", + "Korean": "Snap", + "Persian": "Snap", + "Brazilian Portuguese": "Snap", + "Russian": "Snap", + "Spanish": "Snap", + "Filipino (Tagalog)": "Snap", + "Thai": "Snap", + "Turkish": "Snap", + "Vietnamese": "Snap", + "Arabic": "Snap", + "Traditional Chinese": "Snap", + "Dutch": "Snap", + "Greek": "Snap", + "Hindi": "Snap", + "Hungarian": "Snap", + "Japanese": "Snap", + "Polish": "Snap", + "Ukrainian": "Snap" + }, + "definition": "A program or piece of code that extends the functionality of MetaMask by using the MetaMask Snaps framework." + }, + "soft fork": { + "term": "soft fork", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "soft fork", + "Simplified Chinese": "软分叉", + "French": "fork doux", + "German": "Soft Fork", + "Indonesian": "soft fork", + "Italian": "soft fork", + "Korean": "소프트 포크", + "Persian": "انشعاب نرم", + "Brazilian Portuguese": "soft fork", + "Russian": "софтфорк", + "Spanish": "bifurcación suave", + "Filipino (Tagalog)": "soft fork", + "Thai": "การแยกอสมบูรณ์", + "Turkish": "yumuşak çatal", + "Vietnamese": "phân nhánh mềm", + "Arabic": "انقسام بسيط (هارد فورك)", + "Traditional Chinese": "軟分叉", + "Dutch": "soft fork", + "Greek": "soft fork", + "Hindi": "सॉफ्ट फोर्क", + "Hungarian": "puha villa", + "Japanese": "ソフトフォーク", + "Polish": "Soft fork", + "Ukrainian": "софт-форк" + }, + "definition": "A change to the blockchain protocol resulting in only previously valid blocks and transactions being made invalid. Since old nodes will recognize the new blocks as valid, a soft fork is backward-compatible. However, this can result in a potential divide in the blockchain, as the old software generates blocks that read as invalid according to the new rules. Contrast with 'hard fork'; for more basic information regarding forks, see 'fork'." + }, + "Software Development Kit (SDK)": { + "term": "Software Development Kit (SDK)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "MetaMask term", + "i18n": { + "Term": "Software Development Kit (SDK)", + "Simplified Chinese": "软件开发工具包(SDK)", + "French": "Kit de développement logiciel (SDK)", + "German": "Software Development Kit (SDK)", + "Indonesian": "Kit Pengembangan Perangkat Lunak (SDK)", + "Italian": "Software Development Kit (SDK)", + "Korean": "소프트웨어 개발 키트(SDK)", + "Persian": "کیت توسعه نرم‌افزار (SDK)", + "Brazilian Portuguese": "Kit de desenvolvimento de software (SDK)", + "Russian": "Комплект для разработки программного обеспечения (SDK)", + "Spanish": "kit de desarrollo de software (SDK)", + "Filipino (Tagalog)": "Software Development Kit (SDK)", + "Thai": "ชุดพัฒนาซอฟต์แวร์ (SDK)", + "Turkish": "Yazılım Geliştirme Kiti (SDK)", + "Vietnamese": "Bộ công cụ phát triển phần mềm (SDK)", + "Arabic": "مجموعة تطوير البرمجيات (SDK)", + "Traditional Chinese": "軟體開發套件", + "Dutch": "SDK (software development kit)", + "Greek": "Software Development Kit (SDK)", + "Hindi": "सॉफ्टवेयर डेवलपमेंट किट (SDK)", + "Hungarian": "szoftverfejlesztő készlet (SZK)", + "Japanese": "ソフトウェア開発キット (SDK)", + "Polish": "Software Development Kit (SDK)", + "Ukrainian": "Комплект для розробки програмного забезпечення (SDK)" + }, + "definition": "A software development kit is a collection of software development tools in one installable package. They facilitate the creation of applications by having a compiler, debugger and sometimes a software framework. See 'MetaMask SDK'" + }, + "Solidity": { + "term": "Solidity", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Solidity", + "Simplified Chinese": "Solidity", + "French": "Solidity", + "German": "Solidity", + "Indonesian": "Solidity", + "Italian": "Solidity", + "Korean": "솔리디티", + "Persian": "سالیدیتی", + "Brazilian Portuguese": "Solidity", + "Russian": "Solidity", + "Spanish": "Solidity", + "Filipino (Tagalog)": "Solidity", + "Thai": "Solidity", + "Turkish": "Solidity", + "Vietnamese": "Solidity", + "Arabic": "لغة البرمجة Solidity", + "Traditional Chinese": "Solidity", + "Dutch": "Solidity", + "Greek": "Solidity", + "Hindi": "Solidity", + "Hungarian": "Solidity", + "Japanese": "Solidity", + "Polish": "Solidity", + "Ukrainian": "Solidity" + }, + "definition": "The programming language developers use to write smart contracts on the Ethereum network. See also ‘smart contract’. Solidity" + }, + "stablecoin": { + "term": "stablecoin", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "stablecoin", + "Simplified Chinese": "稳定币", + "French": "Stablecoin (monnaie stable)", + "German": "Stablecoin", + "Indonesian": "stablecoin", + "Italian": "stablecoin", + "Korean": "스테이블코인", + "Persian": "استیبل کوین", + "Brazilian Portuguese": "stablecoin", + "Russian": "стейблкоин", + "Spanish": "moneda estable", + "Filipino (Tagalog)": "stablecoin", + "Thai": "สเตเบิลคอยน์", + "Turkish": "stabil kripto para", + "Vietnamese": "đồng ổn định", + "Arabic": "عملة مستقرة", + "Traditional Chinese": "穩定幣", + "Dutch": "stablecoin", + "Greek": "stablecoin", + "Hindi": "स्टेबलकॉइन", + "Hungarian": "stabil érme", + "Japanese": "ステーブルコイン", + "Polish": "Stablecoin", + "Ukrainian": "стейблкойн" + }, + "definition": "A cryptocurrency whose value has been ‘pegged’ to that of something considered a ‘stable’ asset, like fiat currency or gold. It theoretically remains stable in price, as it is measured against a known amount of an asset which should be less subject to fluctuation. Always spelled as one word. User Guide: Tokens" + }, + "staking (noun)": { + "term": "staking (noun)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "staking (noun)", + "Simplified Chinese": "质押", + "French": "staking (nom)", + "German": "Staking", + "Indonesian": "staking (noun)", + "Italian": "staking (noun)", + "Korean": "스테이킹(명사)", + "Persian": "سپرده‌گذاری", + "Brazilian Portuguese": "staking", + "Russian": "стейкинг", + "Spanish": "staking", + "Filipino (Tagalog)": "pagtataya (pangngalan)", + "Thai": "การฝาก", + "Turkish": "stake etme", + "Vietnamese": "ký gửi (danh từ)", + "Arabic": "الربط", + "Traditional Chinese": "幣安質押", + "Dutch": "staking", + "Greek": "συμμετοχή", + "Hindi": "स्टेकिंग (नाउन)", + "Hungarian": "tét", + "Japanese": "ステーキング", + "Polish": "Staking", + "Ukrainian": "стейкинг" + }, + "definition": "On the Ethereum Proof of Stake network, those wishing to participate in consensus must first lock up, or ‘stake’, 32 ETH into a smart contract; this ETH may be ‘slashed’ (taken from them and ‘burned’, put out of circulation) in the event that their validator behaves maliciously or does not meet performance requirements. Similar Proof of Stake mechanisms are in operation on other networks, as well. Although this is the canonical meaning of the word, similar actions taken at the level of a decentralized exchange (DEX) or another dapp are often called ‘staking’, though it would probably be more accurate and descriptive to just call this ‘locking up tokens’." + }, + "state": { + "term": "state", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "state", + "Simplified Chinese": "状态", + "French": "état", + "German": "Status", + "Indonesian": "state", + "Italian": "stato", + "Korean": "상태", + "Persian": "وضعیت", + "Brazilian Portuguese": "estado", + "Russian": "стейт", + "Spanish": "estado", + "Filipino (Tagalog)": "estado", + "Thai": "สถานะ", + "Turkish": "durum", + "Vietnamese": "trạng thái", + "Arabic": "حالة", + "Traditional Chinese": "state", + "Dutch": "status", + "Greek": "state", + "Hindi": "स्टेट", + "Hungarian": "állapot", + "Japanese": "ステート", + "Polish": "Stan", + "Ukrainian": "стан" + }, + "definition": "The set of data that a blockchain network strictly needs to keep track of, and that represents data currently relevant to applications on the chain." + }, + "state channels": { + "term": "state channels", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "state channels", + "Simplified Chinese": "状态通道", + "French": "canaux d’état", + "German": "Statuskanäle", + "Indonesian": "saluran state", + "Italian": "canali di stato", + "Korean": "상태 채널", + "Persian": "کانال‌های وضعیت", + "Brazilian Portuguese": "canais de estado", + "Russian": "Каналы состояния", + "Spanish": "canales de estado", + "Filipino (Tagalog)": "mga channel ng estado", + "Thai": "แชนแนลสถานะ", + "Turkish": "durum kanalları", + "Vietnamese": "kênh trạng thái", + "Arabic": "قنوات الحالة", + "Traditional Chinese": "狀態通道", + "Dutch": "statuskanalen", + "Greek": "state channels", + "Hindi": "स्टेट चैनल्स", + "Hungarian": "állapoti csatornák", + "Japanese": "ステートチャネル", + "Polish": "Kanały stanu", + "Ukrainian": "канали стану" + }, + "definition": "State channels are part of the set of tools and platforms involved in scaling Ethereum. While a complex topic, state channels are essentially methods through which the current 'state' of the blockchain can be exported, and then based on that, any given number of transactions can take place off-chain, and then be moved back onto the main Ethereum chain." + }, + "Streaming": { + "term": "Streaming", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Streaming", + "Simplified Chinese": "资金流", + "French": "Continu", + "German": "Streaming", + "Indonesian": "Streaming", + "Italian": "Streaming", + "Korean": "스트리밍", + "Persian": "جریان پول", + "Brazilian Portuguese": "Fluxo", + "Russian": "Стриминг", + "Spanish": "flujo", + "Filipino (Tagalog)": "Streaming", + "Thai": "สตรีม", + "Turkish": "Streaming", + "Vietnamese": "Thanh toán liên tục", + "Arabic": "تدفق", + "Traditional Chinese": "金流", + "Dutch": "streaming", + "Greek": "Ροή", + "Hindi": "स्ट्रीमिंग", + "Hungarian": "streaming", + "Japanese": "ストリーミング", + "Polish": "Streaming", + "Ukrainian": "Потокова передача" + }, + "definition": "Money streaming represents the idea of continuous payments over time. Block numbers are used to measure time in the blockchain and continuously update the balances of the parties in the contract." + }, + "swap (noun)": { + "term": "swap (noun)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "swap (noun)", + "Simplified Chinese": "兑换", + "French": "swap (nom)", + "German": "Swap", + "Indonesian": "penukaran (noun)", + "Italian": "scambio (noun)", + "Korean": "스왑(명사)", + "Persian": "تغییر دادن", + "Brazilian Portuguese": "troca", + "Russian": "своп", + "Spanish": "intercambio", + "Filipino (Tagalog)": "palitan (pangngalan)", + "Thai": "การแลกเปลี่ยน", + "Turkish": "swap", + "Vietnamese": "hoán đổi (danh từ)", + "Arabic": "مبادلة", + "Traditional Chinese": "交換", + "Dutch": "swap", + "Greek": "εναλλαγή", + "Hindi": "स्वैप (नाउन)", + "Hungarian": "csere", + "Japanese": "スワップ", + "Polish": "Wymiana", + "Ukrainian": "своп" + }, + "definition": "As the number of different blockchain projects and tokens has proliferated, the system by which users exchange one token for another has come to be known as swapping, and the individual action, a swap. Within MetaMask, users have access to a powerful aggregator showing them information about swaps across the ecosystem, this is MetaMask Swaps: User Guide Swaps" + }, + "Swap /MetaSwap": { + "term": "Swap /MetaSwap", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Swap /MetaSwap", + "Simplified Chinese": "Swap /MetaSwap", + "French": "Swap/Metswap", + "German": "Swap/MetaSwap", + "Indonesian": "Swap /MetaSwap", + "Italian": "Swap /MetaSwap", + "Korean": "스왑/메타스왑", + "Persian": "مبادله/MetaSwap", + "Brazilian Portuguese": "Troca /MetaSwap", + "Russian": "Своп /MetaSwap", + "Spanish": "intercambio/metaintercambio", + "Filipino (Tagalog)": "Swap /MetaSwap", + "Thai": "Swap /MetaSwap", + "Turkish": "Swap /MetaSwap", + "Vietnamese": "Hoán đổi/MetaSwap", + "Arabic": "المبادلة / MetaSwap", + "Traditional Chinese": "交換", + "Dutch": "swap/MetaSwap", + "Greek": "Εναλλαγή/MetaSwap", + "Hindi": "स्वैप/मेटास्वैप", + "Hungarian": "Swap/MetaSwap", + "Japanese": "Swap /MetaSwap", + "Polish": "Swap / MetaSwap", + "Ukrainian": "Swap /MetaSwap" + }, + "definition": "As the number of different blockchain projects and tokens has proliferated, the system by which users exchange one token for another has come to be known as swapping, and the individual action, a swap." + }, + "szabo": { + "term": "szabo", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "szabo", + "Simplified Chinese": "szabo", + "French": "szabo", + "German": "Szabo", + "Indonesian": "szabo", + "Italian": "szabo", + "Korean": "재보", + "Persian": "سابو", + "Brazilian Portuguese": "szabo", + "Russian": "сабо", + "Spanish": "szabo", + "Filipino (Tagalog)": "szabo", + "Thai": "ซาโบ", + "Turkish": "szabo", + "Vietnamese": "szabo", + "Arabic": "سزابو (szabo)", + "Traditional Chinese": "szabo", + "Dutch": "szabo", + "Greek": "szabo", + "Hindi": "szabo", + "Hungarian": "szabo", + "Japanese": "szabo", + "Polish": "Szabo", + "Ukrainian": "сабо" + }, + "definition": "A denomination of ETH. See also 'ether (denominations)'." + }, + "testnet (test network)": { + "term": "testnet (test network)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "testnet (test network)", + "Simplified Chinese": "测试网", + "French": "testnet (réseau de test)", + "German": "Testnet (Testnetzwerk)", + "Indonesian": "testnet (jaringan tes)", + "Italian": "testnet (test network)", + "Korean": "테스트넷(테스트 네트워크)", + "Persian": "شبکه آزمایشی", + "Brazilian Portuguese": "testnet (rede de teste)", + "Russian": "тестнет (тестовая сеть)", + "Spanish": "testnet (red de prueba)", + "Filipino (Tagalog)": "testnet (test network)", + "Thai": "เครือข่ายทดสอบ", + "Turkish": "test ağı", + "Vietnamese": "testnet (mạng thử nghiệm)", + "Arabic": "شبكة الاختبار (testnet)", + "Traditional Chinese": "測試網", + "Dutch": "testnet (testnetwerk)", + "Greek": "testnet (test network)", + "Hindi": "टैस्टनेट (टैस्ट नेटवर्क)", + "Hungarian": "teszthálózat (teszthálózat)", + "Japanese": "テストネット (テストネットワーク)", + "Polish": "Testnet (sieć testowa)", + "Ukrainian": "testnet (тестова мережа)" + }, + "definition": "A testnet is a blockchain network that mirrors, as closely as possible, the current conditions of a corresponding ‘main’ network. Testnets are used by developers to verify that their smart contracts and other functionality work as intended, before permanently recording their code to a live blockchain network (and often spending significant gas fees in the process!). Tokens minted on testnets are not transferrable for their equivalent value on mainnets." + }, + "Testnet Kovan": { + "term": "Testnet Kovan", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Testnet Kovan", + "Simplified Chinese": "Testnet Kovan", + "French": "Testnet Kovan", + "German": "Testnet Kovan", + "Indonesian": "Testnet Kovan", + "Italian": "Testnet Kovan", + "Korean": "테스트넷 코반", + "Persian": "شبکه آزمایش کوان", + "Brazilian Portuguese": "Testnet Kovan", + "Russian": "Тестнет Kovan", + "Spanish": "red de pruebas Kovan", + "Filipino (Tagalog)": "Testnet Kovan", + "Thai": "เครือข่ายทดสอบ Kovan", + "Turkish": "Testnet Kovan", + "Vietnamese": "Mạng thử nghiệm Kovan", + "Arabic": "شبكة اختبار Kovan", + "Traditional Chinese": "Testnet Kovan", + "Dutch": "testnet Kovan", + "Greek": "Testnet Kovan", + "Hindi": "टैस्टनेट Kovan", + "Hungarian": "Kovan Teszthálózat", + "Japanese": "テストネット Kovan", + "Polish": "Testnet Kovan", + "Ukrainian": "Kovan Testnet" + }, + "definition": "An Ethereum testnet that uses Proof of Authority consensus, available through MetaMask; website here." + }, + "Testnet Rinkeby": { + "term": "Testnet Rinkeby", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Testnet Rinkeby", + "Simplified Chinese": "Testnet Rinkeby", + "French": "Testnet Rinkeby", + "German": "Testnet Rinkeby", + "Indonesian": "Testnet Rinkeby", + "Italian": "Testnet Rinkeby", + "Korean": "테스트넷 린케비", + "Persian": "شبکه آزمایشی رینکبای", + "Brazilian Portuguese": "Testnet Rinkeby", + "Russian": "Тестнет Rinkeby", + "Spanish": "red de pruebas Rinkeby", + "Filipino (Tagalog)": "Testnet Rinkeby", + "Thai": "เครือข่ายทดสอบ Rinkeby", + "Turkish": "Testnet Rinkeby", + "Vietnamese": "Mạng thử nghiệm Rinkeby", + "Arabic": "شبكة اختبار Rinkeby", + "Traditional Chinese": "Testnet Rinkeby", + "Dutch": "testnet Rinkeby", + "Greek": "Testnet Rinkeby", + "Hindi": "टैस्टनेट Rinkeby", + "Hungarian": "Rinkeby teszthálózat", + "Japanese": "テストネット Rinkeby", + "Polish": "Testnet Rinkeby", + "Ukrainian": "Rinkeby Testnet" + }, + "definition": "An Ethereum testnet that uses Proof of Authority consensus, available through MetaMask; faucet here. Following the transition to Proof of Stake, Rinkeby scheduled its deprecation for the end of 2023." + }, + "Testnet Ropsten": { + "term": "Testnet Ropsten", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Testnet Ropsten", + "Simplified Chinese": "Testnet Ropsten", + "French": "Testnet Ropsten", + "German": "Testnet Ropsten", + "Indonesian": "Testnet Ropsten", + "Italian": "Testnet Ropsten", + "Korean": "테스트넷 롭스텐", + "Persian": "شبکه آزمایشی راپستن", + "Brazilian Portuguese": "Testnet Ropsten", + "Russian": "Тестнет Ropsten", + "Spanish": "red de pruebas Ropsten", + "Filipino (Tagalog)": "Testnet Ropsten", + "Thai": "เครือข่ายทดสอบ Ropsten", + "Turkish": "Testnet Ropsten", + "Vietnamese": "Mạng thử nghiệm Ropsten", + "Arabic": "شبكة اختبار Ropsten", + "Traditional Chinese": "Testnet Ropsten", + "Dutch": "testnet Ropsten", + "Greek": "Testnet Ropsten", + "Hindi": "टैस्टनेट Ropsten", + "Hungarian": "Ropsten teszthálózat", + "Japanese": "テストネット Ropsten", + "Polish": "Testnet Ropsten", + "Ukrainian": "Ropsten Testnet" + }, + "definition": "An Ethereum testnet that used Proof of Work, and, following the transition to Proof of Stake, was deprecated." + }, + "token": { + "term": "token", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "token", + "Simplified Chinese": "代币", + "French": "jeton", + "German": "Token", + "Indonesian": "token", + "Italian": "token", + "Korean": "토큰", + "Persian": "توکن", + "Brazilian Portuguese": "token", + "Russian": "токен", + "Spanish": "token", + "Filipino (Tagalog)": "token", + "Thai": "โทเค็น", + "Turkish": "token", + "Vietnamese": "token", + "Arabic": "توكِنّ", + "Traditional Chinese": "代幣", + "Dutch": "token", + "Greek": "συμβολικό νόμισμα", + "Hindi": "टोकन", + "Hungarian": "zseton", + "Japanese": "トークン", + "Polish": "Token", + "Ukrainian": "токен" + }, + "definition": "A token represents an asset issued on an existing blockchain; the transfer of tokens and the addresses that currently hold them are the subject of the network’s consensus activities. There are many types of tokens; see also ‘ERC-20’ and ‘ERC-721’ entries." + }, + "token lockup": { + "term": "token lockup", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "token lockup", + "Simplified Chinese": "代币锁定", + "French": "blocage de jetons", + "German": "Token-Lockup", + "Indonesian": "penguncian token", + "Italian": "lock-up del token", + "Korean": "토큰 락업", + "Persian": "قفل شدن توکن", + "Brazilian Portuguese": "bloqueio de token", + "Russian": "блокировка токена", + "Spanish": "bloqueo de tokens", + "Filipino (Tagalog)": "pag-lock ng token", + "Thai": "ล็อกโทเค็น", + "Turkish": "token kilitlenmesi", + "Vietnamese": "khoá token", + "Arabic": "احتجاز التوكِنّ", + "Traditional Chinese": "代幣鎖倉", + "Dutch": "token-lock-up", + "Greek": "κλείδωμα συμβολικών νομισμάτων", + "Hindi": "टोकन लॉकअप", + "Hungarian": "zseton zárolás", + "Japanese": "トークンロックアップ", + "Polish": "Lock-up tokena", + "Ukrainian": "блокування токенів" + }, + "definition": "A token lock-up refers to a mechanism where certain tokens or cryptocurrency holdings are locked up or frozen for a specified period of time to restrict their transfer or sale. This is often used in the context of initial coin offerings (ICOs), where token issuers may require investors to commit to holding onto their tokens for a certain period, typically to ensure that investors are committed to the project's long-term success. Token lock-up periods can vary in duration and can be predetermined or set according to certain conditions, such as reaching a certain milestone, liquidity event or network upgrade. During the lock-up period, the tokens cannot be transferred or sold, although in some cases, they may be staked or used to participate in certain network activities. Once the lock-up period is over, the tokens can be freely traded or sold." + }, + "Token standard": { + "term": "Token standard", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Token standard", + "Simplified Chinese": "代币标准", + "French": "Jeton standard", + "German": "Token-Standard", + "Indonesian": "Standar token", + "Italian": "Standard del Token", + "Korean": "토큰 표준", + "Persian": "استاندارد توکن", + "Brazilian Portuguese": "Padrão de token", + "Russian": "Стандарт токена", + "Spanish": "Estándar de tokenes", + "Filipino (Tagalog)": "Pamantayan ng token", + "Thai": "มาตรฐานโทเค็น", + "Turkish": "Token standardı", + "Vietnamese": "Tiêu chuẩn token", + "Arabic": "معيار التوكِنّ", + "Traditional Chinese": "代幣標準", + "Dutch": "tokenstandaard", + "Greek": "Τυπικό συμβολικό νόμισμα", + "Hindi": "टोकन स्टैंडर्ड", + "Hungarian": "zseton szabvány", + "Japanese": "トークン規格", + "Polish": "Standard tokena", + "Ukrainian": "Стандарт токенів" + }, + "definition": "See ERC-20, ERC-721, ERC-1155, etc." + }, + "Total Value Locked (TVL)": { + "term": "Total Value Locked (TVL)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Total Value Locked (TVL)", + "Simplified Chinese": "总锁仓价值(TVL)", + "French": "Valeur totale verrouillée (TVL)", + "German": "Total Value Locked (TVL)", + "Indonesian": "Total Nilai Dikunci (TVL)", + "Italian": "Valore totale bloccato (TVL)", + "Korean": "락업자산가치", + "Persian": "ارزش کل سرمایه قفل شده (TVL)", + "Brazilian Portuguese": "Valor total bloqueado (TVL)", + "Russian": "Общая заблокированная стоимость (TVL)", + "Spanish": "valor total bloqueado (TVL)", + "Filipino (Tagalog)": "Total Value Locked (TVL)", + "Thai": "มูลค่ารวมในระบบ (TVL)", + "Turkish": "Kilitli Toplam Değer (TVL)", + "Vietnamese": "Tổng giá trị đã khoá (TVL)", + "Arabic": "إجمالي القيمة المحتجزة (TVL)", + "Traditional Chinese": "總鎖倉價值", + "Dutch": "TVL (total value locked)", + "Greek": "Κλειδωμένη συνολική τιμή (TVL)", + "Hindi": "टोटल वैल्यू लॉक्ड (TVL)", + "Hungarian": "teljes zárolt érték (TVL)", + "Japanese": "預かり資産額 (TVL)", + "Polish": "TVL – Total Value Locked (całkowita zablokowana wartość)", + "Ukrainian": "Загальна заблокована вартість (TVL)" + }, + "definition": "Total Value Locked, or TVL, is a common expression used in many contexts across the crypto ecosystem, so it's important to pay attention to the specifics. In general, it refers to how much value, in tokens, has been deposited into something. Most often, it refers to a protocol, which is an application on the blockchain, or a set of protocols. For example, a decentralized token trading platform might have a series of liquidity pools, which are protocols enabling swaps between tokens, and the platform may quote the 'TVL' for all the pools combined. Alternatively, if a network uses proof of stake for their consensus mechanism, they may represent the TVL of all the tokens staked into that consensus protocol." + }, + "Transaction": { + "term": "Transaction", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Transaction", + "Simplified Chinese": "交易", + "French": "Transaction", + "German": "Transaktion", + "Indonesian": "transaksi", + "Italian": "Transazione", + "Korean": "트랜잭션", + "Persian": "تراکنش", + "Brazilian Portuguese": "Transação", + "Russian": "Транзакция", + "Spanish": "transacción", + "Filipino (Tagalog)": "Transaksyon", + "Thai": "ธุรกรรม", + "Turkish": "İşlem", + "Vietnamese": "Giao dịch", + "Arabic": "المعاملة", + "Traditional Chinese": "交易", + "Dutch": "transactie", + "Greek": "Συναλλαγή", + "Hindi": "ट्रांसेक्शन", + "Hungarian": "tranzakció", + "Japanese": "トランザクション", + "Polish": "Transakcja", + "Ukrainian": "Транзакція" + }, + "definition": "Data committed to the Ethereum Blockchain signed by an originating account, targeting a specific address. The transaction contains metadata such as the gas limit for that transaction." + }, + "transaction block": { + "term": "transaction block", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "transaction block", + "Simplified Chinese": "交易区块", + "French": "bloc de transactions", + "German": "Transaktionssperre", + "Indonesian": "block transaksi", + "Italian": "blocco transazione", + "Korean": "트랜잭션 블록", + "Persian": "بلاک تراکنش", + "Brazilian Portuguese": "bloco de transação", + "Russian": "блок транзакции", + "Spanish": "bloque de transacciones", + "Filipino (Tagalog)": "block ng transaksyon", + "Thai": "บล็อกธุรกรรม", + "Turkish": "işlem bloku", + "Vietnamese": "khối giao dịch", + "Arabic": "كتلة المعاملة", + "Traditional Chinese": "交易區塊", + "Dutch": "transactieblok", + "Greek": "block συναλλαγής", + "Hindi": "ट्रांसेक्शन ब्लॉक", + "Hungarian": "tranzakciós blokk", + "Japanese": "トランザクションブロック", + "Polish": "Block transakcji", + "Ukrainian": "блок транзакцій" + }, + "definition": "A collection of transactions on a blockchain network, gathered into a set or a block that can then be hashed and added to the blockchain. See 'hash'." + }, + "transaction fee": { + "term": "transaction fee", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "transaction fee", + "Simplified Chinese": "交易费用", + "French": "frais de transaction", + "German": "Transaktionsgebühr", + "Indonesian": "biaya transaksi", + "Italian": "commissione transazione", + "Korean": "트랜잭션 수수료", + "Persian": "کارمزد تراکنش", + "Brazilian Portuguese": "taxa de transação", + "Russian": "комиссия за транзакцию", + "Spanish": "tarifa de transacción", + "Filipino (Tagalog)": "bayad sa transaksyon", + "Thai": "ค่าธรรมเนียมธุรกรรม", + "Turkish": "işlem ücreti", + "Vietnamese": "phí giao dịch", + "Arabic": "رسوم المعاملة", + "Traditional Chinese": "交易手續費", + "Dutch": "transactiekosten", + "Greek": "χρεώση συναλλαγής", + "Hindi": "ट्रांसेक्शन फीस", + "Hungarian": "tranzakciós díj", + "Japanese": "トランザクション手数料", + "Polish": "Opłata za transakcje", + "Ukrainian": "комісія за транзакцію" + }, + "definition": "A small fee imposed on transactions sent across a blockchain network. These fees are used to pay network validators or miners for their participation in consensus, and thus ensure that a blockchain network is self-sustaining." + }, + "transaction ID": { + "term": "transaction ID", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "transaction ID", + "Simplified Chinese": "交易 ID", + "French": "ID de transaction", + "German": "Transaktions-ID", + "Indonesian": "ID transaksi", + "Italian": "ID transazione", + "Korean": "트랜잭션 ID", + "Persian": "شناسه تراکنش", + "Brazilian Portuguese": "ID da transação", + "Russian": "ID транзакции", + "Spanish": "ID de transacción", + "Filipino (Tagalog)": "ID ng transaksyon", + "Thai": "ID ธุรกรรม", + "Turkish": "işlem kimliği", + "Vietnamese": "ID giao dịch", + "Arabic": "مُعرفّ المعاملة", + "Traditional Chinese": "交易ID", + "Dutch": "transactie-ID", + "Greek": "Αναγνωριστικό συναλλαγής", + "Hindi": "Transaction ID", + "Hungarian": "tranzakció azonosító", + "Japanese": "トランザクション ID", + "Polish": "ID transakcji", + "Ukrainian": "ID транзакції" + }, + "definition": "A transaction hash/ID (often abbreviated as tx hash or txn hash) is a unique identifier, similar to a receipt, that serves as proof that a transaction was validated and added to the blockchain. In many cases, a transaction hash is needed in order to locate funds." + }, + "transaction pool": { + "term": "transaction pool", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "transaction pool", + "Simplified Chinese": "交易池", + "French": "pool de transactions", + "German": "Transaktionspool", + "Indonesian": "pool transaksi", + "Italian": "pool transazione", + "Korean": "트랜잭션 풀", + "Persian": "استخر تراکنش", + "Brazilian Portuguese": "pool de transações", + "Russian": "пул транзакций", + "Spanish": "grupo de transacciones", + "Filipino (Tagalog)": "pool ng transaksyon", + "Thai": "พูลธุรกรรม", + "Turkish": "işlem havuzu", + "Vietnamese": "bể nhớ giao dịch", + "Arabic": "تجمع المعاملات", + "Traditional Chinese": "交易池", + "Dutch": "transactiepool", + "Greek": "ομάδα συναλλαγών", + "Hindi": "transaction pool", + "Hungarian": "tranzakciós készlet", + "Japanese": "トランザクションプール", + "Polish": "pula transakcji", + "Ukrainian": "пул транзакцій" + }, + "definition": "When a user submits a transaction to the Ethereum network--or many other networks based on Ethereum--the transaction goes into what's know as a 'transaction pool', or 'txpool' for short. This is essentially a queue of transactions that are waiting to be added to a block and recorded to the blockchain. There are mechanisms that determine which transactions are 'picked up' and included in the next block, and there is currently a lot of research surrounding how this decision gets made (see 'MEV'). In Bitcoin, the transaction pool was referred to as the 'memory pool', or 'mempool', and often these terms are used interchangeably." + }, + "Transak": { + "term": "Transak", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Transak", + "Simplified Chinese": "Transak", + "French": "Transak", + "German": "Transak", + "Indonesian": "Transak", + "Italian": "Transak", + "Korean": "트랜삭", + "Persian": "Transak", + "Brazilian Portuguese": "Transak", + "Russian": "Transak", + "Spanish": "Transak", + "Filipino (Tagalog)": "Transak", + "Thai": "Transak", + "Turkish": "Transak", + "Vietnamese": "Transak", + "Arabic": "Transak", + "Traditional Chinese": "Transak", + "Dutch": "Transak", + "Greek": "Transak", + "Hindi": "Transak", + "Hungarian": "Transak", + "Japanese": "Transak", + "Polish": "Transak", + "Ukrainian": "Transak" + }, + "definition": "Transak is a developer integration toolkit to let users buy/sell crypto in any app, website or web plugin." + }, + "Trezor": { + "term": "Trezor", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Trezor", + "Simplified Chinese": "Trezor", + "French": "Trezor", + "German": "Trezor", + "Indonesian": "Trezor", + "Italian": "Trezor", + "Korean": "Trezor", + "Persian": "Trezor", + "Brazilian Portuguese": "Trezor", + "Russian": "Trezor", + "Spanish": "Trezor", + "Filipino (Tagalog)": "Trezor", + "Thai": "Trezor", + "Turkish": "Trezor", + "Vietnamese": "Trezor", + "Arabic": "محفظة Trezor", + "Traditional Chinese": "Trezor", + "Dutch": "Trezor", + "Greek": "Trezor", + "Hindi": "Trezor", + "Hungarian": "Trezor", + "Japanese": "Trezor", + "Polish": "Trezor", + "Ukrainian": "Trezor" + }, + "definition": "Hardware wallet." + }, + "Truffle": { + "term": "Truffle", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Truffle", + "Simplified Chinese": "Truffle", + "French": "Truffle", + "German": "Truffle", + "Indonesian": "Truffle", + "Italian": "Truffle", + "Korean": "Truffle", + "Persian": "Truffle", + "Brazilian Portuguese": "Truffle", + "Russian": "Truffle", + "Spanish": "Truffle", + "Filipino (Tagalog)": "Truffle", + "Thai": "Truffle", + "Turkish": "Truffle", + "Vietnamese": "Truffle", + "Arabic": "بيئة التطوير Truffle", + "Traditional Chinese": "Truffle", + "Dutch": "Truffle", + "Greek": "Truffle", + "Hindi": "Truffle", + "Hungarian": "Truffle", + "Japanese": "Truffle", + "Polish": "Truffle", + "Ukrainian": "Truffle" + }, + "definition": "Truffle Suite is a development environment based on Ethereum Blockchain, used to develop dapps. Truffle is a one-stop solution for building dapps: compiling contracts, deploying contracts, injecting it into a web app, creating front-end for dapps and testing. Truffle Suite" + }, + "trustless": { + "term": "trustless", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "trustless", + "Simplified Chinese": "去信任", + "French": "sans confiance", + "German": "Vertrauenslos", + "Indonesian": "tidak tepercaya", + "Italian": "trustless", + "Korean": "무신뢰", + "Persian": "بدون نیاز به اعتماد", + "Brazilian Portuguese": "trustless", + "Russian": "трастлесс", + "Spanish": "sin confianza", + "Filipino (Tagalog)": "hindi kailangan ng tiwala", + "Thai": "ไม่ต้องไว้วางใจ", + "Turkish": "güvensiz", + "Vietnamese": "không cần sự tin tưởng", + "Arabic": "لا يتطلب ثقة", + "Traditional Chinese": "去信任", + "Dutch": "trustless", + "Greek": "αναξιοπιστία", + "Hindi": "ट्रस्टलैस (trustless)", + "Hungarian": "trustless", + "Japanese": "トラストレス", + "Polish": "Nieopierające się na zaufaniu", + "Ukrainian": "«без доверия»" + }, + "definition": "Trustless' is a term that gets used a lot in the decentralized web, and it deserves some explanation. Traditionally, to call something 'trustless' would sound like a negative thing. In the context of decentralized technology, it has a more technical meaning: since everyone has a copy of the ledger of all transactions ever executed, there is no need for a centralized entity that 'must be trusted' as the source of truth. With public blockchain networks, data isn't kept on some centralized server somewhere that could be hacked or changed arbitrarily; anyone can verify the transactions themselves. This is why the term 'trustless' was coined: there is no need for trust, although, in a way, the rules and assurances built into the blockchain provide the basis for greater trust between people, because the system is guaranteed to work the same for everyone." + }, + "Turing-complete": { + "term": "Turing-complete", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Turing-complete", + "Simplified Chinese": "图灵完备", + "French": "Turing-complet", + "German": "Turing-Complete", + "Indonesian": "Turing-complete", + "Italian": "Turing equivalenza", + "Korean": "튜링완전", + "Persian": "تورینگ کامل", + "Brazilian Portuguese": "Turing completo", + "Russian": "Полный по Тьюрингу", + "Spanish": "Turing completo", + "Filipino (Tagalog)": "Turing-kumpleto", + "Thai": "สมบูรณ์ตามแบบทัวริง", + "Turkish": "Turing bütünlüğü", + "Vietnamese": "ngôn ngữ Turing hoàn chỉnh", + "Arabic": "تورنج كاملة", + "Traditional Chinese": "圖靈完整", + "Dutch": "turingvolledig", + "Greek": "Turing-complete (Τούρινγκ υπολογιστικά καθολικό)", + "Hindi": "ट्यूरिंग (Turing)-कम्पलीट", + "Hungarian": "Turing-teljes", + "Japanese": "チューリング完全", + "Polish": "Kompletność Turinga", + "Ukrainian": "Повна за Тьюрингом" + }, + "definition": "Any machine that can calculate on a level equal to a programmable computer is Turing-complete, or computationally universal. The Ethereum Virtual Machine, which processes smart contracts and transactions, is Turing-complete, despite not existing on a single physical computer." + }, + "Two-Factor Authentication (2FA)": { + "term": "Two-Factor Authentication (2FA)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Two-Factor Authentication (2FA)", + "Simplified Chinese": "双因素认证(2FA)", + "French": "Authentification double (2FA)", + "German": "Zwei-Faktor-Authentifizierung (2FA)", + "Indonesian": "Autentikasi Dua Faktor (2FA)", + "Italian": "Autenticazione a due fattori (2FA)", + "Korean": "이중 인증(two-factor authentication, 2FA)", + "Persian": "تایید هویت دو عاملی (2FA)", + "Brazilian Portuguese": "Autenticação de dois fatores (2FA)", + "Russian": "Двухфакторная аутентификация (2ФА)", + "Spanish": "autenticación de dos factores (2FA)", + "Filipino (Tagalog)": "Two-Factor Authentication (2FA)", + "Thai": "การพิสูจน์ตัวจริงสองปัจจัย (2FA)", + "Turkish": "İki Faktörlü Kimlik Doğrulaması (2FA)", + "Vietnamese": "Xác thực hai yếu tố (2FA)", + "Arabic": "المصادقة الثنائية (2FA)", + "Traditional Chinese": "雙重要素驗證 (2FA)", + "Dutch": "verificatie in twee stappen (2FA)", + "Greek": "Επαλήθευση δύο παραγόντων (2FA)", + "Hindi": "टू-फैक्टर ऑथेंटिकेशन (2FA)", + "Hungarian": "kétlépcsős hitelesítés (2FA)", + "Japanese": "二要素認証 (2FA)", + "Polish": "Uwierzytelnianie dwuskładnikowe (2FA)", + "Ukrainian": "Двофакторна аутентифікація (2FA)" + }, + "definition": "Two-factor authentication (2FA) is an identity and access management security method that requires two forms of identification to access resources and data. 2FA gives businesses the ability to monitor and help safeguard their most vulnerable information and networks.See also 'U2F' When 2FA" + }, + "TXID": { + "term": "TXID", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "TXID", + "Simplified Chinese": "交易 ID", + "French": "TXID (ID de transaction)", + "German": "TXID", + "Indonesian": "TXID", + "Italian": "TXID", + "Korean": "TXID", + "Persian": "شناسه تراکنش", + "Brazilian Portuguese": "TXID", + "Russian": "TXID", + "Spanish": "ID de transacción", + "Filipino (Tagalog)": "TXID", + "Thai": "TXID", + "Turkish": "TXID", + "Vietnamese": "TXID", + "Arabic": "مُعرفّ المعاملة (TXID)", + "Traditional Chinese": "轉賬ID", + "Dutch": "TXID", + "Greek": "TXID", + "Hindi": "TXID", + "Hungarian": "TXID", + "Japanese": "TXID", + "Polish": "TXID", + "Ukrainian": "TXID" + }, + "definition": "Transaction ID" + }, + "U2F": { + "term": "U2F", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "U2F", + "Simplified Chinese": "U2F(通用第二因素)", + "French": "U2F", + "German": "U2F", + "Indonesian": "U2F", + "Italian": "U2F", + "Korean": "U2F", + "Persian": "U2F", + "Brazilian Portuguese": "U2F", + "Russian": "U2F", + "Spanish": "U2F", + "Filipino (Tagalog)": "U2F", + "Thai": "U2F", + "Turkish": "Evrensel 2. Faktör (U2F)", + "Vietnamese": "U2F", + "Arabic": "المعامل الثاني الشامل (U2F)", + "Traditional Chinese": "通用第二因素", + "Dutch": "U2F", + "Greek": "U2F", + "Hindi": "U2F", + "Hungarian": "U2F", + "Japanese": "U2F", + "Polish": "U2F", + "Ukrainian": "U2F" + }, + "definition": "Universal 2nd Factor (U2F) is an open standard that strengthens and simplifies two-factor authentication (2FA) using specialized Universal Serial Bus (USB) or near-field communication (NFC) devices based on similar security technology found in smart cards" + }, + "Uniswap": { + "term": "Uniswap", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Uniswap", + "Simplified Chinese": "Uniswap", + "French": "Uniswap", + "German": "Uniswap", + "Indonesian": "Uniswap", + "Italian": "Uniswap", + "Korean": "유니스왑", + "Persian": "یونی‌سوآپ", + "Brazilian Portuguese": "Uniswap", + "Russian": "Uniswap", + "Spanish": "Uniswap", + "Filipino (Tagalog)": "Uniswap", + "Thai": "Uniswap", + "Turkish": "Uniswap", + "Vietnamese": "Uniswap", + "Arabic": "Uniswap", + "Traditional Chinese": "Uniswap", + "Dutch": "Uniswap", + "Greek": "Uniswap", + "Hindi": "Uniswap", + "Hungarian": "Uniswap", + "Japanese": "Uniswap", + "Polish": "Uniswap", + "Ukrainian": "Uniswap" + }, + "definition": "Uniswap is a decentralized cryptocurrency exchange that uses a set of smart contracts to execute trades on its exchange." + }, + "unspent transaction output (UTXO)": { + "term": "unspent transaction output (UTXO)", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "unspent transaction output (UTXO)", + "Simplified Chinese": "未花费的交易输出(UTXO)", + "French": "sortie de transaction non utilisée (UTXO)", + "German": "Uneingelöster Transaktions-Output (UTXO)", + "Indonesian": "output transaksi tidak digunakan (UTXO)", + "Italian": "output di una transazione non spesa (UTXO)", + "Korean": "미사용 트랜잭션 출력값(UTXO)", + "Persian": "خروجی خرج‌نشده تراکنش (UTXO)", + "Brazilian Portuguese": "saída de transação não gasta (UTXO)", + "Russian": "выход неизрасходованных транзакций (UTXO)", + "Spanish": "salida de transacción no gastada (UTXO)", + "Filipino (Tagalog)": "unspent transaction output (UTXO)", + "Thai": "เอาต์พุตธุรกรรมที่ยังไม่ใช้จ่าย (UTXO)", + "Turkish": "harcanmamış işlem çıktısı (UTXO)", + "Vietnamese": "đầu ra giao dịch chưa được sử dụng (UTXO)", + "Arabic": "ناتج المعاملات غير المُنفقة (UTXO)", + "Traditional Chinese": "未花費交易輸出", + "Dutch": "unspent transaction output (UTXO)", + "Greek": "αδιάθετη έξοδος συναλλαγής (UTXO)", + "Hindi": "अनस्पेंट ट्रांसेक्शन आउटपुट (UTXO)", + "Hungarian": "felhasználatlan tranzakció kimenet (FTK)", + "Japanese": "未使用トランザクションアウトプット (UTXO)", + "Polish": "Unspent transaction output (UTXO)", + "Ukrainian": "вихід невитрачених транзакцій (UTXO)" + }, + "definition": "An unspent transaction output (UTXO) represents some amount of digital currency which has been authorized by one account to be spent by another. UTXOs use public key cryptography to identify and transfer ownership between holders of public/private key pairs. UTXOs are formatted with the recipient's public key, thus restricting the ability to spend that UTXO to the account that can prove ownership of the associated private key. The UTXO can only be spent if it includes the digital signature associated with the public key attached the last time it was sent." + }, + "upgrade": { + "term": "upgrade", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "upgrade", + "Simplified Chinese": "升级", + "French": "mise à niveau / mettre à niveau", + "German": "Upgrade", + "Indonesian": "upgrade", + "Italian": "upgrade", + "Korean": "업그레이드", + "Persian": "ارتقا", + "Brazilian Portuguese": "upgrade", + "Russian": "апгрейд", + "Spanish": "actualizar", + "Filipino (Tagalog)": "mag-upgrade", + "Thai": "อัปเกรด", + "Turkish": "yükselt", + "Vietnamese": "nâng cấp", + "Arabic": "ترقية", + "Traditional Chinese": "升級", + "Dutch": "upgraden", + "Greek": "αναβάθμιση", + "Hindi": "अपग्रेड", + "Hungarian": "frissíteni", + "Japanese": "アップグレード", + "Polish": "Aktualizacja", + "Ukrainian": "оновити" + }, + "definition": "Upgrading is the process of replacing a product with a newer version of the same product. In computing and consumer electronics, an upgrade is generally a replacement of hardware, software, or firmware with a newer or better version, in order to bring the system up to date or to improve its characteristics. See also EIP-1159, merge, and other important Ethereum upgrades" + }, + "UTXO": { + "term": "UTXO", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "UTXO", + "Simplified Chinese": "UTXO(未花费的交易输出)", + "French": "UTXO", + "German": "UTXO", + "Indonesian": "UTXO", + "Italian": "UTXO", + "Korean": "UTXO", + "Persian": "خروجی‌ خرج‌نشده تراکنش", + "Brazilian Portuguese": "UTXO", + "Russian": "UTXO", + "Spanish": "UTXO", + "Filipino (Tagalog)": "UTXO", + "Thai": "UTXO", + "Turkish": "UTXO", + "Vietnamese": "UTXO", + "Arabic": "ناتج المعاملات غير المُنفقة (UTXO)", + "Traditional Chinese": "未花費交易輸出", + "Dutch": "UTXO", + "Greek": "UTXO (Αδιάθετη έξοδος συναλλαγής)", + "Hindi": "UTXO", + "Hungarian": "FTK", + "Japanese": "UTXO", + "Polish": "UTXO", + "Ukrainian": "UTXO" + }, + "definition": "Acronym; Unspent Transaction Output." + }, + "validator": { + "term": "validator", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "validator", + "Simplified Chinese": "验证器", + "French": "validateur", + "German": "Validator", + "Indonesian": "validator", + "Italian": "validatore", + "Korean": "밸리데이터", + "Persian": "اعتبارسنج", + "Brazilian Portuguese": "validador", + "Russian": "валидатор", + "Spanish": "validador", + "Filipino (Tagalog)": "nagpapatibay", + "Thai": "ผู้ยืนยัน", + "Turkish": "doğrulayıcı", + "Vietnamese": "người xác thực", + "Arabic": "المُدققّ", + "Traditional Chinese": "區塊鏈驗證人", + "Dutch": "validator", + "Greek": "εγκριτής", + "Hindi": "वैलिडेटर", + "Hungarian": "érvényesítő", + "Japanese": "バリデーター", + "Polish": "Walidator", + "Ukrainian": "валідатор" + }, + "definition": "A participant in Proof of Stake (PoS) consensus. On Ethereum’s Proof of Stake network, validators need to stake 32 ETH in order to get included in the validator set. See also ‘staking’." + }, + "validity proof": { + "term": "validity proof", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "validity proof", + "Simplified Chinese": "有效性证明", + "French": "preuve de validité", + "German": "Gültigkeitsnachweis", + "Indonesian": "bukti validitas", + "Italian": "prova di validazione", + "Korean": "유효성 증명", + "Persian": "اثبات اعتبار", + "Brazilian Portuguese": "prova de validação", + "Russian": "доказательство действительности", + "Spanish": "prueba de validez", + "Filipino (Tagalog)": "katibayan ng bisa", + "Thai": "หลักฐานยืนยัน", + "Turkish": "geçerlilik ispatı", + "Vietnamese": "bằng chứng hợp lệ", + "Arabic": "إثبات الصلاحية", + "Traditional Chinese": "有效性證明", + "Dutch": "bewijs van geldigheid", + "Greek": "απόδειξη εγκυρότητας", + "Hindi": "वैलिडिटी प्रूफ", + "Hungarian": "érvényességi igazolás", + "Japanese": "有効性証明", + "Polish": "Dowód ważności", + "Ukrainian": "підтвердження достовірності" + }, + "definition": "The proof submitted along with certain types of rollups to prove that the transactions are valid. See also 'rollups'." + }, + "Validium": { + "term": "Validium", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Validium", + "Simplified Chinese": "Validium 扩容技术", + "French": "Validium", + "German": "Validium", + "Indonesian": "Validium", + "Italian": "Validium", + "Korean": "발리디움", + "Persian": "ولیدیوم", + "Brazilian Portuguese": "Validium", + "Russian": "Validium", + "Spanish": "Validium", + "Filipino (Tagalog)": "Validium", + "Thai": "Validium", + "Turkish": "Validium", + "Vietnamese": "Giải pháp Validium", + "Arabic": "Validium", + "Traditional Chinese": "Validium", + "Dutch": "Validium", + "Greek": "Validium (δεδομένα εκτός αλυσίδας)", + "Hindi": "वैलिडियम", + "Hungarian": "Validium", + "Japanese": "バリディウム", + "Polish": "Validium", + "Ukrainian": "Validium" + }, + "definition": "One of the technologies developed for scaling of the Ethereum network; see more here." + }, + "Vault Decryptor": { + "term": "Vault Decryptor", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Vault Decryptor", + "Simplified Chinese": "Vault Decryptor", + "French": "Décrypteur/Déchiffreur de coffre-fort", + "German": "Vault Decryptor", + "Indonesian": "Dekriptor Vault", + "Italian": "Vault Decryptor", + "Korean": "볼트 암호해독기", + "Persian": "Vault Decryptor", + "Brazilian Portuguese": "Vault Decryptor", + "Russian": "Vault Decryptor", + "Spanish": "Vault Decryptor", + "Filipino (Tagalog)": "Vault Decryptor", + "Thai": "Vault Decryptor", + "Turkish": "Vault Şifre Çözücü", + "Vietnamese": "Vault Decryptor", + "Arabic": "Vault Decryptor", + "Traditional Chinese": "私鑰解密器", + "Dutch": "Vault Decryptor", + "Greek": "Κενή μονάδα κρυπτογράφησης", + "Hindi": "वॉल्ट डिक्रिप्टर", + "Hungarian": "Boltozat dekódoló", + "Japanese": "Vault Decryptor", + "Polish": "Vault Decryptor", + "Ukrainian": "Vault Decryptor" + }, + "definition": "The MetaMask Vault Decryptor is a tool used in recovering the Secret Recovery Phrase. This tool was written by MetaMask co-founder Dan Finlay and can be accessed here: Vault Decryptor" + }, + "Vesting": { + "term": "Vesting", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Vesting", + "Simplified Chinese": "等待行权", + "French": "Acquisition", + "German": "Vesting", + "Indonesian": "Vesting", + "Italian": "Vesting", + "Korean": "베스팅", + "Persian": "توزیع برنامه‌ریزی شده توکن", + "Brazilian Portuguese": "Vesting", + "Russian": "Вестинг", + "Spanish": "bloqueo de tokens", + "Filipino (Tagalog)": "Vesting", + "Thai": "ทยอยให้ตามเวลา", + "Turkish": "Vesting", + "Vietnamese": "Khoá", + "Arabic": "استحقاق", + "Traditional Chinese": "逐步解鎖期", + "Dutch": "vesting/wacht-", + "Greek": "Περιορισμός πώλησης", + "Hindi": "वेस्टिंग", + "Hungarian": "vesting", + "Japanese": "ベスティング", + "Polish": "Vesting", + "Ukrainian": "Вестинг" + }, + "definition": "In the context of 'vesting period': The act of restricting the sale of a token for a particular period of time. Vesting period" + }, + "wallet": { + "term": "wallet", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "MetaMask term", + "i18n": { + "Term": "wallet", + "Simplified Chinese": "钱包", + "French": "Portefeuille", + "German": "Wallet (die)", + "Indonesian": "dompet", + "Italian": "portafoglio", + "Korean": "지갑", + "Persian": "کیف پول", + "Brazilian Portuguese": "carteira", + "Russian": "кошелек", + "Spanish": "monedero", + "Filipino (Tagalog)": "wallet", + "Thai": "วอลเล็ต", + "Turkish": "cüzdan", + "Vietnamese": "ví", + "Arabic": "محفظة", + "Traditional Chinese": "錢包", + "Dutch": "wallet", + "Greek": "πορτοφόλι", + "Hindi": "वॉलेट", + "Hungarian": "pénztárca", + "Japanese": "ウォレット", + "Polish": "Portfel", + "Ukrainian": "гаманець" + }, + "definition": "In Ethereum-based blockchain technology, a 'wallet' is a something that allows you to manage private keys, your Secret Recovery Phrase, and the accounts generated from it. This could be an internet-connected 'hot wallet', like MetaMask, or an 'airgapped' hardware wallet. In more technical speak, you could say 'the wallet is the client, not the keys.' It is very common for people to use the word 'wallet' to refer to their SRP itself, or the accounts generated from it, or even to one account." + }, + "WalletConnect": { + "term": "WalletConnect", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "WalletConnect", + "Simplified Chinese": "WalletConnect", + "French": "WalletConnect", + "German": "WalletConnect", + "Indonesian": "WalletConnect", + "Italian": "WalletConnect", + "Korean": "월렛커넥트", + "Persian": "ولت کانکت", + "Brazilian Portuguese": "WalletConnect", + "Russian": "WalletConnect", + "Spanish": "WalletConnect", + "Filipino (Tagalog)": "WalletConnect", + "Thai": "WalletConnect", + "Turkish": "WalletConnect", + "Vietnamese": "WalletConnect", + "Arabic": "بروتوكول WalletConnect", + "Traditional Chinese": "WalletConnect", + "Dutch": "WalletConnect", + "Greek": "WalletConnect", + "Hindi": "WalletConnect", + "Hungarian": "WalletConnect", + "Japanese": "WalletConnect", + "Polish": "WalletConnect", + "Ukrainian": "WalletConnect" + }, + "definition": "WalletConnect is an open source protocol for connecting decentralised applications to mobile wallets with QR code scanning or deep linking." + }, + "web3, Web 3.0": { + "term": "web3, Web 3.0", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "web3, Web 3.0", + "Simplified Chinese": "Web3,Web 3.0", + "French": "web3, Web 3.0", + "German": "Web3, Web 3.0", + "Indonesian": "web3, Web 3.0", + "Italian": "web3, Web 3.0", + "Korean": "웹3, 웹 3.0", + "Persian": "وب 3، وب 3.0", + "Brazilian Portuguese": "web3, Web 3.0", + "Russian": "web3, Web 3.0", + "Spanish": "web3, Web 3.0", + "Filipino (Tagalog)": "web3, Web 3.0", + "Thai": "เว็บ 3, เว็บ 3.0", + "Turkish": "web3, Web 3.0", + "Vietnamese": "web3, Web 3.0", + "Arabic": "ويب 3، ويب 3.0", + "Traditional Chinese": "web3, Web 3.0", + "Dutch": "web3, Web 3.0", + "Greek": "web3, Web 3.0", + "Hindi": "web3, Web 3.0", + "Hungarian": "web3, Web 3.0", + "Japanese": "web3, Web 3.0", + "Polish": "web3, Web 3.0", + "Ukrainian": "web3, Web 3.0" + }, + "definition": "Web3, or Web 3.0, are terms used synonymously with “the decentralized web” and are often used to refer, broadly, to the blockchain and decentralized technology ecosystems and communities as a whole." + }, + "WebHID": { + "term": "WebHID", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "WebHID", + "Simplified Chinese": "WebHID", + "French": "WebHID", + "German": "WebHID", + "Indonesian": "WebHID", + "Italian": "WebHID", + "Korean": "WebHID", + "Persian": "WebHID", + "Brazilian Portuguese": "WebHID", + "Russian": "WebHID", + "Spanish": "WebHID", + "Filipino (Tagalog)": "WebHID", + "Thai": "WebHID", + "Turkish": "WebHID", + "Vietnamese": "WebHID", + "Arabic": "WebHID", + "Traditional Chinese": "WEB 型人機介面設備", + "Dutch": "WebHID", + "Greek": "WebHID", + "Hindi": "WebHID", + "Hungarian": "WebHID", + "Japanese": "WebHID", + "Polish": "WebHID", + "Ukrainian": "WebHID" + }, + "definition": "WebHID (Human Interface Device) Enables web applications to interact with human interface devices (HIDs) other than the standard supported devices (mice, keyboards, touchscreens, and gamepads). However, there are many other HID devices that are currently inaccessible to the web" + }, + "WebSocket": { + "term": "WebSocket", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "WebSocket", + "Simplified Chinese": "WebSocket", + "French": "WebSocket", + "German": "WebSocket", + "Indonesian": "WebSocket", + "Italian": "WebSocket", + "Korean": "웹소켓", + "Persian": "وب‌سوکت", + "Brazilian Portuguese": "WebSocket", + "Russian": "WebSocket", + "Spanish": "WebSocket", + "Filipino (Tagalog)": "WebSocket", + "Thai": "WebSocket", + "Turkish": "WebSocket", + "Vietnamese": "WebSocket", + "Arabic": "بروتوكول WebSocket", + "Traditional Chinese": "網絡傳輸協議", + "Dutch": "WebSocket", + "Greek": "WebSocket", + "Hindi": "वेबसॉकेट", + "Hungarian": "WebSocket", + "Japanese": "WebSocket", + "Polish": "WebSocket", + "Ukrainian": "WebSocket" + }, + "definition": "WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. It's often used by dapps to regularly fetch up-to-date information from the blockchain." + }, + "Wei": { + "term": "Wei", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Wei", + "Simplified Chinese": "Wei", + "French": "Wei", + "German": "Wei", + "Indonesian": "Wei", + "Italian": "Wei", + "Korean": "웨이", + "Persian": "وی", + "Brazilian Portuguese": "Wei", + "Russian": "Вей", + "Spanish": "wei", + "Filipino (Tagalog)": "WebSocket", + "Thai": "เวย์", + "Turkish": "Wei", + "Vietnamese": "Wei", + "Arabic": "وي (Wei)", + "Traditional Chinese": "Wei", + "Dutch": "wei", + "Greek": "Wei", + "Hindi": "Wei", + "Hungarian": "Wei", + "Japanese": "Wei", + "Polish": "Wei", + "Ukrainian": "Вей" + }, + "definition": "Wei is the smallest denomination of ether, the currency used to facilitate transactional operations on the Ethereum blockchain network, where 10^18 or 1,000,000,000,000,000,000 wei is equivalent to one ether." + }, + "Whitepaper": { + "term": "Whitepaper", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Whitepaper", + "Simplified Chinese": "白皮书", + "French": "Livre blanc", + "German": "Whitepaper", + "Indonesian": "Whitepaper", + "Italian": "Whitepaper", + "Korean": "백서", + "Persian": "گزارش جامع", + "Brazilian Portuguese": "Whitepaper", + "Russian": "Белая книга", + "Spanish": "libro blanco", + "Filipino (Tagalog)": "Whitepaper", + "Thai": "หนังสือชี้ชวน", + "Turkish": "Teknik doküman", + "Vietnamese": "Sách trắng", + "Arabic": "الورقة التعريفية", + "Traditional Chinese": "白皮書", + "Dutch": "whitepaper", + "Greek": "Λευκή Βίβλος", + "Hindi": "वाइटपेपर", + "Hungarian": "fehér papír", + "Japanese": "ホワイトペーパー", + "Polish": "Biała księga", + "Ukrainian": "Технічний документ" + }, + "definition": "Whitepapers explain the purpose and technology behind a project." + }, + "Wrapping": { + "term": "Wrapping", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Wrapping", + "Simplified Chinese": "包装", + "French": "Emballage", + "German": "Wrapping", + "Indonesian": "Wrapping", + "Italian": "Wrapping", + "Korean": "래핑", + "Persian": "انتقال از یک شبکه به شبکه دیگر", + "Brazilian Portuguese": "Encapsulamento", + "Russian": "Обертывание", + "Spanish": "envolver", + "Filipino (Tagalog)": "Wrapping", + "Thai": "การห่อ", + "Turkish": "Sarma", + "Vietnamese": "Bao bọc", + "Arabic": "تغليف التوكِنّ", + "Traditional Chinese": "包裝", + "Dutch": "wrappen", + "Greek": "Αντιστοίχιση", + "Hindi": "रैपिंग", + "Hungarian": "becsomagolni", + "Japanese": "ラッピング", + "Polish": "Wrapping", + "Ukrainian": "Обгортання" + }, + "definition": "Wrapping a token is a way of bringing a token from one network to another, like wrapped Bitcoin or MATIC tokens on Ethereum Mainnet. User Guide: Tokens" + }, + "Wyre": { + "term": "Wyre", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Software term", + "i18n": { + "Term": "Wyre", + "Simplified Chinese": "Wyre", + "French": "Wyre", + "German": "Wyre", + "Indonesian": "Wyre", + "Italian": "Wyre", + "Korean": "Wyre", + "Persian": "Wyre", + "Brazilian Portuguese": "Wyre", + "Russian": "Wyre", + "Spanish": "Wyre", + "Filipino (Tagalog)": "Wyre", + "Thai": "Wyre", + "Turkish": "Wyre", + "Vietnamese": "Wyre", + "Arabic": "Wyre", + "Traditional Chinese": "Wyre", + "Dutch": "Wyre", + "Greek": "Wyre", + "Hindi": "Wyre", + "Hungarian": "Wyre", + "Japanese": "Wyre", + "Polish": "Wyre", + "Ukrainian": "Wyre" + }, + "definition": "Wyre is a regulated Money Service Business (MSB), which means it is a financial services provider licensed to transmit and convert money. The company is almost a decade old, having been around since 2013. Wyre provides what the company calls a secure and compliant bridge between fiat and cryptocurrencies. It serves as an infrastructure provider for blockchain businesses to connect with the fiat economy. In other words, Wyre payments enable blockchain businesses to efficiently integrate highly customizable fiat on-ramps into their onboarding flows." + }, + "yield farming": { + "term": "yield farming", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "yield farming", + "Simplified Chinese": "收益挖矿", + "French": "yield farming", + "German": "Yield Farming", + "Indonesian": "yield farming", + "Italian": "yield farming", + "Korean": "이자농사", + "Persian": "کشت سود", + "Brazilian Portuguese": "yield farming", + "Russian": "фарминг доходности", + "Spanish": "agricultura de rendimiento", + "Filipino (Tagalog)": "paglilinang ng ani", + "Thai": "การทำฟาร์ม", + "Turkish": "yield farming", + "Vietnamese": "khai thác lợi nhuận", + "Arabic": "تحصيل العائد", + "Traditional Chinese": "流動性挖礦", + "Dutch": "yield farming", + "Greek": "εξόρυξη ρευστότητας", + "Hindi": "यील्ड फार्मिंग", + "Hungarian": "hozamgazdálkodás", + "Japanese": "イールドファーミング", + "Polish": "Yield farming", + "Ukrainian": "прибуткове фермерство" + }, + "definition": "Yield farming is an investment practice that involves locking crypto in a dapp for token rewards. Yield farmers deposit their tokens into DeFi applications for crypto trading, lending, or borrowing." + }, + "yield-bearing tokens": { + "term": "yield-bearing tokens", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Brand/project name", + "i18n": { + "Term": "yield-bearing tokens", + "Simplified Chinese": "收益代币", + "French": "jetons de yield farming", + "German": "Ertragsbringende Token", + "Indonesian": "token yield-bearing", + "Italian": "token fruttiferi", + "Korean": "이자지급토큰", + "Persian": "توکن‌های سودده", + "Brazilian Portuguese": "tokens de rendimento", + "Russian": "доходные токены", + "Spanish": "tokens de rendimiento", + "Filipino (Tagalog)": "mga token na nagbubunga", + "Thai": "โทเคนรับผลประโยชน์จากการฟาร์ม", + "Turkish": "gelir üreten token", + "Vietnamese": "token tự sinh lãi", + "Arabic": "التوكنات حاملة العائد", + "Traditional Chinese": "隨著時間的推移自行產生利息的代幣", + "Dutch": "yield-bearing tokens", + "Greek": "συμβολικά νομίσματα με απόδοση", + "Hindi": "यील्ड-बियरिंग टोकन्स", + "Hungarian": "hozamot hordozó tokenek", + "Japanese": "イールドベアリングトークン", + "Polish": "Tokeny uzyskane w ramach yield farmingu", + "Ukrainian": "прибуткові токени" + }, + "definition": "Yield tokens. See 'yield farming'" + }, + "zero address": { + "term": "zero address", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "zero address", + "Simplified Chinese": "0地址", + "French": "adresse zéro", + "German": "Null-Adresse", + "Indonesian": "alamat nol", + "Italian": "indirizzo zero", + "Korean": "제로 어드레스", + "Persian": "آدرس صفر", + "Brazilian Portuguese": "endereço zero", + "Russian": "нулевой адрес", + "Spanish": "dirección cero", + "Filipino (Tagalog)": "zero address", + "Thai": "ที่อยู่สูญ", + "Turkish": "zero adres", + "Vietnamese": "địa chỉ zero", + "Arabic": "العنوان صفر", + "Traditional Chinese": "零地址", + "Dutch": "zero address", + "Greek": "Μηδενική διεύθυνση", + "Hindi": "ज़ीरो एड्रेस", + "Hungarian": "nulla cím", + "Japanese": "ゼロアドレス", + "Polish": "Adres zerowy", + "Ukrainian": "нульова адреса" + }, + "definition": "The Zero Address is an address on the Ethereum network that is the recipient of a special transaction used to register the creation of a new smart contract on the network." + }, + "Zero-knowledge proof": { + "term": "Zero-knowledge proof", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Zero-knowledge proof", + "Simplified Chinese": "零知识证明", + "French": "Preuve à divulgation nulle de connaissance (ZKP)", + "German": "Null-Wissen-Beweis", + "Indonesian": "Bukti nol pengetahuan", + "Italian": "Dimostrazione a conoscenza zero", + "Korean": "영지식 증명", + "Persian": "اثبات دانش صفر", + "Brazilian Portuguese": "Prova de conhecimento zero", + "Russian": "Доказательство с нулевым разглашением", + "Spanish": "prueba de conocimiento cero", + "Filipino (Tagalog)": "Patunay na walang kaalaman", + "Thai": "การพิสูจน์โดยไม่ต้องรู้ข้อมูล", + "Turkish": "Sıfır bilgi ispatı", + "Vietnamese": "Bằng chứng không kiến thức", + "Arabic": "إثبات المعرفة الصفرية", + "Traditional Chinese": "零知識證明", + "Dutch": "zero-knowledge proof", + "Greek": "Απόδειξη μηδενικής γνώσης", + "Hindi": "ज़ीरो-नॉलेज प्रूफ", + "Hungarian": "zero-knowledge proof (nullaismeretű bizonyítás)", + "Japanese": "ゼロ知識証明", + "Polish": "Dowód z wiedzą zerową", + "Ukrainian": "Доведення з нульовим розголошенням" + }, + "definition": "A zero-knowledge proof is a cryptographic method that allows an individual to prove that a statement is true without conveying any additional information." + }, + "Zero-knowledge rollup": { + "term": "Zero-knowledge rollup", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Zero-knowledge rollup", + "Simplified Chinese": "零知识汇总", + "French": "Rollup à divulgation nulle de connaissance(rollup ZK)", + "German": "Null-Wissen-Rollup", + "Indonesian": "rollup nol pengetahuan", + "Italian": "Rollup a conoscenza zero", + "Korean": "영지식 롤업", + "Persian": "رول‌آپ‌ بی‌نیاز به دانش", + "Brazilian Portuguese": "Rollup de conhecimento zero", + "Russian": "Роллап с нулевым разглашением", + "Spanish": "rollup de conocimiento cero", + "Filipino (Tagalog)": "Rollup na walang kaalaman", + "Thai": "โรลล์อัปแบบไม่ต้องรู้ข้อมูล", + "Turkish": "Sıfır bilgi rollup", + "Vietnamese": "Tổng hợp không kiến thức", + "Arabic": "تجميع المعرفة الصفرية", + "Traditional Chinese": "零知識匯總", + "Dutch": "zero-knowledge rollup", + "Greek": "Zero-knowledge rollup (rollup μηδενικής γνώσης)", + "Hindi": "ज़ीरो-नॉलेज रॉलअप", + "Hungarian": "zero-knowledge rollup (nullaismeretű összevont tranzakció)", + "Japanese": "ゼロ知識ロールアップ", + "Polish": "Rollup z wiedzą zerową", + "Ukrainian": "Роллап з нульовим розголошенням" + }, + "definition": "A rollup of transactions that use validity proofs to offer increased layer 2 transaction throughput while using the security provided by mainnet (layer 1). Although they can't handle complex transaction types, like Optimistic rollups, they don't have latency issues because transactions are provably valid when submitted." + }, + "zk-SNARKs": { + "term": "zk-SNARKs", + "phonetic": "", + "partOfSpeech": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "zk-SNARKs", + "Simplified Chinese": "零知识简洁非交互知识论证(zk-SNARK)", + "French": "zk-SNARKs", + "German": "zk-SNARKs", + "Indonesian": "zk-ZSNAKRs", + "Italian": "Argomento di conoscenza succinto non interattivo a conoscenza zero (zk-SNARKs)", + "Korean": "영지식 스나크", + "Persian": "گواه‌های اثبات دانش صفر غیرتعاملی", + "Brazilian Portuguese": "zk-SNARKs", + "Russian": "Протоколы zk-SNARK", + "Spanish": "zk-SNARKs", + "Filipino (Tagalog)": "zk-SNARKs", + "Thai": "zk-SNARKs", + "Turkish": "zk-SNARK'lar", + "Vietnamese": "zk-SNARK", + "Arabic": "zk-SNARKs", + "Traditional Chinese": "zk-SNARKs", + "Dutch": "zk-SNARK's", + "Greek": "zk-SNARKs (μη διαδραστικές αποδείξεις μηδενικής γνώσης)", + "Hindi": "zk-SNARKs", + "Hungarian": "zk-SNARKs", + "Japanese": "zk-SNARKs", + "Polish": "zk-SNARKs", + "Ukrainian": "zk-SNARKs" + }, + "definition": "Zero-Knowledge Succinct Non-interactive ARguments of Knowledge are an incredible technology, and vital to the scaling of blockchain technology and the decentralized web. They are mathematically complex and can be daunting; this explanation from the Ethereum Foundation is a good primer." + } + } + } +}; + +export default terms; \ No newline at end of file diff --git a/src/scratch-work/to-be- b/src/scratch-work/to-be- new file mode 100644 index 0000000..5159ae1 --- /dev/null +++ b/src/scratch-work/to-be- @@ -0,0 +1,45 @@ +import definitions from "./definitions"; +import Definition from "./Definition"; +import { useState, useEffect } from "react"; +import { urlToPath } from "./Link"; +import { Breadcrumbs } from "./Breadcrumbs"; + +const DEFAULT = "permissionless distribution"; + +function App() { + const [currentPath, setCurrentPath] = useState(urlToPath()); + useEffect(() => { + const onLocationChange = () => { + setCurrentPath(urlToPath()); + }; + window.addEventListener("navigate", onLocationChange); + window.addEventListener("popstate", onLocationChange); + + return () => { + window.removeEventListener("navigate", onLocationChange); + window.removeEventListener("popstate", onLocationChange); + }; + }, []); + + let word = currentPath.length > 0 ? currentPath.at(-1) : DEFAULT; + if (!(word in definitions) || currentPath.length === 0) { + word = DEFAULT; + window.location.pathname = `/${DEFAULT}`; + } + const definition = definitions[word]; + + return ( + <> + + + + + ); +} + +export default App; diff --git a/src/searchIndex.jsx b/src/searchIndex.jsx new file mode 100644 index 0000000..67f4413 --- /dev/null +++ b/src/searchIndex.jsx @@ -0,0 +1,18 @@ +import lunr from 'lunr'; +import terms from './terms'; + +const termData = terms["0"]["terms"]; + +const index = lunr(function () { + this.ref('term'); + this.field('definition'); + + Object.entries(termData).forEach(([term, data]) => { + this.add({ + term, + definition: data.definition, + }); + }); +}); + +export default index; \ No newline at end of file diff --git a/src/termStruct.jsx b/src/termStruct.jsx index efbb7e8..8184177 100644 --- a/src/termStruct.jsx +++ b/src/termStruct.jsx @@ -1,10 +1,19 @@ import "./Term.css"; +import terms from "./terms.json"; +import linkedDefinitions from "./linked-definitions"; + +function Term({ termKey }) { + const { term, partOfSpeech, phonetic } = terms["0"]["terms"][termKey]; + const definition = linkedDefinitions[termKey]?.definition; + + if (!definition) { + return
    Term not found
    ; + } -function Term({ word, partOfSpeech, phonetic, definition }) { return (
    -
    {word}
    +
    {term}
    [{phonetic}] {partOfSpeech}
    @@ -13,4 +22,5 @@ function Term({ word, partOfSpeech, phonetic, definition }) {
    ); } -export default Term; + +export default Term; \ No newline at end of file diff --git a/src/terms.json b/src/terms.json new file mode 100644 index 0000000..8210354 --- /dev/null +++ b/src/terms.json @@ -0,0 +1,13008 @@ +[ + { + "terms": { + "0x API": { + "term": "0x API", + "phonetic": "", + "partOfSpeech": "", + "definition": "The 0x API is the liquidity and data endpoint for DeFi. It lets you access aggregated liquidity from tens of on-chain and off-chain decentralized exchange networks, across multiple blockchains. It comes with many parameters to customize your requests for your application and your users: API References", + "termCategory": "Brand/project name", + "i18n": { + "Term": "0x API", + "Simplified Chinese": "0x API", + "French": "0x API", + "German": "0x API", + "Indonesian": "0x API", + "Italian": "0x API", + "Korean": "0x API", + "Persian": "0x API", + "Brazilian Portuguese": "API da 0x", + "Russian": "0x API", + "Spanish": "0x API", + "Filipino (Tagalog)": "0x API", + "Thai": "0x API", + "Turkish": "0x API", + "Vietnamese": "0x API", + "Arabic": "واجهة برمجة تطبيقات 0x", + "Traditional Chinese": "0x API", + "Dutch": "0x API", + "Greek": "0x API", + "Hindi": "0x API", + "Hungarian": "0x API", + "Japanese": "0x API", + "Polish": "0x API", + "Ukrainian": "0x API" + } + }, + "1inch": { + "term": "1inch", + "phonetic": "", + "partOfSpeech": "", + "definition": "Decentralized exchange aggregator that aims to provide traders with the best price and lowest fees on their transactions. 1inch", + "termCategory": "Brand/project name", + "i18n": { + "Term": "1inch", + "Simplified Chinese": "1inch", + "French": "1inch", + "German": "1inch", + "Indonesian": "1inch", + "Italian": "1inch", + "Korean": "1 인치", + "Persian": "وان اینچ", + "Brazilian Portuguese": "1inch", + "Russian": "1inch", + "Spanish": "1inch", + "Filipino (Tagalog)": "1inch", + "Thai": "1inch", + "Turkish": "1inch", + "Vietnamese": "1 inch", + "Arabic": "1inch", + "Traditional Chinese": "1inch", + "Dutch": "1inch", + "Greek": "1inch", + "Hindi": "1inch", + "Hungarian": "1 hüvelyk", + "Japanese": "1inch", + "Polish": "1inch", + "Ukrainian": "1inch" + } + }, + "3Box Labs": { + "term": "3Box Labs", + "phonetic": "", + "partOfSpeech": "", + "definition": "The inventors and core developers of Ceramic, the first decentralized network for composable data. Ceramic makes it possible for developers to build data-rich Web3 applications without needing a traditional database, and in the process, unlocks data composability and portability across every application within the Web3 ecosystem.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "3Box Labs", + "Simplified Chinese": "3Box Labs", + "French": "3Box Labs", + "German": "3Box Labs", + "Indonesian": "2Box Labs", + "Italian": "3Box Labs", + "Korean": "쓰리박스 랩스", + "Persian": "آزمایشگاه‌های 3Box", + "Brazilian Portuguese": "3Box Labs", + "Russian": "3Box Labs", + "Spanish": "3Box Labs", + "Filipino (Tagalog)": "3Box Labs", + "Thai": "3Box Labs", + "Turkish": "3Box Labs", + "Vietnamese": "3Box Labs", + "Arabic": "3Box Labs", + "Traditional Chinese": "3Box Labs", + "Dutch": "3Box Labs", + "Greek": "3Box Labs", + "Hindi": "3Box Labs", + "Hungarian": "3Box Labs", + "Japanese": "3Box Labs", + "Polish": "3Box Labs", + "Ukrainian": "3Box Labs" + } + }, + "51% Attack": { + "term": "51% Attack", + "phonetic": "", + "partOfSpeech": "", + "definition": "If more than half the computer power or mining hash rate on a network is run by a single person or a single group of people, then a 51% attack is in operation. This means that this entity has full control of the network and can negatively affect a cryptocurrency by taking over mining operations, stopping or changing transactions, and double-spending coins.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "51% Attack", + "Simplified Chinese": "51%攻击", + "French": "Attaque des 51 %", + "German": "51% Attack", + "Indonesian": "51% Attack", + "Italian": "Attacco del 51%", + "Korean": "51% 공격", + "Persian": "حمله 51 درصدی", + "Brazilian Portuguese": "Ataque de 51%", + "Russian": "Атака 51%", + "Spanish": "ataque del 51 %", + "Filipino (Tagalog)": "51% Pag-atake", + "Thai": "การโจมตี 51%", + "Turkish": "%51 Saldırısı", + "Vietnamese": "Tấn công 51%", + "Arabic": "هجوم 51٪", + "Traditional Chinese": "51%攻擊", + "Dutch": "51%-aanval", + "Greek": "Επίθεση του 51%", + "Hindi": "51% अटैक", + "Hungarian": "51%-os támadás", + "Japanese": "51% 攻撃", + "Polish": "Atak 51%", + "Ukrainian": "Атака 51%" + } + }, + "Aave": { + "term": "Aave", + "phonetic": "", + "partOfSpeech": "", + "definition": "Aave is an open source protocol to create non-custodial liquidity markets to earn interest on supplying and borrowing assets with a variable or stable interest rate.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Aave", + "Simplified Chinese": "Aave", + "French": "Aave", + "German": "Aave", + "Indonesian": "Aave", + "Italian": "Aave", + "Korean": "에이브", + "Persian": "آوه", + "Brazilian Portuguese": "Aave", + "Russian": "Aave", + "Spanish": "Aave", + "Filipino (Tagalog)": "Aave", + "Thai": "Aave", + "Turkish": "Aave", + "Vietnamese": "Aave", + "Arabic": "Aave", + "Traditional Chinese": "Aave", + "Dutch": "Aave", + "Greek": "Aave", + "Hindi": "Aave", + "Hungarian": "Aave", + "Japanese": "Aave", + "Polish": "Aave", + "Ukrainian": "Aave" + } + }, + "Account": { + "term": "Account", + "phonetic": "", + "partOfSpeech": "", + "definition": "Accounts are records or statements of financial expenditure and receipts that relate to a particular period or purpose. In the world of crypto, this is referred to as a cryptocurrency account. It gives you certain benefits, and it is a requirement in order to use just about any cryptocurrency exchange. A cryptocurrency account gives you access to hot wallets, which allow you to quickly buy, sell and trade cryptocurrencies, and it gives you an identity or a way through which you can hold onto your public keys when it comes to the aforementioned process. Account", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Account", + "Simplified Chinese": "账户", + "French": "Compte", + "German": "Konto", + "Indonesian": "Akun", + "Italian": "Account", + "Korean": "계정", + "Persian": "حساب", + "Brazilian Portuguese": "Conta", + "Russian": "Счет", + "Spanish": "cuenta", + "Filipino (Tagalog)": "Account", + "Thai": "บัญชี", + "Turkish": "Hesap", + "Vietnamese": "Tài khoản", + "Arabic": "حساب", + "Traditional Chinese": "帳戶", + "Dutch": "account", + "Greek": "Λογαριασμός", + "Hindi": "Account", + "Hungarian": "fiók", + "Japanese": "アカウント", + "Polish": "Konto", + "Ukrainian": "Обліковий запис" + } + }, + "ACH transfer": { + "term": "ACH transfer", + "phonetic": "", + "partOfSpeech": "", + "definition": "ACH (Automated Clearing House) bank transfer is an electronic payment method that allows money to be transferred between bank accounts in the United States. It is a system that processes transactions in batches and is commonly used for direct deposit of paychecks, bill payments, and online money transfers.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "ACH transfer", + "Simplified Chinese": "自动清算中心(ACH)转账", + "French": "Transfert ACH", + "German": "ACH-Überweisung", + "Indonesian": "Transfer ACH", + "Italian": "Pagamento ACH", + "Korean": "ACH 송금", + "Persian": "حواله بین بانکی پایا", + "Brazilian Portuguese": "Transferência ACH", + "Russian": "ACH-перевод", + "Spanish": "transferencia ACH", + "Filipino (Tagalog)": "ACH na paglilipat", + "Thai": "การโอน ACH", + "Turkish": "ACH transferi", + "Vietnamese": "Chuyển tiền ACH", + "Arabic": "تحويل ACH", + "Traditional Chinese": "存款自動轉帳服務", + "Dutch": "ACH-transactie", + "Greek": "Μεταφορά αυτοματοποιημένου γραφείου συμψηφισμού", + "Hindi": "ACH ट्रांसफ़र", + "Hungarian": "ACH-átutalás", + "Japanese": "ACH 送金", + "Polish": "Przelew ACH", + "Ukrainian": "ACH-трансфер" + } + }, + "address; public address; account address": { + "term": "address; public address; account address", + "phonetic": "", + "partOfSpeech": "", + "definition": "Used to send and receive transactions on a blockchain network, and to identify different users; also referred to as a 'public key'. An address is an alphanumeric character string, which can also be represented as a scannable QR code. In Ethereum, the address begins with 0x. For example: 0x06A85356DCb5b307096726FB86A78c59D38e08ee", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "address; public address; account address", + "Simplified Chinese": "地址/“公钥”(钱包地址)", + "French": "adresse/ « adresse publique » (adresse du portefeuille)", + "German": "Adresse/„öffentliche Adresse“ (Wallet-Adresse)", + "Indonesian": "alamat/alamat publik (alamat dompet)", + "Italian": "indirizzo/indirizzo pubblico (indirizzo del wallet)", + "Korean": "주소/공개 주소(지갑 주소)", + "Persian": "آدرس /«آدرس عمومی»", + "Brazilian Portuguese": "endereço/endereço público (endereço da carteira)", + "Russian": "адрес/публичный адрес (адрес кошелька)", + "Spanish": "dirección/dirección pública (dirección de monedero)", + "Filipino (Tagalog)": "address/pampublikong address (address ng wallet)", + "Thai": "ที่อยู่", + "Turkish": "adres/genel adres (cüzdan adresi)", + "Vietnamese": "địa chỉ/địa chỉ công khai (địa chỉ ví)", + "Arabic": "العنوان / العنوان العام (عنوان المحفظة)", + "Traditional Chinese": "收款地址(錢包地址)", + "Dutch": "adres/openbaar adres (wallet-adres)", + "Greek": "διεύθυνση/δημόσια διεύθυνση (διεύθυνση πορτοφολιού)", + "Hindi": "एड्रेस/पब्लिक एड्रेस (वॉलेट एड्रेस)", + "Hungarian": "cím/„nyilvános cím” (pénztárca címe)", + "Japanese": "アドレス/パブリックアドレス (ウォレットアドレス)", + "Polish": "Adres / „adres publiczny” (adres portfela)", + "Ukrainian": "адреса/«публічна адреса» (адреса гаманця)" + } + }, + "Advanced": { + "term": "Advanced", + "phonetic": "", + "partOfSpeech": "", + "definition": "In the context of 'Advanced gas controls': it is an optional feature in the MetaMask wallet, that gives you more control over the gas you pay in MetaMask. Using advanced gas controls", + "termCategory": "MetaMask term", + "i18n": { + "Term": "Advanced", + "Simplified Chinese": "高级", + "French": "Avancé", + "German": "Erweitert", + "Indonesian": "Lanjutan", + "Italian": "Avanzati", + "Korean": "고급", + "Persian": "پیشرفته", + "Brazilian Portuguese": "Avançado", + "Russian": "Дополнительно", + "Spanish": "avanzados", + "Filipino (Tagalog)": "Advanced", + "Thai": "ขั้นสูง", + "Turkish": "Gelişmiş", + "Vietnamese": "Nâng cao", + "Arabic": "متقدم", + "Traditional Chinese": "進階", + "Dutch": "geavanceerd", + "Greek": "Για προχωρημένους", + "Hindi": "एडवांस्ड", + "Hungarian": "haladó", + "Japanese": "高度な設定", + "Polish": "Ustawienia zaawansowane", + "Ukrainian": "Розширені" + } + }, + "aggregator": { + "term": "aggregator", + "phonetic": "", + "partOfSpeech": "", + "definition": "An aggregator is a platform that aggregates liquidity from multiple decentralized exchanges (DEXs) or other sources of liquidity to provide users with the best prices and the most efficient execution for their trades.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "aggregator", + "Simplified Chinese": "聚合器", + "French": "agrégateur", + "German": "Aggregator", + "Indonesian": "agregator", + "Italian": "aggregatore", + "Korean": "애그리게이터", + "Persian": "تجمیع‌کننده نقدینگی", + "Brazilian Portuguese": "agregador", + "Russian": "агрегатор", + "Spanish": "agregador", + "Filipino (Tagalog)": "aggregator", + "Thai": "ผู้รวบรวม", + "Turkish": "toplayıcı", + "Vietnamese": "nền tảng tổng hợp thanh khoản", + "Arabic": "مُجمِعّ", + "Traditional Chinese": "聚合交易平台", + "Dutch": "aggregator", + "Greek": "συσσωρευτής", + "Hindi": "एग्रीगेटर", + "Hungarian": "aggregátor", + "Japanese": "アグリゲーター", + "Polish": "Agregator", + "Ukrainian": "агрегатор" + } + }, + "Aggressive": { + "term": "Aggressive", + "phonetic": "", + "partOfSpeech": "", + "definition": "In the context of 'gas fees', Aggressive is a category that enables you to be more forceful with your transaction, and have it completed as soon as possible. There are three categories available in MetaMask: Low, Market, Aggressive Using advanced gas controls", + "termCategory": "MetaMask term", + "i18n": { + "Term": "Aggressive", + "Simplified Chinese": "激进型", + "French": "Agressif", + "German": "Aggressiv", + "Indonesian": "Agresif", + "Italian": "Aggressivo", + "Korean": "공격적", + "Persian": "جسورانه", + "Brazilian Portuguese": "Agressiva", + "Russian": "Агрессивный", + "Spanish": "agresiva/o", + "Filipino (Tagalog)": "Agresibo", + "Thai": "ทุ่มสุดตัว", + "Turkish": "Agresif", + "Vietnamese": "Cao", + "Arabic": "مغامر", + "Traditional Chinese": "Aggressive", + "Dutch": "agressief", + "Greek": "Υψηλότερη αγοραστική τιμή", + "Hindi": "एग्रेसिव", + "Hungarian": "agresszív", + "Japanese": "積極的", + "Polish": "Agresywne podejście", + "Ukrainian": "Агресивний" + } + }, + "Agoric": { + "term": "Agoric", + "phonetic": "", + "partOfSpeech": "", + "definition": "Agoric is a Proof-of-Stake blockchain that functions as a smart contract platform, enabling developers to deploy decentralized applications. The platform is built on a variant of the JavaScript programming language, which is a widely used language for web development.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Agoric", + "Simplified Chinese": "Agoric", + "French": "Agoric", + "German": "Agoric", + "Indonesian": "Agoric", + "Italian": "Agoric", + "Korean": "아고릭", + "Persian": "آگوریک", + "Brazilian Portuguese": "Agoric", + "Russian": "Agoric", + "Spanish": "Agoric", + "Filipino (Tagalog)": "Agoric", + "Thai": "Agoric", + "Turkish": "Agoric", + "Vietnamese": "Agoric", + "Arabic": "Agoric", + "Traditional Chinese": "Agoric", + "Dutch": "Agoric", + "Greek": "Agoric", + "Hindi": "Agoric", + "Hungarian": "agorikus", + "Japanese": "Agoric", + "Polish": "Agoric", + "Ukrainian": "Agoric" + } + }, + "air-gapping": { + "term": "air-gapping", + "phonetic": "", + "partOfSpeech": "", + "definition": "A method for securing computers in which the device does not connect to the internet or any other open networks. Many hardware wallets use air-gapping as a security mechanism to keep users' private keys or Secret Recovery Phrase offline, and thus safer from any kind of attack.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "air-gapping", + "Simplified Chinese": "气隙", + "French": "isolation déconnectée", + "German": "Air-Gapping", + "Indonesian": "Air-gap", + "Italian": "air-gap", + "Korean": "에어갭", + "Persian": "جداسازی فیزیکی", + "Brazilian Portuguese": "lacuna de ar", + "Russian": "физическая изоляция", + "Spanish": "airdrop", + "Filipino (Tagalog)": "air-gapping", + "Thai": "การสร้างแอร์แกป", + "Turkish": "hava boşluğu", + "Vietnamese": "khe hở không khí", + "Arabic": "عزل الأجهزة", + "Traditional Chinese": "實體隔離", + "Dutch": "air-gapping", + "Greek": "διάκενο αέρα", + "Hindi": "एयर-गैपिंग", + "Hungarian": "air-gapping (internetről való teljes leválasztás)", + "Japanese": "エアギャップ", + "Polish": "Odizolowanie od sieci (air-gapping)", + "Ukrainian": "«повітряний зазор»" + } + }, + "airdrop": { + "term": "airdrop", + "phonetic": "", + "partOfSpeech": "", + "definition": "A token distribution method used to send cryptocurrency or tokens to wallet addresses. Sometimes airdrops are used for marketing purposes in exchange for simple tasks like reshares, referrals, or app downloads.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "airdrop", + "Simplified Chinese": "空投", + "French": "airdrop", + "German": "Airdrop", + "Indonesian": "airdrop", + "Italian": "airdrop", + "Korean": "에어드롭", + "Persian": "ایردراپ", + "Brazilian Portuguese": "airdrop", + "Russian": "аирдропнуть", + "Spanish": "airdrop", + "Filipino (Tagalog)": "airdrop", + "Thai": "แอร์ดรอป", + "Turkish": "airdrop", + "Vietnamese": "tặng", + "Arabic": "توزيع مجاني", + "Traditional Chinese": "空投", + "Dutch": "airdrop", + "Greek": "τακτική airdrop", + "Hindi": "एयरड्रॉप", + "Hungarian": "airdrop", + "Japanese": "エアドロップする", + "Polish": "Airdrop", + "Ukrainian": "ейрдроп" + } + }, + "airdrop (noun)": { + "term": "airdrop (noun)", + "phonetic": "", + "partOfSpeech": "", + "definition": "A token distribution method used to send cryptocurrency or tokens to wallet addresses. Sometimes airdrops are used for marketing purposes in exchange for simple tasks like reshares, referrals, or app downloads.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "airdrop (noun)", + "Simplified Chinese": "空投", + "French": "airdrop (nom)", + "German": "Airdrop", + "Indonesian": "airdrop", + "Italian": "airdrop (noun)", + "Korean": "에어드롭(명사)", + "Persian": "ایردراپ", + "Brazilian Portuguese": "airdrop", + "Russian": "аирдроп", + "Spanish": "AirGap Vault", + "Filipino (Tagalog)": "airdrop (pangngalan)", + "Thai": "แอร์ดรอป", + "Turkish": "airdrop", + "Vietnamese": "tiền được tặng (danh từ)", + "Arabic": "توزيع مجاني (اير دروب)", + "Traditional Chinese": "空投", + "Dutch": "airdrop", + "Greek": "τακτική airdrop", + "Hindi": "एयरड्रॉप (नाउन)", + "Hungarian": "airdrop", + "Japanese": "エアドロップ", + "Polish": "Airdrop", + "Ukrainian": "ейрдроп" + } + }, + "AirGap Vault": { + "term": "AirGap Vault", + "phonetic": "", + "partOfSpeech": "", + "definition": "AirGap Vault is a crypto wallet application that provides secure storage for digital assets. The wallet is designed to be used in conjunction with AirGap's other wallet app, AirGap Wallet, which is used for sending and receiving transactions.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "AirGap Vault", + "Simplified Chinese": "AirGap Vault", + "French": "AirGap Vault", + "German": "AirGap Vault", + "Indonesian": "AirGap Vault", + "Italian": "AirGap Vault", + "Korean": "에어갭 볼트", + "Persian": "خزانه ایرگپ", + "Brazilian Portuguese": "AirGap Vault", + "Russian": "AirGap Vault", + "Spanish": "espacios de aire", + "Filipino (Tagalog)": "AirGap Vault", + "Thai": "AirGap Vault", + "Turkish": "AirGap Vault", + "Vietnamese": "AirGap Vault", + "Arabic": "خزانة AirGap", + "Traditional Chinese": "AirGap Vault", + "Dutch": "AirGap Vault", + "Greek": "AirGap Vault", + "Hindi": "AirGap Vault", + "Hungarian": "AirGap Vault", + "Japanese": "AirGap Vault", + "Polish": "AirGap Vault", + "Ukrainian": "AirGap Vault" + } + }, + "AirSwap": { + "term": "AirSwap", + "phonetic": "", + "partOfSpeech": "", + "definition": "AirSwap is a decentralized exchange (DEX) platform for trading digital assets, operating on Ethereum and Layer-2s like Polygon, Arbitrum.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "AirSwap", + "Simplified Chinese": "AirSwap", + "French": "AirSwap", + "German": "AirSwap", + "Indonesian": "AirSwap", + "Italian": "AirSwap", + "Korean": "에어스왑", + "Persian": "ایرسوآپ", + "Brazilian Portuguese": "AirSwap", + "Russian": "AirSwap", + "Spanish": "AirSwap", + "Filipino (Tagalog)": "AirSwap", + "Thai": "AirSwap", + "Turkish": "AirSwap", + "Vietnamese": "AirSwap", + "Arabic": "AirSwap", + "Traditional Chinese": "AirSwap", + "Dutch": "AirSwap", + "Greek": "AirSwap", + "Hindi": "AirSwap", + "Hungarian": "AirSwap", + "Japanese": "AirSwap", + "Polish": "AirSwap", + "Ukrainian": "AirSwap" + } + }, + "algorithm": { + "term": "algorithm", + "phonetic": "", + "partOfSpeech": "", + "definition": "An algorithm is a finite sequence of rigorous instructions, typically used to solve a class of specific problems or to perform a computation.", + "termCategory": "Software term", + "i18n": { + "Term": "algorithm", + "Simplified Chinese": "算法", + "French": "algorithme", + "German": "Algorithmus", + "Indonesian": "algoritma", + "Italian": "algoritmo", + "Korean": "알고리즘", + "Persian": "الگوریتم", + "Brazilian Portuguese": "algoritmo", + "Russian": "алгоритм", + "Spanish": "algoritmo", + "Filipino (Tagalog)": "algoritmo", + "Thai": "อัลกอริทึม", + "Turkish": "algoritma", + "Vietnamese": "thuật toán", + "Arabic": "خوارزمية", + "Traditional Chinese": "演算法", + "Dutch": "algoritme", + "Greek": "αλγόριθμος", + "Hindi": "एल्गोरिथम", + "Hungarian": "algoritmus", + "Japanese": "アルゴリズム", + "Polish": "Algorytm", + "Ukrainian": "алгоритм" + } + }, + "altcoin": { + "term": "altcoin", + "phonetic": "", + "partOfSpeech": "", + "definition": "As Bitcoin was the first cryptocurrency, the term 'altcoin' was created to refer to 'any cryptocurrency other than Bitcoin'. The term is less used in Ethereum or smart contract-enabled blockchain communities. Many altcoins are forks of Bitcoin with minor changes (e.g., Litecoin). See also 'fork'.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "altcoin", + "Simplified Chinese": "竞争币", + "French": "altcoin", + "German": "Altcoin", + "Indonesian": "altcoin", + "Italian": "altcoin", + "Korean": "알트코인", + "Persian": "آلتکوین", + "Brazilian Portuguese": "altcoin", + "Russian": "альткоин", + "Spanish": "altcoin", + "Filipino (Tagalog)": "altcoin", + "Thai": "อัลต์คอยน์", + "Turkish": "altcoin", + "Vietnamese": "tiền thay thế", + "Arabic": "عملة بديلة", + "Traditional Chinese": "山寨幣", + "Dutch": "altcoin", + "Greek": "altcoin", + "Hindi": "ऑल्टकॉइन", + "Hungarian": "altcoin", + "Japanese": "アルトコイン", + "Polish": "Altcoin", + "Ukrainian": "альткойн" + } + }, + "AML (Anti-Money Laundering)": { + "term": "AML (Anti-Money Laundering)", + "phonetic": "", + "partOfSpeech": "", + "definition": "A set of international laws enacted to diminish the potential for criminal organizations or individuals to launder money. These rules and laws are applied to cryptocurrencies with varying effects in different jurisdictions.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "AML (Anti-Money Laundering)", + "Simplified Chinese": "反洗钱(AML)", + "French": "AML (lutte contre le blanchiment d’argent)", + "German": "AML (Geldwäschebekämpfung)", + "Indonesian": "AML (Anti-Pencucian Uang)", + "Italian": "AML (Antiriciclaggio)", + "Korean": "AML(자금세탁방지)", + "Persian": "AML (مبارزه با پولشویی)", + "Brazilian Portuguese": "PLD (prevenção à lavagem de dinheiro)", + "Russian": "БОД (борьба с отмыванием денег)", + "Spanish": "prevención de blanqueo de capitales (PBC)", + "Filipino (Tagalog)": "AML (Anti-Money Laundering)", + "Thai": "AML (การต่อต้านการฟอกเงิน)", + "Turkish": "AML (Kara Para Aklamanın Önlenmesi)", + "Vietnamese": "AML (Chống rửa tiền)", + "Arabic": "مكافحة غسيل الأموال", + "Traditional Chinese": "防制洗錢計劃", + "Dutch": "witwasbestrijding (AML, anti-money laundering)", + "Greek": "AML Καταπολέμηση της νομιμοποίησης εσόδων από παράνομες δραστηριότητες)", + "Hindi": "AML (एंटी-मनी लॉन्ड्रिंग)", + "Hungarian": "AML (pénzmosás elleni küzdelem)", + "Japanese": "AML (マネーロンダリング対策)", + "Polish": "AML (przeciwdziałanie praniu pieniędzy)", + "Ukrainian": "AML (Боротьба з відмиванням грошей)" + } + }, + "API": { + "term": "API", + "phonetic": "", + "partOfSpeech": "", + "definition": "Application Programming Interface. A software intermediary that allows two separate applications to communicate with one another. APIs define methods of communication between various components.", + "termCategory": "Software term", + "i18n": { + "Term": "API", + "Simplified Chinese": "API", + "French": "API", + "German": "API", + "Indonesian": "API", + "Italian": "API", + "Korean": "API", + "Persian": "API", + "Brazilian Portuguese": "API", + "Russian": "API", + "Spanish": "API", + "Filipino (Tagalog)": "API", + "Thai": "API", + "Turkish": "API", + "Vietnamese": "API", + "Arabic": "واجهة برمجة التطبيقات", + "Traditional Chinese": "應用程式介面", + "Dutch": "API", + "Greek": "API", + "Hindi": "API", + "Hungarian": "API", + "Japanese": "API", + "Polish": "API", + "Ukrainian": "API" + } + }, + "API (Application Programming Interface)": { + "term": "API (Application Programming Interface)", + "phonetic": "", + "partOfSpeech": "", + "definition": "A predefined set of requests that one program can make to another in order to transfer information between them. When you hear someone saying that an application is 'getting information from' another source, it's often doing so through an API.", + "termCategory": "Software term", + "i18n": { + "Term": "API (Application Programming Interface)", + "Simplified Chinese": "API(应用程序编程接口)", + "French": "API (interface de programmation d’application)", + "German": "API (Anwendungsprogrammierschnittstelle)", + "Indonesian": "API (Antarmuka Pemrograman Aplikasi)", + "Italian": "API (Application Programming Interface)", + "Korean": "API(애플리케이션 프로그래밍 인터페이스)", + "Persian": "API (رابط برنامه کاربردی)", + "Brazilian Portuguese": "API (interface de programação de aplicativo)", + "Russian": "API (интерфейс прикладного программирования)", + "Spanish": "API (interfaz de programación de aplicaciones)", + "Filipino (Tagalog)": "API (Application Programming Interface)", + "Thai": "API (อินเทอร์เฟซโปรแกรมแอปพลิเคชัน)", + "Turkish": "API (Uygulama Programlama Arayüzü)", + "Vietnamese": "API (Giao diện lập trình ứng dụng)", + "Arabic": "واجهة برمجة التطبيقات (API)", + "Traditional Chinese": "應用程式介面", + "Dutch": "API (application programming interface)", + "Greek": "API (Application Programming Interface)", + "Hindi": "API (एप्लीकेशन प्रोग्रामिंग इंटरफेस)", + "Hungarian": "API (alkalmazásprogramozási felület)", + "Japanese": "API (アプリケーションプログラミングインターフェイス)", + "Polish": "API (interfejs oprogramowania aplikacji)", + "Ukrainian": "API (інтерфейс прикладного програмування)" + } + }, + "AppChain": { + "term": "AppChain", + "phonetic": "", + "partOfSpeech": "", + "definition": "A blockchain network custom-made and optimized for a specific application's needs. An appchain is generally not a full-blown blockchain, but offers an optimized execution environment for the application, while still relying on an underlying blockchain for consensus. See also: 'blockchain trilemma', 'modular blockchain', 'Layer 2', 'Layer 3'.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "AppChain", + "Simplified Chinese": "AppChain", + "French": "AppChain", + "German": "AppChain", + "Indonesian": "AppChain", + "Italian": "AppChain", + "Korean": "앱체인", + "Persian": "بلاک‌چین مخصوص برنامه", + "Brazilian Portuguese": "AppChain", + "Russian": "Аппчейн", + "Spanish": "cadena específica de la aplicación", + "Filipino (Tagalog)": "AppChain", + "Thai": "AppChain", + "Turkish": "Uygulama Zinciri", + "Vietnamese": "Chuỗi khối dành cho ứng dụng", + "Arabic": "بلوكتشين التطبيق الخاص (AppChain)", + "Traditional Chinese": "應用鏈", + "Dutch": "AppChain", + "Greek": "AppChain", + "Hindi": "ऐपचेन", + "Hungarian": "AppChain", + "Japanese": "AppChain", + "Polish": "AppChain", + "Ukrainian": "AppChain" + } + }, + "Apple Pay": { + "term": "Apple Pay", + "phonetic": "", + "partOfSpeech": "", + "definition": "Apple Pay is a mobile payment service by Apple Inc. that allows users to make payments in person, in iOS apps, and on the web.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Apple Pay", + "Simplified Chinese": "Apple Pay", + "French": "Apple Pay", + "German": "Apple Pay", + "Indonesian": "Apple Pay", + "Italian": "Apple Pay", + "Korean": "애플 페이", + "Persian": "اَپل پِی", + "Brazilian Portuguese": "Apple Pay", + "Russian": "Apple Pay", + "Spanish": "Apple Pay", + "Filipino (Tagalog)": "Apple Pay", + "Thai": "Apple Pay", + "Turkish": "Apple Pay", + "Vietnamese": "Apple Pay", + "Arabic": "Apple Pay", + "Traditional Chinese": "Apple Pay", + "Dutch": "Apple Pay", + "Greek": "Apple Pay", + "Hindi": "Apple Pay", + "Hungarian": "Apple Pay", + "Japanese": "Apple Pay", + "Polish": "Apple Pay", + "Ukrainian": "Apple Pay" + } + }, + "Arbitrum": { + "term": "Arbitrum", + "phonetic": "", + "partOfSpeech": "", + "definition": "Arbitrum is a layer 2 scaling solution for Ethereum, designed to improve the scalability and reduce the cost of transactions on the Ethereum network. It is an implementation of the Optimistic Rollup technology, which is a type of scaling solution that uses off-chain computation to reduce the load on the main Ethereum network.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Arbitrum", + "Simplified Chinese": "Arbitrum", + "French": "Arbitrum", + "German": "Arbitrum", + "Indonesian": "Arbitrum", + "Italian": "Arbitrum", + "Korean": "아비트럼", + "Persian": "آربیتروم", + "Brazilian Portuguese": "Arbitrum", + "Russian": "Arbitrum", + "Spanish": "Arbitrum", + "Filipino (Tagalog)": "Arbitrum", + "Thai": "Arbitrum", + "Turkish": "Arbitrum", + "Vietnamese": "Arbitrum", + "Arabic": "Arbitrum", + "Traditional Chinese": "Arbitrum", + "Dutch": "Arbitrum", + "Greek": "Arbitrum", + "Hindi": "Arbitrum", + "Hungarian": "Arbitrum", + "Japanese": "Arbitrum", + "Polish": "Arbitrum", + "Ukrainian": "Arbitrum" + } + }, + "ASIC (Application Specific Integrated Circuit)": { + "term": "ASIC (Application Specific Integrated Circuit)", + "phonetic": "", + "partOfSpeech": "", + "definition": "ASICs are silicon chips designed to do a specific task. In ASICs used for mining cryptocurrencies, the ASIC will perform a calculation to find values that provide a desired solution when placed into a hashing algorithm.", + "termCategory": "Software term", + "i18n": { + "Term": "ASIC (Application Specific Integrated Circuit)", + "Simplified Chinese": "ASIC(专用集成电路)", + "French": "ASIC (circuit intégré spécifique à une application)", + "German": "ASIC (Anwendungsspezifische integrierte Schaltung)", + "Indonesian": "ASIC (Sirkuit Terintegrasi Khusus di Aplikasi)", + "Italian": "ASIC (circuito integrato per applicazione specifica)", + "Korean": "ASIC(주문형 반도체)", + "Persian": "ای‌سیک(مدارهای مجتمع با کاربرد خاص)", + "Brazilian Portuguese": "ASIC (circuito integrado de aplicação específica)", + "Russian": "ASIC (специальная интегральная схема)", + "Spanish": "ASIC (circuito integrado de aplicación específica)", + "Filipino (Tagalog)": "ASIC (Application Specific Integrated Circuit)", + "Thai": "ASIC (วงจรรวมเฉพาะแอปพลิเคชัน)", + "Turkish": "ASIC (Uygulamaya Özel Tümleşik Devre)", + "Vietnamese": "ASIC (Mạch tích hợp chuyên dụng)", + "Arabic": "الدائرة المتكاملة الخاصة بالتطبيق (ASIC)", + "Traditional Chinese": "特定應用積體電路", + "Dutch": "ASIC (application-specific integrated circuit)", + "Greek": "ASIC (Application Specific Integrated Circuit)", + "Hindi": "ASIC (एप्लीकेशन स्पेसिफिक इंटीग्रेटेड सर्किट)", + "Hungarian": "ASIC (alkalmazásspecifikus integrált áramkör)", + "Japanese": "ASIC (特定用途向け集積回路)", + "Polish": "ASIC (specjalizowany układ scalony)", + "Ukrainian": "ASIC (спеціалізована інтегральна схема)" + } + }, + "asset provenance": { + "term": "asset provenance", + "phonetic": "", + "partOfSpeech": "", + "definition": "Asset provenance refers to the origin, history, and ownership of a particular digital asset on the blockchain. In the crypto context, asset provenance refers to the ability to trace the ownership and transfer of a specific cryptocurrency or token from its creation or minting to its current holder.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "asset provenance", + "Simplified Chinese": "资产来源", + "French": "Provenance de l’actif", + "German": "Herkunft des Assets", + "Indonesian": "Provenance aset", + "Italian": "provenienza dei fondi", + "Korean": "자산 출처", + "Persian": "منشأ دارایی", + "Brazilian Portuguese": "origem do ativo", + "Russian": "происхождение активов", + "Spanish": "procedencia de activos", + "Filipino (Tagalog)": "pinagmulan ng asset", + "Thai": "ที่มาของสินทรัพย์", + "Turkish": "varlık provenansı", + "Vietnamese": "nguồn gốc tài sản", + "Arabic": "منشأ الأصل", + "Traditional Chinese": "資產出處", + "Dutch": "herkomst van asset", + "Greek": "προέλευση περιουσιακών στοιχείων", + "Hindi": "एसेट प्रोवेनेंस", + "Hungarian": "eszköz eredete", + "Japanese": "資産の来歴追跡", + "Polish": "Pochodzenie aktywów", + "Ukrainian": "походження активів" + } + }, + "attestation": { + "term": "attestation", + "phonetic": "", + "partOfSpeech": "", + "definition": "Attestation in crypto refers to the process of verifying the authenticity or validity of a piece of information or a transaction on a blockchain network. Attestation is an important aspect of blockchain technology, as it helps to ensure the integrity and security of the network. In general, attestation involves a trusted third-party, or attester, verifying the authenticity of a transaction or piece of information. This can include verifying the identity of users on the network, verifying the accuracy of data, or validating the authenticity of a digital signature. One example of attestation in crypto is the use of digital signatures to authenticate transactions on a blockchain network. Digital signatures use public key cryptography to verify the identity of the sender and ensure that the transaction has not been tampered with. Another example of attestation in crypto is the use of Proof of Stake (PoS) consensus mechanisms, which rely on validators to attest to the validity of transactions on the network. Validators are responsible for verifying transactions and adding new blocks to the blockchain, and they are rewarded with cryptocurrency for their efforts. For more info, see Attestation in Ethereum.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "attestation", + "Simplified Chinese": "证明", + "French": "attestation", + "German": "Bestätigung", + "Indonesian": "pengesahan", + "Italian": "attestazione", + "Korean": "증명", + "Persian": "گواهی", + "Brazilian Portuguese": "atestado", + "Russian": "аттестация", + "Spanish": "atestación", + "Filipino (Tagalog)": "pagpapatunay", + "Thai": "การลงนามรับรอง", + "Turkish": "tasdik", + "Vietnamese": "chứng thực", + "Arabic": "المصادقة", + "Traditional Chinese": "見證消息", + "Dutch": "attestatie", + "Greek": "επιβεβαίωση", + "Hindi": "अटेस्टेशन", + "Hungarian": "tanúsítvány", + "Japanese": "証明", + "Polish": "Poświadczenie", + "Ukrainian": "атестація" + } + }, + "Avalanche": { + "term": "Avalanche", + "phonetic": "", + "partOfSpeech": "", + "definition": "Avalanche is a decentralized blockchain platform designed to provide fast and secure transactions for digital assets and applications. The platform uses a consensus mechanism known as Avalanche consensus, which allows for high throughput, low latency, and customizable blockchains.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Avalanche", + "Simplified Chinese": "Avalanche", + "French": "Avalanche", + "German": "Avalanche", + "Indonesian": "Avalanche", + "Italian": "Avalanche", + "Korean": "아발란체", + "Persian": "اولانچ", + "Brazilian Portuguese": "Avalanche", + "Russian": "Avalanche", + "Spanish": "Avalanche", + "Filipino (Tagalog)": "Avalanche", + "Thai": "Avalanche", + "Turkish": "Avalanche", + "Vietnamese": "Avalanche", + "Arabic": "Avalanche", + "Traditional Chinese": "Avalanche", + "Dutch": "Avalanche", + "Greek": "Avalanche", + "Hindi": "Avalanche", + "Hungarian": "Avalanche", + "Japanese": "Avalanche", + "Polish": "Avalanche", + "Ukrainian": "Avalanche" + } + }, + "Axie Infinity": { + "term": "Axie Infinity", + "phonetic": "", + "partOfSpeech": "", + "definition": "Axie Infinity is a non-fungible token-based online video game known for its in-game economy, which uses Ethereum-based cryptocurrencies.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Axie Infinity", + "Simplified Chinese": "Axie Infinity", + "French": "Axie Infinity", + "German": "Axie Infinity", + "Indonesian": "Axie Infinity", + "Italian": "Axie Infinity", + "Korean": "액시 인피니티", + "Persian": "اکسی اینفینیتی", + "Brazilian Portuguese": "Axie Infinity", + "Russian": "Axie Infinity", + "Spanish": "Axie Infinity", + "Filipino (Tagalog)": "Axie Infinity", + "Thai": "Axie Infinity", + "Turkish": "Axie Infinity", + "Vietnamese": "Axie Infinity", + "Arabic": "Axie Infinity", + "Traditional Chinese": "Axie Infinity", + "Dutch": "Axie Infinity", + "Greek": "Axie Infinity", + "Hindi": "Axie Infinity", + "Hungarian": "Axie Infinity", + "Japanese": "Axie Infinity", + "Polish": "Axie Infinity", + "Ukrainian": "Axie Infinity" + } + }, + "Base fee": { + "term": "Base fee", + "phonetic": "", + "partOfSpeech": "", + "definition": "Every block has a reserve price known as the 'base fee'. It is the minimum gas fee a user must pay to include a transaction in the next block.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Base fee", + "Simplified Chinese": "基础费用", + "French": "Frais de base", + "German": "Grundgebühr", + "Indonesian": "Biaya dasar", + "Italian": "Commissione di base", + "Korean": "기본 요금", + "Persian": "کارمزد پایه", + "Brazilian Portuguese": "Taxa base", + "Russian": "Базовая комиссия", + "Spanish": "tarifa base", + "Filipino (Tagalog)": "Batayang bayad", + "Thai": "ค่าแก๊สพื้นฐาน", + "Turkish": "Baz ücret", + "Vietnamese": "Phí cơ sở", + "Arabic": "الحد الأدنى للرسوم", + "Traditional Chinese": "基本費用", + "Dutch": "base fee", + "Greek": "Βασική αμοιβή", + "Hindi": "बेस फी", + "Hungarian": "alapdíj", + "Japanese": "基本料金", + "Polish": "Opłata podstawowa", + "Ukrainian": "Базова комісія" + } + }, + "Beacon Chain": { + "term": "Beacon Chain", + "phonetic": "", + "partOfSpeech": "", + "definition": "The Beacon Chain was one element built in the infrastructure being built to scale Ethereum. It was the foundation for a transition from a Proof of Work (PoW) consensus mechanism to Proof of Stake (PoS). For more information, see this guide.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Beacon Chain", + "Simplified Chinese": "信标链", + "French": "Chaîne phare", + "German": "Beacon Chain", + "Indonesian": "Beacon Chain", + "Italian": "Beacon Chain", + "Korean": "비콘 체인", + "Persian": "بیکن چین", + "Brazilian Portuguese": "Beacon Chain", + "Russian": "Бикончейн", + "Spanish": "cadena Beacon", + "Filipino (Tagalog)": "Beacon Chain", + "Thai": "Beacon Chain", + "Turkish": "İşaret Zinciri", + "Vietnamese": "Chuỗi Beacon", + "Arabic": "سلسلة المنارة (Beacon)", + "Traditional Chinese": "信標鏈", + "Dutch": "Beacon Chain", + "Greek": "Κύρια αλυσίδα", + "Hindi": "बीकन चेन", + "Hungarian": "Beacon-lánc", + "Japanese": "ビーコンチェーン", + "Polish": "Łańcuch śledzący (beacon chain)", + "Ukrainian": "Beacon Chain" + } + }, + "Binance": { + "term": "Binance", + "phonetic": "", + "partOfSpeech": "", + "definition": "Binance is a centralized cryptocurrency exchange which operates in multiple countries, as well as two different blockchains, the BNB Chain and the BNB Smart Chain.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Binance", + "Simplified Chinese": "Binance", + "French": "Binance", + "German": "Binance", + "Indonesian": "Binance", + "Italian": "Binance", + "Korean": "바이낸스", + "Persian": "بایننس", + "Brazilian Portuguese": "Binance", + "Russian": "Binance", + "Spanish": "Binance", + "Filipino (Tagalog)": "Binance", + "Thai": "Binance", + "Turkish": "Binance", + "Vietnamese": "Binance", + "Arabic": "Binance", + "Traditional Chinese": "Binance", + "Dutch": "Binance", + "Greek": "Binance", + "Hindi": "Binance", + "Hungarian": "Binance", + "Japanese": "Binance", + "Polish": "Binance", + "Ukrainian": "Binance" + } + }, + "Bitcoin / bitcoin (BTC)": { + "term": "Bitcoin / bitcoin (BTC)", + "phonetic": "", + "partOfSpeech": "", + "definition": "Bitcoin is a decentralized digital currency or cryptocurrency, which was created in 2009 by an unknown person or group using the name Satoshi Nakamoto. Bitcoin transactions are recorded on a public digital ledger called the blockchain, which is maintained by a network of computers worldwide. Bitcoin transactions are made directly between users without the need for intermediaries like banks or financial institutions. Users can send and receive Bitcoins using digital wallets. One of the key features of Bitcoin is its limited supply. There will only ever be 21 million Bitcoins in existence, which helps to prevent inflation and maintain the value of the currency. The plural of bitcoin is just bitcoin; the abbreviation is BTC, with a space: I have 250 BTC.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Bitcoin / bitcoin (BTC)", + "Simplified Chinese": "比特币 / 比特币(BTC)", + "French": "Bitcoin / bitcoin (BTC)", + "German": "Bitcoin / Bitcoin (BTC)", + "Indonesian": "Bitcoin / bitcoin (BTC)", + "Italian": "Bitcoin / bitcoin (BTC)", + "Korean": "비트코인 / 비트코인(BTC)", + "Persian": "بیت‌کوین (BTC)", + "Brazilian Portuguese": "Bitcoin / bitcoin (BTC)", + "Russian": "Биткойн/ биткойн (BTC)", + "Spanish": "Bitcoin / bitcoin (BTC)", + "Filipino (Tagalog)": "Bitcoin / bitcoin (BTC)", + "Thai": "บิตคอยน์", + "Turkish": "Bitcoin / bitcoin (BTC)", + "Vietnamese": "Bitcoin/bitcoin (BTC)", + "Arabic": "البيتكوين / بيتكوين (BTC)", + "Traditional Chinese": "比特幣", + "Dutch": "bitcoin (BTC)", + "Greek": "Bitcoin / bitcoin (BTC)", + "Hindi": "Bitcoin / bitcoin (BTC)", + "Hungarian": "Bitcoin/bitcoin (BTC)", + "Japanese": "ビットコイン / ビットコイン (BTC)", + "Polish": "Bitcoin / bitcoin (BTC)", + "Ukrainian": "Біткойн/біткойн (BTC)" + } + }, + "block (noun)": { + "term": "block (noun)", + "phonetic": "", + "partOfSpeech": "", + "definition": "If we think of a blockchain as consisting of a ledger that is being constantly synced between any number of different nodes (indeed, 'distributed ledger technology' is another phrase used to describe it), imagine that after a certain number of transactions have been added to the ledger and consensus has been reached among the nodes that the transactions are valid, then they are cryptographically locked into a 'block' and officially recorded; this 'block' forms the basis for the next one; in this way, they are all linked together in a chain, hence--blockchain.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "block (noun)", + "Simplified Chinese": "区块", + "French": "Bloc (nom)", + "German": "Block", + "Indonesian": "block", + "Italian": "blocco (noun)", + "Korean": "블록(명사)", + "Persian": "بلاک", + "Brazilian Portuguese": "bloco", + "Russian": "блок", + "Spanish": "bloque", + "Filipino (Tagalog)": "block (pangngalan)", + "Thai": "บล็อก", + "Turkish": "blok", + "Vietnamese": "khối (danh từ)", + "Arabic": "كُتلة", + "Traditional Chinese": "區塊", + "Dutch": "blok", + "Greek": "ομάδα καταχωρίσεων", + "Hindi": "ब्लॉक (नाउन)", + "Hungarian": "blokk", + "Japanese": "ブロック", + "Polish": "Blok", + "Ukrainian": "блок" + } + }, + "block explorer": { + "term": "block explorer", + "phonetic": "", + "partOfSpeech": "", + "definition": "A blockchain explorer is an application, most often a website along with a corresponding API, that displays information about blockchain activity in a more human-friendly way. While a blockchain is designed to keep information forever, and be “readable by anyone”, finding the specific information you’re interested in may require indexing data off the blockchain–that is, sorting it according to given categories (sender address, token type, etc) into a separate database which can then be queried by the user; this essential function is provided by blockchain explorers. A prominent example is etherscan, which also offers explorers on a number of other networks.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "block explorer", + "Simplified Chinese": "区块浏览器", + "French": "explorateur de blocs", + "German": "Block-Explorer", + "Indonesian": "block explorer", + "Italian": "block explorer", + "Korean": "블록 탐색기", + "Persian": "مرورگر بلاک", + "Brazilian Portuguese": "explorador de blocos", + "Russian": "обозреватель блоков", + "Spanish": "explorador de bloques", + "Filipino (Tagalog)": "block explorer", + "Thai": "ส่วนอธิบายบล็อก", + "Turkish": "blok gezgini", + "Vietnamese": "trình khám phá khối", + "Arabic": "مستكشف البلوكتشين", + "Traditional Chinese": "區塊鏈瀏覽器", + "Dutch": "blokverkenner", + "Greek": "εξερευνητής ομάδας καταχωρίσεων", + "Hindi": "ब्लॉक एक्सप्लोरर", + "Hungarian": "blokk felfedező", + "Japanese": "ブロックエクスプローラー", + "Polish": "Eksplorator bloków", + "Ukrainian": "оглядач блоків" + } + }, + "block height": { + "term": "block height", + "phonetic": "", + "partOfSpeech": "", + "definition": "The number of blocks connected together in the blockchain. For example, Height 0 would be the very first block, which is also called the Genesis Block.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "block height", + "Simplified Chinese": "区块高度", + "French": "hauteur de bloc", + "German": "Blockhöhe", + "Indonesian": "ketinggian block", + "Italian": "altezza del blocco", + "Korean": "블록 높이", + "Persian": "ارتفاع بلاک", + "Brazilian Portuguese": "altura do bloco", + "Russian": "высота блока", + "Spanish": "altura del bloque", + "Filipino (Tagalog)": "taas ng block", + "Thai": "เลขบล็อก", + "Turkish": "blok yüksekliği", + "Vietnamese": "chiều cao khối", + "Arabic": "موقع الكتلة", + "Traditional Chinese": "區塊高度", + "Dutch": "blokhoogte", + "Greek": "ύψος ομάδας καταχωρίσεων", + "Hindi": "ब्लॉक हाइट", + "Hungarian": "blokkmagasság", + "Japanese": "ブロックの高さ", + "Polish": "Wysokość bloku", + "Ukrainian": "висота блоку" + } + }, + "block reward": { + "term": "block reward", + "phonetic": "", + "partOfSpeech": "", + "definition": "The reward given to a miner or validator after it has successfully hashed a transaction block. Block rewards can be a mixture of coins and transaction fees. The composition depends on the policy used by the cryptocurrency in question, and whether all of the coins have already been successfully mined. The current block reward for the Bitcoin network is 12.5 bitcoins per block.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "block reward", + "Simplified Chinese": "区块奖励", + "French": "récompense de bloc", + "German": "Blockbelohnung", + "Indonesian": "imbalan block", + "Italian": "ricompensa del blocco", + "Korean": "블록 보상", + "Persian": "پاداش بلاک", + "Brazilian Portuguese": "recompensa do bloco", + "Russian": "вознаграждение за блок", + "Spanish": "recompensa por bloque", + "Filipino (Tagalog)": "gantimpala ng block", + "Thai": "รางวัลการขุดบล็อก", + "Turkish": "blok ödülü", + "Vietnamese": "phần thưởng khối", + "Arabic": "مكافأة الكتلة", + "Traditional Chinese": "區塊獎勵", + "Dutch": "blokbeloning", + "Greek": "ανταμοιβή ομάδας καταχωρίσεων", + "Hindi": "ब्लॉक रिवॉर्ड", + "Hungarian": "blokkjutalom", + "Japanese": "ブロック報酬", + "Polish": "Nagroda za blok", + "Ukrainian": "винагорода за блок" + } + }, + "block time": { + "term": "block time", + "phonetic": "", + "partOfSpeech": "", + "definition": "When we talk about 'block time', we're referring to how long it takes for a block of transactions (see 'block') to be confirmed by the network, either by miners under PoW or by validators under PoS. See also 'Proof of Work', 'Proof of Stake'.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "block time", + "Simplified Chinese": "区块时间", + "French": "délai du bloc", + "German": "Blockzeit", + "Indonesian": "waktu block", + "Italian": "orario creazione blocco", + "Korean": "블록타임", + "Persian": "زمان بلاک", + "Brazilian Portuguese": "tempo do bloco", + "Russian": "время блока", + "Spanish": "tiempo del bloque", + "Filipino (Tagalog)": "oras ng block", + "Thai": "ระยะเวลาบล็อก", + "Turkish": "blok süresi", + "Vietnamese": "thời gian đóng khối", + "Arabic": "وقت الكتلة", + "Traditional Chinese": "新的區塊在區塊鏈中被生成的時間間隔", + "Dutch": "bloktijd", + "Greek": "χρόνος ομάδας καταχωρίσεων", + "Hindi": "ब्लॉक टाइम", + "Hungarian": "blokkidő", + "Japanese": "ブロックタイム", + "Polish": "Czas wydobycia bloku", + "Ukrainian": "час блокування" + } + }, + "blockchain": { + "term": "blockchain", + "phonetic": "", + "partOfSpeech": "", + "definition": "A digital ledger comprised of unchangeable, digitally recorded data in packages called blocks. Each block is ‘chained’ to the next block using a cryptographic signature. Ethereum is a public blockchain, open to the world; its digital ledger is distributed, or synced, between many nodes; these nodes arrive at consensus regarding whether a transaction is valid before encrypting it, along with a number of other valid transactions, into a block. For more on blockchain technology, see here. See also 'block'.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "blockchain", + "Simplified Chinese": "区块链", + "French": "blockchain/chaîne de blocs", + "German": "Blockchain", + "Indonesian": "blockchain", + "Italian": "blockchain", + "Korean": "블록체인", + "Persian": "بلاک‌چین", + "Brazilian Portuguese": "blockchain", + "Russian": "блокчейн", + "Spanish": "cadena de bloques", + "Filipino (Tagalog)": "blockchain", + "Thai": "บล็อกเชน", + "Turkish": "blokzinciri", + "Vietnamese": "chuỗi khối", + "Arabic": "سلسلة الكتل (البلوكتشين)", + "Traditional Chinese": "區塊鏈", + "Dutch": "blockchain", + "Greek": "αλυσίδα κατανεμημένης εγγραφής", + "Hindi": "ब्लॉकचेन", + "Hungarian": "blokklánc", + "Japanese": "ブロックチェーン", + "Polish": "Blockchain (łańcuch bloków)", + "Ukrainian": "блокчейн" + } + }, + "Blockchain explorer": { + "term": "Blockchain explorer", + "phonetic": "", + "partOfSpeech": "", + "definition": "A blockchain explorer is an application, most often a website along with a corresponding API, that displays information about blockchain activity in a more human-friendly way. While a blockchain is designed to keep information forever, and be 'readable by anyone', finding the specific information you're interested in may require indexing data off the blockchain--that is, sorting it according to given categories (sender address, token type, etc) into a separate database which can then be queried by the user; this essential function is provided by blockchain explorers. A prominent example is etherscan, which also offers explorers on a number of other networks.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Blockchain explorer", + "Simplified Chinese": "区块链浏览器", + "French": "Explorateur de blockchain", + "German": "Blockchain-Explorer", + "Indonesian": "Blockchain explorer", + "Italian": "Blockchain explorer", + "Korean": "블록체인 탐색기", + "Persian": "مرورگر بلاک‌چین", + "Brazilian Portuguese": "Explorador de blockchain", + "Russian": "Обзреватель блокчейна", + "Spanish": "explorador de la cadenas de bloques", + "Filipino (Tagalog)": "Blockchain explorer", + "Thai": "ส่วนอธิบายบล็อกเชน", + "Turkish": "Blokzinciri gezgini", + "Vietnamese": "Trình khám phá chuỗi khối", + "Arabic": "مستكشف البلوكتشين", + "Traditional Chinese": "區塊鏈瀏覽器", + "Dutch": "blockchain-verkenner", + "Greek": "Εξερευνητής αλυσίδας κατανεμημένης εγγραφής", + "Hindi": "ब्लॉकचेन एक्सप्लोरर", + "Hungarian": "blokklánc felfedező", + "Japanese": "ブロックチェーンエクスプローラー", + "Polish": "Eksplorator blockchain", + "Ukrainian": "Блокчейн-оглядач" + } + }, + "blockchain trilemma": { + "term": "blockchain trilemma", + "phonetic": "", + "partOfSpeech": "", + "definition": "Tradeoffs facing those building public blockchain networks vis-a-vis three elements: decentralization, security, and scalability (or speed). These three elements are either necessary or desireable in public distributed networks, and often, designing a system that optimizes for one compromises on another.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "blockchain trilemma", + "Simplified Chinese": "区块链不可能三角", + "French": "Trilemme de la blockchain", + "German": "Blockchain-Trilemma", + "Indonesian": "blockchain trilema", + "Italian": "Trilemma della blockchain", + "Korean": "블록체인 트릴레마", + "Persian": "سه‌گانه بلاک‌چین", + "Brazilian Portuguese": "trilema de blockchain", + "Russian": "трилемма блокчейна", + "Spanish": "trilema de la cadenas de bloques", + "Filipino (Tagalog)": "blockchain trilemma", + "Thai": "บล็อกเชนตรีบถ", + "Turkish": "blokzinciri çıkmazı", + "Vietnamese": "bộ ba bất khả thi của chuỗi khối", + "Arabic": "المعضلة الثلاثية الأبعاد لسلاسل البلوكتشين", + "Traditional Chinese": "區塊鏈的三難困境", + "Dutch": "blockchain-trilemma", + "Greek": "τρίλημα αλυσίδας κατανεμημένης εγγραφής", + "Hindi": "ब्लॉकचेन ट्राइलेमा", + "Hungarian": "blokklánc trilemma", + "Japanese": "ブロックチェーンのトリレンマ", + "Polish": "Trylemat łańcucha bloków", + "Ukrainian": "трилема блокчейна" + } + }, + "BNB Chain": { + "term": "BNB Chain", + "phonetic": "", + "partOfSpeech": "", + "definition": "Build N Build (BNB) Chain is a distributed blockchain network upon which developers and innovators can build decentralized applications (DApps) as part of the move to Web3. BNB chain", + "termCategory": "Blockchain term", + "i18n": { + "Term": "BNB Chain", + "Simplified Chinese": "BNB Chain", + "French": "BNB Chain", + "German": "BNB Chain", + "Indonesian": "BNB Chain", + "Italian": "BNB Chain", + "Korean": "BNB 체인", + "Persian": "زنجیره BNB", + "Brazilian Portuguese": "BNB Chain", + "Russian": "BNB Chain", + "Spanish": "BNB Chain", + "Filipino (Tagalog)": "BNB Chain", + "Thai": "เชน BNB", + "Turkish": "BNB Chain", + "Vietnamese": "BNB Chain", + "Arabic": "سلسلة BNB", + "Traditional Chinese": "BNB Chain", + "Dutch": "BNB Chain", + "Greek": "BNB Chain", + "Hindi": "BNB chain", + "Hungarian": "BNB-lánc", + "Japanese": "BNB チェーン", + "Polish": "BNB Chain", + "Ukrainian": "Мережа BNB" + } + }, + "bounty / bug bounty": { + "term": "bounty / bug bounty", + "phonetic": "", + "partOfSpeech": "", + "definition": "A reward offered for exposing vulnerabilities and issues in computer code.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "bounty / bug bounty", + "Simplified Chinese": "赏金 / 漏洞赏金", + "French": "prime/prime de bug", + "German": "Belohnung / Fehlerbelohnung", + "Indonesian": "bounty / bug bounty", + "Italian": "bounty / bug bounty", + "Korean": "바운티 / 버그바운티", + "Persian": "پاداش پیدا کردن اشکال", + "Brazilian Portuguese": "recompensa / recompensa por bugs", + "Russian": "вознаграждение / вознаграждение за уязвимость", + "Spanish": "recompensa por errores", + "Filipino (Tagalog)": "bounty / bug bounty", + "Thai": "รางวัล / รางวัลรายงานช่องโหว่", + "Turkish": "bounty / hata ödülü", + "Vietnamese": "tiền thưởng/tiền thưởng nhờ tìm ra lỗi", + "Arabic": "مكافأة / مكافأة اكتشاف الخلل", + "Traditional Chinese": "漏洞回報獎勵", + "Dutch": "bounty/bug bounty", + "Greek": "επιβράβευση / επιβράβευση σφαλμάτων", + "Hindi": "बाउंटी / बग बाउंटी", + "Hungarian": "bounty/bug bounty", + "Japanese": "報奨金 / バグ発見報奨金", + "Polish": "Nagroda bug bounty", + "Ukrainian": "винагорода за помилку/винагорода за виявлення вразливостей" + } + }, + "brain wallet": { + "term": "brain wallet", + "phonetic": "", + "partOfSpeech": "", + "definition": "A blockchain account generated from a seed phrase or password or passphrase of your choosing. Humans are not capable of generating enough entropy, or randomness, and therefore the wallets derived from these phrases are insecure; brain wallets can be brute forced by super fast computers. For this reason, brain wallet are insecure and should not be used. See also 'Seed phrase / Secret Recovery Phrase'.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "brain wallet", + "Simplified Chinese": "脑钱包", + "French": "portefeuille mnémotechnique", + "German": "Brain-Wallet", + "Indonesian": "brain wallet", + "Italian": "brain wallet", + "Korean": "브레인월렛", + "Persian": "کیف پول ذهنی", + "Brazilian Portuguese": "brain wallet", + "Russian": "брейн-кошелек", + "Spanish": "monedero memorizado", + "Filipino (Tagalog)": "brain wallet", + "Thai": "วอลเล็ตความจำ", + "Turkish": "beyin cüzdanı", + "Vietnamese": "ví trí nhớ", + "Arabic": "محفظة الدماغ", + "Traditional Chinese": "腦錢包", + "Dutch": "brainwallet", + "Greek": "πορτοφόλι με φράσεις πρόσβασης", + "Hindi": "ब्रेन वॉलेट", + "Hungarian": "„agy” tárca", + "Japanese": "ブレインウォレット", + "Polish": "Brain wallet", + "Ukrainian": "мозковий гаманець" + } + }, + "Brave": { + "term": "Brave", + "phonetic": "", + "partOfSpeech": "", + "definition": "Brave is a free and open-source web browser developed by Brave Software, Inc., based on the Chromium web browser. It has a built-in crypto wallet that allows users to connect to the web3 ecosystem.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Brave", + "Simplified Chinese": "Brave", + "French": "Brave", + "German": "Brave", + "Indonesian": "Brave", + "Italian": "Brave", + "Korean": "브레이브", + "Persian": "بریو", + "Brazilian Portuguese": "Brave", + "Russian": "Brave", + "Spanish": "Brave", + "Filipino (Tagalog)": "Brave", + "Thai": "Brave", + "Turkish": "Brave", + "Vietnamese": "Brave", + "Arabic": "بريفّ", + "Traditional Chinese": "Brave", + "Dutch": "Brave", + "Greek": "Brave", + "Hindi": "Brave", + "Hungarian": "Brave", + "Japanese": "Brave", + "Polish": "Brave", + "Ukrainian": "Brave" + } + }, + "Bridge": { + "term": "Bridge", + "phonetic": "", + "partOfSpeech": "", + "definition": "A bridge is a tool built to move assets from one network to another. It’s also a verb, used to describe that action: “I bridged my ETH from Ethereum mainnet to Arbitrum.” Not all bridges are created equal, and you should be informed about what you’re doing before you use one. Field Guide to bridges See also MetaMask Bridge", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Bridge", + "Simplified Chinese": "跨链桥", + "French": "Passerelle", + "German": "Bridge", + "Indonesian": "Bridge", + "Italian": "Bridge", + "Korean": "브릿지", + "Persian": "پل", + "Brazilian Portuguese": "Ponte", + "Russian": "Мост", + "Spanish": "puente", + "Filipino (Tagalog)": "Bridge", + "Thai": "สะพาน", + "Turkish": "Köprü", + "Vietnamese": "Cầu", + "Arabic": "جسر", + "Traditional Chinese": "橋", + "Dutch": "bridge", + "Greek": "Γέφυρα", + "Hindi": "ब्रिज", + "Hungarian": "híd (noun), áthidalni (verb), Bridge (as in MetaMask Bridge)", + "Japanese": "ブリッジ", + "Polish": "Most", + "Ukrainian": "Міст" + } + }, + "BTC": { + "term": "BTC", + "phonetic": "", + "partOfSpeech": "", + "definition": "Abbreviation for Bitcoin", + "termCategory": "Brand/project name", + "i18n": { + "Term": "BTC", + "Simplified Chinese": "BTC", + "French": "BTC", + "German": "BTC", + "Indonesian": "BTC", + "Italian": "BTC", + "Korean": "BTC", + "Persian": "BTC", + "Brazilian Portuguese": "BTC", + "Russian": "BTC", + "Spanish": "BTC", + "Filipino (Tagalog)": "BTC", + "Thai": "BTC", + "Turkish": "BTC", + "Vietnamese": "BTC", + "Arabic": "BTC", + "Traditional Chinese": "比特幣", + "Dutch": "BTC", + "Greek": "BTC", + "Hindi": "BTC", + "Hungarian": "BTC", + "Japanese": "BTC", + "Polish": "BTC", + "Ukrainian": "BTC" + } + }, + "BUIDL": { + "term": "BUIDL", + "phonetic": "", + "partOfSpeech": "", + "definition": "Ostensibly coined (see what we did there) by Gitcoin's Kevin Owocki. It reflects the Ethereum-focused mindset of not just investing in a cryptocurrency as a store of value, but rather investing in it as an ecosystem and a platform for public goods and software; it complements, in this sense, the now-infamous HODL.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "BUIDL", + "Simplified Chinese": "BUIDL(构建)", + "French": "BUIDL (voir nos réalisations)", + "German": "BUIDL", + "Indonesian": "BUIDL", + "Italian": "BUIDL", + "Korean": "비들", + "Persian": "بیدل", + "Brazilian Portuguese": "BUIDL", + "Russian": "BUIDL", + "Spanish": "BUIDL", + "Filipino (Tagalog)": "BUIDL", + "Thai": "BUIDL", + "Turkish": "BUIDL", + "Vietnamese": "XÂY DỰNG", + "Arabic": "BUIDL", + "Traditional Chinese": "建設", + "Dutch": "BUIDL", + "Greek": "BUIDL", + "Hindi": "BUIDL", + "Hungarian": "BUIDL", + "Japanese": "BUIDL (ビドル)", + "Polish": "BUIDL", + "Ukrainian": "BUIDL" + } + }, + "bytecode": { + "term": "bytecode", + "phonetic": "", + "partOfSpeech": "", + "definition": "Bytecode is a 'low-level' computer language, that is, meant to be processed by a computer, rather than a 'high-level', more human-readable, language. In Ethereum, higher-level Solidity is compiled into Ethereum bytecode, which is read by the Ethereum Virtual Machine (EVM).", + "termCategory": "Brand/project name", + "i18n": { + "Term": "bytecode", + "Simplified Chinese": "字节码", + "French": "bytecode", + "German": "Bytecode", + "Indonesian": "kode byte", + "Italian": "bytecode", + "Korean": "바이트코드", + "Persian": "بایت‌کد", + "Brazilian Portuguese": "bytecode", + "Russian": "байт-код", + "Spanish": "código de bytes", + "Filipino (Tagalog)": "bytecode", + "Thai": "ไบต์โค้ด", + "Turkish": "bayt kodu", + "Vietnamese": "mã byte", + "Arabic": "شفرة البايت", + "Traditional Chinese": "位元組碼", + "Dutch": "bytecode", + "Greek": "σύνολο εντολών", + "Hindi": "बाइटकोड", + "Hungarian": "bytecode", + "Japanese": "バイトコード", + "Polish": "Kod bajtowy", + "Ukrainian": "байт-код" + } + }, + "Byzantine fault tolerance": { + "term": "Byzantine fault tolerance", + "phonetic": "", + "partOfSpeech": "", + "definition": "A Byzantine fault, or failure, is one of the most difficult failures to deal with in computer systems; this is because it takes into account the possibility that the information used to determine the current state of the system may--or may not--be reliable. While applicable in many realms of technology, this becomes of particular interest in public blockchain systems: how do we ensure that we can agree on the current state of the network when there is an incentive, often a significant financial incentive, to subvert the state of the network for one's own profit? On a more basic level, if we're coordinating a network running around the world on all kinds of different hardware and software, there are all kinds or problems that can occur that hinder the network's ability to reach consensus on its current state. Therefore, a network that has been designed and implemented to be resistant to these sorts of failures, either due to malicious intent or technical failure, is said to be Byzantine Fault Tolerant.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Byzantine fault tolerance", + "Simplified Chinese": "拜占庭容错", + "French": "Panne byzantine", + "German": "Byzantine-Fehlertoleranz", + "Indonesian": "Toleransi kesalahan Byzantine", + "Italian": "Tolleranza agli errori bizantini", + "Korean": "비잔틴 장애 허용", + "Persian": "تحمل خطای بیزانس", + "Brazilian Portuguese": "Tolerância a falhas bizantinas", + "Russian": "Задача византийских генералов", + "Spanish": "tolerancia a fallas bizantinas", + "Filipino (Tagalog)": "", + "Thai": "การทนความผิดพร่องแบบไบแซนไทน์", + "Turkish": "Bizans hata toleransı", + "Vietnamese": "Hệ thống chịu lỗi Byzantine", + "Arabic": "التسامح مع الخطأ البيزنطي", + "Traditional Chinese": "拜占庭容錯算法", + "Dutch": "Byzantijnse fouttolerantie", + "Greek": "Ανοχή Βυζαντινής Βλάβης", + "Hindi": "बायजैंटाइन फॉल्ट टॉलरेंस", + "Hungarian": "bizánci hibatűrés", + "Japanese": "ビザンチン障害耐性", + "Polish": "Odporność na problem bizantyjskich generałów", + "Ukrainian": "Візантійська відмовостійкість" + } + }, + "Byzantium fork": { + "term": "Byzantium fork", + "phonetic": "", + "partOfSpeech": "", + "definition": "A 'hard fork' in the Ethereum network that occurred in October of 2017. For detailled information, see here; see also 'hard fork'.", + "termCategory": "Software term", + "i18n": { + "Term": "Byzantium fork", + "Simplified Chinese": "拜占庭分叉", + "French": "Fork Byzance", + "German": "Byzantium-Fork", + "Indonesian": "Byzantium fork", + "Italian": "Fork Byzantium", + "Korean": "비잔티움 포크", + "Persian": "هارد فورک بیزانس", + "Brazilian Portuguese": "Bifurcação Byzantium", + "Russian": "Византийский форк", + "Spanish": "allet", + "Filipino (Tagalog)": "Byzantium fork", + "Thai": "การแยกบิแซนเทียม", + "Turkish": "Bizans çatalı", + "Vietnamese": "phân nhánh Byzantium", + "Arabic": "انقسام (فورك) Byzantium", + "Traditional Chinese": "拜占庭", + "Dutch": "Byzantium fork", + "Greek": "Byzantium fork", + "Hindi": "बायजैंटियम फोर्क", + "Hungarian": "bizánci villa", + "Japanese": "ビザンチウムフォーク", + "Polish": "Fork Byzantium", + "Ukrainian": "Форк Byzantium" + } + }, + "Celo": { + "term": "Celo", + "phonetic": "", + "partOfSpeech": "", + "definition": "Celo is a platform designed to allow mobile users around the world to make simple financial transactions with cryptocurrency. The platform has its own blockchain and two native tokens: CELO and cUSD", + "termCategory": "Software term", + "i18n": { + "Term": "Celo", + "Simplified Chinese": "Celo", + "French": "Celo", + "German": "Celo", + "Indonesian": "Celo", + "Italian": "Celo", + "Korean": "Celo", + "Persian": "سلو", + "Brazilian Portuguese": "Celo", + "Russian": "Celo", + "Spanish": "Celo", + "Filipino (Tagalog)": "Celo", + "Thai": "Celo", + "Turkish": "Celo", + "Vietnamese": "Celo", + "Arabic": "Celo", + "Traditional Chinese": "Celo", + "Dutch": "Celo", + "Greek": "Celo", + "Hindi": "Celo", + "Hungarian": "Celo", + "Japanese": "Celo", + "Polish": "Celo", + "Ukrainian": "Celo" + } + }, + "Centralized exchange (CEX)": { + "term": "Centralized exchange (CEX)", + "phonetic": "", + "partOfSpeech": "", + "definition": "A centralized exchange (CEX) is a cryptocurrency exchange that is operated and controlled by a centralized entity. In a CEX, the exchange company or organization acts as an intermediary between buyers and sellers, holding and managing the assets on behalf of its users. Centralized exchanges typically offer a wide range of trading pairs, with many popular cryptocurrencies available for trade. They also usually have high liquidity and offer advanced trading features such as margin trading, order types, and charting tools. However, centralized exchanges also have several drawbacks. They are often targeted by hackers, as the centralized nature of the exchange makes them a single point of failure. They also require users to trust the exchange to hold their funds securely and execute trades fairly, which can be a source of concern for some users.", + "termCategory": "Software term", + "i18n": { + "Term": "Centralized exchange (CEX)", + "Simplified Chinese": "中心化交易所(CEX)", + "French": "Échange centralisé (CEX)", + "German": "Zentralisierte Börse (CEX)", + "Indonesian": "Bursa tersentralisasi (CEX)", + "Italian": "Exchange centralizzato (CEX)", + "Korean": "중앙화 거래소(CEX)", + "Persian": "صرافی متمرکز (CEX)", + "Brazilian Portuguese": "Corretora centralizada (CEX)", + "Russian": "Централизованная биржа (CEX)", + "Spanish": "intercambio centralizado (CEX)", + "Filipino (Tagalog)": "Centralized exchange (CEX)", + "Thai": "ตลาดแลกเปลี่ยนแบบรวมศูนย์", + "Turkish": "Merkezi Borsa (CEX)", + "Vietnamese": "Sàn giao dịch tập trung (CEX)", + "Arabic": "بورصة مركزية (CEX)", + "Traditional Chinese": "中心化交易所", + "Dutch": "centrale exchange (CEX)", + "Greek": "Centralized exchange (CEX)", + "Hindi": "सेंट्रलाइज्ड एक्सचेंज (CEX)", + "Hungarian": "központosított tőzsde (CEX)", + "Japanese": "中央集権型取引所 (CEX)", + "Polish": "Giełda scentralizowana (CEX)", + "Ukrainian": "Централізована біржа (CEX)" + } + }, + "CEX": { + "term": "CEX", + "phonetic": "", + "partOfSpeech": "", + "definition": "Acronym; see 'Centralized Exchange'.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "CEX", + "Simplified Chinese": "CEX(中心化交易所)", + "French": "CEX", + "German": "CEX", + "Indonesian": "CEX", + "Italian": "CEX", + "Korean": "CEX", + "Persian": "صرافی متمرکز", + "Brazilian Portuguese": "CEX", + "Russian": "CEX", + "Spanish": "CEX", + "Filipino (Tagalog)": "CEX", + "Thai": "CEX", + "Turkish": "CEX", + "Vietnamese": "CEX", + "Arabic": "بورصة مركزية (CEX)", + "Traditional Chinese": "中心化交易所", + "Dutch": "CEX", + "Greek": "CEX", + "Hindi": "CEX", + "Hungarian": "CEX", + "Japanese": "CEX", + "Polish": "CEX", + "Ukrainian": "CEX" + } + }, + "chain ID": { + "term": "chain ID", + "phonetic": "", + "partOfSpeech": "", + "definition": "A chain ID is a unique identifier that represents a blockchain network. We use it to distinguish different blockchain networks from each other and to ensure that transactions and messages are sent to the correct network. Ethereum networks have two identifiers, a network ID and a chain ID. Although they often have the same value, they have different uses. Peer-to-peer communication between nodes uses the network ID, while the transaction signature process uses the chain ID", + "termCategory": "Brand/project name", + "i18n": { + "Term": "chain ID", + "Simplified Chinese": "链 ID", + "French": "ID de chaîne", + "German": "Chain-ID", + "Indonesian": "ID chain", + "Italian": "chain ID", + "Korean": "체인 ID", + "Persian": "شناسه زنجیره", + "Brazilian Portuguese": "ID da cadeia", + "Russian": "ID блокчейна", + "Spanish": "ID de cadena", + "Filipino (Tagalog)": "ID ng chain", + "Thai": "ID เชน", + "Turkish": "zincir kimliği", + "Vietnamese": "ID chuỗi", + "Arabic": "مُعرفّ السلسلة", + "Traditional Chinese": "智能鏈ID", + "Dutch": "chain-ID", + "Greek": "Αναγνωριστικό αλυσίδας", + "Hindi": "चेन ID", + "Hungarian": "láncazonosító", + "Japanese": "チェーン ID", + "Polish": "ID łańcucha", + "Ukrainian": "ID мережі" + } + }, + "Chrome": { + "term": "Chrome", + "phonetic": "", + "partOfSpeech": "", + "definition": "Internet browser.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Chrome", + "Simplified Chinese": "Chrome", + "French": "Chrome", + "German": "Chrome", + "Indonesian": "Chrome", + "Italian": "Chrome", + "Korean": "크롬", + "Persian": "کروم", + "Brazilian Portuguese": "Chrome", + "Russian": "Chrome", + "Spanish": "Chrome", + "Filipino (Tagalog)": "Chrome", + "Thai": "Chrome", + "Turkish": "Chrome", + "Vietnamese": "Chrome", + "Arabic": "كروم", + "Traditional Chinese": "Chrome", + "Dutch": "Chrome", + "Greek": "Chrome", + "Hindi": "Chrome", + "Hungarian": "Chrome", + "Japanese": "Chrome", + "Polish": "Chrome", + "Ukrainian": "Chrome" + } + }, + "client (Ethereum or other compatible blockchain)": { + "term": "client (Ethereum or other compatible blockchain)", + "phonetic": "", + "partOfSpeech": "", + "definition": "In computing in general, a 'client' is a program, running on a local computer, that is accessing data made available by a remote computer. In public blockchain networks, a 'client' is the software that actually does the work of syncing block data, confirming transactions, and participating in network consensus. A client usually includes a cryptocurrency software wallet. ConsenSys has supported efforts to maintain the Ethereum clients of Besu and Teku; see an up-to-date list of Ethereum clients here.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "client (Ethereum or other compatible blockchain)", + "Simplified Chinese": "客户端(Ethereum 或其他兼容区块链)", + "French": "client (Ethereum ou autre compatible avec la blockchain)", + "German": "Kunde (Ethereum oder eine andere kompatible Blockchain)", + "Indonesian": "klien (Ethereum atau blockchain yang kompatibel lainnya)", + "Italian": "client (blockchain Ethereum o altre compatibili)", + "Korean": "클라이언트(Ethereum 또는 기타 호환 가능한 블록체인)", + "Persian": "کلاینت (اتریوم یا سایر بلاک‌چین‌های سازگار)", + "Brazilian Portuguese": "cliente (Ethereum ou outra blockchain compatível)", + "Russian": "клиент (Ethereum или другой совместимый блокчейн)", + "Spanish": "cliente (Ethereum u otra blockchain compatible)", + "Filipino (Tagalog)": "kliyente (Ethereum o iba pang katugmang blockchain)", + "Thai": "ไคลเอ็นต์", + "Turkish": "istemci", + "Vietnamese": "phần mềm (Ethereum hoặc chuỗi khối tương thích khác)", + "Arabic": "عميل (الإيثيريوم أو بلوكتشين متوافق آخر)", + "Traditional Chinese": "客戶端", + "Dutch": "client", + "Greek": "πελάτης (Ethereum ή άλλη συμβατή ομάδα καταχώρισης)", + "Hindi": "क्लाइंट (एथेरियम या दूसरा कम्पेटिबिल ब्लॉकचेन)", + "Hungarian": "kliens (Ethereum vagy más kompatibilis blokklánc)", + "Japanese": "クライアント", + "Polish": "Klient (Ethereum lub innego kompatybilnego blockchaina)", + "Ukrainian": "клієнт (Ethereum або інший сумісний блокчейн)" + } + }, + "Codefi": { + "term": "Codefi", + "phonetic": "", + "partOfSpeech": "", + "definition": "Derived from “Commerce & Decentralized Finance”, Codefi, part of ConsenSys, builds applications for commerce and financial use cases. Currently known as Consensys Staking", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Codefi", + "Simplified Chinese": "Codefi", + "French": "Codefi", + "German": "Codefi", + "Indonesian": "Codefi", + "Italian": "Codefi", + "Korean": "코디파이", + "Persian": "کدیفای", + "Brazilian Portuguese": "Codefi", + "Russian": "Codefi", + "Spanish": "Codefi", + "Filipino (Tagalog)": "Codefi", + "Thai": "Codefi", + "Turkish": "Codefi", + "Vietnamese": "Codefi", + "Arabic": "التداول والتمويل اللامركزي (CodeFi)", + "Traditional Chinese": "Codefi", + "Dutch": "Codefi", + "Greek": "Codefi", + "Hindi": "Codefi", + "Hungarian": "Codefi", + "Japanese": "Codefi", + "Polish": "Codefi", + "Ukrainian": "CodeFi" + } + }, + "coin": { + "term": "coin", + "phonetic": "", + "partOfSpeech": "", + "definition": "The term 'coin' has some nuances. Strictly speaking, a 'coin' could be defined as: A fungible token (all of them identical) issued on a blockchain, either as the network's transactional token, or through a smart contract deployed to that network. Some people may use 'coins' as shorthand for 'bitcoin'; the immortal aphorism 'not your keys, not your coins' refers to bitcoins. Another thing to keep in mind is that, while coins are put forward as some sort of representation of value, that value can vary wildly from one 'coin' to another. A coin may represent the value of the computational resources of the network, or it may be 'pegged' to represent fiat currency value, or it may float according to the value placed on immaterial resources like NFTs, membership, or digital goods, to name a few.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "coin", + "Simplified Chinese": "代币", + "French": "monnaie/jeton fongible", + "German": "Coin", + "Indonesian": "koin", + "Italian": "moneta", + "Korean": "코인", + "Persian": "کوین", + "Brazilian Portuguese": "moeda", + "Russian": "монета", + "Spanish": "moneda", + "Filipino (Tagalog)": "barya", + "Thai": "เหรียญ", + "Turkish": "coin", + "Vietnamese": "đồng", + "Arabic": "عملة", + "Traditional Chinese": "幣", + "Dutch": "coin/cryptomunt", + "Greek": "νόμισμα", + "Hindi": "कॉइन", + "Hungarian": "érme", + "Japanese": "コイン", + "Polish": "Coin / moneta", + "Ukrainian": "монета" + } + }, + "Coinbase Pay": { + "term": "Coinbase Pay", + "phonetic": "", + "partOfSpeech": "", + "definition": "Coinbase Pay is a payment feature that allows you to buy or transfer supported crypto on Coinbase.com directly from self-custody wallets (like MetaMask) and dapps.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Coinbase Pay", + "Simplified Chinese": "Coinbase Pay", + "French": "Coinbase Pay", + "German": "Coinbase Pay", + "Indonesian": "Coinbase Pay", + "Italian": "Coinbase Pay", + "Korean": "코인베이스 페이", + "Persian": "کوین‌بیس پِی", + "Brazilian Portuguese": "Coinbase Pay", + "Russian": "Coinbase Pay", + "Spanish": "Coinbase Pay", + "Filipino (Tagalog)": "Coinbase Pay", + "Thai": "Coinbase Pay", + "Turkish": "Coinbase Pay", + "Vietnamese": "Coinbase Pay", + "Arabic": "Coinbase Pay", + "Traditional Chinese": "Coinbase Pay", + "Dutch": "Coinbase Pay", + "Greek": "Coinbase Pay", + "Hindi": "कॉइनबेस Pay", + "Hungarian": "Coinbase Pay", + "Japanese": "Coinbase Pay", + "Polish": "Coinbase Pay", + "Ukrainian": "Coinbase Pay" + } + }, + "cold storage": { + "term": "cold storage", + "phonetic": "", + "partOfSpeech": "", + "definition": "cold wallet/cold storage: An offline wallet that is never connected to the internet. These wallets protect cryptocurrencies from getting hacked online. For more information, check out MetaMask's Hardware Wallet Hub: Hardware Wallet Hub", + "termCategory": "Brand/project name", + "i18n": { + "Term": "cold storage", + "Simplified Chinese": "冷存储", + "French": "stockage déconnecté", + "German": "Cold Storage", + "Indonesian": "cold storage", + "Italian": "cold storage", + "Korean": "콜드 스토리지", + "Persian": "کیف پول سرد", + "Brazilian Portuguese": "cold storage", + "Russian": "холодное хранилище", + "Spanish": "almacenamiento en frío", + "Filipino (Tagalog)": "malamig na imbakan", + "Thai": "ที่เก็บเงินระยะยาว", + "Turkish": "soğuk depolama", + "Vietnamese": "kho lạnh", + "Arabic": "التخزين البارد (غير متصل بالإنترنت)", + "Traditional Chinese": "冷儲存", + "Dutch": "koude opslag/cold storage", + "Greek": "ψυχρή αποθήκευση", + "Hindi": "कोल्ड स्टोरेज", + "Hungarian": "hideg tárolás", + "Japanese": "コールドストレージ", + "Polish": "Zimny portfel (cold wallet)", + "Ukrainian": "холодне сховище" + } + }, + "cold wallet / cold storage": { + "term": "cold wallet / cold storage", + "phonetic": "", + "partOfSpeech": "", + "definition": "An offline wallet that is never connected to the internet. These wallets protect cryptocurrencies from getting hacked online. For more information, check out MetaMask's Hardware Wallet Hub.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "cold wallet / cold storage", + "Simplified Chinese": "冷钱包 / 冷存储", + "French": "portefeuille déconnecté /stockage déconnecté", + "German": "Cold Wallet / Cold Storage", + "Indonesian": "cold wallet / cold storage", + "Italian": "cold wallet / cold storage", + "Korean": "콜드 월렛 / 콜드 스토리지", + "Persian": "کیف پول سرد/رذخیره‌سازی سرد", + "Brazilian Portuguese": "cold wallet / cold storage", + "Russian": "холодный кошелек / холодное хранилище", + "Spanish": "monedero en frío / almacenamiento en frío", + "Filipino (Tagalog)": "malamig na wallet / malamig na imbakan", + "Thai": "วอลเล็ตเงินเย็น / ที่เก็บเงินระยะยาว", + "Turkish": "soğuk cüzdan / soğuk depolama", + "Vietnamese": "ví lạnh/kho lạnh", + "Arabic": "محفظة باردة / تخزين بارد", + "Traditional Chinese": "冷錢包 / 冷儲存", + "Dutch": "koude wallet/koude opslag/cold storage", + "Greek": "ψυχρό πορτοφόλι / ψυχρή αποθήκευση", + "Hindi": "कोल्ड वॉलेट / कोल्ड स्टोरेज", + "Hungarian": "hideg pénztárca/hideg tárolás", + "Japanese": "コールドウォレット / コールドストレージ", + "Polish": "Zimny portfel (cold wallet)", + "Ukrainian": "холодний гаманець/холодне сховище" + } + }, + "Community Platform": { + "term": "Community Platform", + "phonetic": "", + "partOfSpeech": "", + "definition": "A community platform is a dedicated virtual space where people who share the same goals, interests, or motivations can connect and build relationships. MetaMask's community platform can be accessed here: MetaMask Community", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Community Platform", + "Simplified Chinese": "社区平台", + "French": "Plateforme communautaire", + "German": "Community-Plattform", + "Indonesian": "Platform Komunitas", + "Italian": "Piattaforma della community", + "Korean": "커뮤니티 플랫폼", + "Persian": "پلتفرم انجمن", + "Brazilian Portuguese": "Plataforma da Comunidade", + "Russian": "Платформа сообщества", + "Spanish": "plataforma comunitaria", + "Filipino (Tagalog)": "Platform ng Komunidad", + "Thai": "แพลตฟอร์มชุมชน", + "Turkish": "Topluluk Platformu", + "Vietnamese": "Nền tảng cộng đồng", + "Arabic": "منصة المجتمع", + "Traditional Chinese": "社群平台", + "Dutch": "communityplatform", + "Greek": "Πλατφόρμα Κοινότητας", + "Hindi": "कम्युनिटी प्लेटफ़ॉर्म", + "Hungarian": "Közösségi platform", + "Japanese": "コミュニティプラットフォーム", + "Polish": "Platforma społeczności", + "Ukrainian": "Платформа спільноти" + } + }, + "Compiling": { + "term": "Compiling", + "phonetic": "", + "partOfSpeech": "", + "definition": "There are many languages in computing and software programming. In general, 'low-level' languages are those actually processed by the computer's operating system or processor, while 'high-level' languages are those typed in by software developers making programs. Compiling, then, is converting code written in a high-level programming language (e.g., Solidity) into a lower-level language (e.g., EVM bytecode).", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Compiling", + "Simplified Chinese": "编译", + "French": "Compiler", + "German": "Kompilierung", + "Indonesian": "Mengompilasi", + "Italian": "Compiling", + "Korean": "컴파일링", + "Persian": "همگردانی", + "Brazilian Portuguese": "Compilação", + "Russian": "Компиляция", + "Spanish": "compilación", + "Filipino (Tagalog)": "Pinagsasama-sama", + "Thai": "การคอมไพล์", + "Turkish": "Derleme", + "Vietnamese": "Biên dịch", + "Arabic": "تجميع", + "Traditional Chinese": "編譯", + "Dutch": "Compiling", + "Greek": "Μεταγλώττιση", + "Hindi": "कम्पाइलिंग", + "Hungarian": "összeállítás", + "Japanese": "コンパイル", + "Polish": "Kompilowanie", + "Ukrainian": "Компіляція" + } + }, + "Compound": { + "term": "Compound", + "phonetic": "", + "partOfSpeech": "", + "definition": "Compound is a decentralized, blockchain-based protocol that allows you to lend and borrow crypto — and have a say in its governance with its native COMP token.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Compound", + "Simplified Chinese": "Compound", + "French": "Compound", + "German": "Compound", + "Indonesian": "Compound", + "Italian": "Compound", + "Korean": "컴파운드", + "Persian": "کامپاند", + "Brazilian Portuguese": "Compound", + "Russian": "Compound", + "Spanish": "Compound", + "Filipino (Tagalog)": "Compound", + "Thai": "Compound", + "Turkish": "Compound", + "Vietnamese": "Compound", + "Arabic": "بروتوكول Compound", + "Traditional Chinese": "Compound", + "Dutch": "Compound", + "Greek": "Compound", + "Hindi": "Compound", + "Hungarian": "összetett", + "Japanese": "Compound", + "Polish": "Compound", + "Ukrainian": "Compound" + } + }, + "confirmation": { + "term": "confirmation", + "phonetic": "", + "partOfSpeech": "", + "definition": "A confirmation happens when a network has verified a blockchain transaction. Under a Proof of Work (PoW) consensus mechanism, this happens through a process known as mining; under Proof of Stake (PoS), the process is known as validation. Once a transaction is successfully confirmed, it theoretically cannot be reversed or double spent. The more confirmations a transaction has, the harder it becomes to perform a double spend attack.", + "termCategory": "MetaMask term", + "i18n": { + "Term": "confirmation", + "Simplified Chinese": "确认", + "French": "confirmation", + "German": "Bestätigung", + "Indonesian": "konfirmasi", + "Italian": "conferma", + "Korean": "컨펌", + "Persian": "تایید", + "Brazilian Portuguese": "confirmação", + "Russian": "подтверждение", + "Spanish": "confirmación", + "Filipino (Tagalog)": "kumpirmasyon", + "Thai": "การยืนยัน", + "Turkish": "onay", + "Vietnamese": "xác nhận", + "Arabic": "تأكيد", + "Traditional Chinese": "確認", + "Dutch": "bevestiging", + "Greek": "επιβεβαίωση", + "Hindi": "कन्फर्मेशन", + "Hungarian": "megerősítés", + "Japanese": "承認", + "Polish": "Potwierdzenie transakcji", + "Ukrainian": "підтвердження" + } + }, + "consensus": { + "term": "consensus", + "phonetic": "", + "partOfSpeech": "", + "definition": "The process used by a group of peers, or nodes, on a blockchain network to agree on the validity of transactions submitted to the network. Dominant consensus mechanisms are Proof of Work (PoW) and Proof of Stake (PoS).", + "termCategory": "Software term", + "i18n": { + "Term": "consensus", + "Simplified Chinese": "共识", + "French": "consensus", + "German": "Konsens", + "Indonesian": "konsensus", + "Italian": "consensus", + "Korean": "컨센서스", + "Persian": "اجماع", + "Brazilian Portuguese": "consenso", + "Russian": "консенсус", + "Spanish": "consenso", + "Filipino (Tagalog)": "pinagkasunduan", + "Thai": "ฉันทามติ", + "Turkish": "fikir birliği", + "Vietnamese": "đồng thuận", + "Arabic": "خوارزمية الإجماع", + "Traditional Chinese": "共識層", + "Dutch": "consensus", + "Greek": "πολιτική συναίνεσης", + "Hindi": "कन्सेन्सस", + "Hungarian": "konszenzus", + "Japanese": "コンセンサス", + "Polish": "Konsensus", + "Ukrainian": "консенсус" + } + }, + "Consensus client": { + "term": "Consensus client", + "phonetic": "", + "partOfSpeech": "", + "definition": "A consensus client is a component of a blockchain node that is responsible for validating and verifying transactions and blocks in the network. It communicates with other nodes to reach consensus on the current state of the blockchain and to ensure that all nodes have a consistent copy of the ledger. There are various types of consensus mechanisms used in blockchain networks, including proof of work (PoW), proof of stake (PoS), and delegated proof of stake (DPoS). The consensus client implements the specific consensus mechanism used by the network and ensures that all nodes follow the rules and reach agreement on the current state of the blockchain.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Consensus client", + "Simplified Chinese": "共识客户端", + "French": "client de consensus", + "German": "Konsens-Client", + "Indonesian": "Klien konsensus", + "Italian": "Consensus client", + "Korean": "컨센서스 클라이언트", + "Persian": "کلاینت اجماع", + "Brazilian Portuguese": "Cliente de consenso", + "Russian": "Клиент консенсуса", + "Spanish": "cliente de consenso", + "Filipino (Tagalog)": "Kliyente ng kasunduan", + "Thai": "ไคลเอ็นต์ฉันทามติ", + "Turkish": "Fikir birliği istemcisi", + "Vietnamese": "Ứng dụng đồng thuận", + "Arabic": "عميل إجماع", + "Traditional Chinese": "共識客戶端", + "Dutch": "consensus-client", + "Greek": "Πελάτης συναίνεσης", + "Hindi": "कन्सेन्सस क्लाइंट", + "Hungarian": "konszenzusos ügyfél", + "Japanese": "コンセンサスクライアント", + "Polish": "Klient konsensusu", + "Ukrainian": "Консенсус-клієнт" + } + }, + "Consensus layer": { + "term": "Consensus layer", + "phonetic": "", + "partOfSpeech": "", + "definition": "The consensus layer is responsible for validating and verifying transactions and blocks, and for coordinating communication between nodes to achieve consensus. In a blockchain network, the consensus layer is implemented by the consensus protocol or algorithm that defines how new blocks are added to the chain and how the network reaches agreement on the current state of the ledger.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Consensus layer", + "Simplified Chinese": "共识层", + "French": "couche de consensus", + "German": "Konsens-Layer", + "Indonesian": "Layer konsensus", + "Italian": "Consensus layer", + "Korean": "합의 레이어", + "Persian": "لایه اجماع", + "Brazilian Portuguese": "Camada de consenso", + "Russian": "Уровень консенсуса", + "Spanish": "capa de consenso", + "Filipino (Tagalog)": "Layer ng kasunduan", + "Thai": "เลเยอร์ฉันทามติ", + "Turkish": "Fikir birliği katmanı", + "Vietnamese": "Lớp đồng thuận", + "Arabic": "طبقة الإجماع", + "Traditional Chinese": "共識層", + "Dutch": "consensuslaag", + "Greek": "Επίπεδο συναίνεσης", + "Hindi": "कन्सेन्सस लेयर", + "Hungarian": "konszenzusos réteg", + "Japanese": "コンセンサスレイヤー", + "Polish": "Warstwa konsensusu", + "Ukrainian": "Рівень консенсусу" + } + }, + "Consensus mechanism": { + "term": "Consensus mechanism", + "phonetic": "", + "partOfSpeech": "", + "definition": "Consensus mechanisms (also known as consensus protocols or consensus algorithms) allow distributed systems (networks of computers) to work together and stay secure.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Consensus mechanism", + "Simplified Chinese": "共识机制", + "French": "mécanisme de consensus", + "German": "Konsens-Mechanismus", + "Indonesian": "Mekanisme konsensus", + "Italian": "Meccanismo di consenso", + "Korean": "합의 메커니즘", + "Persian": "مکانیزم اجماع", + "Brazilian Portuguese": "Mecanismo de consenso", + "Russian": "Механизм консенсуса", + "Spanish": "mecanismo de consenso", + "Filipino (Tagalog)": "Mekanismo ng kasunduan", + "Thai": "กลไกฉันทามติ", + "Turkish": "Fikir birliği mekanizması", + "Vietnamese": "Cơ chế đồng thuận", + "Arabic": "آلية الإجماع", + "Traditional Chinese": "共識機制", + "Dutch": "consensusmechanisme", + "Greek": "Μηχανισμός συναίνεσης", + "Hindi": "कन्सेन्सस मैकेनिज्म", + "Hungarian": "konszenzus mechanizmusa", + "Japanese": "コンセンサスメカニズム", + "Polish": "Mechanizm konsensusu", + "Ukrainian": "Механізм консенсусу" + } + }, + "Consensys": { + "term": "Consensys", + "phonetic": "", + "partOfSpeech": "", + "definition": "Short for Consensus Systems, ConsenSys is the software engineering leader of the blockchain space.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Consensys", + "Simplified Chinese": "Consensys", + "French": "Consensys", + "German": "Consensys", + "Indonesian": "Consensys", + "Italian": "Consensys", + "Korean": "Consensys", + "Persian": "کانسنسیس", + "Brazilian Portuguese": "Consensys", + "Russian": "Consensys", + "Spanish": "Consensys", + "Filipino (Tagalog)": "Consensys", + "Thai": "Consensys", + "Turkish": "Consensys", + "Vietnamese": "Consensys", + "Arabic": "Consensys", + "Traditional Chinese": "Consensys", + "Dutch": "Consensys", + "Greek": "Consensys", + "Hindi": "Consensys", + "Hungarian": "Consensys", + "Japanese": "Consensys", + "Polish": "Consensys", + "Ukrainian": "Consensys" + } + }, + "Constantinople fork": { + "term": "Constantinople fork", + "phonetic": "", + "partOfSpeech": "", + "definition": "One of the 'hard forks' made to the Ethereum network, in February 2019. For more detailed information, see here; see also 'hard fork'.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Constantinople fork", + "Simplified Chinese": "君士坦丁堡分叉", + "French": "Fork Constantinople", + "German": "Constantinople-Fork", + "Indonesian": "Constantinople fork", + "Italian": "Fork di Costantinopoli", + "Korean": "콘스탄티노플 포크", + "Persian": "فورک قسطنطنیه", + "Brazilian Portuguese": "Bifurcação Constantinople", + "Russian": "Константинопольский форк", + "Spanish": "bifurcación Constantinople", + "Filipino (Tagalog)": "Constantinople fork", + "Thai": "การแยกคอนสแตนติโนเปิล", + "Turkish": "Constantinople çatalı", + "Vietnamese": "Phân nhánh Constantinople", + "Arabic": "انقسام (فورك) Byzantium", + "Traditional Chinese": "君士坦丁堡硬分叉", + "Dutch": "Constantinople fork", + "Greek": "Constantinople fork", + "Hindi": "कॉन्स्टेंटिनोपल फोर्क", + "Hungarian": "konstantinápolyi villa", + "Japanese": "コンスタンティノープルフォーク", + "Polish": "Fork Constantinople", + "Ukrainian": "Форк «Константинополь»" + } + }, + "contract": { + "term": "contract", + "phonetic": "", + "partOfSpeech": "", + "definition": "See smart contract", + "termCategory": "Blockchain term", + "i18n": { + "Term": "contract", + "Simplified Chinese": "合约", + "French": "contrat", + "German": "Contract", + "Indonesian": "kontrak", + "Italian": "contratto", + "Korean": "계약", + "Persian": "قرارداد", + "Brazilian Portuguese": "contrato", + "Russian": "контракт", + "Spanish": "contrato", + "Filipino (Tagalog)": "kontrata", + "Thai": "สัญญา", + "Turkish": "sözleşme", + "Vietnamese": "hợp đồng", + "Arabic": "عقد", + "Traditional Chinese": "合約", + "Dutch": "contract", + "Greek": "συμβόλαιο", + "Hindi": "कॉन्ट्रैक्ट", + "Hungarian": "szerződés", + "Japanese": "コントラクト", + "Polish": "Kontrakt", + "Ukrainian": "контракт" + } + }, + "Contract account": { + "term": "Contract account", + "phonetic": "", + "partOfSpeech": "", + "definition": "An account containing code that executes whenever it receives a transaction from another account (EOA or contract).", + "termCategory": "Company name", + "i18n": { + "Term": "Contract account", + "Simplified Chinese": "合约账户", + "French": "compte du contrat", + "German": "Vertragskonto", + "Indonesian": "Akun kontrak", + "Italian": "Account del contratto", + "Korean": "계약 계정", + "Persian": "حساب قرارداد", + "Brazilian Portuguese": "Conta do contrato", + "Russian": "Контрактный счет", + "Spanish": "cuenta de contrato", + "Filipino (Tagalog)": "Account ng kontrata", + "Thai": "บัญชีสัญญา", + "Turkish": "Sözleşme hesabı", + "Vietnamese": "Tài khoản hợp đồng", + "Arabic": "حساب العقد", + "Traditional Chinese": "合約帳戶", + "Dutch": "contract-account", + "Greek": "συμβατικό ποσό", + "Hindi": "कॉन्ट्रैक्ट अकाउंट", + "Hungarian": "szerződéses számla", + "Japanese": "コントラクトアカウント", + "Polish": "Konto kontraktowe", + "Ukrainian": "Контрактний обліковий запис" + } + }, + "CoolWallet": { + "term": "CoolWallet", + "phonetic": "", + "partOfSpeech": "", + "definition": "A crypto hardware wallet for Bitcoin, Ethereum, Litecoin, Bitcoin Cash, and ERC20 Token.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "CoolWallet", + "Simplified Chinese": "CoolWallet", + "French": "CoolWallet", + "German": "CoolWallet", + "Indonesian": "CoolWallet", + "Italian": "CoolWallet", + "Korean": "쿨월렛", + "Persian": "کول‌ولت", + "Brazilian Portuguese": "CoolWallet", + "Russian": "CoolWallet", + "Spanish": "CoolWallet", + "Filipino (Tagalog)": "CoolWallet", + "Thai": "CoolWallet", + "Turkish": "CoolWallet", + "Vietnamese": "CoolWallet", + "Arabic": "CoolWallet", + "Traditional Chinese": "CoolWallet", + "Dutch": "CoolWallet", + "Greek": "CoolWallet", + "Hindi": "CoolWallet", + "Hungarian": "CoolWallet", + "Japanese": "CoolWallet", + "Polish": "CoolWallet", + "Ukrainian": "CoolWallet" + } + }, + "crypto asset": { + "term": "crypto asset", + "phonetic": "", + "partOfSpeech": "", + "definition": "A useful blanket term that covers on-chain assets: cryptocurrencies, NFTs, and other, still emerging, products.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "crypto asset", + "Simplified Chinese": "加密货币资产", + "French": "cryptoactif", + "German": "Krypto-Asset", + "Indonesian": "aset kripto", + "Italian": "crypto asset", + "Korean": "암호자산", + "Persian": "دارایی رمزارزی", + "Brazilian Portuguese": "criptoativo", + "Russian": "криптоактив", + "Spanish": "cripto", + "Filipino (Tagalog)": "crypto na asset", + "Thai": "สินทรัพย์คริปโต", + "Turkish": "kripto varlığı", + "Vietnamese": "tài sản tiền mã hoá", + "Arabic": "أصل مشفر", + "Traditional Chinese": "加密資產", + "Dutch": "crypto-asset", + "Greek": "περιουσιακό στοιχείο κρυπτονομίσματος", + "Hindi": "क्रिप्टो एसेट", + "Hungarian": "kriptoeszköz", + "Japanese": "暗号資産", + "Polish": "Kryptoaktywa", + "Ukrainian": "криптоактив" + } + }, + "crypto bounties": { + "term": "crypto bounties", + "phonetic": "", + "partOfSpeech": "", + "definition": "Crypto bounties are an important rewards mechanism that blockchain projects utilize in order to secure the successful accomplishments of certain tasks required by the network. Initially, bounties were intended as a marketing tool to attract users to participate in performing validation services for blockchain projects. Today, crypto bounties have developed significantly beyond the purpose of a simple marketing tool. crypto bounties", + "termCategory": "Blockchain term", + "i18n": { + "Term": "crypto bounties", + "Simplified Chinese": "加密货币赏金", + "French": "primes crypto", + "German": "Krypto-Belohnungen", + "Indonesian": "bounty kripto", + "Italian": "crypto bounty", + "Korean": "암호 현상금", + "Persian": "پاداش‌های رمزی", + "Brazilian Portuguese": "recompensas de criptomoedas", + "Russian": "крипто-баунти", + "Spanish": "criptoactivo", + "Filipino (Tagalog)": "mga pabuya ng crypto", + "Thai": "รางวัลคริปโต", + "Turkish": "kripto bounty ödülleri", + "Vietnamese": "tiền thưởng tiền mã hoá", + "Arabic": "مكافآت التشفير", + "Traditional Chinese": "加密獎金", + "Dutch": "cryptobounty's", + "Greek": "επιβραβεύσεις κρυπτονoμίσματος", + "Hindi": "क्रिप्टो बाउन्टीज़", + "Hungarian": "kriptojutalmak", + "Japanese": "クリプトバウンティ", + "Polish": "Programy bounty", + "Ukrainian": "крипто-баунті" + } + }, + "crypto fund": { + "term": "crypto fund", + "phonetic": "", + "partOfSpeech": "", + "definition": "A crypto fund is a type of investment fund that focuses on investing in cryptocurrencies or companies involved in the cryptocurrency industry. These funds are designed to give investors exposure to the crypto market without the need for them to directly buy and hold cryptocurrencies themselves.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "crypto fund", + "Simplified Chinese": "加密货币基金", + "French": "fonds crypto", + "German": "Krypto-Fond", + "Indonesian": "dana kripto", + "Italian": "crypto fund", + "Korean": "암호화폐 펀드", + "Persian": "صندوق رمزارزی", + "Brazilian Portuguese": "criptofundo", + "Russian": "криптофонд", + "Spanish": "", + "Filipino (Tagalog)": "pondo ng crypto", + "Thai": "กองทุนคริปโต", + "Turkish": "kripto fonu", + "Vietnamese": "quỹ tiền mã hoá", + "Arabic": "صندوق استثمار الأصول المشفرة", + "Traditional Chinese": "加密基金", + "Dutch": "cryptofonds", + "Greek": "χρηματοδότηση κρυπτονομίσματος", + "Hindi": "क्रिप्टो फंड", + "Hungarian": "kripto alap", + "Japanese": "暗号資産ファンド", + "Polish": "Kryptowalutowy fundusz inwestycyjny", + "Ukrainian": "криптофонд" + } + }, + "crypto wallet": { + "term": "crypto wallet", + "phonetic": "", + "partOfSpeech": "", + "definition": "A crypto wallet is a device, physical medium, program or a service which stores the public and/or private keys for cryptocurrency transactions. Crypto wallets come in different forms, including software wallets, hardware wallets, and paper wallets.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "crypto wallet", + "Simplified Chinese": "加密货币钱包", + "French": "portefeuille crypto", + "German": "Krypto-Wallet", + "Indonesian": "dompet kripto", + "Italian": "wallet crypto", + "Korean": "암호화폐 지갑", + "Persian": "کیف پول رمزارز", + "Brazilian Portuguese": "carteira de criptomoedas", + "Russian": "криптокошелек", + "Spanish": "criptofondo", + "Filipino (Tagalog)": "wallet ng crypto", + "Thai": "วอลเล็ตคริปโต", + "Turkish": "kripto cüzdanı", + "Vietnamese": "ví tiền mã hoá", + "Arabic": "محفظة العملات المشفرة", + "Traditional Chinese": "加密錢包", + "Dutch": "cryptowallet", + "Greek": "πορτοφόλι κρυπτονομίσματος", + "Hindi": "क्रिप्टो वॉलेट", + "Hungarian": "kripto pénztárca", + "Japanese": "暗号資産ウォレット", + "Polish": "Portfel kryptowalutowy", + "Ukrainian": "криптогаманець" + } + }, + "crypto-": { + "term": "crypto-", + "phonetic": "", + "partOfSpeech": "", + "definition": "Even though this prefix is originally Greek, our current usage comes from cryptography. Technologies that are referred to with the blanket term of 'crypto' tech are underlain by cryptographic tools and processes (such as public/private key pairs) that enable innovative functionality and security. Of course, 'cryptocurrency' often gets shortened to simply 'crypto', so this emerging field is full of instances where something 'crypto' is being added to or shortened. With the emergence of the term 'Web3', arguably a distinction has begun to be made between 'crypto', referring to DeFi and other financial use cases of the technology, while 'Web3' refers to the transition of Internet-based activities to more decentralized practices and platforms.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "crypto-", + "Simplified Chinese": "加密-", + "French": "crypto-", + "German": "Krypto-", + "Indonesian": "kripto-", + "Italian": "crypto-", + "Korean": "암호화", + "Persian": "رمزارزی", + "Brazilian Portuguese": "cripto", + "Russian": "крипто", + "Spanish": "criptomonedero", + "Filipino (Tagalog)": "crypto-", + "Thai": "คริปโต", + "Turkish": "kripto-", + "Vietnamese": "tiền mã hoá", + "Arabic": "-مشفرة", + "Traditional Chinese": "加密-", + "Dutch": "crypto-", + "Greek": "κρυπτο-", + "Hindi": "क्रिप्टो-", + "Hungarian": "kripto-", + "Japanese": "クリプト-", + "Polish": "Krypto-", + "Ukrainian": "крипто-" + } + }, + "crypto-compliance": { + "term": "crypto-compliance", + "phonetic": "", + "partOfSpeech": "", + "definition": "A blanket term used to refer to ensuring crypto projects conform with applicable regulations and laws.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "crypto-compliance", + "Simplified Chinese": "加密-合规", + "French": "compliance crypto", + "German": "Krypto-Compliance", + "Indonesian": "kepatuhan kripto", + "Italian": "crypto-compliance", + "Korean": "암호화폐 컴플라이언스", + "Persian": "انطباق رمزنگاری", + "Brazilian Portuguese": "criptocompliance", + "Russian": "крипто-комплаенс", + "Spanish": "criptoactivos", + "Filipino (Tagalog)": "crypto-compliance", + "Thai": "การปฏิบัติตามกฎระเบียบคริปโต", + "Turkish": "kripto uyumu", + "Vietnamese": "tuân thủ tiền mã hoá", + "Arabic": "امتثال الأصول المشفرة", + "Traditional Chinese": "加密-合規", + "Dutch": "crypto-compliance", + "Greek": "κρυπτο-συμμόρφωση", + "Hindi": "क्रिप्टो-कंप्लायंस", + "Hungarian": "kripto-megfelelőség", + "Japanese": "クリプトコンプライアンス", + "Polish": "Crypto-compliance (zgodność z przepisami)", + "Ukrainian": "криптовідповідність" + } + }, + "cryptoassets": { + "term": "cryptoassets", + "phonetic": "", + "partOfSpeech": "", + "definition": "A useful blanket term that covers on-chain assets: cryptocurrencies, NFTs, and other, still emerging, products.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "cryptoassets", + "Simplified Chinese": "加密资产", + "French": "cryptoactifs", + "German": "Krypto-Assets", + "Indonesian": "aset kripto", + "Italian": "cryptoasset", + "Korean": "암호 자산", + "Persian": "دارایی‌های رمزنگاری شده", + "Brazilian Portuguese": "criptoativos", + "Russian": "криптоактивы", + "Spanish": "criptocumplimiento", + "Filipino (Tagalog)": "cryptoassets", + "Thai": "สินทรัพย์คริปโต", + "Turkish": "kripto varlıklar", + "Vietnamese": "tài sản tiền mã hoá", + "Arabic": "الأصول المشفرة", + "Traditional Chinese": "加密資產", + "Dutch": "cryptoassets", + "Greek": "κρυπτοπεριουσιακά στοιχεία", + "Hindi": "क्रिप्टोएसेट्स", + "Hungarian": "kriptoeszközök", + "Japanese": "暗号資産", + "Polish": "Kryptoaktywa", + "Ukrainian": "криптоактиви" + } + }, + "cryptocurrency": { + "term": "cryptocurrency", + "phonetic": "", + "partOfSpeech": "", + "definition": "Digital currency that is based on mathematics and uses encryption techniques to regulate the creation of units of currency as well as verifying the transfer of funds. Cryptocurrencies operate independently of a central bank, and are kept track of through distributed ledger technology.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "cryptocurrency", + "Simplified Chinese": "加密货币", + "French": "cryptomonnaie", + "German": "Kryptowährung", + "Indonesian": "mata uang kripto", + "Italian": "criptovaluta", + "Korean": "암호화폐", + "Persian": "رمزارز", + "Brazilian Portuguese": "criptomoeda", + "Russian": "криптовалюта", + "Spanish": "criptomoneda", + "Filipino (Tagalog)": "cryptocurrency", + "Thai": "เงินคริปโต", + "Turkish": "kripto para", + "Vietnamese": "tiền mã hoá", + "Arabic": "عملة مشفرة", + "Traditional Chinese": "加密貨幣", + "Dutch": "cryptocurrency/cryptomunt", + "Greek": "κρυπτονόμισμα", + "Hindi": "क्रिप्टोकरेंसी", + "Hungarian": "kriptovaluta", + "Japanese": "仮想通貨", + "Polish": "Kryptowaluta", + "Ukrainian": "криптовалюта" + } + }, + "cryptoeconomics": { + "term": "cryptoeconomics", + "phonetic": "", + "partOfSpeech": "", + "definition": "The economic analysis of decentralized finance; notably, the MIT Cryptoeconomics Lab.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "cryptoeconomics", + "Simplified Chinese": "加密经济", + "French": "Cryptoéconomie", + "German": "Kryptoökonomie", + "Indonesian": "kriptonomik", + "Italian": "cryptoeconomics", + "Korean": "암호경제학", + "Persian": "اقتصاد رمزارز محور", + "Brazilian Portuguese": "criptoeconomia", + "Russian": "криптоэкономика", + "Spanish": "criptoeconomía", + "Filipino (Tagalog)": "cryptoeconomics", + "Thai": "เศรษฐกิจคริปโต", + "Turkish": "kripto ekonomi", + "Vietnamese": "kinh tế tiền mã hoá", + "Arabic": "اقتصاديات الأصول المشفرة", + "Traditional Chinese": "加密經濟學", + "Dutch": "crypto-economie", + "Greek": "κρυπτοοικονομία", + "Hindi": "क्रिप्टोइकोनॉमिक्स", + "Hungarian": "kriptoökonómia", + "Japanese": "クリプトエコノミクス", + "Polish": "Kryptoekonomia", + "Ukrainian": "криптоекономіка" + } + }, + "cryptography": { + "term": "cryptography", + "phonetic": "", + "partOfSpeech": "", + "definition": "In its broadest sense, cryptography is the art of 'hidden writing' -- using some sort of code to encrypt writing. In modern times, it often refers to the application of this concept within computing, communication, and data transfer through computers and computer networks. Cryptography has been protected as free speech in the United States, and provides the technological foundation that allows blockchain networks to be public: despite the ledger being open and accessible by all, control over the state of the ledger and the ability to move assets on it is mediated through cryptographic tools, such as the Secret Recovery Phrase.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "cryptography", + "Simplified Chinese": "加密学", + "French": "cryptographie", + "German": "Kryptographie", + "Indonesian": "kriptografi", + "Italian": "crittografia", + "Korean": "암호화", + "Persian": "رمزنگاری", + "Brazilian Portuguese": "criptografia", + "Russian": "криптография", + "Spanish": "criptografía", + "Filipino (Tagalog)": "kriptograpiya", + "Thai": "วิทยาการเข้ารหัส", + "Turkish": "kriptografi", + "Vietnamese": "mật mã học", + "Arabic": "التشفير", + "Traditional Chinese": "密碼學", + "Dutch": "cryptografie", + "Greek": "Κρυπτογράφηση", + "Hindi": "क्रिप्टोग्राफी", + "Hungarian": "kriptográfia", + "Japanese": "暗号技術", + "Polish": "Kryptografia", + "Ukrainian": "криптографія" + } + }, + "Curve": { + "term": "Curve", + "phonetic": "", + "partOfSpeech": "", + "definition": "Curve is a decentralized exchange for stablecoins that uses an automated market maker (AMM) to manage liquidity.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Curve", + "Simplified Chinese": "Curve", + "French": "Curve", + "German": "Curve", + "Indonesian": "Curve", + "Italian": "Curve", + "Korean": "커브", + "Persian": "کِرو", + "Brazilian Portuguese": "Curve", + "Russian": "Curve", + "Spanish": "Curve", + "Filipino (Tagalog)": "Curve", + "Thai": "Curve", + "Turkish": "Curve", + "Vietnamese": "Curve", + "Arabic": "Curve", + "Traditional Chinese": "Curve", + "Dutch": "Curve", + "Greek": "Curve", + "Hindi": "Curve", + "Hungarian": "ív", + "Japanese": "Curve", + "Polish": "Curve", + "Ukrainian": "Curve" + } + }, + "custody (noun)": { + "term": "custody (noun)", + "phonetic": "", + "partOfSpeech": "", + "definition": "In the context of cryptocurrencies, custody refers to the safekeeping and management of digital assets on behalf of a client by a third-party service provider. Custody services are an important aspect of the cryptocurrency industry because cryptocurrencies are digital assets that require secure storage and management to prevent loss, theft, or unauthorized access. Crypto custody services are typically offered by specialized companies that provide secure storage solutions for cryptocurrencies. These companies use various security measures such as multi-signature authentication, cold storage, and insurance to protect their clients' assets.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "custody (noun)", + "Simplified Chinese": "托管", + "French": "Dépôt (nom)", + "German": "Verwahrung", + "Indonesian": "penyimpanan (noun)", + "Italian": "custodia (noun)", + "Korean": "커스터디(명사)", + "Persian": "حضانت", + "Brazilian Portuguese": "custódia", + "Russian": "депозитарное хранение", + "Spanish": "custodia", + "Filipino (Tagalog)": "kustodiya (pangngalan)", + "Thai": "การเก็บรักษา", + "Turkish": "saklayıcı kurum", + "Vietnamese": "dịch vụ lưu ký (danh từ)", + "Arabic": "الحفظ الآمن", + "Traditional Chinese": "託管", + "Dutch": "custody/bewaring/beheer", + "Greek": "επιμέλεια", + "Hindi": "कस्टडी (नाउन)", + "Hungarian": "tárolás", + "Japanese": "カストディ", + "Polish": "Usługi powiernicze", + "Ukrainian": "самостійне зберігання" + } + }, + "D'CENT": { + "term": "D'CENT", + "phonetic": "", + "partOfSpeech": "", + "definition": "Hardware wallet.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "D'CENT", + "Simplified Chinese": "D'CENT", + "French": "D’CENT", + "German": "D'CENT", + "Indonesian": "D'CENT", + "Italian": "D'CENT", + "Korean": "디센트", + "Persian": "کیف پول D'CENT", + "Brazilian Portuguese": "D'CENT", + "Russian": "D'CENT", + "Spanish": "D'CENT", + "Filipino (Tagalog)": "D'CENT", + "Thai": "D'CENT", + "Turkish": "D'CENT", + "Vietnamese": "D'CENT", + "Arabic": "D'CENT", + "Traditional Chinese": "D'CENT", + "Dutch": "D'CENT", + "Greek": "D'CENT", + "Hindi": "D'CENT", + "Hungarian": "D'CENT", + "Japanese": "D'CENT", + "Polish": "D'CENT", + "Ukrainian": "D'CENT" + } + }, + "DAI": { + "term": "DAI", + "phonetic": "", + "partOfSpeech": "", + "definition": "DAI is an Ethereum-based stablecoin whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "DAI", + "Simplified Chinese": "DAI", + "French": "DAI", + "German": "DAI", + "Indonesian": "DAI", + "Italian": "DAI", + "Korean": "DAI", + "Persian": "دای", + "Brazilian Portuguese": "DAI", + "Russian": "DAI", + "Spanish": "DAI", + "Filipino (Tagalog)": "DAI", + "Thai": "DAI", + "Turkish": "DAI", + "Vietnamese": "DAI", + "Arabic": "عملة DAI", + "Traditional Chinese": "DAI", + "Dutch": "DAI", + "Greek": "DAI", + "Hindi": "DAI", + "Hungarian": "DAI", + "Japanese": "DAI", + "Polish": "DAI", + "Ukrainian": "DAI" + } + }, + "DAO": { + "term": "DAO", + "phonetic": "", + "partOfSpeech": "", + "definition": "Acronym; see 'Decentralized Autonomous Organization'.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "DAO", + "Simplified Chinese": "DAO(去中心化自治组织)", + "French": "DAO", + "German": "DAO", + "Indonesian": "DAO", + "Italian": "DAO", + "Korean": "다오", + "Persian": "دائو", + "Brazilian Portuguese": "DAO", + "Russian": "ДАО", + "Spanish": "DAO", + "Filipino (Tagalog)": "DAO", + "Thai": "DAO", + "Turkish": "DAO", + "Vietnamese": "DAO", + "Arabic": "منظمة مستقلة لامركزية (DAO)", + "Traditional Chinese": "分散式自治組織", + "Dutch": "DAO", + "Greek": "DAO", + "Hindi": "DAO", + "Hungarian": "DAO", + "Japanese": "DAO", + "Polish": "DAO", + "Ukrainian": "DAO" + } + }, + "dapp": { + "term": "dapp", + "phonetic": "", + "partOfSpeech": "", + "definition": "Acronym; see 'decentralized application'", + "termCategory": "Brand/project name", + "i18n": { + "Term": "dapp", + "Simplified Chinese": "dapp(去中心化应用)", + "French": "dApp", + "German": "dApp", + "Indonesian": "dapp", + "Italian": "dapp", + "Korean": "디앱", + "Persian": "dapp", + "Brazilian Portuguese": "dapp", + "Russian": "dapp", + "Spanish": "dapp", + "Filipino (Tagalog)": "dapp", + "Thai": "ดีแอป", + "Turkish": "merkeziyetsiz uygulama", + "Vietnamese": "dapp", + "Arabic": "تطبيق لامركزي (dapp)", + "Traditional Chinese": "去中心化應用程式", + "Dutch": "dapp", + "Greek": "dapp (αποκεντρωμένη εφαρμογή)", + "Hindi": "dapp", + "Hungarian": "dapp", + "Japanese": "DApp", + "Polish": "DApp", + "Ukrainian": "децентралізований додаток" + } + }, + "decentralization": { + "term": "decentralization", + "phonetic": "", + "partOfSpeech": "", + "definition": "The transfer of authority and responsibility from a centralized organization, government, or party to a distributed network.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "decentralization", + "Simplified Chinese": "去中心化", + "French": "Décentralisation", + "German": "Dezentralisierung", + "Indonesian": "desentralisasi", + "Italian": "decentralizzazione", + "Korean": "탈중앙화", + "Persian": "تمرکززدایی", + "Brazilian Portuguese": "descentralização", + "Russian": "децентрализация", + "Spanish": "descentralización", + "Filipino (Tagalog)": "desentralisasyon", + "Thai": "กระจายศูนย์", + "Turkish": "yerinden yönetim", + "Vietnamese": "phi tập trung", + "Arabic": "اللامركزية", + "Traditional Chinese": "去中心化", + "Dutch": "decentralisatie", + "Greek": "αποκέντρωση", + "Hindi": "डीसेंट्रलाइज़ेशन", + "Hungarian": "decentralizálás", + "Japanese": "分散化", + "Polish": "Decentralizacja", + "Ukrainian": "децентралізація" + } + }, + "decentralized application": { + "term": "decentralized application", + "phonetic": "", + "partOfSpeech": "", + "definition": "An open-source software application with backend (not user-facing) code running on a decentralized peer-to-peer network, rather than a centralized server. You may see alternate spellings: dApps, DApps, Dapps, and Đapps.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "decentralized application", + "Simplified Chinese": "去中心化应用", + "French": "application décentralisée", + "German": "Dezentralisierte Anwendung", + "Indonesian": "aplikasi terdesentralisasi", + "Italian": "applicazione decentralizzata", + "Korean": "탈중앙화 애플리케이션", + "Persian": "برنامه غیرمتمرکز", + "Brazilian Portuguese": "aplicativo descentralizado", + "Russian": "децентрализованное приложение", + "Spanish": "aplicación descentralizada", + "Filipino (Tagalog)": "decentralized application", + "Thai": "แอปพลิเคชันกระจายศูนย์", + "Turkish": "merkezi olmayan uygulama", + "Vietnamese": "ứng dụng phi tập trung", + "Arabic": "تطبيق لامركزي", + "Traditional Chinese": "去中心化應用程式", + "Dutch": "decentrale app", + "Greek": "αποκεντρωμένη εφαρμογή", + "Hindi": "decentralized application", + "Hungarian": "decentralizált alkalmazás", + "Japanese": "分散型アプリケーション", + "Polish": "Zdecentralizowana aplikacja", + "Ukrainian": "децентралізований додаток" + } + }, + "Decentralized Autonomous Organization (DAO)": { + "term": "Decentralized Autonomous Organization (DAO)", + "phonetic": "", + "partOfSpeech": "", + "definition": "A Digital Decentralized Autonomous Organization (DAO, pronounced like the Chinese concept) is a powerful and very flexible organizational structure built on a blockchain. Alternatively, the first known example of a DAO is referred to as The DAO. The DAO served as a form of investor-directed venture capital fund, which sought to provide enterprises with new decentralized business models. Ethereum-based, The DAO’s code was open source. The organization set the record for the most crowdfunded project in 2016. Those funds were partially stolen by hackers. The hack caused an Ethereum hard-fork which lead to the creation of Ethereum Classic.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Decentralized Autonomous Organization (DAO)", + "Simplified Chinese": "去中心化自治组织(DAO)", + "French": "Organisation autonome décentralisée", + "German": "Dezentralisierte autonome Organisation (DAO)", + "Indonesian": "Organisasi Otonom Terdesentralisasi (DAO)", + "Italian": "Organizzazione autonoma decentralizzata (DAO)", + "Korean": "탈중앙화 자율조직(DAO)", + "Persian": "سازمان خودگردان غیرمتمرکز (دائو)", + "Brazilian Portuguese": "Organização autônoma descentralizada (DAO)", + "Russian": "Децентрализованная автономная организация (ДАО)", + "Spanish": "organización autónoma descentralizada (DAO)", + "Filipino (Tagalog)": "Decentralized Autonomous Organization (DAO)", + "Thai": "องค์กรอัตโนมัติแบบกระจายศูนย์ (DAO)", + "Turkish": "Merkezi Olmayan Otonom Organizasyon (DAO)", + "Vietnamese": "Tổ chức tự trị phi tập trung (DAO)", + "Arabic": "منظمة مستقلة لامركزية (DAO)", + "Traditional Chinese": "去中心化自治組織", + "Dutch": "decentrale autonome organisatie (DAO)", + "Greek": "Αποκεντρωμένος αυτόνομος οργανισμός (DAO)", + "Hindi": "डीसेंट्रलाइज्ड ऑटोनोमस ऑर्गेनाईज़ेशन (DAO)", + "Hungarian": "decentralizált autonóm szervezet (DAO)", + "Japanese": "分散型自律組織 (DAO)", + "Polish": "Zdecentralizowana autonomiczna organizacja (DAO)", + "Ukrainian": "Децентралізована автономна організація (DAO)" + } + }, + "decentralized exchange (DEX)": { + "term": "decentralized exchange (DEX)", + "phonetic": "", + "partOfSpeech": "", + "definition": "A decentralized exchange (DEX) is a platform for exchanging cryptocurrencies based on functionality programmed on the blockchain (i.e., in smart contracts). The trading is peer-to-peer, or between pools of liquidity. This is in contrast with a centralized exchange, which is more akin to a bank or investment firm that specializes in cryptocurrencies. Additionally, there are so-called on-ramp providers, who could be compared to currency brokers, exchanging traditional “fiat” money for cryptocurrencies, and do not hold customer’s funds “on deposit” the way a centralized exchange does. There are important technical and regulatory differences between these, which are constantly evolving.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "decentralized exchange (DEX)", + "Simplified Chinese": "去中心化交易所(DEX)", + "French": "Échange décentralisé (DEX)", + "German": "Dezentralisierte Börse (DEX)", + "Indonesian": "bursa terdesentralisasi (DEX)", + "Italian": "exchange decentralizzato (DEX)", + "Korean": "탈중앙화 거래소(DEX)", + "Persian": "صرافی غیرمتمرکز (دکس)", + "Brazilian Portuguese": "corretora descentralizada (DEX)", + "Russian": "децентрализованная биржа (DEX)", + "Spanish": "intercambio descentralizado (DEX)", + "Filipino (Tagalog)": "decentralized exchange (DEX)", + "Thai": "ตลาดแลกเปลี่ยนแบบกระจายศูนย์ (DEX)", + "Turkish": "merkeziyetsiz borsa (DEX)", + "Vietnamese": "sàn giao dịch phi tập trung (DEX)", + "Arabic": "بورصة لامركزية (DEX)", + "Traditional Chinese": "去中心化交易所", + "Dutch": "decentrale exchange (DEX)", + "Greek": "αποκεντρωμένη ανταλλαγή (DEX)", + "Hindi": "डीसेंट्रलाइज्ड एक्सचेंज (DEX)", + "Hungarian": "decentralizált tőzsde (DEX)", + "Japanese": "分散型取引所 (DEX)", + "Polish": "Giełda zdecentralizowana (DEX)", + "Ukrainian": "децентралізована біржа (DEX)" + } + }, + "decentralized finance": { + "term": "decentralized finance", + "phonetic": "", + "partOfSpeech": "", + "definition": "If cryptocurrency is web3’s monetary system, its financial system is DeFi. This includes familiar concepts like loans and interest-bearing financial instruments, as well as so-called “DeFi primitives”, novel solutions like token swapping and liquidity pools.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "decentralized finance", + "Simplified Chinese": "去中心化金融", + "French": "finance décentralisée", + "German": "Dezentralisierte Finanzen", + "Indonesian": "keuangan terdesentralisasi", + "Italian": "finanza decentralizzata", + "Korean": "탈중앙화 금융", + "Persian": "امور مالی غیرمتمرکز", + "Brazilian Portuguese": "finanças descentralizadas", + "Russian": "децентрализованные финансы", + "Spanish": "finanzas descentralizadas", + "Filipino (Tagalog)": "decentralized finance", + "Thai": "การเงินกระจายศูนย์", + "Turkish": "merkeziyetsiz finans", + "Vietnamese": "tài chính phi tập trung", + "Arabic": "التمويل اللامركزي", + "Traditional Chinese": "去中心化金融", + "Dutch": "decentralized finance/DeFi", + "Greek": "αποκεντρωμένη χρηματοοικονομική", + "Hindi": "decentralized finance", + "Hungarian": "decentralizált finanszírozás", + "Japanese": "分散型金融", + "Polish": "DeFi (zdecentralizowane finanse)", + "Ukrainian": "децентралізовані фінанси" + } + }, + "decentralized web": { + "term": "decentralized web", + "phonetic": "", + "partOfSpeech": "", + "definition": "The decentralized web, also known as web3, is a concept that refers to a new type of internet architecture that aims to provide a more open, secure, and privacy-preserving internet experience by removing the need for centralized intermediaries and giving users more control over their data. In contrast to the current centralized web, where most online activities are controlled by a few large corporations and their servers, the decentralized web relies on a network of distributed nodes and peer-to-peer protocols to store and transmit data. This means that there is no central authority controlling the internet, and users can interact directly with each other without the need for intermediaries.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "decentralized web", + "Simplified Chinese": "去中心化网络", + "French": "web décentralisé", + "German": "Dezentralisiertes Web", + "Indonesian": "web terdesentralisasi", + "Italian": "web decentralizzato", + "Korean": "탈중앙화 웹", + "Persian": "وب غیرمتمرکز", + "Brazilian Portuguese": "web descentralizada", + "Russian": "децентрализованная сеть", + "Spanish": "web descentralizada", + "Filipino (Tagalog)": "desentralisadong web", + "Thai": "เว็บกระจายศูนย์", + "Turkish": "merkeziyetsiz web", + "Vietnamese": "trang web phi tập trung", + "Arabic": "الويب اللامركزي", + "Traditional Chinese": "Web3去中心化的虛擬生態系", + "Dutch": "decentraal web", + "Greek": "αποκεντρωμένος ιστός", + "Hindi": "डीसेंट्रलाइज्ड वेब", + "Hungarian": "decentralizált web", + "Japanese": "分散型 Web", + "Polish": "Zdecentralizowana sieć Web", + "Ukrainian": "децентралізована мережа" + } + }, + "deposit": { + "term": "deposit", + "phonetic": "", + "partOfSpeech": "", + "definition": "In most web3 contexts, 'depositing' refers to the act of transferring some amount of token(s) to an address other than one's own, most often to a smart contract controlled by a 'protocol', such as a decentralized exchange, video game or multiverse, DAO, etc. Generally, the user will receive something in return for their deposit, and the deposit can be claimed at the user's discretion, or upon completion of given conditions. Compare with 'stake'.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "deposit", + "Simplified Chinese": "保证金", + "French": "dépôt", + "German": "Einzahlung", + "Indonesian": "deposit", + "Italian": "deposito", + "Korean": "예치", + "Persian": "واریز", + "Brazilian Portuguese": "depositar", + "Russian": "депозит", + "Spanish": "", + "Filipino (Tagalog)": "deposito", + "Thai": "ฝาก", + "Turkish": "para yatırma", + "Vietnamese": "gửi tiền", + "Arabic": "الإيداع", + "Traditional Chinese": "充值", + "Dutch": "storten", + "Greek": "κατάθεση", + "Hindi": "डिपॉज़िट", + "Hungarian": "letét", + "Japanese": "デポジット", + "Polish": "Depozyt", + "Ukrainian": "депозит" + } + }, + "derive / derivation": { + "term": "derive / derivation", + "phonetic": "", + "partOfSpeech": "", + "definition": "To derive something is to obtain it from an original source. In the context of crypto-technology, we often discuss 'deriving' wallets and accounts from seed phrases (aka Secret Recovery Phrases, or SRPs). This is literally true: the SRP represents a cryptographic key which is used to derive account addresses deterministically, meaning they will be derived the same way each time. Another, more technical, way of referring to this technology is to refer to 'hierarchical deterministic' wallets.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "derive / derivation", + "Simplified Chinese": "派生", + "French": "dériver / dérivation", + "German": "Ableiten / Ableitung", + "Indonesian": "berasal / turunan", + "Italian": "deriva / derivazione", + "Korean": "파생 / 파생", + "Persian": "مشتق شدن/اشتقاق", + "Brazilian Portuguese": "derivar / derivação", + "Russian": "сделать вывод / вывод/извлекать/выводить/производное от", + "Spanish": "derivar / derivación", + "Filipino (Tagalog)": "nagmula / pinagmulan", + "Thai": "ได้มาจาก / อนุพัทธ์", + "Turkish": "türev / türetme", + "Vietnamese": "phái sinh/phái sinh", + "Arabic": "يشتقّ / اشتقاق", + "Traditional Chinese": "金融衍生品", + "Dutch": "afleiden/afleiding", + "Greek": "παραγωγή / προέλευση", + "Hindi": "डीराइव / डेरिवेशन", + "Hungarian": "származtatni/származtatás", + "Japanese": "導き出す / 導出", + "Polish": "Uzyskiwanie", + "Ukrainian": "Вивести/деривація" + } + }, + "dev": { + "term": "dev", + "phonetic": "", + "partOfSpeech": "", + "definition": "Abbreviation of developer.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "dev", + "Simplified Chinese": "开发者", + "French": "dev.", + "German": "Entwickler", + "Indonesian": "dev", + "Italian": "dev", + "Korean": "개발자", + "Persian": "توسعه دهنده", + "Brazilian Portuguese": "dev", + "Russian": "разраб/дев", + "Spanish": "desarrollador", + "Filipino (Tagalog)": "dev", + "Thai": "นักพัฒนา", + "Turkish": "geliştirici", + "Vietnamese": "nhà lập trình", + "Arabic": "مُطورّ", + "Traditional Chinese": "開發者", + "Dutch": "ontwikkelaar", + "Greek": "Προγραμματιστής", + "Hindi": "dev", + "Hungarian": "dev", + "Japanese": "Dev", + "Polish": "Dev", + "Ukrainian": "розробник" + } + }, + "Devcon": { + "term": "Devcon", + "phonetic": "", + "partOfSpeech": "", + "definition": "This is shorthand for the Ethereum Developers’ Conference.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Devcon", + "Simplified Chinese": "Ethereum 开发者会议", + "French": "DevCon", + "German": "Devcon", + "Indonesian": "Devcon", + "Italian": "Devcon", + "Korean": "Ethereum 개발 컨퍼런스", + "Persian": "کنفرانس توسعه‌دهندگان اتریوم", + "Brazilian Portuguese": "Devcon", + "Russian": "Конференция разработчиков", + "Spanish": "Devcon", + "Filipino (Tagalog)": "Devcon", + "Thai": "Devcon", + "Turkish": "Devcon", + "Vietnamese": "Devcon", + "Arabic": "Devcon", + "Traditional Chinese": "Devcon 區塊鏈媒體", + "Dutch": "Devcon", + "Greek": "Devcon", + "Hindi": "Devcon", + "Hungarian": "Devcon", + "Japanese": "Devcon", + "Polish": "Devcon", + "Ukrainian": "Devcon" + } + }, + "Developer": { + "term": "Developer", + "phonetic": "", + "partOfSpeech": "", + "definition": "A person that creates new products, especially computer products such as software.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Developer", + "Simplified Chinese": "开发者", + "French": "Développeur", + "German": "Entwickler", + "Indonesian": "Pengembang", + "Italian": "Sviluppatore", + "Korean": "개발자", + "Persian": "توسعه دهنده", + "Brazilian Portuguese": "Desenvolvedor", + "Russian": "Разработчик", + "Spanish": "desarrollador", + "Filipino (Tagalog)": "Developer", + "Thai": "นักพัฒนา", + "Turkish": "Geliştirici", + "Vietnamese": "Nhà lập trình", + "Arabic": "مُطورّ", + "Traditional Chinese": "開發者", + "Dutch": "ontwikkelaar", + "Greek": "Προγραμματιστής", + "Hindi": "Developer", + "Hungarian": "fejlesztő", + "Japanese": "開発者", + "Polish": "Twórca oprogramowania", + "Ukrainian": "Розробник" + } + }, + "DEX": { + "term": "DEX", + "phonetic": "", + "partOfSpeech": "", + "definition": "Acronym; see 'decentralized exchange'.", + "termCategory": "Software term", + "i18n": { + "Term": "DEX", + "Simplified Chinese": "DEX(去中心化交易所)", + "French": "DEX", + "German": "DEX", + "Indonesian": "DEX", + "Italian": "DEX", + "Korean": "DEX", + "Persian": "دکس", + "Brazilian Portuguese": "DEX", + "Russian": "DEX", + "Spanish": "DEX", + "Filipino (Tagalog)": "DEX", + "Thai": "DEX", + "Turkish": "DEX", + "Vietnamese": "DEX", + "Arabic": "بورصة لامركزية (DEX)", + "Traditional Chinese": "去中心化交易所", + "Dutch": "DEX", + "Greek": "DEX (αποκεντρωμένη ανταλλαγή)", + "Hindi": "DEX", + "Hungarian": "DEX", + "Japanese": "DEX", + "Polish": "DEX", + "Ukrainian": "DEX" + } + }, + "difficulty": { + "term": "difficulty", + "phonetic": "", + "partOfSpeech": "", + "definition": "The concept outlining how hard it is to verify blocks in a blockchain network during Proof of Work mining. In the Bitcoin network, the difficulty of mining adjusts every 2016 blocks. This is to keep block verification time at ten minutes.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "difficulty", + "Simplified Chinese": "难度", + "French": "difficulté", + "German": "Schwierigkeit", + "Indonesian": "kesulitan", + "Italian": "difficoltà", + "Korean": "난이도", + "Persian": "سختی", + "Brazilian Portuguese": "dificuldade", + "Russian": "сложность", + "Spanish": "dificultad", + "Filipino (Tagalog)": "kahirapan", + "Thai": "ความยากในการขุด", + "Turkish": "zorluk", + "Vietnamese": "độ khó", + "Arabic": "صعوبة التعدين", + "Traditional Chinese": "難度值", + "Dutch": "difficulty/moeilijkheid", + "Greek": "δυσκολία", + "Hindi": "डिफीकल्टी", + "Hungarian": "nehézség", + "Japanese": "採掘難易度", + "Polish": "Trudność", + "Ukrainian": "складність" + } + }, + "difficulty bomb": { + "term": "difficulty bomb", + "phonetic": "", + "partOfSpeech": "", + "definition": "The difficulty bomb, along with the Beacon Chain and others, was a key element of Ethereum's upgrade to Ethereum 2.0 and a Proof of Stake (PoS) consensus mechanism. As the name indicates, the difficulty bomb was a software mechanism that increased block verification difficulty, making it more expensive and difficult--eventually, prohibitively so--to mine a new block. Through economic incentive, and later, the raw limitations of computing power, this forced the shift to PoS consensus. See also 'Proof of Stake', 'the Merge'.", + "termCategory": "Software term", + "i18n": { + "Term": "difficulty bomb", + "Simplified Chinese": "难度炸弹", + "French": "bombe de difficulté", + "German": "Schwierigkeitsbombe", + "Indonesian": "difficulty bomb", + "Italian": "difficulty bomb", + "Korean": "난이도 폭탄", + "Persian": "بمب سختی", + "Brazilian Portuguese": "bomba de dificuldade", + "Russian": "бомба сложности", + "Spanish": "bomba de dificultad", + "Filipino (Tagalog)": "bomba ng kahirapan", + "Thai": "ปรับความยากจนขุดไม่ได้", + "Turkish": "zorluk bombası", + "Vietnamese": "bom độ khó", + "Arabic": "انفجار الصعوبة", + "Traditional Chinese": "難度炸彈", + "Dutch": "difficulty bomb", + "Greek": "βόμβα δυσκολίας", + "Hindi": "डिफीकल्टी बॉम्ब", + "Hungarian": "nehézségi bomba", + "Japanese": "ディフィカルティボム", + "Polish": "Bomba trudności", + "Ukrainian": "бомба складності" + } + }, + "digital asset": { + "term": "digital asset", + "phonetic": "", + "partOfSpeech": "", + "definition": "A digital commodity that is scarce, electronically transferable, and intangible with a market value.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "digital asset", + "Simplified Chinese": "数字资产", + "French": "Actif numérique", + "German": "Digitales Asset", + "Indonesian": "aset digital", + "Italian": "asset digitale", + "Korean": "디지털 자산", + "Persian": "دارایی دیجیتال", + "Brazilian Portuguese": "ativo digital", + "Russian": "цифровой актив", + "Spanish": "activo digital", + "Filipino (Tagalog)": "digital na asset", + "Thai": "สินทรัพย์ดิจิทัล", + "Turkish": "dijital varlık", + "Vietnamese": "tài sản kỹ thuật số", + "Arabic": "أصل رقمي", + "Traditional Chinese": "區塊鏈數字資產", + "Dutch": "digitale asset", + "Greek": "ψηφιακά διαθέσιμα στοιχεία", + "Hindi": "डिजिटल एसेट", + "Hungarian": "digitális eszköz", + "Japanese": "デジタル資産", + "Polish": "Aktywa cyfrowe", + "Ukrainian": "цифровий актив" + } + }, + "digital identity": { + "term": "digital identity", + "phonetic": "", + "partOfSpeech": "", + "definition": "An online or networked identity adopted by an individual, organization, or electronic device.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "digital identity", + "Simplified Chinese": "数字身份", + "French": "identité numérique", + "German": "Digitale Identität", + "Indonesian": "identitas digital", + "Italian": "identità digitale", + "Korean": "디지털 신원", + "Persian": "هویت دیجیتال", + "Brazilian Portuguese": "identidade digital", + "Russian": "цифровая личность/цифровая идентификация/цифровой профиль", + "Spanish": "identidad digital", + "Filipino (Tagalog)": "digital na pagkakakilanlan", + "Thai": "อัตลักษณ์ดิจิทัล", + "Turkish": "dijital kimlik", + "Vietnamese": "nhận dạng kỹ thuật số", + "Arabic": "هوية رقمية", + "Traditional Chinese": "數位身份", + "Dutch": "digitale identiteit", + "Greek": "ηλεκτρονική ταυτότητα", + "Hindi": "डिजिटल आइडेंटिटी", + "Hungarian": "digitális identitás", + "Japanese": "デジタルアイデンティティ", + "Polish": "Tożsamość cyfrowa", + "Ukrainian": "цифрова ідентичність" + } + }, + "Digital signature": { + "term": "Digital signature", + "phonetic": "", + "partOfSpeech": "", + "definition": "A short string of data a user produces for a document using a private key such that anyone with the corresponding public key, the signature, and the document can verify that (1) the document was 'signed' by the owner of that particular private key, and (2) the document was not changed after it was signed.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Digital signature", + "Simplified Chinese": "电子签名", + "French": "Signature numérique", + "German": "Digitale Signatur", + "Indonesian": "Tanda tangan digital", + "Italian": "Firma digitale", + "Korean": "전자 서명", + "Persian": "امضای دیجیتال", + "Brazilian Portuguese": "Assinatura digital", + "Russian": "Цифровая подпись", + "Spanish": "firma digital", + "Filipino (Tagalog)": "Digital na lagda", + "Thai": "ลายเซ็นดิจิทัล", + "Turkish": "Dijital imza", + "Vietnamese": "Chữ ký số", + "Arabic": "توقيع رقمي", + "Traditional Chinese": "數位簽章", + "Dutch": "digitale handtekening", + "Greek": "Ηλεκτρονική υπογραφή", + "Hindi": "डिजिटल सिग्नेचर", + "Hungarian": "digitális aláírás", + "Japanese": "デジタル署名", + "Polish": "Podpis cyfrowy", + "Ukrainian": "Цифровий підпис" + } + }, + "Distributed Denial of Service (DDoS) Attack": { + "term": "Distributed Denial of Service (DDoS) Attack", + "phonetic": "", + "partOfSpeech": "", + "definition": "A type of cyber-attack in which the perpetrator continuously overwhelms the system with requests in order to prevent service of legitimate requests.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Distributed Denial of Service (DDoS) Attack", + "Simplified Chinese": "分布式拒绝服务攻击(DDoS)", + "French": "Attaque par déni de service (DDoS)", + "German": "Distributed Denial of Service (DDoS) Angriff", + "Indonesian": "Serangan Distributed Denial of Service (DDoS)", + "Italian": "Attacco Distributed Denial of Service (DDoS)", + "Korean": "분산 서비스 거부(DDoS) 공격", + "Persian": "حمله محروم‌سازی از سرویس (دیداس)", + "Brazilian Portuguese": "Ataque de negação de serviço distribuído (DDoS)", + "Russian": "Распределенная атака типа «отказ в обслуживании» (DDoS)", + "Spanish": "ataque distribuido de denegación de servicio (DDoS)", + "Filipino (Tagalog)": "Distributed Denial of Service (DDoS) na Pag-atake", + "Thai": "การโจมตีแบบปฏิเสธการให้บริการแบบกระจาย (DDoS)", + "Turkish": "Dağıtık Hizmet Reddi (DDoS) Saldırısı", + "Vietnamese": "Tấn công từ chối dịch vụ phân tán (DDoS)", + "Arabic": "الهجمات الموزعة لحجب الخدمة (DDoS)", + "Traditional Chinese": "分散式阻斷服務攻擊", + "Dutch": "DDOS-aanval (distributed denial of service)", + "Greek": "Eπίθεση άρνησης εξυπηρέτησης (DDoS)", + "Hindi": "डिस्ट्रीब्यूटेड डिनायल ऑफ सर्विस (DDoS) अटैक", + "Hungarian": "elosztott szolgáltatásmegtagadási (DDoS) támadás", + "Japanese": "分散型サービス拒否 (DDoS) 攻撃", + "Polish": "Atak DDoS (Distributed Denial of Service)", + "Ukrainian": "Розподілена атака типу «відмова в обслуговуванні» (DDoS)" + } + }, + "distributed ledger": { + "term": "distributed ledger", + "phonetic": "", + "partOfSpeech": "", + "definition": "A type of database which spreads across multiple sites, countries, or institutions. Records are stored sequentially in a continuous ledger. Distributed ledger data can be either “permissioned” or “unpermissioned”, determining who can view it. This term is used, often, to refer in general to public blockchain technology, as 'crypto' has come to mean 'cryptocurrency', 'web3' is the collective community, and 'blockchain', after all, is 'just' the data structure used to sync the distributed ledger itself.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "distributed ledger", + "Simplified Chinese": "分布式账本", + "French": "registre distribué", + "German": "Distributed Ledger", + "Indonesian": "ledger terdistribusi", + "Italian": "registro distribuito", + "Korean": "분산 원장", + "Persian": "دفترکل توزیع‌شده", + "Brazilian Portuguese": "registro distribuído", + "Russian": "распределенный реестр", + "Spanish": "registro distribuido", + "Filipino (Tagalog)": "ipinamahaging ledger", + "Thai": "การจดบัญชีแบบกระจาย", + "Turkish": "dağıtılmış defter", + "Vietnamese": "sổ cái phân tán", + "Arabic": "السجل الموزع", + "Traditional Chinese": "分布式分類帳", + "Dutch": "distributed ledger", + "Greek": "Κατανεμημένο Καθολικό", + "Hindi": "डिस्ट्रिब्यूटेड लेजर (ledger)", + "Hungarian": "elosztott főkönyv", + "Japanese": "分散型台帳", + "Polish": "Rejestr rozproszony", + "Ukrainian": "розподілений реєстр" + } + }, + "Distributed Ledger Technology": { + "term": "Distributed Ledger Technology", + "phonetic": "", + "partOfSpeech": "", + "definition": "A type of database which spreads across multiple sites, countries, or institutions. Records are stored sequentially in a continuous ledger. Distributed ledger data can be either “permissioned” or “unpermissioned”, determining who can view it. This term is used, often, to refer in general to public blockchain technology, as ‘crypto’ has come to mean ‘cryptocurrency’, ‘web3’ is the collective community, and ‘blockchain’, after all, is “just” the data structure used to sync the distributed ledger itself.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Distributed Ledger Technology", + "Simplified Chinese": "分布式账本技术", + "French": "Technologie de registre distribué", + "German": "Distributed-Ledger-Technologie", + "Indonesian": "Teknologi Ledger Terdistribusi", + "Italian": "Distributed Ledger Technology", + "Korean": "분산 원장 기술", + "Persian": "فناوری دفترکل توزیع‌شده", + "Brazilian Portuguese": "Tecnologia de registro distribuído", + "Russian": "Технология распределенного реестра", + "Spanish": "tecnología de registro distribuido", + "Filipino (Tagalog)": "Distributed Ledger Technology", + "Thai": "เทคโนโลยีการจดบัญชีแบบกระจาย", + "Turkish": "Dağıtılmış Defter Teknolojisi", + "Vietnamese": "Công nghệ sổ cái phân tán", + "Arabic": "تقنية دفتر الأستاذ الموزع", + "Traditional Chinese": "分散式帳本技術", + "Dutch": "distributed ledger technology", + "Greek": "DLT (Τεχνολογία Κατανεμημένου Καθολικού)", + "Hindi": "Distributed Ledger Technology", + "Hungarian": "elosztott főkönyvi technológia (DLT)", + "Japanese": "分散型台帳技術", + "Polish": "Technologia rozproszonego rejestru", + "Ukrainian": "Технологія розподіленого реєстру" + } + }, + "DLT": { + "term": "DLT", + "phonetic": "", + "partOfSpeech": "", + "definition": "Acronym; see 'distributed ledger technology'.", + "termCategory": "Software term", + "i18n": { + "Term": "DLT", + "Simplified Chinese": "DLT(分布式账本技术)", + "French": "DLT", + "German": "DLT", + "Indonesian": "DLT", + "Italian": "DLT", + "Korean": "DLT", + "Persian": "فناوری دفترکل توزیع‌شده", + "Brazilian Portuguese": "DLT", + "Russian": "DLT", + "Spanish": "DLT", + "Filipino (Tagalog)": "DLT", + "Thai": "DLT", + "Turkish": "DLT", + "Vietnamese": "DLT", + "Arabic": "تقنية دفتر الأستاذ الموزع (DLT)", + "Traditional Chinese": "分散式帳本技術", + "Dutch": "DLT", + "Greek": "DLT (Τεχνολογία Κατανεμημένου Καθολικού)", + "Hindi": "DLT", + "Hungarian": "DLT", + "Japanese": "DLT", + "Polish": "DLT", + "Ukrainian": "DLT" + } + }, + "double spend": { + "term": "double spend", + "phonetic": "", + "partOfSpeech": "", + "definition": "The 'double spend' is the benchmark security concern of blockchain networks: how do we ensure that someone doesn't send the same transaction to two different entities, essentially 'spending their money twice'? This is the cornerstone of the consensus mechanism, ensuring that all nodes of the network are 'in agreement' about which assets are allocated to which addresses, on an ongoing basis, to prevent malicious actions such as a double spend.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "double spend", + "Simplified Chinese": "双重支付", + "French": "Double dépense", + "German": "Doppelte Ausgaben", + "Indonesian": "penggunaan ganda", + "Italian": "doppia spesa", + "Korean": "이중 지불", + "Persian": "دوبار خرج‌کردن", + "Brazilian Portuguese": "gasto duplo", + "Russian": "двойное расходование", + "Spanish": "doble gasto", + "Filipino (Tagalog)": "dobleng paggasta", + "Thai": "จ่ายซ้ำ", + "Turkish": "çift harcama", + "Vietnamese": "chi tiêu kép", + "Arabic": "إنفاق مزدوج", + "Traditional Chinese": "雙重支付", + "Dutch": "double-spending", + "Greek": "double spend", + "Hindi": "डबल स्पेंड", + "Hungarian": "dupla költés", + "Japanese": "二重支払い", + "Polish": "Podwójne wydatkowanie", + "Ukrainian": "подвійна трата" + } + }, + "ecosystem": { + "term": "ecosystem", + "phonetic": "", + "partOfSpeech": "", + "definition": "In the context of 'web3 ecosystem'; 'blockchain ecosystem'. See 'web3'; See 'blockchain'", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ecosystem", + "Simplified Chinese": "生态系统", + "French": "écosystème", + "German": "Ökosystem", + "Indonesian": "ekosistem", + "Italian": "ecosistema", + "Korean": "생태계", + "Persian": "اکوسیستم", + "Brazilian Portuguese": "ecossistema", + "Russian": "экосистема", + "Spanish": "ecosistema", + "Filipino (Tagalog)": "ekosistema", + "Thai": "ระบบนิเวศ", + "Turkish": "ekosistem", + "Vietnamese": "hệ sinh thái", + "Arabic": "النظام البيئي", + "Traditional Chinese": "生態圈", + "Dutch": "ecosysteem", + "Greek": "οικοσύστημα", + "Hindi": "इकोसिस्टम", + "Hungarian": "ökoszisztéma", + "Japanese": "エコシステム", + "Polish": "Ekosystem", + "Ukrainian": "екосистема" + } + }, + "Edge": { + "term": "Edge", + "phonetic": "", + "partOfSpeech": "", + "definition": "In the context of 'Edge computing': it is an emerging computing paradigm which refers to a range of networks and devices at or near the user. Edge is about processing data closer to where it's being generated, enabling processing at greater speeds and volumes, leading to greater action-led results in real time. The term can also refer to Microsoft's browser or the crypto software wallet", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Edge", + "Simplified Chinese": "Edge", + "French": "Edge", + "German": "Edge", + "Indonesian": "Edge", + "Italian": "Edge", + "Korean": "Edge", + "Persian": "مرزی", + "Brazilian Portuguese": "Edge", + "Russian": "Граничный (Edge, if browser)", + "Spanish": "Edge", + "Filipino (Tagalog)": "Edge", + "Thai": "Edge", + "Turkish": "Edge", + "Vietnamese": "Edge", + "Arabic": "الطرفية", + "Traditional Chinese": "Edge", + "Dutch": "edge/Edge", + "Greek": "Edge", + "Hindi": "Edge", + "Hungarian": "él", + "Japanese": "エッジ / Edge", + "Polish": "Edge", + "Ukrainian": "Edge" + } + }, + "EIP-1559": { + "term": "EIP-1559", + "phonetic": "", + "partOfSpeech": "", + "definition": "EIP (Ethereum Improvement Proposal) The EIP process is a public and open process through which suggestions are made as to how to change (and hopefully, improve) the way the Ethereum network functions as a whole. Individual EIPs are referred to by the name assigned to them in the repository, for example, EIP-1559. EIP-1559 will change Ethereum’s fee market mechanism. Fundamentally, EIP-1559 gets rid of the first-price auction as the main gas fee calculation. In first-price auctions, people bid a set amount of money to pay for their transaction to be processed, and the highest bidder wins. With EIP-1559, there will be a discrete “base fee” for transactions to be included in the next block. For users or applications that want to prioritize their transaction, they can add a “tip,” which is called a “priority fee” to pay a miner for faster inclusion.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "EIP-1559", + "Simplified Chinese": "Ethereum 改进提议(EIP)-1559", + "French": "EIP-1559", + "German": "EIP-1559", + "Indonesian": "EIP-1559", + "Italian": "EIP-1559", + "Korean": "EIP-1559", + "Persian": "EIP-1559", + "Brazilian Portuguese": "EIP-1559", + "Russian": "EIP-1559", + "Spanish": "EIP-1559", + "Filipino (Tagalog)": "EIP-1559", + "Thai": "EIP-1559", + "Turkish": "EIP-1559", + "Vietnamese": "EIP-1559", + "Arabic": "EIP-1559", + "Traditional Chinese": "EIP-1559", + "Dutch": "EIP-1559", + "Greek": "EIP-1559", + "Hindi": "EIP-1559", + "Hungarian": "EIP-1559", + "Japanese": "EIP-1559", + "Polish": "EIP-1559", + "Ukrainian": "EIP-1559" + } + }, + "encrypted vs unencrypted keys": { + "term": "encrypted vs unencrypted keys", + "phonetic": "", + "partOfSpeech": "", + "definition": "As discussed elsewhere, public and private cryptographic key pairs are one of the technologies that underpins cryptocurrencies and 'crypto' tech in general. In MetaMask, an unencrypted private key is 64 characters long, and it is used to unlock or restore wallets. An encrypted key is also 64 letters long and is a regular private key that has gone through the process of encryption. Usually, encrypted private keys are kept within the extension or device they are encrypted by, and they remain out of sight from the user. This is meant to add another layer of security to keep a user’s wallet information safe. By way of example: if the world ‘Apple’ was your private key, then it was encrypted three letters down the alphabet, your new encrypted key would be ‘Dssoh’. Since you know the way to encrypt this key, you could derive the original private key from it by reversing the method of encryption.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "encrypted vs unencrypted keys", + "Simplified Chinese": "加密秘钥与未加密密钥", + "French": "clés chiffrées ou clés déchiffrées", + "German": "Verschlüsselte vs. unverschlüsselte Schlüssel", + "Indonesian": "kunci terenkripsi vs tidak terenkripsi", + "Italian": "chiavi crittografate vs non crittografate", + "Korean": "암호화된 키와 암호화되지 않은 키", + "Persian": "کلیدهای رمزگذاری شده در مقابل کلیدهای رمزگذاری نشده", + "Brazilian Portuguese": "chaves criptografadas vs não criptografadas", + "Russian": "зашифрованные и незашифрованные ключи", + "Spanish": "claves cifradas vs no cifradas", + "Filipino (Tagalog)": "naka-encrypt kumpara sa mga hindi naka-encrypt na key", + "Thai": "คีย์เข้ารหัส / คีย์ไม่เข้ารหัส", + "Turkish": "şifrelenmiş ve şifrelenmemiş anahtarlar", + "Vietnamese": "khóa được mã hóa và khoá không được mã hóa", + "Arabic": "المفاتيح المشفرة مقابل غير المشفرة", + "Traditional Chinese": "加密金鑰 VS 未加密金鑰", + "Dutch": "sleutels met of zonder encryptie", + "Greek": "κρυπτογραφημένα έναντι μη κρυπτογραφημένων κλειδιών", + "Hindi": "एन्क्रिप्टेड बनाम अनएन्क्रिप्टेड कीज़ (keys)", + "Hungarian": "titkosított vs. titkosítatlan kulcsok", + "Japanese": "暗号化鍵 vs 非暗号化鍵", + "Polish": "Klucze zaszyfrowane i niezaszyfrowane", + "Ukrainian": "зашифровані проти незашифрованих ключів" + } + }, + "encryption": { + "term": "encryption", + "phonetic": "", + "partOfSpeech": "", + "definition": "Encrpytion, literally 'in a hidden place', is the art and science of encoding information to control who can read it, or how it is to be read. Encryption occurs in natural (human) languages, as well as in machine and computer languages. Highly complex, and therefore difficult to decipher, encryption is an essential element enabling blockchain networks to be simultaneously public and secure.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "encryption", + "Simplified Chinese": "加密", + "French": "Chiffrement", + "German": "Verschlüsselung", + "Indonesian": "enkripsi", + "Italian": "Crittografia", + "Korean": "암호화", + "Persian": "رمزگذاری", + "Brazilian Portuguese": "criptografia", + "Russian": "шифрование", + "Spanish": "cifrado", + "Filipino (Tagalog)": "pag-encrypt", + "Thai": "การเข้ารหัส", + "Turkish": "şifreleme", + "Vietnamese": "mã hóa", + "Arabic": "التشفير", + "Traditional Chinese": "加密", + "Dutch": "encryptie/versleuteling", + "Greek": "κρυπτογράφηση", + "Hindi": "एन्क्रिप्शन", + "Hungarian": "titkosítás", + "Japanese": "暗号化", + "Polish": "Szyfrowanie", + "Ukrainian": "шифрування" + } + }, + "ENS": { + "term": "ENS", + "phonetic": "", + "partOfSpeech": "", + "definition": "The Ethereum Name Service is a protocol, managed by a DAO, which assigns human-readable and easy-to-remember addresses to Ethereum addresses and assets, homologous to the traditional internet's DNS.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ENS", + "Simplified Chinese": "ENS(Ethereum 域名服务)", + "French": "ENS (service de nomination Ethereum)", + "German": "ENS", + "Indonesian": "ENS", + "Italian": "ENS", + "Korean": "ENS", + "Persian": "ENS", + "Brazilian Portuguese": "ENS", + "Russian": "ENS", + "Spanish": "ENS", + "Filipino (Tagalog)": "ENS", + "Thai": "ENS", + "Turkish": "ENS", + "Vietnamese": "ENS", + "Arabic": "بروتوكول ENS", + "Traditional Chinese": "以太坊域名服務", + "Dutch": "ENS", + "Greek": "ENS", + "Hindi": "ENS", + "Hungarian": "ENS", + "Japanese": "ENS", + "Polish": "ENS", + "Ukrainian": "ENS" + } + }, + "Enterprise Ethereum Alliance (EEA)": { + "term": "Enterprise Ethereum Alliance (EEA)", + "phonetic": "", + "partOfSpeech": "", + "definition": "A group of Ethereum core developers, startups, and large companies working together to commercialize and use Ethereum for different business applications. Website here.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Enterprise Ethereum Alliance (EEA)", + "Simplified Chinese": "企业 Ethereum 联盟(EEA)", + "French": "Enterprise Ethereum Alliance (EEA)", + "German": "Enterprise Ethereum Alliance (EEA)", + "Indonesian": "Enterprise Ethereum Alliance (EEA)", + "Italian": "Enterprise Ethereum Alliance (EEA)", + "Korean": "엔터프라이즈 Ethereum 얼라이언스(EEA)", + "Persian": "‏اتحاد سازمانی اتریوم (EEA)", + "Brazilian Portuguese": "Enterprise Ethereum Alliance (EEA)", + "Russian": "Альянс разработчиков Ethereum (EEA)", + "Spanish": "Enterprise Ethereum Alliance (EEA)", + "Filipino (Tagalog)": "Enterprise Ethereum Alliance (EEA)", + "Thai": "กลุ่มพันธมิตร Enterprise Ethereum Alliance (EEA)", + "Turkish": "Kurumsal Ethereum İttifakı (EEA)", + "Vietnamese": "Liên minh Doanh nghiệp Ethereum (EEA)", + "Arabic": "تحالف Ethereum للمؤسسات (EEA)", + "Traditional Chinese": "企業以太坊聯盟", + "Dutch": "Enterprise Ethereum Alliance (EEA)", + "Greek": "Enterprise Ethereum Alliance (EEA)", + "Hindi": "एंटरप्राइज़ एथेरियम एलायंस (EEA)", + "Hungarian": "Enterprise Ethereum Alliance (EEA)", + "Japanese": "Enterprise Ethereum Alliance (EEA)", + "Polish": "Enterprise Ethereum Alliance (EEA)", + "Ukrainian": "Альянс корпоративного ефіру (EEA)" + } + }, + "entropy": { + "term": "entropy", + "phonetic": "", + "partOfSpeech": "", + "definition": "In the context of cryptography, 'entropy' refers to 'randomness'; generally, the more random something is (the more entropy it has), the more secure it is.", + "termCategory": "Software term", + "i18n": { + "Term": "entropy", + "Simplified Chinese": "熵", + "French": "entropie", + "German": "Entropie", + "Indonesian": "entropi", + "Italian": "entropia", + "Korean": "엔트로피", + "Persian": "بی‌نظمی", + "Brazilian Portuguese": "entropia", + "Russian": "энтропия", + "Spanish": "entropía", + "Filipino (Tagalog)": "entropy", + "Thai": "เอนโทรปี", + "Turkish": "entropi", + "Vietnamese": "độ hỗn loạn", + "Arabic": "إنتروبيا", + "Traditional Chinese": "熵", + "Dutch": "entropie", + "Greek": "εντροπία", + "Hindi": "एन्ट्रॉपी", + "Hungarian": "entrópia", + "Japanese": "エントロピー", + "Polish": "Entropia", + "Ukrainian": "ентропія" + } + }, + "epoch": { + "term": "epoch", + "phonetic": "", + "partOfSpeech": "", + "definition": "An epoch, in general, is a measure of time, or of blockchain progression, on a given blockchain. In Ethereum Proof of Stake, an epoch consists of 32 slots, each lasting 12 seconds, for a total of 6.4 minutes per epoch. There is additional functionality built upon the epoch measure in the Beacon Chain to help ensure security and proper operation of the Chain.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "epoch", + "Simplified Chinese": "时段", + "French": "epoch", + "German": "Epoche", + "Indonesian": "epok", + "Italian": "epoch", + "Korean": "에폭", + "Persian": "دوره زمانی/ایپاک", + "Brazilian Portuguese": "época", + "Russian": "эпоха", + "Spanish": "época", + "Filipino (Tagalog)": "kapanahunan", + "Thai": "อีพอกช์", + "Turkish": "epoch", + "Vietnamese": "epoch", + "Arabic": "حقبة", + "Traditional Chinese": "時期", + "Dutch": "epoch", + "Greek": "χρονική σήμανση", + "Hindi": "एपोच (epoch)", + "Hungarian": "korszak", + "Japanese": "エポック", + "Polish": "Epoka", + "Ukrainian": "епоха" + } + }, + "ERC": { + "term": "ERC", + "phonetic": "", + "partOfSpeech": "", + "definition": "Ethereum Request for Comment, or ERC, is a bit of a misnomer, as it is used to refer to suggestions for modifications that have already made it through the Ethereum Improvement Protocol (EIP) process and have been made standard on Ethereum. An ERC is, essentially, a set of standards for a given operation or topic on the Ethereum network. The authoritative list can be found here.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "ERC", + "Simplified Chinese": "Ethereum 征求修正意见书(ERC)", + "French": "ERC", + "German": "ERC", + "Indonesian": "ERC", + "Italian": "ERC", + "Korean": "ERC", + "Persian": "ERC", + "Brazilian Portuguese": "ERC", + "Russian": "ERC", + "Spanish": "ERC", + "Filipino (Tagalog)": "ERC", + "Thai": "ERC", + "Turkish": "ERC", + "Vietnamese": "ERC", + "Arabic": "معيار ERC", + "Traditional Chinese": "以太坊提案請求", + "Dutch": "ERC", + "Greek": "ERC", + "Hindi": "ERC", + "Hungarian": "ERC", + "Japanese": "ERC", + "Polish": "ERC", + "Ukrainian": "ERC" + } + }, + "ERC-1155": { + "term": "ERC-1155", + "phonetic": "", + "partOfSpeech": "", + "definition": "A token standard for creating semi-fungible tokens, meaning you can launch both fungible and non-fungible tokens within a single smart contract.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ERC-1155", + "Simplified Chinese": "Ethereum 征求修正意见书(ERC)-1155", + "French": "ERC-1155", + "German": "ERC-1155", + "Indonesian": "ERC-1155", + "Italian": "ERC-1155", + "Korean": "ERC-1155", + "Persian": "ERC-1155", + "Brazilian Portuguese": "ERC-1155", + "Russian": "ERC-1155", + "Spanish": "ERC-1155", + "Filipino (Tagalog)": "ERC-1155", + "Thai": "ERC-1155", + "Turkish": "ERC-1155", + "Vietnamese": "ERC-1155", + "Arabic": "ERC-1155", + "Traditional Chinese": "ERC-1155", + "Dutch": "ERC-1155", + "Greek": "ERC-1155", + "Hindi": "ERC-1155", + "Hungarian": "ERC-1155", + "Japanese": "ERC-1155", + "Polish": "ERC-1155", + "Ukrainian": "ERC-1155" + } + }, + "ERC-20 Token Standard": { + "term": "ERC-20 Token Standard", + "phonetic": "", + "partOfSpeech": "", + "definition": "ERC is the abbreviation for Ethereum Request for Comment and is followed by the assignment number of the standard. ERC-20 is a technical standard for smart contracts which is used to issue the majority of tokens (in particular, cryptocurrency tokens) extant on Ethereum. This list of rules states the requirements that a token must fulfill to be compliant and function within the Ethereum network.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ERC-20 Token Standard", + "Simplified Chinese": "Ethereum 征求修正意见书(ERC)-20 代币标准", + "French": "Norme de jeton ERC-20", + "German": "ERC-20 Token-Standard", + "Indonesian": "Token Standar ERC-20", + "Italian": "Standard ERC-20", + "Korean": "ERC-20 토큰 표준", + "Persian": "استاندارد توکن ERC-20", + "Brazilian Portuguese": "Padrão de token ERC-20", + "Russian": "Стандарт токенов ERC-20", + "Spanish": "token estándar ERC-20", + "Filipino (Tagalog)": "Pamantayan ng Token ng ERC-20", + "Thai": "มาตรฐานโทเค็น ERC-20", + "Turkish": "ERC-20 Token Standardı", + "Vietnamese": "Tiêu chuẩn Token ERC-20", + "Arabic": "معيار توكِنّ ERC-20", + "Traditional Chinese": "ERC-20 代幣標準", + "Dutch": "ERC-20 Token Standard", + "Greek": "ERC-20 Τυπικό Συμβολικό Νόμισμα", + "Hindi": "ERC-20 Token Standard", + "Hungarian": "ERC-20 token szabvány", + "Japanese": "ERC-20 トークン規格", + "Polish": "Standard tokena ERC-20", + "Ukrainian": "Стандарт токенів ERC-20" + } + }, + "ERC-721": { + "term": "ERC-721", + "phonetic": "", + "partOfSpeech": "", + "definition": "ERC-721 Token Standard Another standard for Ethereum smart contracts, which allows for the issuance of a non-fungible token: this is the standard that created what we all now know as an NFT. This token standard is used to represent a unique digital asset that is not interchangeable, as opposed to the ERC-20 (or other equivalent) standard, which issues identical, interchangeable tokens.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ERC-721", + "Simplified Chinese": "Ethereum 征求修正意见书(ERC)-721", + "French": "ERC-721", + "German": "ERC-721", + "Indonesian": "ERC-721", + "Italian": "ERC-721", + "Korean": "ERC-721", + "Persian": "ERC-721", + "Brazilian Portuguese": "ERC-721", + "Russian": "ERC-721", + "Spanish": "ERC-721", + "Filipino (Tagalog)": "ERC-721", + "Thai": "ERC-721", + "Turkish": "ERC-721", + "Vietnamese": "ERC-721", + "Arabic": "ERC-721", + "Traditional Chinese": "ERC-721", + "Dutch": "ERC-721", + "Greek": "ERC-721", + "Hindi": "ERC-721", + "Hungarian": "ERC-721", + "Japanese": "ERC-721", + "Polish": "ERC-721", + "Ukrainian": "ERC-721" + } + }, + "ERC-721 Token Standard": { + "term": "ERC-721 Token Standard", + "phonetic": "", + "partOfSpeech": "", + "definition": "ERC-721 Token Standard A standard for Ethereum smart contracts, which allows for the issuance of a non-fungible token: this is the standard that created what we all now know as an NFT. This token standard is used to represent a unique digital asset that is not interchangeable, as opposed to the ERC-20 (or other equivalent) standard, which issues identical, interchangeable tokens.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ERC-721 Token Standard", + "Simplified Chinese": "Ethereum 征求修正意见书(ERC)-721 代币标准", + "French": "Norme de jeton ERC-721", + "German": "ERC-721 Token-Standard", + "Indonesian": "Token Standar ERC-721", + "Italian": "Standard ERC-721", + "Korean": "ERC-721 토큰 표준", + "Persian": "استاندارد توکن ERC-721", + "Brazilian Portuguese": "Padrão de token ERC-721", + "Russian": "Стандарт токенов ERC-721", + "Spanish": "token estándar ERC-721", + "Filipino (Tagalog)": "Pamantayan ng Token ng ERC-21", + "Thai": "มาตรฐานโทเค็น ERC-721", + "Turkish": "ERC-721 Token Standardı", + "Vietnamese": "Tiêu chuẩn Token ERC-721", + "Arabic": "معيار توكِنّ ERC-721", + "Traditional Chinese": "ERC-721 代幣標準", + "Dutch": "ERC-721 Token Standard", + "Greek": "ERC-721 Τυπικό Συμβολικό Νόμισμα", + "Hindi": "ERC-721 Token Standard", + "Hungarian": "ERC-721 token szabvány", + "Japanese": "ERC-721 トークン規格", + "Polish": "Standard tokena ERC-721", + "Ukrainian": "Стандарт токенів ERC-721" + } + }, + "ETH": { + "term": "ETH", + "phonetic": "", + "partOfSpeech": "", + "definition": "Acronym; see 'ether'", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ETH", + "Simplified Chinese": "ETH", + "French": "ETH", + "German": "ETH", + "Indonesian": "ETH", + "Italian": "ETH", + "Korean": "ETH", + "Persian": "ETH", + "Brazilian Portuguese": "ETH", + "Russian": "ETH", + "Spanish": "ETH", + "Filipino (Tagalog)": "ETH", + "Thai": "ETH", + "Turkish": "ETH", + "Vietnamese": "ETH", + "Arabic": "ETH", + "Traditional Chinese": "以太幣", + "Dutch": "ETH", + "Greek": "ETH", + "Hindi": "ETH", + "Hungarian": "ETH", + "Japanese": "ETH", + "Polish": "ETH", + "Ukrainian": "ETH" + } + }, + "ether (denominations)": { + "term": "ether (denominations)", + "phonetic": "", + "partOfSpeech": "", + "definition": "There are a number of denominations of the currency we know as 'ether' or ETH; for the definitive explanation, see the original Ethereum Homestead documentation Ethereum Homestead documentation here.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ether (denominations)", + "Simplified Chinese": "以太币(面额)", + "French": "ether (dénominations)", + "German": "Ether (Denominationen)", + "Indonesian": "ether (denominations)", + "Italian": "ether (denominazioni)", + "Korean": "에테르(단위)", + "Persian": "اتر (نام‌گذاری‌ها)", + "Brazilian Portuguese": "ether (denominações)", + "Russian": "эфир (номиналы)", + "Spanish": "ether (denominaciones)", + "Filipino (Tagalog)": "ether (mga denominasyon)", + "Thai": "อีเทอร์", + "Turkish": "ether (değerler)", + "Vietnamese": "ether (mệnh giá)", + "Arabic": "إيثر", + "Traditional Chinese": "以太幣", + "Dutch": "ether (denominaties)", + "Greek": "ether (denominations)", + "Hindi": "ईथर (ether) (डीनॉमिनेशन्स)", + "Hungarian": "éter", + "Japanese": "ether", + "Polish": "Ether (nominały)", + "Ukrainian": "ефір (номінали)" + } + }, + "ether (ETH)": { + "term": "ether (ETH)", + "phonetic": "", + "partOfSpeech": "", + "definition": "Ether is the native cryptocurrency of the Ethereum blockchain network. Ether—also referred to as ETH (pronounced with a long “e”, like “teeth” without the “t”)—functions as the fuel of the Ethereum ecosystem, by quantifying the work performed by the network, and as a form of payment for participants securing the network.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ether (ETH)", + "Simplified Chinese": "以太币(ETH)", + "French": "ether (ETH)", + "German": "Ether (ETH)", + "Indonesian": "ether (ETH)", + "Italian": "ether (ETH)", + "Korean": "에테르(ETH)", + "Persian": "اتر (ETH)", + "Brazilian Portuguese": "ether (ETH)", + "Russian": "эфир (ETH)", + "Spanish": "ether (ETH)", + "Filipino (Tagalog)": "ether (ETH)", + "Thai": "อีเทอร์ (ETH)", + "Turkish": "ether (ETH)", + "Vietnamese": "ether (ETH)", + "Arabic": "إيثر (ETH)", + "Traditional Chinese": "以太幣", + "Dutch": "ether (ETH)", + "Greek": "ether (ETH)", + "Hindi": "ईथर (ether) (ETH)", + "Hungarian": "éter (ETH)", + "Japanese": "イーサ", + "Polish": "Ether (ETH)", + "Ukrainian": "ефір (ETH)" + } + }, + "Ethereum": { + "term": "Ethereum", + "phonetic": "", + "partOfSpeech": "", + "definition": "A public blockchain network and decentralized software platform upon which developers build and run applications. As it is a proper noun, it should always be capitalized.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Ethereum", + "Simplified Chinese": "Ethereum", + "French": "Ethereum", + "German": "Ethereum", + "Indonesian": "Ethereum", + "Italian": "Ethereum", + "Korean": "Ethereum", + "Persian": "اتریوم", + "Brazilian Portuguese": "Ethereum", + "Russian": "Ethereum", + "Spanish": "Ethereum", + "Filipino (Tagalog)": "Ethereum", + "Thai": "Ethereum", + "Turkish": "Ethereum", + "Vietnamese": "Ethereum", + "Arabic": "Ethereum", + "Traditional Chinese": "以太坊", + "Dutch": "Ethereum", + "Greek": "Ethereum", + "Hindi": "Ethereum", + "Hungarian": "Ethereum", + "Japanese": "Ethereum", + "Polish": "Ethereum", + "Ukrainian": "Ethereum" + } + }, + "Ethereum 2.0": { + "term": "Ethereum 2.0", + "phonetic": "", + "partOfSpeech": "", + "definition": "a.k.a The Merge Finalized in September 2022, the Merge was the culmination of years of work involved in transitioning Ethereum from a Proof of Work consensus model, to Proof of Stake, all while keeping the network live. This was successful, and reduced the network’s carbon footprint by more than 99.9%.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Ethereum 2.0", + "Simplified Chinese": "Ethereum 2.0", + "French": "Ethereum 2.0", + "German": "Ethereum 2.0", + "Indonesian": "Ethereum 2.0", + "Italian": "Ethereum 2.0", + "Korean": "Ethereum 2.0", + "Persian": "اتریوم 2.0", + "Brazilian Portuguese": "Ethereum 2.0", + "Russian": "Ethereum 2.0", + "Spanish": "Ethereum 2.0", + "Filipino (Tagalog)": "Ethereum 2.0", + "Thai": "Ethereum 2.0", + "Turkish": "Ethereum 2.0", + "Vietnamese": "Ethereum 2.0", + "Arabic": "Ethereum 2.0", + "Traditional Chinese": "以太坊 2.0", + "Dutch": "Ethereum 2.0", + "Greek": "Ethereum 2.0", + "Hindi": "Ethereum 2.0", + "Hungarian": "Ethereum 2.0", + "Japanese": "Ethereum 2.0", + "Polish": "Ethereum 2.0", + "Ukrainian": "Ethereum 2.0" + } + }, + "Ethereum Improvement Proposal (EIP)": { + "term": "Ethereum Improvement Proposal (EIP)", + "phonetic": "", + "partOfSpeech": "", + "definition": "The EIP process is a public and open process through which suggestions are made as to how to change (and hopefully, improve) the way the Ethereum network functions as a whole; the official repository is here. Individual EIPs are referred to by the name assigned to them in the repository, for example, EIP-1559. Keep in mind that as it is an iterative, lengthy process, some EIPs never get fully approved, and some do, and many end up somewhere in a gray area of 'partially implemented'.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Ethereum Improvement Proposal (EIP)", + "Simplified Chinese": "Ethereum 改进提议(EIP)", + "French": "Propositions d’amélioration d’Ethereum (EIP)", + "German": "Ethereum Improvement Proposal (EIP)", + "Indonesian": "Proposal Peningkatan Ethereum (EIP)", + "Italian": "Ethereum Improvement Proposal (EIP)", + "Korean": "Ethereum 개선 제안(EIP)", + "Persian": "پروتکل‌های بهبود اتریوم (EIP)", + "Brazilian Portuguese": "Proposta de melhoria da Ethereum (EIP)", + "Russian": "Предложение по улучшению Ethereum (EIP)", + "Spanish": "propuesta de mejora de Ethereum (EIP)", + "Filipino (Tagalog)": "Ethereum Improvement Proposal (EIP)", + "Thai": "ข้อเสนอการปรับปรุง Ethereum (EIP)", + "Turkish": "Ethereum Geliştirme Teklifi (EIP)", + "Vietnamese": "Đề xuất cải tiến Ethereum (EIP)", + "Arabic": "مقترحات تحسين الإثيريوم (EIP)", + "Traditional Chinese": "以太坊改進提案", + "Dutch": "EIP (Ethereum Improvement Proposal)", + "Greek": "Ethereum Improvement Proposal (EIP)", + "Hindi": "एथेरियम इम्प्रूवमेंट प्रपोज़ल (EIP)", + "Hungarian": "Ethereum javítási protokollok (EIP)", + "Japanese": "Ethereum 改善提案 (EIP)", + "Polish": "EIP – Ethereum Improvement Proposal (propozycja ulepszenia sieci Ethereum)", + "Ukrainian": "Пропозиція щодо вдосконалення Ethereum (EIP)" + } + }, + "Ethereum Name Service (ENS)": { + "term": "Ethereum Name Service (ENS)", + "phonetic": "", + "partOfSpeech": "", + "definition": "The Ethereum Name Service is a protocol, managed by a DAO, which assigns human-readable and easy-to-remember addresses to Ethereum addresses and assets, homologous to the traditional internet’s DNS.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Ethereum Name Service (ENS)", + "Simplified Chinese": "Ethereum 域名服务(ENS)", + "French": "Service de nomination Ethereum (ENS)", + "German": "Ethereum Name Service (ENS)", + "Indonesian": "Layanan Nama Ethereum (ENS)", + "Italian": "Ethereum Name Service (ENS)", + "Korean": "Ethereum 네임 서비스(ENS)", + "Persian": "سرویس نام اتریوم (ENS)", + "Brazilian Portuguese": "Serviço de nomes Ethereum (ENS)", + "Russian": "Служба имен Ethereum (ENS)", + "Spanish": "servicio de nombres de Ethereum (ENS)", + "Filipino (Tagalog)": "Ethereum Name Service (ENS)", + "Thai": "เนมเซอร์วิส Ethereum (ENS)", + "Turkish": "Ethereum İsimlendirme Hizmeti (ENS)", + "Vietnamese": "Dịch vụ đăng ký tên miền trên Ethereum (ENS)", + "Arabic": "خدمة أسماء الإيثيريوم (ENS)", + "Traditional Chinese": "以太坊域名服務", + "Dutch": "ENS (Ethereum Name Service)", + "Greek": "Ethereum Name Service (ENS)", + "Hindi": "एथेरियम नेम सर्विस (ENS)", + "Hungarian": "Ethereum névszolgáltatás (ENS)", + "Japanese": "Ethereum ネームサービス (ENS)", + "Polish": "ENS – Ethereum Name Service (usługa nazw Ethereum)", + "Ukrainian": "Служба імен Ethereum (ENS)" + } + }, + "Ethereum Public Address": { + "term": "Ethereum Public Address", + "phonetic": "", + "partOfSpeech": "", + "definition": "An Ethereum public address, also known as an Ethereum account address, is a string of 42 characters (including letters and numbers) that is used to receive or send Ethereum and other Ethereum-based tokens on the Ethereum network. Each Ethereum public address is unique and is associated with a private key that allows the owner of the address to sign and authorize transactions. The public address is derived from the private key using a mathematical algorithm, and it can be shared with others to receive payments or tokens. When sending Ethereum or tokens, users need to specify the recipient's public address as the destination for the transaction. Once the transaction is confirmed by the network, the Ethereum or tokens are transferred to the recipient's address.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Ethereum Public Address", + "Simplified Chinese": "Ethereum 公钥", + "French": "Adresse publique Ethereum", + "German": "Öffentliche Ethereum-Adresse", + "Indonesian": "Alamat Publik Ethereum", + "Italian": "Indirizzo pubblico Ethereum", + "Korean": "Ethereum 퍼블릭 주소", + "Persian": "آدرس عمومی اتریوم", + "Brazilian Portuguese": "Endereço público Ethereum", + "Russian": "Публичный адрес Ethereum", + "Spanish": "dirección pública de ethereum", + "Filipino (Tagalog)": "Pampublikong Address ng Ethereum", + "Thai": "ที่อยู่สาธารณะ Ethereum", + "Turkish": "Ethereum Genel Adresi", + "Vietnamese": "Địa chỉ công khai Ethereum", + "Arabic": "عنوان إيثريوم العام", + "Traditional Chinese": "以太坊收款地址", + "Dutch": "openbaar Ethereum-adres", + "Greek": "Δημόσια Διεύθυνση Ethereum", + "Hindi": "एथेरियम पब्लिक एड्रेस", + "Hungarian": "Ethereum nyilvános cím", + "Japanese": "Ethereum パブリックアドレス", + "Polish": "Adres publiczny Ethereum", + "Ukrainian": "Публічна адреса Ethereum" + } + }, + "Ethereum Virtual Machine (EVM)": { + "term": "Ethereum Virtual Machine (EVM)", + "phonetic": "", + "partOfSpeech": "", + "definition": "The EVM is a virtual machine that operates on the Ethereum network. It is Turing complete and allows anyone, anywhere to execute arbitrary EVM bytecode. All Ethereum nodes run on the EVM. It is home for smart contracts based on the Ethereum blockchain.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Ethereum Virtual Machine (EVM)", + "Simplified Chinese": "Ethereum 虚拟机(EVM)", + "French": "Machine virtuelle Ethereum (EVM)", + "German": "Ethereum Virtual Machine (EVM)", + "Indonesian": "Mesin Virtual Ethereum (EVM)", + "Italian": "Ethereum Virtual Machine (EVM)", + "Korean": "Ethereum 가상 머신(EVM)", + "Persian": "ماشین مجازی اتریوم (EVM)", + "Brazilian Portuguese": "Máquina Virtual Ethereum (EVM)", + "Russian": "Виртуальная машина Ethereum (EVM)", + "Spanish": "máquina virtual de Ethereum (EVM)", + "Filipino (Tagalog)": "Ethereum Virtual Machine (EVM)", + "Thai": "เครื่องมือจำลอง Ethereum (EVM)", + "Turkish": "Ethereum Sanal Makinesi (EVM)", + "Vietnamese": "Máy ảo Ethereum (EVM)", + "Arabic": "محرك إيثريوم الافتراضي (EVM)", + "Traditional Chinese": "以太坊虛擬機", + "Dutch": "EVM (Ethereum Virtual Machine)", + "Greek": "Εικονική Μηχανή Ethereum (EVM)", + "Hindi": "एथेरियम वर्चुअल मशीन (EVM)", + "Hungarian": "Ethereum virtuális gép (EVM)", + "Japanese": "Ethereum 仮想マシン (EVM)", + "Polish": "EVM – Ethereum Virtual Machine (maszyna wirtualna Ethereum)", + "Ukrainian": "Віртуальна машина Ethereum (EVM)" + } + }, + "Etherscan": { + "term": "Etherscan", + "phonetic": "", + "partOfSpeech": "", + "definition": "A popular website for analyzing activity on the Ethereum blockchain. See ‘blockchain explorer’. https://etherscan.io/", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Etherscan", + "Simplified Chinese": "Etherscan", + "French": "Etherscan", + "German": "Etherscan", + "Indonesian": "Etherscan", + "Italian": "Etherscan", + "Korean": "Etherscan", + "Persian": "EtherScan", + "Brazilian Portuguese": "Etherscan", + "Russian": "Etherscan", + "Spanish": "Etherscan", + "Filipino (Tagalog)": "Etherscan", + "Thai": "Etherscan", + "Turkish": "Etherscan", + "Vietnamese": "Etherscan", + "Arabic": "Etherscan", + "Traditional Chinese": "EtherScan", + "Dutch": "Etherscan", + "Greek": "Etherscan", + "Hindi": "Etherscan", + "Hungarian": "Etherscan", + "Japanese": "Etherscan", + "Polish": "Etherscan", + "Ukrainian": "EtherScan" + } + }, + "EVM": { + "term": "EVM", + "phonetic": "", + "partOfSpeech": "", + "definition": "Acronym; see 'Ethereum Virtual Machine'.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "EVM", + "Simplified Chinese": "EVM(Ethereum 虚拟机)", + "French": "EVM", + "German": "EVM", + "Indonesian": "EVM", + "Italian": "EVM", + "Korean": "EVM", + "Persian": "EVM", + "Brazilian Portuguese": "EVM", + "Russian": "EVM", + "Spanish": "EVM", + "Filipino (Tagalog)": "EVM", + "Thai": "EVM", + "Turkish": "EVM", + "Vietnamese": "EVM", + "Arabic": "EVM", + "Traditional Chinese": "以太坊虛擬機", + "Dutch": "EVM", + "Greek": "Εικονική Μηχανή Ethereum (EVM)", + "Hindi": "EVM", + "Hungarian": "EVM", + "Japanese": "EVM", + "Polish": "EVM", + "Ukrainian": "EVM" + } + }, + "exchange": { + "term": "exchange", + "phonetic": "", + "partOfSpeech": "", + "definition": "A place to trade cryptocurrency. Centralized exchanges, operated by companies like Coinbase and Gemini, function as intermediaries, while decentralized exchanges do not have a central authority.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "exchange", + "Simplified Chinese": "交易所", + "French": "échange", + "German": "Börse", + "Indonesian": "bursa", + "Italian": "exchange", + "Korean": "거래소", + "Persian": "صرافی", + "Brazilian Portuguese": "corretora", + "Russian": "биржа", + "Spanish": "intercambio", + "Filipino (Tagalog)": "palitan", + "Thai": "ตลาดแลกเปลี่ยน", + "Turkish": "borsa", + "Vietnamese": "sàn giao dịch", + "Arabic": "بورصة", + "Traditional Chinese": "交易所", + "Dutch": "exchange/cryptobeurs", + "Greek": "ανταλλαγή", + "Hindi": "एक्सचेंज", + "Hungarian": "tőzsde", + "Japanese": "取引所", + "Polish": "Giełda", + "Ukrainian": "біржа" + } + }, + "Execution client": { + "term": "Execution client", + "phonetic": "", + "partOfSpeech": "", + "definition": "Execution clients are tasked with processing and broadcasting transactions, as well as with managing Ethereum's state. They run the computations for each transaction in the Ethereum Virtual Machine to ensure that the rules of the protocol are followed. Today, they also handle proof of work consensus. After the transition to proof of stake, they will delegate this to consensus clients.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Execution client", + "Simplified Chinese": "执行客户端", + "French": "Client d’exécution", + "German": "Ausführungs-Client", + "Indonesian": "Klien eksekusi", + "Italian": "Client di esecuzione", + "Korean": "실행 클라이언트", + "Persian": "کلاینت اجرا", + "Brazilian Portuguese": "Cliente de execução", + "Russian": "Клиент-исполнитель", + "Spanish": "cliente de ejecución", + "Filipino (Tagalog)": "Kliyente sa pagpapatupad", + "Thai": "ไคลเอ็นต์ดำเนินการ", + "Turkish": "Yürütme istemcisi", + "Vietnamese": "Ứng dụng thực thi", + "Arabic": "عميل التنفيذ", + "Traditional Chinese": "執行客戶端", + "Dutch": "uitvoeringsclient", + "Greek": "Πελάτης εκτέλεσης", + "Hindi": "एक्सीक्यूशन क्लाइंट", + "Hungarian": "végrehajtási kliens", + "Japanese": "実行クライアント", + "Polish": "Klient wykonawczy", + "Ukrainian": "Виконавчий клієнт" + } + }, + "Execution layer": { + "term": "Execution layer", + "phonetic": "", + "partOfSpeech": "", + "definition": "Ethereum's execution layer is the network of execution clients.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Execution layer", + "Simplified Chinese": "执行层", + "French": "Couche d’exécution", + "German": "Ausführungs-Layer", + "Indonesian": "Layer eksekusi", + "Italian": "Layer di esecuzione", + "Korean": "실행 레이어", + "Persian": "لایه اجرا", + "Brazilian Portuguese": "Camada de execução", + "Russian": "Слой исполнения", + "Spanish": "capa de ejecución", + "Filipino (Tagalog)": "Layer ng pagpapatupad", + "Thai": "เลเยอร์ดำเนินการ", + "Turkish": "Yürütme katmanı", + "Vietnamese": "Lớp thực thi", + "Arabic": "طبقة التنفيذ", + "Traditional Chinese": "執行層", + "Dutch": "uitvoeringslaag", + "Greek": "Επίπεδο εκτέλεσης", + "Hindi": "एक्सीक्यूशन लेयर", + "Hungarian": "végrehajtási réteg", + "Japanese": "実行レイヤー", + "Polish": "Warstwa wykonawcza", + "Ukrainian": "Виконавчий рівень" + } + }, + "Extended Private Key (XPRIV)": { + "term": "Extended Private Key (XPRIV)", + "phonetic": "", + "partOfSpeech": "", + "definition": "See 'private key'; see 'Hierarchical Deterministic (HD)' wallet. An extended private key, or xprv, is a private key which can be used to derive child private keys as part of a Hierarchical Deterministic (HD) wallet.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Extended Private Key (XPRIV)", + "Simplified Chinese": "扩展密钥(XPRIV)", + "French": "Clé privée étendue (XPRIV)", + "German": "Erweiterter privater Schlüssel (XPRIV)", + "Indonesian": "Ekstensi Kunci Pribadi (XPRIV)", + "Italian": "Chiave privata estesa (XPRIV)", + "Korean": "확장 개인 키(XPRIV)", + "Persian": "کلیدخصوصی توسعه یافته (XPRIV)", + "Brazilian Portuguese": "Chave privada estendida (XPRIV)", + "Russian": "Расширенный закрытый ключ (XPRIV)", + "Spanish": "clave privada extendida (XPRIV)", + "Filipino (Tagalog)": "Extended Private Key (XPRIV)", + "Thai": "คีย์ส่วนตัวแบบขยาย (XPRIV)", + "Turkish": "Genişletilmiş Özel Anahtar (XPRIV)", + "Vietnamese": "Khóa riêng mở rộng (XPRIV)", + "Arabic": "المفتاح الخاص الموسعّ (XPRIV)", + "Traditional Chinese": "擴展私鑰", + "Dutch": "XPRIV (Extended Private Key)", + "Greek": "Εκτεταμένο ιδιωτικό κλειδί (XPRIV)", + "Hindi": "एक्सटेंडेड प्राइवेट की (XPRIV)", + "Hungarian": "kiterjesztett privát kulcs (XPRIV)", + "Japanese": "拡張秘密鍵 (XPRIV)", + "Polish": "Rozszerzony klucz prywatny (XPRIV)", + "Ukrainian": "Розширений закритий ключ (XPRIV)" + } + }, + "Extended Public Key (XPUB)": { + "term": "Extended Public Key (XPUB)", + "phonetic": "", + "partOfSpeech": "", + "definition": "See 'public key'; see 'Hierarchical Deterministic (HD)' wallet. An extended public key, or xpub, is a public key which can be used to derive child public keys as part of a Hierarchical Deterministic (HD) wallet.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Extended Public Key (XPUB)", + "Simplified Chinese": "扩展公钥(XPUB)", + "French": "Clé publique étendue (XPUB)", + "German": "Erweiterter öffentlicher Schlüssel (XPUB)", + "Indonesian": "Ekstensi Kunci Umum (XPUB)", + "Italian": "Chiave pubblica estesa (XPUB)", + "Korean": "확장된 공개키(XPUB)", + "Persian": "کلیدعمومی توسعه یافته (XPUB)", + "Brazilian Portuguese": "Chave pública estendida (XPUB)", + "Russian": "Расширенный открытый ключ (XPUB)", + "Spanish": "clave pública extendida (XPUB)", + "Filipino (Tagalog)": "Extended Public Key (XPUB)", + "Thai": "คีย์สาธารณะแบบขยาย (XPUB)", + "Turkish": "Genişletilmiş Genel Anahtar (XPUB)", + "Vietnamese": "Khóa công khai mở rộng (XPUB)", + "Arabic": "المفتاح العام الموسعّ (XPUB)", + "Traditional Chinese": "擴展公鑰", + "Dutch": "XPUB (Extended Public Key)", + "Greek": "Εκτεταμένο δημόσιο κλειδί (XPUB)", + "Hindi": "एक्सटेंडेड पब्लिक की (XPUB)", + "Hungarian": "kiterjesztett nyilvános kulcs (XPUB)", + "Japanese": "拡張公開鍵 (XPUB)", + "Polish": "Rozszerzony klucz publiczny (XPUB)", + "Ukrainian": "Розширений відкритий ключ (XPUB)" + } + }, + "Extension": { + "term": "Extension", + "phonetic": "", + "partOfSpeech": "", + "definition": "MetaMask is a web browser extension and mobile app that allows you to manage your Ethereum private keys. By doing so, it serves as a wallet for Ether and other tokens, and allows you to interact with decentralized applications, or dapps. Unlike some wallets, MetaMask keeps no information on you: not your email address, not your password, and not your Secret Recovery Phrase or other private keys. You retain all power over your crypto-identity.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Extension", + "Simplified Chinese": "扩展程序", + "French": "Extension", + "German": "Erweiterung", + "Indonesian": "Ekstensi", + "Italian": "Estensione", + "Korean": "확장", + "Persian": "افزونه", + "Brazilian Portuguese": "Extensão", + "Russian": "Расширение", + "Spanish": "extensión", + "Filipino (Tagalog)": "Extension", + "Thai": "ส่วนขยาย", + "Turkish": "Uzantı", + "Vietnamese": "Tiện ích mở rộng", + "Arabic": "امتداد", + "Traditional Chinese": "擴充套件", + "Dutch": "extensie", + "Greek": "Επέκταση", + "Hindi": "एक्सटेंशन", + "Hungarian": "kiterjesztés", + "Japanese": "拡張機能", + "Polish": "Rozszerzenie", + "Ukrainian": "Розширення" + } + }, + "Fantom": { + "term": "Fantom", + "phonetic": "", + "partOfSpeech": "", + "definition": "Fantom is a public blockchain platform that aims to facilitate fast and low-cost transactions for dapps and smart contracts. It was launched in 2018 and is based on the Ethereum codebase, but with several key enhancements. One of the main features of Fantom is its consensus mechanism, known as Lachesis, which is a variant of Directed Acyclic Graphs (DAGs) that allows for high transaction throughput and low confirmation times. This means that transactions on the Fantom network can be processed quickly and at a low cost, making it an attractive platform for developers looking to build dApps that require fast and efficient transactions.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Fantom", + "Simplified Chinese": "Fantom", + "French": "Fantom", + "German": "Fantom", + "Indonesian": "Fantom", + "Italian": "Fantom", + "Korean": "Fantom", + "Persian": "فانتوم", + "Brazilian Portuguese": "Fantom", + "Russian": "Fantom", + "Spanish": "Fantom", + "Filipino (Tagalog)": "Fantom", + "Thai": "Fantom", + "Turkish": "Fantom", + "Vietnamese": "Fantom", + "Arabic": "Fantom", + "Traditional Chinese": "Fantom", + "Dutch": "Fantom", + "Greek": "Fantom", + "Hindi": "Fantom", + "Hungarian": "Fantom", + "Japanese": "Fantom", + "Polish": "Fantom", + "Ukrainian": "Fantom" + } + }, + "faucet": { + "term": "faucet", + "phonetic": "", + "partOfSpeech": "", + "definition": "A faucet is an application, sometimes a very simple website, other times more complex, that dispenses cryptocurrency. While some networks, especially those in early launch stages, offer “real Mainnet” tokens via faucets, it is much more common for a faucet to be present on a test network, or testnet. These faucets are used by developers to test out dapps or smart contracts before deploying them on Ethereum Mainnet, or users who want to practice an action on the blockchain with no risk. Tokens dispensed by a test faucet stay on the test networks and cannot be exchanged for mainnet equivalents.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "faucet", + "Simplified Chinese": "水龙头", + "French": "faucet", + "German": "Faucet", + "Indonesian": "faucet", + "Italian": "faucet", + "Korean": "파우셋", + "Persian": "درآمد قطره‌ای", + "Brazilian Portuguese": "torneira", + "Russian": "кран", + "Spanish": "grifo", + "Filipino (Tagalog)": "faucet", + "Thai": "ฟอเซ็ต", + "Turkish": "musluk", + "Vietnamese": "vòi", + "Arabic": "صنبور العملة الرقمية", + "Traditional Chinese": "水龍頭", + "Dutch": "faucet", + "Greek": "faucet", + "Hindi": "फॉसेट (faucet)", + "Hungarian": "csap", + "Japanese": "フォーセット", + "Polish": "Kranik / faucet", + "Ukrainian": "збирач" + } + }, + "fiat currency": { + "term": "fiat currency", + "phonetic": "", + "partOfSpeech": "", + "definition": "Government-issued currency. For example, US Dollars (USD), Euros (EUR), Yuan (CNY), and Yen (JPY).", + "termCategory": "MetaMask term", + "i18n": { + "Term": "fiat currency", + "Simplified Chinese": "法币", + "French": "devise fiat / monnaie fiat", + "German": "Fiat-Währung", + "Indonesian": "mata uang fiat", + "Italian": "moneta legale", + "Korean": "명목화폐", + "Persian": "ارز فیات", + "Brazilian Portuguese": "moeda fiduciária", + "Russian": "фиатная валюта", + "Spanish": "moneda fiduciaria", + "Filipino (Tagalog)": "fiat na salapi", + "Thai": "เงินเฟียต", + "Turkish": "fiat para", + "Vietnamese": "tiền pháp định", + "Arabic": "عملة ورقية", + "Traditional Chinese": "法定貨幣", + "Dutch": "fiatgeld/fiduciair geld", + "Greek": "παραστατικό χρήμα", + "Hindi": "फिएट करेंसी", + "Hungarian": "fiat valuta", + "Japanese": "法定通貨", + "Polish": "Waluta fiat / pieniądz fiducjarny", + "Ukrainian": "фіатна валюта" + } + }, + "final, finality": { + "term": "final, finality", + "phonetic": "", + "partOfSpeech": "", + "definition": "A transaction is considered 'final' once it can no longer be changed. In a sense, this happens once there are sufficient confirmations of the transaction, but for all intents and purposes, a transaction is final once the block that contains it is mined or validated. Keep in mind that this reflects a fundamental rule of blockchains: unlike traditional financial systems where charges can be 'reversed', there is no 'undoing' a transaction on the blockchain. Once finality is reached, the transaction is immutable.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "final, finality", + "Simplified Chinese": "最终性", + "French": "finale, finalité", + "German": "final, Finality", + "Indonesian": "final, finalitas", + "Italian": "finale, finality", + "Korean": "최종, 완결성", + "Persian": "قطعی، قطعیت", + "Brazilian Portuguese": "final, finalização", + "Russian": "завершение, завершенность", + "Spanish": "final, finalidad", + "Filipino (Tagalog)": "wakas, pangwakas", + "Thai": "ยอดสรุปสุดท้าย", + "Turkish": "son, kesinlik", + "Vietnamese": "sau cùng, cuối cùng", + "Arabic": "نهائي، النهائية", + "Traditional Chinese": "最終", + "Dutch": "onwijzigbaar, finaliteit", + "Greek": "τελειωτικός διακανονισμός με βεβαιότητα, βεβαιότητα", + "Hindi": "फाइनल, फाइनलिटी", + "Hungarian": "végleges, véglegesség", + "Japanese": "確定, ファイナリティ", + "Polish": "Ostateczność, nieodwołalność", + "Ukrainian": "остаточна, остаточність" + } + }, + "Finality Rate": { + "term": "Finality Rate", + "phonetic": "", + "partOfSpeech": "", + "definition": "See 'finality'", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Finality Rate", + "Simplified Chinese": "最终性概率", + "French": "Taux de finalité", + "German": "Finality Rate", + "Indonesian": "Nilai Finalitas", + "Italian": "Finality Rate", + "Korean": "완결율", + "Persian": "نرخ قطعیت", + "Brazilian Portuguese": "Taxa de finalização", + "Russian": "Коэффициент завершенности", + "Spanish": "velocidad de finalidad", + "Filipino (Tagalog)": "Rate ng Pangwakas", + "Thai": "อัตราสุดท้าย", + "Turkish": "Kesinlik Oranı", + "Vietnamese": "Tỷ lệ cuối cùng", + "Arabic": "معدل النهائية", + "Traditional Chinese": "最終率", + "Dutch": "snelheid van finaliteit", + "Greek": "Χρέωση βεβαιότητας", + "Hindi": "फाइनलिटी रेट", + "Hungarian": "véglegességi arány", + "Japanese": "ファイナリティの速度", + "Polish": "Ostateczność rozrachunku", + "Ukrainian": "Коефіцієнт остаточності" + } + }, + "financial technology (FinTech)": { + "term": "financial technology (FinTech)", + "phonetic": "", + "partOfSpeech": "", + "definition": "The integration of technology into offerings by financial services companies in order to improve their use and delivery to consumers.", + "termCategory": "Financial term", + "i18n": { + "Term": "financial technology (FinTech)", + "Simplified Chinese": "金融科技(FinTech)", + "French": "technologie financière (FinTech)", + "German": "Finanztechnologie (FinTech)", + "Indonesian": "teknologi keuangan (FinTech)", + "Italian": "tecnologia finanziaria (FinTech)", + "Korean": "금융 기술(핀테크)", + "Persian": "فناوری مالی (فین‌تک)", + "Brazilian Portuguese": "tecnologia financeira (FinTech)", + "Russian": "финансовые технологии (финтех)", + "Spanish": "tecnología financiera (fintech)", + "Filipino (Tagalog)": "financial technology (FinTech)", + "Thai": "เทคโนโลยีทางการเงิน (FinTech)", + "Turkish": "finansal teknoloji (FinTech)", + "Vietnamese": "công nghệ tài chính (FinTech)", + "Arabic": "التكنولوجيا المالية (FinTech)", + "Traditional Chinese": "金融科技", + "Dutch": "fintech (financiële technologie)", + "Greek": "χρηματοοικονομική τεχνολογία (FinTech)", + "Hindi": "फाइनेंशियल टेक्नोलॉजी (FinTech)", + "Hungarian": "pénzügyi technológia (FinTech)", + "Japanese": "フィンテック (FinTech)", + "Polish": "Technologie finansowe (FinTech)", + "Ukrainian": "фінансові технології (FinTech)" + } + }, + "finney": { + "term": "finney", + "phonetic": "", + "partOfSpeech": "", + "definition": "A denomination of ether. See ether (denomination).", + "termCategory": "Blockchain term", + "i18n": { + "Term": "finney", + "Simplified Chinese": "芬尼", + "French": "finney", + "German": "Finney", + "Indonesian": "finney", + "Italian": "finney", + "Korean": "피니", + "Persian": "فینی", + "Brazilian Portuguese": "finney", + "Russian": "finney", + "Spanish": "finney", + "Filipino (Tagalog)": "finney", + "Thai": "ฟินนี่", + "Turkish": "finney", + "Vietnamese": "finney", + "Arabic": "فيني", + "Traditional Chinese": "芬尼", + "Dutch": "finney", + "Greek": "FinTech (χρηματοοικονομική τεχνολογία)", + "Hindi": "finney", + "Hungarian": "finney", + "Japanese": "finney", + "Polish": "Finney", + "Ukrainian": "фінні" + } + }, + "Firefox": { + "term": "Firefox", + "phonetic": "", + "partOfSpeech": "", + "definition": "Internet browser.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Firefox", + "Simplified Chinese": "Firefox", + "French": "Firefox", + "German": "Firefox", + "Indonesian": "Firefox", + "Italian": "Firefox", + "Korean": "파이어폭스", + "Persian": "فایرفاکس", + "Brazilian Portuguese": "Firefox", + "Russian": "Firefox", + "Spanish": "Firefox", + "Filipino (Tagalog)": "Firefox", + "Thai": "Firefox", + "Turkish": "Firefox", + "Vietnamese": "Firefox", + "Arabic": "فيَرفُكس", + "Traditional Chinese": "火狐", + "Dutch": "Firefox", + "Greek": "Firefox", + "Hindi": "Firefox", + "Hungarian": "Firefox", + "Japanese": "Firefox", + "Polish": "Firefox", + "Ukrainian": "Firefox" + } + }, + "Firewall": { + "term": "Firewall", + "phonetic": "", + "partOfSpeech": "", + "definition": "In computing, a firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules. A firewall typically establishes a barrier between a trusted network and an untrusted network, such as the Internet.", + "termCategory": "Software term", + "i18n": { + "Term": "Firewall", + "Simplified Chinese": "防火墙", + "French": "Pare-feu", + "German": "Firewall", + "Indonesian": "Firewall", + "Italian": "Firewall", + "Korean": "방화벽", + "Persian": "فایروال", + "Brazilian Portuguese": "Firewall", + "Russian": "Брандмауэр", + "Spanish": "cortafuegos", + "Filipino (Tagalog)": "Firewall", + "Thai": "ไฟร์วอลล์", + "Turkish": "Güvenlik duvarı", + "Vietnamese": "Tường lửa", + "Arabic": "جدار الحماية", + "Traditional Chinese": "防火牆", + "Dutch": "firewall", + "Greek": "Τείχος προστασίας", + "Hindi": "Firefox", + "Hungarian": "tűzfal", + "Japanese": "ファイアウォール", + "Polish": "Firewall / zapora sieciowa", + "Ukrainian": "Брандмауер" + } + }, + "Flask": { + "term": "Flask", + "phonetic": "", + "partOfSpeech": "", + "definition": "MetaMask Flask is a distribution of the software designed for developers. It's like a laboratory (hence the name) where the MetaMask team can try out new ideas and features. It has experimental, even dangerous functionality in it that is not meant for everyday use. It also doesn't have the same stability guarantees that the production distribution of MetaMask has. What is MetaMask Flask, and how is it different from normal MetaMask", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Flask", + "Simplified Chinese": "Flask", + "French": "Flask", + "German": "Flask", + "Indonesian": "Flask", + "Italian": "Flask", + "Korean": "Flask", + "Persian": "فلسک", + "Brazilian Portuguese": "Flask", + "Russian": "Flask", + "Spanish": "Flask", + "Filipino (Tagalog)": "Flask", + "Thai": "Flask", + "Turkish": "Flask", + "Vietnamese": "Flask", + "Arabic": "Flask", + "Traditional Chinese": "試驗場", + "Dutch": "Flask", + "Greek": "Flask", + "Hindi": "Flask", + "Hungarian": "Flask", + "Japanese": "Flask", + "Polish": "Flask", + "Ukrainian": "Flask" + } + }, + "fork": { + "term": "fork", + "phonetic": "", + "partOfSpeech": "", + "definition": "Forking' is a term that comes from the world of collaborative software development, and refers to the action of copying an existing application or set of code and modifying it to create an alternate version. At the blockchain protocol level, a 'fork' creates an alternative version of a blockchain. Forks are often enacted intentionally to apply upgrades to a network. Soft Forks render two chains with some compatibility, while Hard Forks create a new version of the chain that must be adopted to continue participation. In the instance of a contentious Hard Fork, this can create two versions of a blockchain network. See also 'hard fork'.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "fork", + "Simplified Chinese": "分叉", + "French": "fork", + "German": "Fork", + "Indonesian": "fork", + "Italian": "fork", + "Korean": "포크", + "Persian": "فورک", + "Brazilian Portuguese": "bifurcação", + "Russian": "форк", + "Spanish": "bifurcación", + "Filipino (Tagalog)": "fork", + "Thai": "แยก", + "Turkish": "çatal", + "Vietnamese": "phân nhánh", + "Arabic": "انقسام (فورك)", + "Traditional Chinese": "分叉", + "Dutch": "fork", + "Greek": "fork", + "Hindi": "फोर्क (fork)", + "Hungarian": "villa", + "Japanese": "フォーク", + "Polish": "Fork (podział łańcucha)", + "Ukrainian": "форк" + } + }, + "Fractional Ownership": { + "term": "Fractional Ownership", + "phonetic": "", + "partOfSpeech": "", + "definition": "In the context of NFT ownership: A fractional NFT (F-NFT) is an entire NFT broken into smaller fragments, allowing several people to claim ownership of a piece of the same NFT. Fractional NFTs", + "termCategory": "Software term", + "i18n": { + "Term": "Fractional Ownership", + "Simplified Chinese": "部分所有权", + "French": "Propriété fractionnée", + "German": "Fractional Ownership", + "Indonesian": "Kepemilikan Fraksional", + "Italian": "Multiproprietà", + "Korean": "부분 소유권", + "Persian": "مالکیت درصدی", + "Brazilian Portuguese": "Propriedade fracionada", + "Russian": "Долевое владение", + "Spanish": "titularidad fraccionaria", + "Filipino (Tagalog)": "Fractional na Pagmamay-ari", + "Thai": "การถือครองกรรมสิทธิ์แบบสัดส่วน", + "Turkish": "Fraksiyonel Sahiplik", + "Vietnamese": "Phân quyền sở hữu", + "Arabic": "ملكية جزئية", + "Traditional Chinese": "持分所有權", + "Dutch": "fractioneel eigendom", + "Greek": "Κλασματική ιδιοκτησία", + "Hindi": "फ्रैक्शनल ओनरशिप", + "Hungarian": "töredéktulajdon", + "Japanese": "部分的所有", + "Polish": "Własność częściowa", + "Ukrainian": "Дробове володіння" + } + }, + "Fraud proof": { + "term": "Fraud proof", + "phonetic": "", + "partOfSpeech": "", + "definition": "A security model for certain layer 2 solutions where, to increase speed, transactions are rolled up into batches and submitted to Ethereum in a single transaction. They are assumed valid but can be challenged if fraud is suspected. A fraud proof will then run the transaction to see if fraud took place. This method increases the amount of transactions possible while maintaining security.", + "termCategory": "MetaMask term", + "i18n": { + "Term": "Fraud proof", + "Simplified Chinese": "欺诈证明", + "French": "Preuve de fraude", + "German": "Betrugssicher", + "Indonesian": "Bukti Penipuan", + "Italian": "A prova di frode", + "Korean": "사기 증명", + "Persian": "اثبات تقلب", + "Brazilian Portuguese": "Prova de fraude", + "Russian": "Доказательство мошенничества", + "Spanish": "a prueba de fraude", + "Filipino (Tagalog)": "Katibayan ng panloloko", + "Thai": "การตรวจสอบแบบไม่ไว้ใจ", + "Turkish": "Dolandırıcılık kanıtı", + "Vietnamese": "Bằng chứng gian lận", + "Arabic": "إثبات الاحتيال", + "Traditional Chinese": "欺詐證明", + "Dutch": "fraudebestendig", + "Greek": "Θωράκιση κατά της απάτης.", + "Hindi": "फ्रॉड प्रूफ", + "Hungarian": "csalás bizonyíték", + "Japanese": "不正証明", + "Polish": "Ochrona przed nadużyciami (Fraud proof)", + "Ukrainian": "Доказ шахрайства" + } + }, + "full node": { + "term": "full node", + "phonetic": "", + "partOfSpeech": "", + "definition": "Public blockchains consist of a network of computers which sync the network's data, coordinate transaction requests, and participate in consensus regarding the validity of those transactions; each one of these computers is called a 'node'. A full node is a computer that can fully validate transactions and download the entire data of a specific blockchain. In contrast, a “lightweight” or “light” node does not download all pieces of a blockchain’s data, and uses a different validation process.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "full node", + "Simplified Chinese": "全节点", + "French": "nœud complet", + "German": "Full Node", + "Indonesian": "node penuh", + "Italian": "nodo completo", + "Korean": "전체 노드", + "Persian": "نود کامل", + "Brazilian Portuguese": "full node", + "Russian": "полный узел", + "Spanish": "nodo completo", + "Filipino (Tagalog)": "ganap na node", + "Thai": "โหนดเต็ม", + "Turkish": "tam düğüm", + "Vietnamese": "nút hoàn chỉnh", + "Arabic": "عُقدة كاملة", + "Traditional Chinese": "完整節點", + "Dutch": "full node", + "Greek": "πλήρης κόμβος", + "Hindi": "फुल नोड", + "Hungarian": "teljes csomópont", + "Japanese": "フルノード", + "Polish": "Pełny węzeł", + "Ukrainian": "повний вузол" + } + }, + "Ganache": { + "term": "Ganache", + "phonetic": "", + "partOfSpeech": "", + "definition": "Ganache is a personal blockchain for Ethereum development that developers can use to deploy contracts, develop applications, and run tests. It is part of the Truffle Suite ecosystem.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Ganache", + "Simplified Chinese": "Ganache", + "French": "Ganache", + "German": "Ganache", + "Indonesian": "Ganache", + "Italian": "Ganache", + "Korean": "가나슈", + "Persian": "گاناش", + "Brazilian Portuguese": "Ganache", + "Russian": "Ganache", + "Spanish": "Ganache", + "Filipino (Tagalog)": "Ganache", + "Thai": "Ganache", + "Turkish": "Ganache", + "Vietnamese": "Ganache", + "Arabic": "Ganache", + "Traditional Chinese": "Ganache", + "Dutch": "Ganache", + "Greek": "Ganache", + "Hindi": "Ganache", + "Hungarian": "Ganache", + "Japanese": "Ganache", + "Polish": "Ganache", + "Ukrainian": "Ganache" + } + }, + "gas": { + "term": "gas", + "phonetic": "", + "partOfSpeech": "", + "definition": "A measure of the computational steps required for a transaction on the Ethereum network. This then equates to a fee for network users paid in small units of ETH specified as gwei. For more on gas, see MetaMask’s user guide here: User Guide: Gas", + "termCategory": "Blockchain term", + "i18n": { + "Term": "gas", + "Simplified Chinese": "燃料", + "French": "gaz", + "German": "Gas", + "Indonesian": "gas", + "Italian": "gas", + "Korean": "가스", + "Persian": "گس", + "Brazilian Portuguese": "gás", + "Russian": "газ", + "Spanish": "gas", + "Filipino (Tagalog)": "gas", + "Thai": "แก๊ส", + "Turkish": "gaz", + "Vietnamese": "gas", + "Arabic": "رسوم المعاملات", + "Traditional Chinese": "gas", + "Dutch": "gas", + "Greek": "gas", + "Hindi": "गैस", + "Hungarian": "gáz", + "Japanese": "ガス", + "Polish": "Gaz", + "Ukrainian": "газ" + } + }, + "gas fee": { + "term": "gas fee", + "phonetic": "", + "partOfSpeech": "", + "definition": "Gas fee refers to the transaction fee on the blockchain. It is what users pay to get their transaction validated, or completed.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "gas fee", + "Simplified Chinese": "燃料费", + "French": "frais de gaz", + "German": "Gas-Gebühr", + "Indonesian": "biaya gas", + "Italian": "commissione del gas", + "Korean": "가스비", + "Persian": "کارمزد گس", + "Brazilian Portuguese": "taxa de gás", + "Russian": "плата за газ", + "Spanish": "tarifa de gas", + "Filipino (Tagalog)": "bayad sa gas", + "Thai": "ค่าแก๊ส", + "Turkish": "gaz ücreti", + "Vietnamese": "phí gas", + "Arabic": "رسوم معاملات الشبكة", + "Traditional Chinese": "礦工費", + "Dutch": "transactiekosten/gas fee", + "Greek": "gas fee", + "Hindi": "गैस फीस", + "Hungarian": "gázdíj", + "Japanese": "ガス代", + "Polish": "Opłata za gaz", + "Ukrainian": "комісія за газ" + } + }, + "gas limit": { + "term": "gas limit", + "phonetic": "", + "partOfSpeech": "", + "definition": "The gas limit is the maximum amount you’re willing to pay for any given transaction to go through the Ethereum network. Another way of looking at it is as a “rough estimate” of how much computing power your transaction will take.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "gas limit", + "Simplified Chinese": "燃料限制", + "French": "limite de gaz", + "German": "Gas-Limit", + "Indonesian": "batas gas", + "Italian": "limite di gas", + "Korean": "가스 한도", + "Persian": "حداکثر میزان گس", + "Brazilian Portuguese": "limite de gás", + "Russian": "лимит газа", + "Spanish": "límite de gas", + "Filipino (Tagalog)": "limitasyon ng gas", + "Thai": "ขีดจำกัดค่าแก๊ส", + "Turkish": "gaz limiti", + "Vietnamese": "hạn mức phí gas", + "Arabic": "حد رسوم معاملات الشبكة", + "Traditional Chinese": "gas 限制", + "Dutch": "maximale transactiekosten/gas limit", + "Greek": "gas limit", + "Hindi": "गैस लिमिट", + "Hungarian": "gázkorlát", + "Japanese": "ガスリミット", + "Polish": "Limit gazu", + "Ukrainian": "ліміт газу" + } + }, + "gas price": { + "term": "gas price", + "phonetic": "", + "partOfSpeech": "", + "definition": "The gas price is what it sounds like: the cost the network is paid for the computational work being performed in a given transaction. It is paid in units of ETH called gwei. Depending on network congestion, the gas price may vary significantly.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "gas price", + "Simplified Chinese": "燃料价格", + "French": "prix du gaz", + "German": "Gas-Preis", + "Indonesian": "harga gas", + "Italian": "prezzo gas", + "Korean": "가스 가격", + "Persian": "قیمت گس", + "Brazilian Portuguese": "preço do gás", + "Russian": "цена газа", + "Spanish": "precio del gas", + "Filipino (Tagalog)": "presyo ng gas", + "Thai": "ราคาแก๊ส", + "Turkish": "gaz fiyatı", + "Vietnamese": "giá gas", + "Arabic": "سعر رسوم المعاملات", + "Traditional Chinese": "gas 價格", + "Dutch": "gas price", + "Greek": "gas price", + "Hindi": "गैस प्राइस", + "Hungarian": "gázár", + "Japanese": "ガス価格", + "Polish": "Cena gazu", + "Ukrainian": "ціна на газ" + } + }, + "Gas Station Network": { + "term": "Gas Station Network", + "phonetic": "", + "partOfSpeech": "", + "definition": "The Gas Station Network (GSN) is a decentralized network of relayers mainly referring to the Ethereum blockchain. It allows you to build dapps which provide payment for transactions, so users do not need to hold Ether or ETH to pay for gas, easing their onboarding process and improving user acquisition and experience. However, while the relayers in the GSN do not charge users, they charge the recipient and contract instead. In this way, the relayers recover the costs of transactions and profit from extra fees for providing such services. Originally conceived and designed by TabooKey, the GSN has grown to encompass many companies, protocols and platforms in the Ethereum ecosystem that wish to facilitate the onboarding of users to Ethereum applications. Gas Station Network", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Gas Station Network", + "Simplified Chinese": "Gas Station Network", + "French": "Gas Station Network", + "German": "Gas Station Network", + "Indonesian": "Gas Station Network", + "Italian": "Gas Station Network", + "Korean": "가스 스테이션 네트워크", + "Persian": "شبکه ایستگاه گس", + "Brazilian Portuguese": "Gas Station Network", + "Russian": "Gas Station Network", + "Spanish": "Gas Station Network", + "Filipino (Tagalog)": "Gas Station Network", + "Thai": "เครือข่ายจัดหาแก๊ส", + "Turkish": "Gas Station Network", + "Vietnamese": "Gas Station Network", + "Arabic": "شبكة محطة رسوم المعاملات", + "Traditional Chinese": "Gas Station Network", + "Dutch": "Gas Station Network", + "Greek": "Gas Station Network", + "Hindi": "Gas Station Network", + "Hungarian": "töltőállomás hálózat", + "Japanese": "Gas Station Network", + "Polish": "Gas Station Network", + "Ukrainian": "Мережа заправних станцій (GSN)" + } + }, + "genesis block": { + "term": "genesis block", + "phonetic": "", + "partOfSpeech": "", + "definition": "The initial block of data computed in the history of a blockchain network.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "genesis block", + "Simplified Chinese": "创世区块", + "French": "bloc initial", + "German": "Genesis Block", + "Indonesian": "block genesis", + "Italian": "blocco di genesi", + "Korean": "제네시스블록", + "Persian": "بلاک اولیه", + "Brazilian Portuguese": "bloco de gênese", + "Russian": "нулевой блок", + "Spanish": "bloque génesis", + "Filipino (Tagalog)": "genesis block", + "Thai": "บล็อกแรก", + "Turkish": "genesis blok", + "Vietnamese": "khối genesis", + "Arabic": "كتلة التكوين", + "Traditional Chinese": "創世區塊", + "Dutch": "genesisblok", + "Greek": "genesis block", + "Hindi": "जेनेसिस ब्लॉक", + "Hungarian": "genezis blokk", + "Japanese": "ジェネシスブロック", + "Polish": "Blok Genesis", + "Ukrainian": "генезис-блок" + } + }, + "Gigawei": { + "term": "Gigawei", + "phonetic": "", + "partOfSpeech": "", + "definition": "Gwei is a unit of ether, the smallest denomination, which stands for gigawei (or 1,000,000,000). Gwei is used for gas fees, or rather payments made by users to compensate for the computing energy required to process and validate transactions on the Ethereum blockchain.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Gigawei", + "Simplified Chinese": "Gigawei", + "French": "Gigawei", + "German": "Gigawei", + "Indonesian": "Gigawei", + "Italian": "Gigawei", + "Korean": "기가웨이", + "Persian": "گیگاوی", + "Brazilian Portuguese": "Gigawei", + "Russian": "Гигавей", + "Spanish": "gigawei", + "Filipino (Tagalog)": "Gigawei", + "Thai": "กิกะเวย์", + "Turkish": "Gigawei", + "Vietnamese": "Gigawei", + "Arabic": "جيجاوي (Gigawei)", + "Traditional Chinese": "Gigawei", + "Dutch": "gigawei", + "Greek": "Gigawei", + "Hindi": "Gigawei", + "Hungarian": "Gigawei", + "Japanese": "ギガウェイ", + "Polish": "Gigawei", + "Ukrainian": "Гігавай" + } + }, + "Gitcoin": { + "term": "Gitcoin", + "phonetic": "", + "partOfSpeech": "", + "definition": "Gitcoin is a platform where coders and developers can get paid to work on open-source software in a wide variety of programming languages. Users can also submit their own project ideas to the Gitcoin platform in order to crowdsource funding from contributing donors. Gitcoin", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Gitcoin", + "Simplified Chinese": "Gitcoin", + "French": "Gitcoin", + "German": "Gitcoin", + "Indonesian": "Gitcoin", + "Italian": "Gitcoin", + "Korean": "깃코인", + "Persian": "گیت‌کوین", + "Brazilian Portuguese": "Gitcoin", + "Russian": "Gitcoin", + "Spanish": "Gitcoin", + "Filipino (Tagalog)": "Gitcoin", + "Thai": "Gitcoin", + "Turkish": "Gitcoin", + "Vietnamese": "Gitcoin", + "Arabic": "Gitcoin", + "Traditional Chinese": "Gitcoin", + "Dutch": "Gitcoin", + "Greek": "Gitcoin", + "Hindi": "Gitcoin", + "Hungarian": "Gitcoin", + "Japanese": "Gitcoin", + "Polish": "Gitcoin", + "Ukrainian": "Gitcoin" + } + }, + "GitHub": { + "term": "GitHub", + "phonetic": "", + "partOfSpeech": "", + "definition": "GitHub is an online software development platform. It's used for storing, tracking, and collaborating on software projects. It makes it easy for developers to share code files and collaborate with fellow developers on open-source projects. GitHub also serves as a social networking site where developers can openly network, collaborate, and pitch their work. GitHub", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "GitHub", + "Simplified Chinese": "GitHub", + "French": "GitHub", + "German": "GitHub", + "Indonesian": "GitHub", + "Italian": "GitHub", + "Korean": "GitHub", + "Persian": "گیت‌هاب", + "Brazilian Portuguese": "GitHub", + "Russian": "GitHub", + "Spanish": "GitHub", + "Filipino (Tagalog)": "GitHub", + "Thai": "GitHub", + "Turkish": "GitHub", + "Vietnamese": "GitHub", + "Arabic": "جيت هب (GitHub)", + "Traditional Chinese": "GitHub", + "Dutch": "GitHub", + "Greek": "GitHub", + "Hindi": "GitHub", + "Hungarian": "GitHub", + "Japanese": "GitHub", + "Polish": "GitHub", + "Ukrainian": "GitHub" + } + }, + "Goerli": { + "term": "Goerli", + "phonetic": "", + "partOfSpeech": "", + "definition": "Goerli is a test networks. It is primarily used for development on the blockchain (testing out applications and smart contracts, etc). ETH on these testnets is a dummy balance and cannot be withdrawn or sent to mainnet.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Goerli", + "Simplified Chinese": "Goerli", + "French": "Goerli", + "German": "Goerli", + "Indonesian": "Goerli", + "Italian": "Goerli", + "Korean": "Goerli", + "Persian": "گوئرلی", + "Brazilian Portuguese": "Goerli", + "Russian": "Goerli", + "Spanish": "Goerli", + "Filipino (Tagalog)": "Goerli", + "Thai": "Goerli", + "Turkish": "Goerli", + "Vietnamese": "Goerli", + "Arabic": "Goerli", + "Traditional Chinese": "Goerli", + "Dutch": "Goerli", + "Greek": "Goerli", + "Hindi": "Goerli", + "Hungarian": "Goerli", + "Japanese": "Goerli", + "Polish": "Goerli", + "Ukrainian": "Goerli" + } + }, + "Governance": { + "term": "Governance", + "phonetic": "", + "partOfSpeech": "", + "definition": "In the world of cryptocurrencies, governance is defined as the people or organizations that have decision-making powers regarding the project. Governance is an essential aspect of all cryptocurrency projects. As decentralized blockchains, cryptocurrencies often have a very liberal governance structure. There are a number of different approaches to governance. Governance", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Governance", + "Simplified Chinese": "治理", + "French": "Gouvernance", + "German": "Governance", + "Indonesian": "Pengelola", + "Italian": "Governance", + "Korean": "거버넌스", + "Persian": "حاکمیت", + "Brazilian Portuguese": "Governança", + "Russian": "Управление", + "Spanish": "gobernanza", + "Filipino (Tagalog)": "Pamamahala", + "Thai": "การกำกับ", + "Turkish": "Yönetişim", + "Vietnamese": "Quản trị", + "Arabic": "الحوكمة", + "Traditional Chinese": "治理", + "Dutch": "governance", + "Greek": "Διακυβέρνηση", + "Hindi": "Governance", + "Hungarian": "kormányzás", + "Japanese": "ガバナンス", + "Polish": "Zarządzanie", + "Ukrainian": "Управління" + } + }, + "GSN": { + "term": "GSN", + "phonetic": "", + "partOfSpeech": "", + "definition": "Abbreviation for Gas Station Network", + "termCategory": "Brand/project name", + "i18n": { + "Term": "GSN", + "Simplified Chinese": "GSN", + "French": "GSN", + "German": "GSN", + "Indonesian": "GSN", + "Italian": "GSN", + "Korean": "GSN", + "Persian": "GSN", + "Brazilian Portuguese": "GSN", + "Russian": "GSN", + "Spanish": "GSN", + "Filipino (Tagalog)": "GSN", + "Thai": "GSN", + "Turkish": "GSN", + "Vietnamese": "GSN", + "Arabic": "GSN", + "Traditional Chinese": "Gas Station Network", + "Dutch": "GSN", + "Greek": "GSN", + "Hindi": "GSN", + "Hungarian": "GSN", + "Japanese": "GSN", + "Polish": "GSN", + "Ukrainian": "GSN" + } + }, + "gwei": { + "term": "gwei", + "phonetic": "", + "partOfSpeech": "", + "definition": "A minuscule and common denomination of ETH, and the unit in which gas prices are often specified. See 'ether (denominations)' entry for more information.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "gwei", + "Simplified Chinese": "gwei", + "French": "gwei", + "German": "Gwei", + "Indonesian": "gwei", + "Italian": "gwei", + "Korean": "그웨이", + "Persian": "جیوی", + "Brazilian Portuguese": "gwei", + "Russian": "Гвей", + "Spanish": "gwei", + "Filipino (Tagalog)": "gwei", + "Thai": "เกวย์", + "Turkish": "gwei", + "Vietnamese": "gwei", + "Arabic": "جوي (gwei)", + "Traditional Chinese": "gwei", + "Dutch": "gwei", + "Greek": "gwei", + "Hindi": "gwei", + "Hungarian": "gwei", + "Japanese": "gwei", + "Polish": "Gwei", + "Ukrainian": "гвей" + } + }, + "halving": { + "term": "halving", + "phonetic": "", + "partOfSpeech": "", + "definition": "Many cryptocurrencies have a finite supply, which makes them a scarce digital commodity. For example, the total amount of bitcoin that will ever be issued is 21 million. The number of bitcoins generated per block is decreased 50% every four years. This is called “halving.” The final halving will take place in the year 2140.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "halving", + "Simplified Chinese": "减半", + "French": "Réduire de moitié", + "German": "Halbierung", + "Indonesian": "halving", + "Italian": "halving", + "Korean": "반감기", + "Persian": "هاوینگ (نصف شدن پاداش استخراج)", + "Brazilian Portuguese": "halving", + "Russian": "халвинг", + "Spanish": "reducción a la mitad", + "Filipino (Tagalog)": "paghati", + "Thai": "ฮาฟวิงก์", + "Turkish": "yarılanma", + "Vietnamese": "chia đôi khối", + "Arabic": "التنصيف (الهالفينج)", + "Traditional Chinese": "減半", + "Dutch": "halveren", + "Greek": "μείωση κατά το ήμισυ", + "Hindi": "आधा करना (halving)", + "Hungarian": "felezés", + "Japanese": "半減期", + "Polish": "Halving", + "Ukrainian": "халвінг" + } + }, + "hard fork": { + "term": "hard fork", + "phonetic": "", + "partOfSpeech": "", + "definition": "A hard fork occurs when there is a change in the blockchain that is not backward compatible (not compatible with older versions), thus requiring all participants to upgrade to the new version in order to be able to continue participating on the network. See also 'fork'.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "hard fork", + "Simplified Chinese": "硬分叉", + "French": "fork dur", + "German": "Hard Fork", + "Indonesian": "hard fork", + "Italian": "hard fork", + "Korean": "하드포크", + "Persian": "هارد فورک", + "Brazilian Portuguese": "hard fork", + "Russian": "хардфорк", + "Spanish": "bifurcación dura", + "Filipino (Tagalog)": "hard fork", + "Thai": "การแยกสมบูรณ์", + "Turkish": "sert çatal", + "Vietnamese": "phân nhánh cứng", + "Arabic": "انقسام كُلي (هارد فورك)", + "Traditional Chinese": "硬分叉", + "Dutch": "hard fork", + "Greek": "hard fork", + "Hindi": "हार्ड फोर्क", + "Hungarian": "kemény villa", + "Japanese": "ハードフォーク", + "Polish": "Hard fork", + "Ukrainian": "хард-форк" + } + }, + "hardware wallet": { + "term": "hardware wallet", + "phonetic": "", + "partOfSpeech": "", + "definition": "A hardware wallet is a physical device that is used to store cryptographic keys, and generally, sign transactions. Some hardware wallets can be connected physically or through software to internet connectivity; others are ‘air-gapped’, receiving transaction requests and sending transaction approvals through a mechanism such as a QR code. The overall goal of using a hardware wallet to manage keys and signatures is to reduce the likelihood of your keys or Secret Recovery Phrase from being somehow stolen or compromised, due to being connected to the Internet. For more on hardware wallets, see MetaMask’s Hardware Wallet Hub: Hardware Wallet Hub", + "termCategory": "Blockchain term", + "i18n": { + "Term": "hardware wallet", + "Simplified Chinese": "硬件钱包", + "French": "portefeuille physique", + "German": "Hardware-Wallet", + "Indonesian": "dompet perangkat keras", + "Italian": "wallet hardware", + "Korean": "하드웨어 지갑", + "Persian": "کیف پول سخت‌افزاری", + "Brazilian Portuguese": "carteira de hardware", + "Russian": "аппаратный кошелек", + "Spanish": "monedero físico", + "Filipino (Tagalog)": "wallet na hardware", + "Thai": "ฮาร์ดแวร์วอลเล็ต", + "Turkish": "donanım cüzdanı", + "Vietnamese": "ví cứng", + "Arabic": "محفظة الأجهزة", + "Traditional Chinese": "硬體錢包", + "Dutch": "hardwarewallet", + "Greek": "hardware wallet", + "Hindi": "hardware wallet", + "Hungarian": "hardver pénztárca", + "Japanese": "ハードウェアウォレット", + "Polish": "Portfel sprzętowy", + "Ukrainian": "апаратний гаманець" + } + }, + "hash (noun)": { + "term": "hash (noun)", + "phonetic": "", + "partOfSpeech": "", + "definition": "In computing, ‘hashing’ is an operation performed on lists or sets of data to create a reliable index for that data. A particular datum, or a reference to it, is fed into an algorithm, which transforms the datum and returns a standardized, and generally unrecognizable, ‘hash’ of it, sometimes referred to as that datum or file’s “digital fingerprint.” Each block in a blockchain contains the hash value that validated the block before it, followed by its own hash value (this is how the continuity of the ‘chain’ is constructed). Hashes can be used to confirm that blockchain transactions are complete and valid. You may see references to the “transaction hash” or “tx hash”; this should be understood as “unique identifier of the transaction”.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "hash (noun)", + "Simplified Chinese": "哈希", + "French": "hachage (nom)", + "German": "Hash", + "Indonesian": "hash (noun)", + "Italian": "hash (noun)", + "Korean": "해시(명사)", + "Persian": "هش", + "Brazilian Portuguese": "hash", + "Russian": "хэш", + "Spanish": "hash", + "Filipino (Tagalog)": "hash (pangngalan)", + "Thai": "แฮช", + "Turkish": "hash", + "Vietnamese": "mã băm (danh từ)", + "Arabic": "الهاش", + "Traditional Chinese": "雜湊", + "Dutch": "hash", + "Greek": "κατακερματισμός", + "Hindi": "हैश (नाउन)", + "Hungarian": "hash", + "Japanese": "ハッシュ", + "Polish": "Hasz / skrót", + "Ukrainian": "хеш" + } + }, + "hexadecimal; 'hex data'": { + "term": "hexadecimal; 'hex data'", + "phonetic": "", + "partOfSpeech": "", + "definition": "Hexadecimal is a base 16, rather than base 10, counting system. Used all over Ethereum for a variety of things, a hexadecimal string is comprised of the numbers 0 1 2 3 4 5 6 7 8 9 and letters A B C D E F.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "hexadecimal; 'hex data'", + "Simplified Chinese": "十六进制;“十六进制数据”", + "French": "hexadécimal ; « données hexadécimales »", + "German": "hexadezimal; ‚Hex-Daten‘", + "Indonesian": "heksadesimal; data hex", + "Italian": "esadecimale; 'dati esadecimali'", + "Korean": "16진수; '헥스 데이터'", + "Persian": "شانزده‌شماری؛ داده‌های هگز", + "Brazilian Portuguese": "hexadecimal; dados hexa", + "Russian": "шестнадцатеричный; 'шестнадцатеричные данные'", + "Spanish": "hexadecimal; datos hexadecimales", + "Filipino (Tagalog)": "hexadecimal; 'hex na data'", + "Thai": "เลขฐานสิบหก, ข้อมูลเลขฐานสิบหก", + "Turkish": "on altılık sayı; 'on altılı veri'", + "Vietnamese": "thập lục phân; dữ liệu thập lục phân", + "Arabic": "السداسي عشري؛ بيانات سداسية", + "Traditional Chinese": "十六進位", + "Dutch": "hexadecimaal; hexadecimale data", + "Greek": "Δεκαεξαδικά δεδομένα", + "Hindi": "हेक्साडेसिमल; 'हेक्स डेटा'", + "Hungarian": "hexadecimális; „hex adat”", + "Japanese": "16進数; '16進データ'", + "Polish": "System szesnastkowy / heksadecymalny", + "Ukrainian": "шістнадцятковий; шістнадцяткові дані" + } + }, + "Hierarchical Deterministic (HD) wallet": { + "term": "Hierarchical Deterministic (HD) wallet", + "phonetic": "", + "partOfSpeech": "", + "definition": "Hierarchical Deterministic wallets were first created for Bitcoin, and enable the creation of a very large number of accounts based on an initial seed phrase. This technology was later adopted in Ethereum wallets; when restoring a MetaMask wallet from the Secret Recovery Phrase, for example, if you 'create' accounts, they will be the same accounts as previously created from that same phrase; they are derived from it.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Hierarchical Deterministic (HD) wallet", + "Simplified Chinese": "分层确定性(HD)钱包", + "French": "Portefeuille déterministe hiérarchique (HD)", + "German": "Hierarchisch-deterministisches (HD) Wallet", + "Indonesian": "Dompet Deterministik Hierarkis (HD)", + "Italian": "Wallet gerarchico deterministico (HD)", + "Korean": "계층 결정적(HD) 지갑", + "Persian": "کیف پول قطعی سلسله مراتبی (HD)", + "Brazilian Portuguese": "Carteira hierárquica determinística (HD)", + "Russian": "Иерархически детерминированный (ИД) кошелек", + "Spanish": "monedero determinista jerárquico (HD)", + "Filipino (Tagalog)": "Hierarchical Deterministic (HD) na wallet", + "Thai": "วอลเล็ตมีลำดับชั้น (HD)", + "Turkish": "Hiyerarşik Belirleyici (HD) cüzdan", + "Vietnamese": "Ví phân cấp xác định (HD)", + "Arabic": "محفظة هرمية حتمية (HD)", + "Traditional Chinese": "分層確定式錢包", + "Dutch": "HD-wallet (hierarchical deterministic wallet)", + "Greek": "Ιεραρχικά ντετερμινιστικά πορτοφόλια (HD)", + "Hindi": "हायरार्कीकल डिटरमिनिस्टिक (HD) वॉलेट", + "Hungarian": "hierarchikus determinisztikus (HD) pénztárca", + "Japanese": "階層型決定性 (HD) ウォレット", + "Polish": "Portfel HD (hierarchiczno-deterministyczny)", + "Ukrainian": "Ієрархічний детермінований (HD) гаманець" + } + }, + "hot storage": { + "term": "hot storage", + "phonetic": "", + "partOfSpeech": "", + "definition": "Synonymous with 'hot wallet'.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "hot storage", + "Simplified Chinese": "热存储", + "French": "stockage connecté", + "German": "Hot Storage", + "Indonesian": "hot storage", + "Italian": "hot storage", + "Korean": "핫 스토리지", + "Persian": "ذخیره‌سازی گرم", + "Brazilian Portuguese": "hot storage", + "Russian": "горячее хранилище", + "Spanish": "almacenamiento en caliente", + "Filipino (Tagalog)": "mainit na imbakan", + "Thai": "ที่เก็บเงินระยะสั้น", + "Turkish": "sıcak depolama", + "Vietnamese": "kho nóng", + "Arabic": "تخزين ساخن", + "Traditional Chinese": "熱儲存", + "Dutch": "warme opslag/hot storage", + "Greek": "θερμή αποθήκευση", + "Hindi": "हॉट स्टोरेज", + "Hungarian": "meleg tárolás", + "Japanese": "ホットストレージ", + "Polish": "Gorący portfel (hot wallet)", + "Ukrainian": "гаряче сховище" + } + }, + "hot wallet": { + "term": "hot wallet", + "phonetic": "", + "partOfSpeech": "", + "definition": "A wallet that is directly connected to the internet at all times; for example, one that is held on a centralized exchange. Hot wallets are considered to have lower security than cold storage systems or hardware wallets.", + "termCategory": "Software term", + "i18n": { + "Term": "hot wallet", + "Simplified Chinese": "热钱包", + "French": "portefeuille connecté", + "German": "Hot Wallet", + "Indonesian": "hot wallet", + "Italian": "hot wallet", + "Korean": "핫월렛", + "Persian": "کیف پول گرم", + "Brazilian Portuguese": "hot wallet", + "Russian": "горячий кошелек", + "Spanish": "monedero en caliente", + "Filipino (Tagalog)": "mainit na wallet", + "Thai": "วอลเล็ตเงินร้อน", + "Turkish": "sıcak cüzdan", + "Vietnamese": "ví nóng", + "Arabic": "محفظة ساخنة", + "Traditional Chinese": "熱錢包", + "Dutch": "warme wallet/warme opslag/hot wallet", + "Greek": "ζεστό πορτοφόλι", + "Hindi": "हॉट वॉलेट", + "Hungarian": "forró pénztárca", + "Japanese": "ホットウォレット", + "Polish": "Gorący portfel (hot wallet)", + "Ukrainian": "гарячий гаманець" + } + }, + "Hybrid Network": { + "term": "Hybrid Network", + "phonetic": "", + "partOfSpeech": "", + "definition": "Hybrid blockchain. See 'PoS/PoW Hybrid'", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Hybrid Network", + "Simplified Chinese": "混合网络", + "French": "Réseau hybride", + "German": "Hybrides Netzwerk", + "Indonesian": "Jaringan hybrid", + "Italian": "Rete ibrida", + "Korean": "하이브리드 네트워크", + "Persian": "شبکه هیبریدی", + "Brazilian Portuguese": "Rede híbrida", + "Russian": "Гибридная сеть", + "Spanish": "red híbrida", + "Filipino (Tagalog)": "Hybrid Network", + "Thai": "เครือข่ายไฮบริด", + "Turkish": "Hibrit Ağ", + "Vietnamese": "Mạng lai", + "Arabic": "شبكة هجينة", + "Traditional Chinese": "混合區塊鏈", + "Dutch": "hybride netwerk", + "Greek": "Υβριδικό Δίκτυο", + "Hindi": "हाइब्रिड नेटवर्क", + "Hungarian": "hibrid hálózat", + "Japanese": "ハイブリッド型ネットワーク", + "Polish": "Sieć hybrydowa", + "Ukrainian": "Гібридна мережа" + } + }, + "Hyperledger": { + "term": "Hyperledger", + "phonetic": "", + "partOfSpeech": "", + "definition": "Hyperledger is an ecosystem of open-system tools, libraries, and products designed to enable and support enterprise-grade blockchain technology. In general, the products focus on creating solutions for permissioned blockchains--that is, non-public blockchains, with alternative consensus mechanisms other than Proof of Work (PoW) or Proof of Stake (PoS). That said, there are use cases where such institutions would want to integrate with public blockchains, and for that reason Hyperledger Besu and Hyperledger Burrow are actively developed projects, the former being a Java-based Ethereum client, the latter being a smart contract platform which supports EVM bytecode.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Hyperledger", + "Simplified Chinese": "超级账本", + "French": "Hyperledger", + "German": "Hyperledger", + "Indonesian": "Hyperledger", + "Italian": "Hyperledger", + "Korean": "하이퍼레저", + "Persian": "هایپرلجر", + "Brazilian Portuguese": "Hyperledger", + "Russian": "Гиперледжер", + "Spanish": "Hyperledger", + "Filipino (Tagalog)": "Hyperledger", + "Thai": "Hyperledger", + "Turkish": "Hyperledger", + "Vietnamese": "Hyperledger", + "Arabic": "مشروع هايبرليدجر", + "Traditional Chinese": "Hyperledger", + "Dutch": "Hyperledger", + "Greek": "Hyperledger", + "Hindi": "हाइपरलेजर (Hyperledger)", + "Hungarian": "Hyperledger", + "Japanese": "Hyperledger", + "Polish": "Hyperledger", + "Ukrainian": "Hyperledger" + } + }, + "ICO": { + "term": "ICO", + "phonetic": "", + "partOfSpeech": "", + "definition": "An Initial Coin Offering (also called ICO) occurs when a new token project sells advance tokens in exchange for upfront capital. These have been a vehicle for fraud and scams, and as such are subject to ever-evolving regulation and legislation.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "ICO", + "Simplified Chinese": "首次代币发行(ICO)", + "French": "offre au public de jetons (ICO)", + "German": "ICO", + "Indonesian": "ICO", + "Italian": "ICO", + "Korean": "ICO", + "Persian": "عرضه اولیه کوین", + "Brazilian Portuguese": "ICO", + "Russian": "ICO", + "Spanish": "ICO", + "Filipino (Tagalog)": "ICO", + "Thai": "ICO", + "Turkish": "ICO", + "Vietnamese": "ICO", + "Arabic": "عرض العملة الأولي (ICO)", + "Traditional Chinese": "首次代幣發行", + "Dutch": "ICO", + "Greek": "Αρχική προσφορά νομισμάτων (ICO)", + "Hindi": "ICO", + "Hungarian": "ICO", + "Japanese": "ICO", + "Polish": "ICO (Initial Coin Offering)", + "Ukrainian": "ICO" + } + }, + "Identicon / AddressIdenticon / AddressIcon": { + "term": "Identicon / AddressIdenticon / AddressIcon", + "phonetic": "", + "partOfSpeech": "", + "definition": "The colorful blob of colors that corresponds to your address in MetaMask. It is an easy way to see if your address is correct. More specifically, you can choose between jazzicons (created by the MetaMask team!) or blockies.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Identicon / AddressIdenticon / AddressIcon", + "Simplified Chinese": "Identicon / AddressIdenticon / AddressIcon", + "French": "Identicon / AddressIdenticon / AddressIcon", + "German": "Identicon / AddressIdenticon / AddressIcon", + "Indonesian": "Identikon / Identikon Alamat / Ikon Alamat", + "Italian": "Identicon / AddressIdenticon / AddressIcon", + "Korean": "아이덴티콘 / 주소아이덴티콘 / 주소아이콘", + "Persian": "شناسه آیدنتیکان/آیدنتیکان آدرس/آیکون آدرس", + "Brazilian Portuguese": "Identicon / AddressIdenticon / AddressIcon", + "Russian": "Идентикон / AddressIdenticon / AddressIcon", + "Spanish": "identicon / identicon de dirección / ícono de dirección", + "Filipino (Tagalog)": "Identicon / AddressIdenticon / AddressIcon", + "Thai": "ไอเดนทิคอน / แอดเดรสทิคอน / แอดเดรสไอคอน", + "Turkish": "Identicon / AddressIdenticon / AddressIcon", + "Vietnamese": "Biểu tượng nhận dạng/Biểu tượng nhận dạng địa chỉ/Biểu tượng địa chỉ", + "Arabic": "Identicon / AddressIdenticon / AddressIcon", + "Traditional Chinese": "識別", + "Dutch": "identicon/AddressIdenticon/AddressIcon", + "Greek": "Identicon / AddressIdenticon / AddressIcon", + "Hindi": "आइडेंटआइकन / एड्रेसआइडेंटआइकन / एड्रेसआइकन", + "Hungarian": "Identicon/AddressIdenticon/AddressIcon", + "Japanese": "アイデンティコン / アドレスアイデンティコン / アドレスアイコン", + "Polish": "Identicon / AddressIdenticon / AddressIcon", + "Ukrainian": "Identicon / AddressIdenticon / AddressIcon" + } + }, + "immutability": { + "term": "immutability", + "phonetic": "", + "partOfSpeech": "", + "definition": "The inability to be altered or changed. This is a key element of blockchain networks: once written onto a blockchain ledger, data cannot be altered. This immutability provides the basis for commerce and trade to take place on blockchain networks.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "immutability", + "Simplified Chinese": "不可篡改性", + "French": "immutabilité", + "German": "Unveränderlichkeit", + "Indonesian": "imutabilitas", + "Italian": "immutabilità", + "Korean": "불변성", + "Persian": "تغییرناپذیری", + "Brazilian Portuguese": "imutabilidade", + "Russian": "неизменность", + "Spanish": "inmutabilidad", + "Filipino (Tagalog)": "kawalan ng pagbabago", + "Thai": "เปลี่ยนแปลงไม่ได้", + "Turkish": "Ölçeklendirilebilme çözümü", + "Vietnamese": "tính bất biến", + "Arabic": "عدم القابلية للتغير (الثبات)", + "Traditional Chinese": "不可修改", + "Dutch": "onveranderlijkheid", + "Greek": "αμεταβλητότητα", + "Hindi": "इमम्यूटेबिलिटी", + "Hungarian": "állandóság", + "Japanese": "耐改ざん性", + "Polish": "Niemodyfikowalność", + "Ukrainian": "незмінність" + } + }, + "Infura": { + "term": "Infura", + "phonetic": "", + "partOfSpeech": "", + "definition": "Part of ConsenSys, Infura offers backend access to the Ethereum network over established HTTP and WebSockets technology. Prior to Infura, developers were obligated to run their own nodes of the networks with which they wanted to interact; Infura provides that access through a set of APIs. This enables developers of dapps and websites seeking to interact with the Ethereum blockchain to do so, and at scale. Infura", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Infura", + "Simplified Chinese": "Infura", + "French": "Infura", + "German": "Infura", + "Indonesian": "Infura", + "Italian": "Infura", + "Korean": "Infura", + "Persian": "اینفیورا", + "Brazilian Portuguese": "Infura", + "Russian": "Infura", + "Spanish": "Infura", + "Filipino (Tagalog)": "Infura", + "Thai": "Infura", + "Turkish": "Infura", + "Vietnamese": "Infura", + "Arabic": "Infura", + "Traditional Chinese": "Infura", + "Dutch": "Infura", + "Greek": "Infura", + "Hindi": "Infura", + "Hungarian": "Infura", + "Japanese": "Infura", + "Polish": "Infura", + "Ukrainian": "Infura" + } + }, + "Initial Public Offering (IPO)": { + "term": "Initial Public Offering (IPO)", + "phonetic": "", + "partOfSpeech": "", + "definition": "An initial public offering (IPO) is the process of a company offering shares for purchase on the stock market for the first time. IPO", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Initial Public Offering (IPO)", + "Simplified Chinese": "首次公开募股(IPO)", + "French": "Introduction en bourse (IPO)", + "German": "Börsengang (IPO)", + "Indonesian": "Penawaran Publik Perdana (IPO)", + "Italian": "Initial Public Offering (IPO)", + "Korean": "기업공개(IPO)", + "Persian": "عرضه اولیه سهام (IPO)", + "Brazilian Portuguese": "Oferta pública inicial (IPO)", + "Russian": "Первичное публичное предложение (IPO)", + "Spanish": "oferta pública inicial (OPI)", + "Filipino (Tagalog)": "Initial Public Offering (IPO)", + "Thai": "การเสนอขายทั่วไปครั้งแรก (IPO)", + "Turkish": "İlk Halka Arz (IPO)", + "Vietnamese": "Phát hành công khai lần đầu (IPO)", + "Arabic": "الاكتتاب العام الأولي (IPO)", + "Traditional Chinese": "首次公開募股", + "Dutch": "beursgang/IPO (initial public offering)", + "Greek": "Αρχική Δημόσια Προσφορά (IPO)", + "Hindi": "इनिशियल पब्लिक ऑफरिंग (IPO)", + "Hungarian": "első nyilvános ajánlattétel (IPO)", + "Japanese": "新規株式公開 (IPO)", + "Polish": "IPO (pierwsza oferta publiczna)", + "Ukrainian": "Первинне публічне розміщення (IPO)" + } + }, + "Insider Trading": { + "term": "Insider Trading", + "phonetic": "", + "partOfSpeech": "", + "definition": "Insider trading happens when someone purchases or sells stocks while possessing private, material information about that stock. Insider Trading", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Insider Trading", + "Simplified Chinese": "内幕交易", + "French": "Délit d’initié", + "German": "Insiderhandel", + "Indonesian": "Trading Orang Dalam", + "Italian": "Insider Trading", + "Korean": "내부자 거래", + "Persian": "معاملات نهانی", + "Brazilian Portuguese": "Negociação privilegiada", + "Russian": "Инсайдерская торговля", + "Spanish": "información privilegiada", + "Filipino (Tagalog)": "Insider Trading", + "Thai": "การใช้ข้อมูลภายใน", + "Turkish": "İçeriden Öğrenenlerin Ticareti", + "Vietnamese": "Giao dịch nội gián", + "Arabic": "تداول المُطلعين", + "Traditional Chinese": "內線交易", + "Dutch": "handel met voorkennis", + "Greek": "Εσωτερική πληροφόρηση", + "Hindi": "Insider Trading", + "Hungarian": "bennfentes kereskedelem", + "Japanese": "インサイダー取引", + "Polish": "Insider trading", + "Ukrainian": "Інсайдерська торгівля" + } + }, + "Inter-Blockchain Communication (IBC) Protocol": { + "term": "Inter-Blockchain Communication (IBC) Protocol", + "phonetic": "", + "partOfSpeech": "", + "definition": "Inter-Blockchain Communication (IBC) is a communication protocol that allows different blockchains to relay messages to each other. It guarantees reliable, ordered and authenticated communication between the chains. Blockchains can trustlessly exchange value like tokens. IBC does not work like a bridge. Instead, blockchains send packets of information via smart contracts that allow them to not only exchange value but relay any form of data, such as communication, via the communication protocol. Inter-Blockchain Communication (IBC)", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Inter-Blockchain Communication (IBC) Protocol", + "Simplified Chinese": "跨链通信(IBC)协议", + "French": "Protocole de communication entre chaînes de blocs (IBC)", + "German": "Inter-Blockchain-Kommunikationsprotokoll (IBC)", + "Indonesian": "Protokol Komunikasi Antar-Blockchain (IBC)", + "Italian": "Inter-Blockchain Communication Protocol (IBC)", + "Korean": "블록체인 간 통신(IBC) 프로토콜", + "Persian": "پروتکل ارتباط بین بلاکچینی (IBC)", + "Brazilian Portuguese": "Protocolo de comunicação interblockchain (IBC)", + "Russian": "Протокол межблокчейновой коммуникации (IBC)", + "Spanish": "Protocolo de comunicación entre cadenas de bloques (IBC)", + "Filipino (Tagalog)": "Protocol ng Inter-Blockchain Communication (IBC)", + "Thai": "โพรโตคอลการสื่อสารระหว่างบล็อกเชน (IBC)", + "Turkish": "Blokzincirleri Arasında İletişim (IBC) Protokolü", + "Vietnamese": "Giao thức truyền thông liên chuỗi khối (IBC)", + "Arabic": "بروتوكول الاتصال بين شبكات البلوكتشين (IBC)", + "Traditional Chinese": "區塊鏈間通訊", + "Dutch": "IBC-protocol (inter-blockchain communication)", + "Greek": "Πρωτοκόλλου επικοινωνίας μεταξύ των Blockchain (IBC)", + "Hindi": "इंटर-ब्लॉकचेन कम्युनिकेशन (IBC) प्रोटोकॉल", + "Hungarian": "blokkláncok közötti kommunikációs (IBC) protokoll", + "Japanese": "ブロックチェーン間通信 (IBC) プロトコル", + "Polish": "Protokół IBC (Inter-Blockchain Communication)", + "Ukrainian": "Протокол міжблочного зв'язку (IBC)" + } + }, + "internal transaction": { + "term": "internal transaction", + "phonetic": "", + "partOfSpeech": "", + "definition": "An internal transaction on the Ethereum network is one that occurs between smart contracts, rather than between addresses. Notably, they are not included on the blockchain, and therefore do not incur gas fees, but they are often crucial to carrying out the action in question, and can be viewed on Etherscan. For more detail, see MetaMask's article on the topic: Internal Transactions", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "internal transaction", + "Simplified Chinese": "内部交易", + "French": "transaction interne", + "German": "Interne Transaktion", + "Indonesian": "transaksi internal", + "Italian": "transazione interna", + "Korean": "내부 거래", + "Persian": "تراکنش داخلی", + "Brazilian Portuguese": "transação interna", + "Russian": "внутренняя транзакция", + "Spanish": "transacción interna", + "Filipino (Tagalog)": "panloob na transaksyon", + "Thai": "ธุรกรรมภายใน", + "Turkish": "dahili işlem", + "Vietnamese": "giao dịch nội bộ", + "Arabic": "معاملة داخلية", + "Traditional Chinese": "內部交易", + "Dutch": "interne transactie", + "Greek": "εσωτερική συναλλαγή", + "Hindi": "इंटरनल ट्रांसेक्शन", + "Hungarian": "belső tranzakció", + "Japanese": "内部トランザクション", + "Polish": "Transakcja wewnętrzna", + "Ukrainian": "внутрішня транзакція" + } + }, + "Interoperability": { + "term": "Interoperability", + "phonetic": "", + "partOfSpeech": "", + "definition": "Blockchain interoperability, or cross-chain interoperability, is the ability to see and share information across multiple blockchains. One of the clear benefits of blockchain interoperability is being able to trade assets across various blockchains without the need for a centralized, custodial exchange. Interoperability", + "termCategory": "Financial term", + "i18n": { + "Term": "Interoperability", + "Simplified Chinese": "互操作性", + "French": "Interopérabilité", + "German": "Interoperabilität", + "Indonesian": "Interpolaritas", + "Italian": "Interoperabilità", + "Korean": "상호운용성", + "Persian": "تعامل‌‌پذیری", + "Brazilian Portuguese": "interoperabilidade", + "Russian": "Совместимость", + "Spanish": "interoperabilidad", + "Filipino (Tagalog)": "Interoperability", + "Thai": "ความสอดประสาน", + "Turkish": "Birlikte Çalışabilirlik", + "Vietnamese": "Khả năng tương tác", + "Arabic": "قابلية التشغيل البيني", + "Traditional Chinese": "互操作性", + "Dutch": "interoperabiliteit", + "Greek": "Διαλειτουργικότητα", + "Hindi": "Interoperability", + "Hungarian": "interoperabilitás", + "Japanese": "相互運用性", + "Polish": "Interoperacyjność", + "Ukrainian": "Інтероперабельність" + } + }, + "InterPlanetary File System (IPFS)": { + "term": "InterPlanetary File System (IPFS)", + "phonetic": "", + "partOfSpeech": "", + "definition": "A decentralized file storage and referencing system for the Ethereum blockchain, and the internet as a whole. IFPS is an open source protocol that enables storing and sharing hypermedia (text, audio, visual) in a distributed manner without relying on a single point of failure. This distributed file system enables applications to run faster, safer and more transparently.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "InterPlanetary File System (IPFS)", + "Simplified Chinese": "星际文件系统(IPFS)", + "French": "InterPlanetary File System (IPFS)", + "German": "InterPlanetary-Dateisystem (IPFS)", + "Indonesian": "Sistem File Interplanetary (IPFS)", + "Italian": "InterPlanetary File System (IPFS)", + "Korean": "행성 간 파일 시스템(IPFS)", + "Persian": "فایل سیستم بین سیاره‌ای (IPFS)", + "Brazilian Portuguese": "InterPlanetary File System (IPFS)", + "Russian": "InterPlanetary File System (IPFS)", + "Spanish": "sistema de archivos interplanetario (IPFS)", + "Filipino (Tagalog)": "InterPlanetary File System (IPFS)", + "Thai": "ระบบไฟล์ InterPlanetary (IPFS)", + "Turkish": "Gezegenler Arası Dosya Sistemi (IPFS)", + "Vietnamese": "Hệ thống tệp phân tán ngang hàng (IPFS)", + "Arabic": "نظام الملفات إنتربلانتري (IPFS)", + "Traditional Chinese": "InterPlanetary File System (IPFS)", + "Dutch": "IPFS (InterPlanetary File System)", + "Greek": "Διαπλανητικό Σύστημα Αρχείων (IPFS)", + "Hindi": "इंटरप्लेनेटरी फाइल सिस्टम (IPFS)", + "Hungarian": "Interplanetary File System (IPFS)", + "Japanese": "インタープラネタリーファイルシステム (IPFS)", + "Polish": "InterPlanetary File System (IPFS)", + "Ukrainian": "Міжпланетна файлова система (IPFS)" + } + }, + "IP address": { + "term": "IP address", + "phonetic": "", + "partOfSpeech": "", + "definition": "A unique string of characters that identifies each computer using the Internet Protocol to communicate over a network.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "IP address", + "Simplified Chinese": "IP 地址", + "French": "Adresse IP", + "German": "IP-Adresse", + "Indonesian": "Alamat IP", + "Italian": "Indirizzo IP", + "Korean": "IP 주소", + "Persian": "آدرس آی‌پی", + "Brazilian Portuguese": "Endereço IP", + "Russian": "IP-адрес", + "Spanish": "dirección IP", + "Filipino (Tagalog)": "IP address", + "Thai": "เลขที่อยู่ IP", + "Turkish": "IP adresi", + "Vietnamese": "Địa chỉ IP", + "Arabic": "عنوان IP", + "Traditional Chinese": "IP 位置", + "Dutch": "IP-adres", + "Greek": "Διεύθυνση IP", + "Hindi": "आईपी ​​एड्रेस", + "Hungarian": "IP-cím", + "Japanese": "IP アドレス", + "Polish": "Adres IP", + "Ukrainian": "IP-адреса" + } + }, + "JSON file": { + "term": "JSON file", + "phonetic": "", + "partOfSpeech": "", + "definition": "JSON (JavaScript Object Notation) is an open standard file format for sharing data that uses human-readable text to store and transmit data. it is commonly used in public blockchain systems to move data.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "JSON file", + "Simplified Chinese": "JSON 文件", + "French": "Fichier JSON", + "German": "JSON-Datei", + "Indonesian": "File JSON", + "Italian": "File JSON", + "Korean": "JSON 파일", + "Persian": "فایل جیسون", + "Brazilian Portuguese": "Arquivo JSON", + "Russian": "JSON-файл", + "Spanish": "archivo JSON", + "Filipino (Tagalog)": "file na JSON", + "Thai": "ไฟล์ JSON", + "Turkish": "JSON dosyası", + "Vietnamese": "Tệp JSON", + "Arabic": "ملف JSON", + "Traditional Chinese": "JSON 資料", + "Dutch": "JSON-bestand", + "Greek": "Αρχείο JSON", + "Hindi": "JSON फ़ाइल", + "Hungarian": "JSO- fájl", + "Japanese": "JSON ファイル", + "Polish": "Plik JSON", + "Ukrainian": "Файл JSON" + } + }, + "JSON-RPC": { + "term": "JSON-RPC", + "phonetic": "", + "partOfSpeech": "", + "definition": "JSON-RPC is, quite simply, a method used to move data around computer systems, and predates public blockchain technology. It was chosen as a standard for moving data between blockchain networks and Internet browsers and wallets, with the result that these networks have come to be called 'RPC networks', despite JSON-RPC not being their defining technical feature.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "JSON-RPC", + "Simplified Chinese": "JSON-RPC", + "French": "JSON-RPC", + "German": "JSON-RPC", + "Indonesian": "JSON-RPC", + "Italian": "JSON-RPC", + "Korean": "JSON-RPC", + "Persian": "جیسون-RPC", + "Brazilian Portuguese": "JSON-RPC", + "Russian": "JSON-RPC", + "Spanish": "JSON-RPC", + "Filipino (Tagalog)": "JSON-RPC", + "Thai": "JSON-RPC", + "Turkish": "JSON-RPC", + "Vietnamese": "JSON-RPC", + "Arabic": "بروتوكول JSON-RPC", + "Traditional Chinese": "JSON-RPC", + "Dutch": "JSON-RPC", + "Greek": "JSON-RPC", + "Hindi": "JSON-RPC", + "Hungarian": "JSON-RPC", + "Japanese": "JSON-RPC", + "Polish": "JSON-RPC", + "Ukrainian": "JSON-RPC" + } + }, + "keystore file": { + "term": "keystore file", + "phonetic": "", + "partOfSpeech": "", + "definition": "A keystore file is a special, encrypted version of a private key in JSON format. See also 'private key'.", + "termCategory": "Software term", + "i18n": { + "Term": "keystore file", + "Simplified Chinese": "密钥库文件", + "French": "fichier keystore", + "German": "Keystore-Datei", + "Indonesian": "file keystore", + "Italian": "file keystore", + "Korean": "키스토어 파일", + "Persian": "فایل کلید خصوصی", + "Brazilian Portuguese": "arquivo keystore", + "Russian": "файл хранилища ключей", + "Spanish": "archivo keystore", + "Filipino (Tagalog)": "file ng keystore", + "Thai": "ไฟล์คีย์สโตร์", + "Turkish": "keystore dosyası", + "Vietnamese": "tệp lưu khóa", + "Arabic": "ملف تخزين المفاتيح", + "Traditional Chinese": "keystore 文件", + "Dutch": "keystore-bestand", + "Greek": "Αρχείο αποθήκευσης κλειδιών", + "Hindi": "कीस्टोर फ़ाइल", + "Hungarian": "kulcstároló fájl", + "Japanese": "キーストアファイル", + "Polish": "Plik keystore", + "Ukrainian": "файл сховища ключів" + } + }, + "Know Your Customer (KYC)": { + "term": "Know Your Customer (KYC)", + "phonetic": "", + "partOfSpeech": "", + "definition": "A process in which a business must verify the identity and background information (address, financial details, etc.) of their customers. For example, current regulations and laws require banks and other financial institutions to keep and report customers' personal information and transactions.", + "termCategory": "Software term", + "i18n": { + "Term": "Know Your Customer (KYC)", + "Simplified Chinese": "实名认证(KYC)", + "French": "Know Your Customer (KYC)", + "German": "Know Your Customer (KYC)", + "Indonesian": "Prinsip Mengenal Nasabah (KYC)", + "Italian": "Know Your Customer (KYC)", + "Korean": "고객확인제도 (KYC)", + "Persian": "احراز هویت مشتری (KYC)", + "Brazilian Portuguese": "Conheça seu cliente (KYC)", + "Russian": "«Знай своего клиента» (ЗСК)", + "Spanish": "conozca a su cliente (KYC)", + "Filipino (Tagalog)": "Know Your Customer (KYC)", + "Thai": "การรู้จักลูกค้า (KYC)", + "Turkish": "Müşterini Tanı (KYC)", + "Vietnamese": "Xác minh danh tính khách hàng (KYC)", + "Arabic": "التحقق من هوية العميل (KYC)", + "Traditional Chinese": "認識你的客戶", + "Dutch": "KYC (know your customer)", + "Greek": "Γνωρίστε τον πελάτη σας (KYC)", + "Hindi": "अपने ग्राहक को जानें (KYC)", + "Hungarian": "Ismerd a vásárlód (IAV)", + "Japanese": "本人確認 (KYC)", + "Polish": "Poznaj swojego klienta (KYC – Know Your Customer)", + "Ukrainian": "Знай свого клієнта (KYC)" + } + }, + "Know Your Transaction": { + "term": "Know Your Transaction", + "phonetic": "", + "partOfSpeech": "", + "definition": "Know Your Transaction (KYT) is a process employed by financial institutions to monitor the merchants' businesses through the analysis of transaction data.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Know Your Transaction", + "Simplified Chinese": "交易监控(KYT)", + "French": "Know Your Transaction", + "German": "Know Your Transaction", + "Indonesian": "Prinsip Mengenal Transaksi", + "Italian": "Know Your Transaction", + "Korean": "고객거래확인", + "Persian": "شناسایی مبدأ تراکنش‌ها", + "Brazilian Portuguese": "Conheça sua transação", + "Russian": "«Знай свою транзакцию»", + "Spanish": "conozca su transacción (KYT)", + "Filipino (Tagalog)": "Know Your Transaction", + "Thai": "การรู้จักธุรกรรม", + "Turkish": "İşlemini Tanı", + "Vietnamese": "Xác minh giao dịch", + "Arabic": "التحقق من المعاملات", + "Traditional Chinese": "認識你的交易", + "Dutch": "KYT (know your transaction)", + "Greek": "Μάθετε τη συναλλαγή σας", + "Hindi": "Know Your Transaction", + "Hungarian": "Ismerd a tranzakciód (IAT)", + "Japanese": "トランザクション監視", + "Polish": "Poznaj swoją transakcję (KYT – Know Your Transaction)", + "Ukrainian": "Знай свою транзакцію" + } + }, + "Kovan": { + "term": "Kovan", + "phonetic": "", + "partOfSpeech": "", + "definition": "An Ethereum testnet that uses Proof of Authority consensus, available through MetaMask; Kovan test network has been deprecated. Ethereum used to have four testnets: Ropsten, Rinkeby, Goerli, and Kovan (Kiln was also added for specific purposes relating to the Merge in 2022). However, after the Merge occurred on September 15th 2022, most of the existing testnets began being deprecated (taken out of service). They may still work, but could be unreliable. Sepolia and Goerli are now the only two available.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Kovan", + "Simplified Chinese": "Kovan", + "French": "Kovan", + "German": "Kovan", + "Indonesian": "Kovan", + "Italian": "Kovan", + "Korean": "코반", + "Persian": "کوان", + "Brazilian Portuguese": "Kovan", + "Russian": "Kovan", + "Spanish": "Kovan", + "Filipino (Tagalog)": "Kovan", + "Thai": "Kovan", + "Turkish": "Kovan", + "Vietnamese": "Kovan", + "Arabic": "كوفان", + "Traditional Chinese": "Kovan", + "Dutch": "Kovan", + "Greek": "Kovan", + "Hindi": "Kovan", + "Hungarian": "Kovan", + "Japanese": "Kovan", + "Polish": "Kovan", + "Ukrainian": "Kovan" + } + }, + "KYC": { + "term": "KYC", + "phonetic": "", + "partOfSpeech": "", + "definition": "Acronym; see 'Know Your Customer'.", + "termCategory": "Legal term", + "i18n": { + "Term": "KYC", + "Simplified Chinese": "KYC(实名认证)", + "French": "KYC", + "German": "KYC", + "Indonesian": "KYC", + "Italian": "KYC", + "Korean": "KYC", + "Persian": "KYC", + "Brazilian Portuguese": "KYC", + "Russian": "ЗСК", + "Spanish": "KYC", + "Filipino (Tagalog)": "KYC", + "Thai": "KYC", + "Turkish": "KYC", + "Vietnamese": "KYC", + "Arabic": "اعرف عميلك (KYC)", + "Traditional Chinese": "認識你的客戶", + "Dutch": "KYC", + "Greek": "KYC (Γνωρίστε τον πελάτη σας)", + "Hindi": "KYC", + "Hungarian": "KYC", + "Japanese": "KYC", + "Polish": "KYC", + "Ukrainian": "KYC" + } + }, + "KYT": { + "term": "KYT", + "phonetic": "", + "partOfSpeech": "", + "definition": "Acronym; see 'Know Your Transaction'.", + "termCategory": "Legal term", + "i18n": { + "Term": "KYT", + "Simplified Chinese": "KYT(交易监控)", + "French": "KYT", + "German": "KYT", + "Indonesian": "KYT", + "Italian": "KYT", + "Korean": "KYT", + "Persian": "KYT", + "Brazilian Portuguese": "KYT", + "Russian": "ЗСТ", + "Spanish": "KYT", + "Filipino (Tagalog)": "KYT", + "Thai": "KYT", + "Turkish": "KYT", + "Vietnamese": "KYT", + "Arabic": "اعرف معاملتك (KYT)", + "Traditional Chinese": "認識你的交易", + "Dutch": "KYT", + "Greek": "KYT(Μάθετε τη συναλλαγή σας)", + "Hindi": "KYT", + "Hungarian": "KYT", + "Japanese": "KYT", + "Polish": "KYT", + "Ukrainian": "KYT" + } + }, + "latency": { + "term": "Latency", + "phonetic": "", + "partOfSpeech": "", + "definition": "In the context of Network latency: refers to the amount of time it takes for a computer on one network to communicate with a computer on another network. Network latency", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Latency", + "Simplified Chinese": "延迟", + "French": "Latence", + "German": "Latenz", + "Indonesian": "Latensi", + "Italian": "Latenza", + "Korean": "지연 시간", + "Persian": "تاخیر", + "Brazilian Portuguese": "Latência", + "Russian": "Задержка", + "Spanish": "latencia", + "Filipino (Tagalog)": "Latency", + "Thai": "ความหน่วง", + "Turkish": "Gecikme", + "Vietnamese": "Độ trễ", + "Arabic": "زمن الاستجابة", + "Traditional Chinese": "延遲", + "Dutch": "latentie", + "Greek": "Καθυστέρηση", + "Hindi": "लेटेंसी", + "Hungarian": "késleltetés", + "Japanese": "レイテンシー", + "Polish": "Latencja / opóźnienie", + "Ukrainian": "Затримка" + } + }, + "Lattice1": { + "term": "Lattice1", + "phonetic": "", + "partOfSpeech": "", + "definition": "The Lattice1 is a powerful, secure, and user-friendly hardware wallet that allows you to manage an unlimited number of wallets and easily transact on the blockchain.", + "termCategory": "Legal term", + "i18n": { + "Term": "Lattice1", + "Simplified Chinese": "Lattice1", + "French": "Lattice1", + "German": "Lattice1", + "Indonesian": "Lattice1", + "Italian": "Lattice1", + "Korean": "래티스 1", + "Persian": "لتیس 1", + "Brazilian Portuguese": "Lattice1", + "Russian": "Lattice1", + "Spanish": "Lattice1", + "Filipino (Tagalog)": "Lattice1", + "Thai": "Lattice1", + "Turkish": "Lattice1", + "Vietnamese": "Lattice1", + "Arabic": "محفظة Lattice1", + "Traditional Chinese": "Lattice1", + "Dutch": "Lattice1", + "Greek": "Lattice1", + "Hindi": "Lattice1", + "Hungarian": "Lattice1", + "Japanese": "Lattice1", + "Polish": "Lattice1", + "Ukrainian": "Lattice1" + } + }, + "Launchpad": { + "term": "Launchpad", + "phonetic": "", + "partOfSpeech": "", + "definition": "The Launchpad is the Ethereum Foundation's official way to deposit your ETH for staking on Ethereum. Ethereum Launchpad", + "termCategory": "Legal term", + "i18n": { + "Term": "Launchpad", + "Simplified Chinese": "Launchpad", + "French": "Launchpad", + "German": "Launchpad", + "Indonesian": "Launchpad", + "Italian": "Launchpad", + "Korean": "런치패드", + "Persian": "لانچ‌پد", + "Brazilian Portuguese": "Launchpad", + "Russian": "Лаунчпад", + "Spanish": "plataforma de lanzamiento", + "Filipino (Tagalog)": "Launchpad", + "Thai": "Launchpad", + "Turkish": "Launchpad", + "Vietnamese": "Launchpad", + "Arabic": "منصة الإطلاق", + "Traditional Chinese": "Launchpad", + "Dutch": "Launchpad", + "Greek": "Launchpad", + "Hindi": "लॉन्चपैड", + "Hungarian": "Launchpad", + "Japanese": "ローンチパッド", + "Polish": "Launchpad", + "Ukrainian": "Панель запуску" + } + }, + "layer 0": { + "term": "Layer 0", + "phonetic": "", + "partOfSpeech": "", + "definition": "Layer 0 in blockchain refers to the underlying infrastructure that supports the blockchain network. It includes the physical hardware, such as computers, servers, and other network components, as well as the software protocols that govern the interactions between the nodes in the network. In other words, Layer 0 is the foundation upon which the blockchain network is built. It provides the necessary resources and technical capabilities for the network to function, such as computing power, storage, and network connectivity. Layer 0 is essential to the operation and security of the blockchain network, as it ensures that data is transmitted and stored correctly and securely across the network. Layer 0 is sometimes also referred to as 'Layer Zero' or 'L0'. It is important to note that the concept of Layer 0 is not unique to blockchain technology, but is a more general term used to describe the physical and technical infrastructure underlying any type of computer network.", + "termCategory": "Software term", + "i18n": { + "Term": "Layer 0", + "Simplified Chinese": "零层", + "French": "Couche 0", + "German": "Layer 0", + "Indonesian": "Layer 0", + "Italian": "Layer 0", + "Korean": "레이어 0", + "Persian": "لایه 0", + "Brazilian Portuguese": "Camada 0", + "Russian": "Слой 0", + "Spanish": "capa 0", + "Filipino (Tagalog)": "Layer 0", + "Thai": "เลเยอร์ 0", + "Turkish": "Katman 0", + "Vietnamese": "Lớp 0", + "Arabic": "الطبقة 0", + "Traditional Chinese": "數據傳輸層", + "Dutch": "layer 0", + "Greek": "Επίπεδο 0", + "Hindi": "लेयर 0", + "Hungarian": "0. réteg", + "Japanese": "レイヤー 0", + "Polish": "Warstwa 0", + "Ukrainian": "Рівень 0" + } + }, + "layer 1": { + "term": "Layer 1", + "phonetic": "", + "partOfSpeech": "", + "definition": "Layer 1 in blockchain refers to the base layer of the blockchain protocol. It is the layer that contains the core elements of the blockchain, including the consensus mechanism, the data structure, and the rules that govern the creation and transfer of assets or tokens. In other words, Layer 1 is the foundation of the blockchain technology stack, upon which all other layers and applications are built. It is responsible for maintaining the integrity of the blockchain network and ensuring that all transactions are valid and secure. Layer 1 is designed to be decentralized, meaning that no single entity has control over the network. This is achieved through the use of consensus mechanisms, such as Proof of Work (PoW), Proof of Stake (PoS), or other methods, which enable participants to reach agreement on the validity of transactions and the state of the network. Some examples of Layer 1 blockchain protocols include Bitcoin, Ethereum, Binance Smart Chain, Avalanche.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Layer 1", + "Simplified Chinese": "一层公链", + "French": "Couche 1", + "German": "Layer 1", + "Indonesian": "Layer 1", + "Italian": "Layer 1", + "Korean": "레이어 1", + "Persian": "لایه 1", + "Brazilian Portuguese": "Camada 1", + "Russian": "Слой 1", + "Spanish": "capa 1", + "Filipino (Tagalog)": "Layer 1", + "Thai": "เลเยอร์ 1", + "Turkish": "Katman 1", + "Vietnamese": "Lớp 1", + "Arabic": "الطبقة 1", + "Traditional Chinese": "鏈上擴容", + "Dutch": "layer 1", + "Greek": "Επίπεδο 1", + "Hindi": "लेयर 1", + "Hungarian": "1. réteg", + "Japanese": "レイヤー 1", + "Polish": "Warstwa 1", + "Ukrainian": "Рівень 1" + } + }, + "layer 2": { + "term": "Layer 2", + "phonetic": "", + "partOfSpeech": "", + "definition": "A Layer 2 network, or L2, is a blockchain that is built specifically to scale another network. For a full understanding of how this is achieved, see here. Some popular examples of this in the Ethereum ecosystem are Arbitrum, Optimism, and StarkNet. These chains are specifically built to handle a large number of transactions quickly by relying on Ethereum Mainnet for security functions, while optimizing for speed and scale. These networks are considered 'scaling solutions' while not being part of Ethereum's protocol-level scaling efforts. See also 'blockchain trilemma', 'modular blockchain', 'Serenity'. Contrast with 'sidechain'.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Layer 2", + "Simplified Chinese": "二层公链", + "French": "Couche 2", + "German": "Layer 2", + "Indonesian": "Layer 2", + "Italian": "Layer 2", + "Korean": "레이어 2", + "Persian": "لایه 2", + "Brazilian Portuguese": "Camada 2", + "Russian": "Слой 2", + "Spanish": "capa 2", + "Filipino (Tagalog)": "Layer 2", + "Thai": "เลเยอร์ 2", + "Turkish": "Katman 2", + "Vietnamese": "Lớp 2", + "Arabic": "الطبقة 2", + "Traditional Chinese": "鏈下擴容", + "Dutch": "layer 2", + "Greek": "Επίπεδο 2", + "Hindi": "लेयर 2", + "Hungarian": "2. réteg", + "Japanese": "レイヤー 2", + "Polish": "Warstwa 2", + "Ukrainian": "Рівень 2" + } + }, + "Learn; MetaMask Learn": { + "term": "Learn; MetaMask Learn", + "phonetic": "", + "partOfSpeech": "", + "definition": "MetaMask Learn is a free-to-use educational platform available in 10 languages for anyone interested in learning about web3. Through engaging lessons and interactive simulations, it helps you understand what web3 is, why it matters, and how to get started. https://learn.metamask.io/", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Learn; MetaMask Learn", + "Simplified Chinese": "Learn;MetaMask Learn", + "French": "Learn ; MetaMask Learn", + "German": "Learn; MetaMask Learn", + "Indonesian": "Learn; Metamask Learn", + "Italian": "Learn; MetaMask Learn", + "Korean": "Learn; MetaMask Learn", + "Persian": "آموزش؛ آموزش متامسک", + "Brazilian Portuguese": "Learn; MetaMask Learn", + "Russian": "Learn; MetaMask Learn", + "Spanish": "Learn; MetaMask Learn", + "Filipino (Tagalog)": "Learn; MetaMask Learn", + "Thai": "Learn; MetaMask Learn", + "Turkish": "Learn; MetaMask Learn", + "Vietnamese": "Learn; MetaMask Learn", + "Arabic": "تعلم؛ MetaMask Learn", + "Traditional Chinese": "學習", + "Dutch": "Learn; MetaMask Learn", + "Greek": "Εκμάθηση MetaMask", + "Hindi": "Learn; MetaMask Learn", + "Hungarian": "Learn; MetaMask Learn", + "Japanese": "Learn; MetaMask Learn", + "Polish": "Learn / MetaMask Learn", + "Ukrainian": "Learn; MetaMask Learn" + } + }, + "Ledger": { + "term": "Ledger", + "phonetic": "", + "partOfSpeech": "", + "definition": "", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Ledger", + "Simplified Chinese": "Ledger", + "French": "Ledger", + "German": "Ledger", + "Indonesian": "Ledger", + "Italian": "Ledger", + "Korean": "렛저", + "Persian": "لجر", + "Brazilian Portuguese": "Ledger", + "Russian": "Ledger", + "Spanish": "Ledger", + "Filipino (Tagalog)": "Ledger", + "Thai": "Ledger", + "Turkish": "Ledger", + "Vietnamese": "Ledger", + "Arabic": "محفظة Ledger", + "Traditional Chinese": "Ledger", + "Dutch": "Ledger", + "Greek": "Ledger", + "Hindi": "Ledger", + "Hungarian": "Ledger", + "Japanese": "Ledger", + "Polish": "Ledger", + "Ukrainian": "Ledger" + } + }, + "Ledger Live App": { + "term": "Ledger Live App", + "phonetic": "", + "partOfSpeech": "", + "definition": "Ledger Live is a hardware wallet interface app for users of the Ledger Nano X, Ledger Nano S, and Ledger Blue. The app enables Ledger users to manage their cryptocurrency hardware and assets. Additionally, it features real-time price updates, multi-account management, and the convenience of an extremely simple setup process. Ledger Live combines the management of your individual crypto assets and device management into one interface, with the intention of gradually replacing the Chrome-based applications system that previously annoyed some users of the device.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Ledger Live App", + "Simplified Chinese": "Ledger Live App", + "French": "Ledger Live App", + "German": "Ledger Live App", + "Indonesian": "Applikasi Ledger Live", + "Italian": "Ledger Live App", + "Korean": "렛저 라이브 앱", + "Persian": "برنامه Ledger Live", + "Brazilian Portuguese": "Ledger Live App", + "Russian": "Приложение Ledger Live", + "Spanish": "aplicación Ledger Live", + "Filipino (Tagalog)": "Ledger Live App", + "Thai": "แอป Ledger Live", + "Turkish": "Ledger Live Uygulaması", + "Vietnamese": "Ứng dụng Ledger Live", + "Arabic": "تطبيق Ledger Live", + "Traditional Chinese": "Ledger Live App", + "Dutch": "Ledger Live App", + "Greek": "Ledger Live App", + "Hindi": "Ledger Live ऐप", + "Hungarian": "Ledger Live App", + "Japanese": "Ledger Live アプリ", + "Polish": "Ledger Live App", + "Ukrainian": "Додаток Ledger Live" + } + }, + "Library": { + "term": "Library", + "phonetic": "", + "partOfSpeech": "", + "definition": "A collection of non-volatile resources used by computer programs, often for software development. These may include configuration data, documentation, help data, message templates, pre-written code and subroutines, classes, values or type specifications. Software Library", + "termCategory": "MetaMask term", + "i18n": { + "Term": "Library", + "Simplified Chinese": "软件库", + "French": "Bibliothèque", + "German": "Bibliothek", + "Indonesian": "Library", + "Italian": "Libreria", + "Korean": "라이브러리", + "Persian": "کتابخانه", + "Brazilian Portuguese": "Biblioteca", + "Russian": "Библиотека", + "Spanish": "biblioteca", + "Filipino (Tagalog)": "Library", + "Thai": "ไลบรารี", + "Turkish": "Kitaplık", + "Vietnamese": "Thư viện", + "Arabic": "المكتبة", + "Traditional Chinese": "函式庫", + "Dutch": "bibliotheek", + "Greek": "Βιβλιοθήκη", + "Hindi": "लाइब्रेरी", + "Hungarian": "könyvtár", + "Japanese": "ライブラリ", + "Polish": "Biblioteka", + "Ukrainian": "Бібліотека" + } + }, + "Lido": { + "term": "Lido", + "phonetic": "", + "partOfSpeech": "", + "definition": "Lido is a liquid staking protocol for Ethereum that allows users with less than 32 ETH to collectively fund new validators and receive rewards.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Lido", + "Simplified Chinese": "Lido", + "French": "Lido", + "German": "Lido", + "Indonesian": "Lido", + "Italian": "Lido", + "Korean": "리도", + "Persian": "لیدو", + "Brazilian Portuguese": "Lido", + "Russian": "Lido", + "Spanish": "Lido", + "Filipino (Tagalog)": "Lido", + "Thai": "Lido", + "Turkish": "Lido", + "Vietnamese": "Lido", + "Arabic": "بروتوكول Lido", + "Traditional Chinese": "Lido", + "Dutch": "Lido", + "Greek": "Lido", + "Hindi": "Lido", + "Hungarian": "Lido", + "Japanese": "Lido", + "Polish": "Lido", + "Ukrainian": "Lido" + } + }, + "light client": { + "term": "light client", + "phonetic": "", + "partOfSpeech": "", + "definition": "In computing, a 'client' is a software that runs or accesses a program made available by a remote computer. With blockchain networks, then, clients are the programs that sync blockchain data and participate in network consensus. More often and more specifically, 'Layer 2' is used as a noun, to refer to a type of network that is specifically built to handle a large number of transactions quickly by relying on Ethereum mainnet for security functions, and optimizing for speed and scale. Examples include Arbitrum and Optimism; this is different from a 'sidechain', which is a network that has its own security mechanism, yet still allows compatibility and bridging of assets between itself and Ethereum.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "light client", + "Simplified Chinese": "轻客户端", + "French": "client léger", + "German": "Light Client", + "Indonesian": "klien ringan", + "Italian": "client leggero", + "Korean": "라이트 클라이언트", + "Persian": "گیرنده سبک", + "Brazilian Portuguese": "cliente leve", + "Russian": "легкий клиент", + "Spanish": "cliente ligero", + "Filipino (Tagalog)": "magaan na kliyente", + "Thai": "ไลต์ไคลเอ็นต์", + "Turkish": "hafif istemci", + "Vietnamese": "ứng dụng nhẹ", + "Arabic": "عقدة بسيطة", + "Traditional Chinese": "light client", + "Dutch": "light client", + "Greek": "light client", + "Hindi": "लाइट क्लाइंट", + "Hungarian": "könnyű kliens", + "Japanese": "ライトクライアント", + "Polish": "Lekki klient", + "Ukrainian": "легкий клієнт" + } + }, + "Lightning Network": { + "term": "Lightning Network", + "phonetic": "", + "partOfSpeech": "", + "definition": "The Lightning Network is a second layer for Bitcoin that uses micropayment channels to scale the blockchain’s capability to conduct transactions more efficiently. This layer consists of multiple payment channels between parties or Bitcoin users. A Lightning Network channel is a transaction mechanism between two parties. Using channels, the parties can make or receive payments from each other. Transactions conducted on the Lightning Network are faster, less costly, and more readily confirmed than those conducted directly on the Bitcoin blockchain.", + "termCategory": "Software term", + "i18n": { + "Term": "Lightning Network", + "Simplified Chinese": "Lightning Network", + "French": "Lightning Network", + "German": "Lightning Network", + "Indonesian": "Lightning Network", + "Italian": "Lightning Network", + "Korean": "라이트닝 네트워크", + "Persian": "شبکه لایتنینگ", + "Brazilian Portuguese": "Lightning Network", + "Russian": "Сеть Lightning", + "Spanish": "Lightning Network", + "Filipino (Tagalog)": "Lightning Network", + "Thai": "Lightning Network", + "Turkish": "Lightning Network", + "Vietnamese": "Lightning Network", + "Arabic": "شبكة البرق (Lightning Network)", + "Traditional Chinese": "Lightning Network", + "Dutch": "Lightning Network", + "Greek": "Lightning Network", + "Hindi": "लाइटनिंग नेटवर्क", + "Hungarian": "villámgyors hálózat", + "Japanese": "ライトニングネットワーク", + "Polish": "Lightning Network", + "Ukrainian": "Мережа Lightning" + } + }, + "liquid democracy (delegative democracy)": { + "term": "Liquid Democracy (Delegative Democracy)", + "phonetic": "", + "partOfSpeech": "", + "definition": "A government system where votes can be delegated or proxied to other individuals such as friends, politicians, or subject matter experts. For example, in a liquid democracy, Bernadette could give Ahmad her vote and Ahmad would then vote for both himself and Bernadette. Liquid democracy is used at times as a governance mechanism for Decentralized Autonomous Organizations (DAOs) wherein every participant is able to vote or delegate their vote to another individual.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Liquid Democracy (Delegative Democracy)", + "Simplified Chinese": "委任式民主", + "French": "Démocratie liquide (démocratie délégative)", + "German": "Liquid Democracy (Delegative Democracy)", + "Indonesian": "Demokrasi Likuid (Demograsi Delegatif)", + "Italian": "Democrazia liquida (Democrazia delegata)", + "Korean": "유동성 민주주의(위임 민주주의)", + "Persian": "دموکراسی نقدینگی", + "Brazilian Portuguese": "Democracia líquida (democracia delegativa)", + "Russian": "Ликвидная демократия (делегативная демократия)", + "Spanish": "democracia líquida (democracia delegativa)", + "Filipino (Tagalog)": "Liquid Democracy (Delegatibong Demokrasya)", + "Thai": "ประชาธิปไตยแบบลื่นไหล (ประชาธิปไตยแบบมอบอำนาจ)", + "Turkish": "Akışkan Demokrasi (Delege Demokrasisi)", + "Vietnamese": "Dân chủ linh hoạt (Dân chủ đại diện)", + "Arabic": "الديمقراطية التفويضية", + "Traditional Chinese": "流動式民主", + "Dutch": "liquid democracy (gedelegeerde democratie)", + "Greek": "Ρέουσα Δημοκρατία (Εκχωρητική Δημοκρατία)", + "Hindi": "लिक्विड डेमोक्रेसी (डेलीगेटिव डेमोक्रेसी)", + "Hungarian": "likvid demokrácia (delegatív demokrácia)", + "Japanese": "液体民主主義 (委任型民主主義)", + "Polish": "Demokracja płynna", + "Ukrainian": "Ліквідна демократія (делегативна демократія)" + } + }, + "liquidation": { + "term": "Liquidation", + "phonetic": "", + "partOfSpeech": "", + "definition": "Liquidation happens when a trader has insufficient funds to keep a leveraged trade open. Liquidation", + "termCategory": "Software term", + "i18n": { + "Term": "Liquidation", + "Simplified Chinese": "清算", + "French": "Liquidation", + "German": "Liquidation", + "Indonesian": "Likuidasi", + "Italian": "Liquidazione", + "Korean": "청산", + "Persian": "لیکوئید شدن", + "Brazilian Portuguese": "Liquidação", + "Russian": "Ликвидность", + "Spanish": "liquidación", + "Filipino (Tagalog)": "Liquidation", + "Thai": "การชำระบัญชี", + "Turkish": "Likidasyon", + "Vietnamese": "Thanh lý", + "Arabic": "تصفية", + "Traditional Chinese": "清算", + "Dutch": "liquidatie", + "Greek": "Ρευστοποίηση", + "Hindi": "Liquidation", + "Hungarian": "felszámolás", + "Japanese": "清算", + "Polish": "Likwidacja", + "Ukrainian": "Ліквідація" + } + }, + "liquidity": { + "term": "liquidity", + "phonetic": "", + "partOfSpeech": "", + "definition": "An asset is considered more ‘liquid’ if it can easily be converted into cash, and therefore, ‘liquidity’ refers to the availability of assets to a company or market. Conversely, the harder it is to turn an asset into cash, the more illiquid the asset. For example, stocks are considered relatively liquid assets, as they can be easily converted to cash, while real estate is considered an illiquid asset. The liquidity of an asset affects its risk potential and market price.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "liquidity", + "Simplified Chinese": "流动性", + "French": "liquidités", + "German": "Liquidität", + "Indonesian": "likuiditas", + "Italian": "liquidità", + "Korean": "유동성", + "Persian": "نقدشوندگی", + "Brazilian Portuguese": "liquidez", + "Russian": "ликвидность", + "Spanish": "liquidez", + "Filipino (Tagalog)": "liquidity", + "Thai": "สภาพคล่อง", + "Turkish": "likidite", + "Vietnamese": "thanh khoản", + "Arabic": "السيولة", + "Traditional Chinese": "流動性", + "Dutch": "liquiditeit", + "Greek": "ρευστότητα", + "Hindi": "लिक्विडिटी", + "Hungarian": "likviditás", + "Japanese": "流動性", + "Polish": "Płynność", + "Ukrainian": "ліквідність" + } + }, + "liquidity pool": { + "term": "liquidity pool", + "phonetic": "", + "partOfSpeech": "", + "definition": "A liquidity pool is a crowdsourced pool of cryptocurrencies or tokens locked in a smart contract that is used to facilitate trades between the assets on a decentralized exchange (DEX). Instead of traditional markets of buyers and sellers, many decentralized finance (DeFi) platforms use automated market makers (AMMs), which allow digital assets to be traded in an automatic and permissionless manner through the use of liquidity pools.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "liquidity pool", + "Simplified Chinese": "流动性池", + "French": "pool de liquidités", + "German": "Liquiditätspool", + "Indonesian": "pool likuiditas", + "Italian": "pool di liquidità", + "Korean": "유동성 풀", + "Persian": "استخر نقدینگی", + "Brazilian Portuguese": "pool de liquidez", + "Russian": "пул ликвидности", + "Spanish": "fondo de liquidez", + "Filipino (Tagalog)": "pool ng liquidity", + "Thai": "พูลสภาพคล่อง", + "Turkish": "likidite havuzu", + "Vietnamese": "bể thanh khoản", + "Arabic": "تجمع السيولة", + "Traditional Chinese": "流動性池", + "Dutch": "liquiditeitspool", + "Greek": "δεξαμενή ρευστότητας", + "Hindi": "लिक्विडिटी पूल", + "Hungarian": "likviditási pool", + "Japanese": "流動性プール", + "Polish": "Pula płynności", + "Ukrainian": "пул ліквідності" + } + }, + "liquidity staking": { + "term": "liquidity staking", + "phonetic": "", + "partOfSpeech": "", + "definition": "Liquid staking allows users to stake tokens and simultaneously use them in the DeFi ecosystem. This is made possible by wrapping the staked tokens and providing users with a wrapped token that is a claim on the underlying collateral. The wrapped tokens can be transferred and generate yield. Liquid staking permits users to stake and unstake their coins without being beholden to a lock-up period. It thus enables greater capital efficiency and increased liquidity on proof-of-stake blockchains, allowing users to maximize the benefits of staking and DeFi simultaneously. Furthermore, liquid staking enhances network security on PoS chains.", + "termCategory": "Financial term", + "i18n": { + "Term": "liquidity staking", + "Simplified Chinese": "流动性质押", + "French": "staking liquide", + "German": "Liquiditätsstaking", + "Indonesian": "staking likuiditas", + "Italian": "staking di liquidità", + "Korean": "유동성 스테이킹", + "Persian": "سپرده‌گذاری نقدشونده", + "Brazilian Portuguese": "staking de liquidez", + "Russian": "стейкинг ликвидности", + "Spanish": "staking de liquidez", + "Filipino (Tagalog)": "pagtaya ng liquidity", + "Thai": "ฝากสภาพคล่อง", + "Turkish": "likidite staking", + "Vietnamese": "ký gửi thanh khoản", + "Arabic": "ربط السيولة", + "Traditional Chinese": "流動性質押", + "Dutch": "liquiditeit staken", + "Greek": "ρευστότητα μεριδίου", + "Hindi": "लिक्विडिटी स्टेकिंग", + "Hungarian": "likviditási részesedés", + "Japanese": "流動性ステーキング", + "Polish": "Liquidity staking", + "Ukrainian": "ліквідний стекінг" + } + }, + "Low": { + "term": "Low", + "phonetic": "", + "partOfSpeech": "", + "definition": "In the context of 'gas fees', Low is a category that allows you to wait a bit longer and save money if you choose. There are 3 categories available in MetaMask: Low, Market, Aggressive Using Advanced Gas Controls", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Low", + "Simplified Chinese": "低级型", + "French": "Faible", + "German": "Niedrig", + "Indonesian": "Rendah", + "Italian": "Basse", + "Korean": "낮음", + "Persian": "پایین", + "Brazilian Portuguese": "Baixa", + "Russian": "Низкий", + "Spanish": "baja", + "Filipino (Tagalog)": "Mababa", + "Thai": "ต่ำ", + "Turkish": "Düşük", + "Vietnamese": "Thấp", + "Arabic": "منخفضة", + "Traditional Chinese": "Low", + "Dutch": "laag", + "Greek": "Χαμηλότερη τιμή", + "Hindi": "कम", + "Hungarian": "alacsony", + "Japanese": "低", + "Polish": "Ostrożne podejście", + "Ukrainian": "Низький" + } + }, + "mainnet": { + "term": "mainnet", + "phonetic": "", + "partOfSpeech": "", + "definition": "The primary network where actual transactions take place on a specific distributed ledger. For example, The Ethereum Mainnet (capitalized in this case) is the public blockchain where network validation and transactions take place", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "mainnet", + "Simplified Chinese": "主网", + "French": "réseau principal Ethereum (mainnet)", + "German": "Mainnet", + "Indonesian": "mainnet", + "Italian": "mainnet", + "Korean": "메인넷", + "Persian": "شبکه اصلی", + "Brazilian Portuguese": "mainnet", + "Russian": "мейн-нет", + "Spanish": "red principal", + "Filipino (Tagalog)": "mainnet", + "Thai": "เครือข่ายหลัก", + "Turkish": "ana ağ", + "Vietnamese": "mạng chính", + "Arabic": "شبكة رئيسية (Mainnet)", + "Traditional Chinese": "主網", + "Dutch": "mainnet", + "Greek": "mainnet", + "Hindi": "मेननेट (mainnet)", + "Hungarian": "főháló", + "Japanese": "メインネット", + "Polish": "Mainnet", + "Ukrainian": "основна мережа" + } + }, + "Maker Protocol": { + "term": "Maker Protocol", + "phonetic": "", + "partOfSpeech": "", + "definition": "The Maker Protocol, built on the Ethereum blockchain, enables users to create and hold currency. Current elements of the Maker Protocol are the DAI stable coin, Maker Vaults, and Voting. MakerDAO governs the Maker Protocol by deciding on key parameters (e.g., stability fees, collateral types and rates, etc.)", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Maker Protocol", + "Simplified Chinese": "稳定币协议", + "French": "Protocole Maker", + "German": "Maker Protocol", + "Indonesian": "Protokol Maker", + "Italian": "Maker Protocol", + "Korean": "메이커 프로토콜", + "Persian": "پروتکل‌ میکر", + "Brazilian Portuguese": "Maker Protocol", + "Russian": "Протокол Maker", + "Spanish": "protocolo Maker", + "Filipino (Tagalog)": "Maker Protocol", + "Thai": "Maker Protocol", + "Turkish": "Maker Protokolü", + "Vietnamese": "Giao thức Maker", + "Arabic": "بروتوكول Maker", + "Traditional Chinese": "Maker協議", + "Dutch": "Maker Protocol", + "Greek": "Maker Protocol", + "Hindi": "मेकर प्रोटोकॉल", + "Hungarian": "Maker Protocol", + "Japanese": "Maker プロトコル", + "Polish": "Protokół Maker", + "Ukrainian": "Протокол Maker" + } + }, + "malware": { + "term": "Malware", + "phonetic": "", + "partOfSpeech": "", + "definition": "Any software intentionally designed to cause disruption to a computer, server, client, or computer network, leak private information, gain unauthorized access to information or systems, deprive access to information, or which unknowingly interferes with the user's computer security and privacy.", + "termCategory": "MetaMask term", + "i18n": { + "Term": "Malware", + "Simplified Chinese": "恶意软件", + "French": "Malware", + "German": "Malware", + "Indonesian": "Malware", + "Italian": "Malware", + "Korean": "맬웨어", + "Persian": "بدافزار", + "Brazilian Portuguese": "Malware", + "Russian": "Вредоносное программное обеспечение", + "Spanish": "software malicioso", + "Filipino (Tagalog)": "Malware", + "Thai": "มัลแวร์", + "Turkish": "Kötü amaçlı yazılım", + "Vietnamese": "Phần mềm độc hại", + "Arabic": "برمجيات خبيثة", + "Traditional Chinese": "惡意軟體", + "Dutch": "malware", + "Greek": "Λογισμικό κακόβουλης λειτουργίας", + "Hindi": "मालवेयर", + "Hungarian": "rosszindulatú", + "Japanese": "マルウェア", + "Polish": "Złośliwe oprogramowanie", + "Ukrainian": "Шкідливе програмне забезпечення" + } + }, + "market cap": { + "term": "market cap", + "phonetic": "", + "partOfSpeech": "", + "definition": "Short for 'market capitalization', this refers to the total value held in a particular industry, market, company, or asset. For a publicly traded company, the market cap is the total dollar market value of a company's outstanding shares. For Bitcoin or Ethereum, the total market cap is a reflection of the current existing supply times the market price.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "market cap", + "Simplified Chinese": "市值", + "French": "capitalisation boursière", + "German": "Marktkapitalisierung", + "Indonesian": "kap pasar", + "Italian": "capitalizzazione di mercato", + "Korean": "시가 총액", + "Persian": "ارزش بازار", + "Brazilian Portuguese": "capitalização de mercado", + "Russian": "рыночная капитализация", + "Spanish": "capitalización bursátil", + "Filipino (Tagalog)": "market cap", + "Thai": "มูลค่าตลาด", + "Turkish": "piyasa değeri", + "Vietnamese": "vốn hóa thị trường", + "Arabic": "القيمة السوقية", + "Traditional Chinese": "市值", + "Dutch": "marktkapitalisatie", + "Greek": "Επιχειρηματικά κεφάλαια", + "Hindi": "मार्केट कैप", + "Hungarian": "tőkepiac", + "Japanese": "時価総額", + "Polish": "Kapitalizacja rynkowa", + "Ukrainian": "ринкова капіталізація" + } + }, + "Maximal Extractable Value (MEV)": { + "term": "Maximal Extractable Value (MEV)", + "phonetic": "", + "partOfSpeech": "", + "definition": "Originally known as Miner Extractable Value, MEV is a broad complex topic that refers to the inclusion, exclusion, and reordering of transactions within a block in order to extract more value from it, generally in excess of what a validator (or miner, on PoW networks) would earn from producing the block. MEV includes activities such as frontrunning, arbitrage, and what could be considered malicious actions to profit off of other users' transactions. This is a very active topic of research that is changing rapidly.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Maximal Extractable Value (MEV)", + "Simplified Chinese": "最大可提取价值(MEV)", + "French": "Valeur extractible maximum (MEV)", + "German": "Maximaler extrahierbarer Wert (MEV)", + "Indonesian": "Nilai yang Dapat Diekstrak Maksimal (MEV)", + "Italian": "Valore Massimo Estraibile (MEV)", + "Korean": "최대추출가능가치(MEV)", + "Persian": "حداکثر ارزش قابل استخراج (MEV)", + "Brazilian Portuguese": "Valor máximo extraível (MEV)", + "Russian": "Максимальная извлекаемая ценность (MEV)", + "Spanish": "valor máximo extraíble (MEV)", + "Filipino (Tagalog)": "Maximal Extractable Value (MEV)", + "Thai": "มูลค่าที่สกัดได้สูงสุด (MEV)", + "Turkish": "Maksimal Çıkarılabilir Değer (MEV)", + "Vietnamese": "Giá trị có thể trích xuất tối đa (MEV)", + "Arabic": "القيمة القصوى القابلة للاستخراج (MEV)", + "Traditional Chinese": "最大可提取价值", + "Dutch": "MEV (maximal extractable value)", + "Greek": "Μέγιστη εξαγώγιμη αξία (MEV)", + "Hindi": "मैक्सिमम एक्सट्रैक्टेबल वैल्यू (MEV)", + "Hungarian": "maximális kinyerhető érték (MKE)", + "Japanese": "最大抽出可能価値 (MEV)", + "Polish": "MEV (maksymalna wartość możliwa do wydobycia)", + "Ukrainian": "Максимальна вилучена цінність (MEV)" + } + }, + "Maximum Priority Fee": { + "term": "Maximum Priority Fee", + "phonetic": "", + "partOfSpeech": "", + "definition": "The fee, or 'miner tip', goes to the validator or miner, and incentivizes them to prioritize your transaction.", + "termCategory": "Software term", + "i18n": { + "Term": "Maximum Priority Fee", + "Simplified Chinese": "最大优先交易费用", + "French": "Frais de priorité maximum", + "German": "Maximale Prioritätsgebühr", + "Indonesian": "Biaya Prioritas Maksimum", + "Italian": "Tariffa prioritaria massima", + "Korean": "최대 우선 요금", + "Persian": "حداکثر کارمزد اولویت", + "Brazilian Portuguese": "Taxa de prioridade máxima", + "Russian": "Максимальная плата за приоритет", + "Spanish": "tarifa de prioridad máxima", + "Filipino (Tagalog)": "Pinakamataas na Bayad sa Priyoridad", + "Thai": "ค่าแซงคิวสูงสุด", + "Turkish": "Maksimum Öncelik Ücreti", + "Vietnamese": "Phí ưu tiên tối đa", + "Arabic": "رسوم الأولوية القصوى", + "Traditional Chinese": "最大優先級費用", + "Dutch": "maximale priority fee", + "Greek": "Μέγιστη χρέωση προτεραιότητας", + "Hindi": "मैक्सिमम प्रायोरिटी फी", + "Hungarian": "maximális elsőbbségi díj", + "Japanese": "最大優先手数料", + "Polish": "Maksymalna opłata za priorytet", + "Ukrainian": "Максимальна плата за пріоритет" + } + }, + "memory pool; mempool": { + "term": "memory pool; mempool", + "phonetic": "", + "partOfSpeech": "", + "definition": "a.k.a. Transaction Pool When a user submits a transaction to the Ethereum network–or many other networks based on Ethereum–the transaction goes into what’s known as a “transaction pool”, or “txpool” for short. This is essentially a queue of transactions that are waiting to be added to a block and recorded to the blockchain. There are mechanisms that determine which transactions are “picked up” and included in the next block, and there is currently a lot of research surrounding how this decision gets made. In Bitcoin, the transaction pool was referred to as the “memory pool”, or “mempool”, and often these terms are used interchangeably.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "memory pool; mempool", + "Simplified Chinese": "内存池(Mempool)", + "French": "pool de stockage des transactions ; mempool", + "German": "Memory Pool; Mempool", + "Indonesian": "pool memori; mempool", + "Italian": "pool di memoria; mempool", + "Korean": "메모리 풀; 멤풀", + "Persian": "استخر حافظه؛ ممپول", + "Brazilian Portuguese": "pool de memória; mempool", + "Russian": "пул памяти; мемпул", + "Spanish": "grupo de memoria; mempool", + "Filipino (Tagalog)": "memory pool; mempool", + "Thai": "พูลเมมโมรี่, เมมพูล", + "Turkish": "bellek havuzu; mempool", + "Vietnamese": "bể ghi nhớ giao dịch; bể nhớ giao dịch", + "Arabic": "تجمع المعاملات؛ mempool", + "Traditional Chinese": "内存池", + "Dutch": "memory pool; mempool", + "Greek": "mempool", + "Hindi": "मेमोरी पूल; mempool", + "Hungarian": "memóriatár; mempool", + "Japanese": "メモリープール; メムプール", + "Polish": "Mempool (pula pamięci)", + "Ukrainian": "пул пам'яті; мемпул" + } + }, + "Merge": { + "term": "Merge", + "phonetic": "", + "partOfSpeech": "", + "definition": "Finalized in September 2022, the Merge was the culmination of years of work involved in transitioning Ethereum from a Proof of Work consensus model, to Proof of Stake, all while keeping the network live. This was successful, and reduced the network’s carbon footprint by more than 99.9%.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Merge (noun)", + "Simplified Chinese": "合并", + "French": "Fusion (nom)", + "German": "Merge", + "Indonesian": "Gabungan (noun)", + "Italian": "Merge (noun)", + "Korean": "병합(명사)", + "Persian": "ادغام", + "Brazilian Portuguese": "Fusão", + "Russian": "«Слияние»", + "Spanish": "fusión", + "Filipino (Tagalog)": "Merge (pangngalan)", + "Thai": "เมิร์ช", + "Turkish": "Birleştirme", + "Vietnamese": "Hợp nhất (danh từ)", + "Arabic": "دمج الإيثريوم (Merge)", + "Traditional Chinese": "合併", + "Dutch": "merge", + "Greek": "Συγχώνευση", + "Hindi": "मर्ज (Merge) (नाउन)", + "Hungarian": "egyesítés", + "Japanese": "「マージ」", + "Polish": "Merge", + "Ukrainian": "Злиття" + } + }, + "Merkle Patricia trie": { + "term": "Merkle Patricia trie", + "phonetic": "", + "partOfSpeech": "", + "definition": "Often referred to simply as a 'Merkle trie' (pronounced 'tree'), a Merkle Patricia trie is a data structure in which a single hash code function (see 'hash') splits into smaller branches. In a similar way to a family tree, where a parent branch splits into child branches, which are then extrapolated into grandchild branches, a Merkle Patricia trie keeps a record of the filiation and history of each element. This type of data structure enables for faster verification on a blockchain network.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Merkle Patricia trie", + "Simplified Chinese": "梅克尔树", + "French": "Arbre de Merkle", + "German": "Merkle Patricia-Trie", + "Indonesian": "Merkle Patricia trie", + "Italian": "Trie di Patricia Merkle", + "Korean": "머클패트리샤트리", + "Persian": "درخت مرکل پاتریشیا", + "Brazilian Portuguese": "Merkle Patricia trie", + "Russian": "Дерево Меркла", + "Spanish": "árbol de Merkle Patricia trie", + "Filipino (Tagalog)": "Merkle Patricia trie", + "Thai": "ต้นไม้ Merkle Patricia", + "Turkish": "Merkle Patricia trie", + "Vietnamese": "Cây Merkle Patricia", + "Arabic": "ميركل باتريشيا تري", + "Traditional Chinese": "梅克爾樹", + "Dutch": "Merkle Patricia-trie", + "Greek": "Merkle Patricia trie", + "Hindi": "मर्कल पेट्रीसिया ट्राई (Merkle Patricia trie)", + "Hungarian": "Merkle Patricia trie", + "Japanese": "マークルパトリシアツリー", + "Polish": "Drzewo skrótów", + "Ukrainian": "Merkle Patricia trie" + } + }, + "Mesh": { + "term": "Mesh", + "phonetic": "", + "partOfSpeech": "", + "definition": "ConsenSys Mesh is a network of loosely coupled, tightly aligned teams, products, and investments advancing the Ethereum ecosystem and the arrival of web3.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Mesh", + "Simplified Chinese": "Mesh", + "French": "Mesh", + "German": "Mesh", + "Indonesian": "Mesh", + "Italian": "Mesh", + "Korean": "메시", + "Persian": "مش", + "Brazilian Portuguese": "Mesh", + "Russian": "Mesh", + "Spanish": "Mesh", + "Filipino (Tagalog)": "Mesh", + "Thai": "Mesh", + "Turkish": "Mesh", + "Vietnamese": "Mesh", + "Arabic": "Mesh", + "Traditional Chinese": "Mesh", + "Dutch": "mesh", + "Greek": "Mesh", + "Hindi": "Mesh", + "Hungarian": "háló", + "Japanese": "Mesh", + "Polish": "Mesh", + "Ukrainian": "Mesh" + } + }, + "metadata": { + "term": "Metadata", + "phonetic": "", + "partOfSpeech": "", + "definition": "In the context of 'NFT metadata': Metadata is 'data that provides information about other data' Metadata", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Metadata", + "Simplified Chinese": "元数据", + "French": "Métadonnées", + "German": "Metadaten", + "Indonesian": "Metadata", + "Italian": "Metadati", + "Korean": "메타데이터", + "Persian": "فراداده", + "Brazilian Portuguese": "Metadados", + "Russian": "Метаданные", + "Spanish": "metadatos", + "Filipino (Tagalog)": "Metadata", + "Thai": "ข้อมูลเมต้า", + "Turkish": "Meta veri", + "Vietnamese": "Metadata", + "Arabic": "البيانات الوصفية", + "Traditional Chinese": "詮釋資料", + "Dutch": "metadata", + "Greek": "Metadata", + "Hindi": "मेटाडाटा", + "Hungarian": "Metaadatok", + "Japanese": "メタデータ", + "Polish": "Metadane", + "Ukrainian": "Метадані" + } + }, + "MetaMask": { + "term": "MetaMask", + "phonetic": "", + "partOfSpeech": "", + "definition": "MetaMask, either in its mobile app form on iOS and Android, or in its browser extension form, is a tool to access and interact with blockchains and the decentralized web. It allows users to manage their digital identity and the permission of others to interact with that identity; its functions include that of a wallet, a dapp permissions manager, and access to token swaps. It is an open-source project that encourages developers from other projects to build on top of it through MetaMask Snaps.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "MetaMask", + "Simplified Chinese": "MetaMask", + "French": "MetaMask", + "German": "MetaMask", + "Indonesian": "MetaMask", + "Italian": "MetaMask", + "Korean": "MetaMask", + "Persian": "متامسک", + "Brazilian Portuguese": "MetaMask", + "Russian": "MetaMask", + "Spanish": "MetaMask", + "Filipino (Tagalog)": "MetaMask", + "Thai": "MetaMask", + "Turkish": "MetaMask", + "Vietnamese": "MetaMask", + "Arabic": "MetaMask", + "Traditional Chinese": "MetaMask", + "Dutch": "MetaMask", + "Greek": "MetaMask", + "Hindi": "MetaMask", + "Hungarian": "MetaMask", + "Japanese": "MetaMask", + "Polish": "MetaMask", + "Ukrainian": "MetaMask" + } + }, + "MetaMask Bridge": { + "term": "MetaMask Bridge", + "phonetic": "", + "partOfSpeech": "", + "definition": "MetaMask Bridge: You can now access a curated, straightforward bridging experience in MetaMask Bridge, available at https://portfolio.metamask.io/bridge Only certain tokens and network combinations are available initially. MetaMask Bridge", + "termCategory": "Software term", + "i18n": { + "Term": "MetaMask Bridge", + "Simplified Chinese": "MetaMask Bridge", + "French": "Passerelle Metamask", + "German": "MetaMask Bridge", + "Indonesian": "MetaMask Bridge", + "Italian": "MetaMask Bridge", + "Korean": "MetaMask 브릿지", + "Persian": "پل متامسک", + "Brazilian Portuguese": "Ponte da MetaMask", + "Russian": "Мост MetaMask", + "Spanish": "puente de MetaMask", + "Filipino (Tagalog)": "MetaMask Bridge", + "Thai": "MetaMask Bridge", + "Turkish": "MetaMask Köprüsü", + "Vietnamese": "Cầu MetaMask", + "Arabic": "جسر MetaMask", + "Traditional Chinese": "MetaMaskMetaMask 跨鏈橋", + "Dutch": "MetaMask Bridge", + "Greek": "Γέφυρα MetaMask", + "Hindi": "MetaMask Bridge", + "Hungarian": "MetaMask Bridge", + "Japanese": "MetaMask Bridge", + "Polish": "MetaMask Bridge", + "Ukrainian": "Мост MetaMask" + } + }, + "MetaMask Community Platform": { + "term": "MetaMask Community Platform", + "phonetic": "", + "partOfSpeech": "", + "definition": "The MetaMask forums located at community.metamask.io MetaMask's community platform can be accessed here: MetaMask Community", + "termCategory": "Brand/project name", + "i18n": { + "Term": "MetaMask Community Platform", + "Simplified Chinese": "MetaMask 社区平台", + "French": "Plateforme communautaire MetaMask", + "German": "MetaMask Community-Plattform", + "Indonesian": "Platform Komunitas MetaMask", + "Italian": "Piattaforma della Community di MetaMask", + "Korean": "MetaMask 커뮤니티 플랫폼", + "Persian": "پلتفرم انجمن متامسک", + "Brazilian Portuguese": "Plataforma da Comunidade da MetaMask", + "Russian": "Платформа сообщества MetaMask", + "Spanish": "plataforma comunitaria de MetaMask", + "Filipino (Tagalog)": "Platform ng Komunidad ng MetaMask", + "Thai": "แพลตฟอร์มชุมชน MetaMask", + "Turkish": "MetaMask Topluluk Platformu", + "Vietnamese": "Nền tảng cộng đồng MetaMask", + "Arabic": "منصة مجتمع MetaMask", + "Traditional Chinese": "MetaMask 社群平台", + "Dutch": "MetaMask communityplatform", + "Greek": "Πλατφόρμα Κοινότητας MetaMask", + "Hindi": "MetaMask कम्युनिटी प्लेटफ़ॉर्म", + "Hungarian": "MetaMask közösségi platform", + "Japanese": "MetaMask コミュニティプラットフォーム", + "Polish": "Platforma społeczności MetaMask", + "Ukrainian": "Платформа спільноти MetaMask" + } + }, + "MetaMask Extension": { + "term": "MetaMask Extension", + "phonetic": "", + "partOfSpeech": "", + "definition": "MetaMask is a web browser extension and mobile app that allows you to manage your Ethereum private keys. By doing so, it serves as a wallet for Ether and other tokens, and allows you to interact with decentralized applications, or dapps. Unlike some wallets, MetaMask keeps no information on you: not your email address, not your password, and not your Secret Recovery Phrase or other private keys. You retain all power over your crypto-identity.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "MetaMask Extension", + "Simplified Chinese": "MetaMask Extension", + "French": "Extension Metamask", + "German": "MetaMask-Erweiterung", + "Indonesian": "Ekstensi MetaMask", + "Italian": "Estensione MetaMask", + "Korean": "MetaMask 확장 프로그램", + "Persian": "افزونه متامسک", + "Brazilian Portuguese": "Extensão da MetaMask", + "Russian": "Расширение MetaMask", + "Spanish": "extensión de MetaMask", + "Filipino (Tagalog)": "Extension ng MetaMask", + "Thai": "ส่วนขยาย MetaMask", + "Turkish": "MetaMask Uzantısı", + "Vietnamese": "Tiện ích mở rộng MetaMask", + "Arabic": "امتداد MetaMask", + "Traditional Chinese": "MetaMask 擴充套件", + "Dutch": "MetaMask extensie", + "Greek": "Επέκταση MetaMask", + "Hindi": "MetaMask एक्सटेंशन", + "Hungarian": "MetaMask bővítmény", + "Japanese": "MetaMask 拡張機能", + "Polish": "Rozszerzenie MetaMask", + "Ukrainian": "Розширення MetaMask" + } + }, + "MetaMask Flask": { + "term": "MetaMask Flask", + "phonetic": "", + "partOfSpeech": "", + "definition": "MetaMask Flask is a distribution of the software designed for developers. It's like a laboratory (hence the name) where the MetaMask team can try out new ideas and features. It has experimental, even dangerous functionality in it that is not meant for everyday use. It also doesn't have the same stability guarantees that the production distribution of MetaMask has. What is MetaMask Flask, and how is it different from normal MetaMask?", + "termCategory": "MetaMask term", + "i18n": { + "Term": "MetaMask Flask", + "Simplified Chinese": "MetaMask Flask", + "French": "MetaMask Flask", + "German": "MetaMask Flask", + "Indonesian": "MetaMask Flask", + "Italian": "MetaMask Flask", + "Korean": "MetaMask 플라스크", + "Persian": "متامسک فلسک", + "Brazilian Portuguese": "MetaMask Flask", + "Russian": "MetaMask Flask", + "Spanish": "MetaMask Flask", + "Filipino (Tagalog)": "MetaMask Flask", + "Thai": "MetaMask Flask", + "Turkish": "MetaMask Flask", + "Vietnamese": "MetaMask Flask", + "Arabic": "MetaMask Flask", + "Traditional Chinese": "MetaMask Flask", + "Dutch": "MetaMask Flask", + "Greek": "MetaMask Flask", + "Hindi": "MetaMask Flask", + "Hungarian": "MetaMask Flask", + "Japanese": "MetaMask Flask", + "Polish": "MetaMask Flask", + "Ukrainian": "MetaMask Flask" + } + }, + "MetaMask Institutional": { + "term": "MetaMask Institutional", + "phonetic": "", + "partOfSpeech": "", + "definition": "MetaMask Institutional is an institution-compliant version of the world’s leading web3 wallet, MetaMask. Organizations trust us to manage their web3 access and engagement with institution-required security, operational efficiency, and compliance. MetaMask Institutional", + "termCategory": "MetaMask term", + "i18n": { + "Term": "MetaMask Institutional", + "Simplified Chinese": "MetaMask Institutional", + "French": "MetaMask Institutional", + "German": "MetaMask Institutional", + "Indonesian": "MetaMask Institutional", + "Italian": "MetaMask Institutional", + "Korean": "MetaMask Institutional", + "Persian": "متامسک سازمانی", + "Brazilian Portuguese": "MetaMask Institutional", + "Russian": "MetaMask Institutional", + "Spanish": "MetaMask Institutional", + "Filipino (Tagalog)": "MetaMask Institutional", + "Thai": "MetaMask Institutional", + "Turkish": "MetaMask Institutional", + "Vietnamese": "MetaMask Institutional", + "Arabic": "MetaMask Institutional", + "Traditional Chinese": "MetaMask 機構版本", + "Dutch": "MetaMask Institutional", + "Greek": "MetaMask Institutional", + "Hindi": "MetaMask Institutional", + "Hungarian": "MetaMask Instututional", + "Japanese": "MetaMask Institutional", + "Polish": "MetaMask Institutional", + "Ukrainian": "MetaMask Institutional" + } + }, + "MetaMask Learn": { + "term": "MetaMask Learn", + "phonetic": "", + "partOfSpeech": "", + "definition": "MetaMask Learn is a free-to-use educational platform available in 10 languages for anyone interested in learning about web3. Through engaging lessons and interactive simulations, it helps you understand what web3 is, why it matters, and how to get started. MetaMask Learn", + "termCategory": "MetaMask term", + "i18n": { + "Term": "MetaMask Learn", + "Simplified Chinese": "MetaMask Learn", + "French": "MetaMask Learn", + "German": "MetaMask Learn", + "Indonesian": "MetaMask Learn", + "Italian": "MetaMask Learn", + "Korean": "MetaMask Learn", + "Persian": "آموزش متامسک", + "Brazilian Portuguese": "MetaMask Learn", + "Russian": "MetaMask Learn", + "Spanish": "MetaMask Learn", + "Filipino (Tagalog)": "MetaMask Learn", + "Thai": "MetaMask Learn", + "Turkish": "MetaMask Learn", + "Vietnamese": "MetaMask Learn", + "Arabic": "منصة التعلم MetaMask Learn", + "Traditional Chinese": "MetaMask 學習", + "Dutch": "MetaMask Learn", + "Greek": "Εκμάθηση MetaMask", + "Hindi": "MetaMask Learn", + "Hungarian": "MetaMask Learn", + "Japanese": "MetaMask Learn", + "Polish": "MetaMask Learn", + "Ukrainian": "MetaMask Learn" + } + }, + "MetaMask SDK": { + "term": "MetaMask SDK", + "phonetic": "", + "partOfSpeech": "", + "definition": "MetaMask SDK (Software Development Kit) is a library that can be installed by developers in their projects. It will automatically guide their users to connect easily with a MetaMask Wallet client. MetaMask SDK", + "termCategory": "MetaMask term", + "i18n": { + "Term": "MetaMask SDK", + "Simplified Chinese": "MetaMask SDK(软件开发工具包)", + "French": "MetaMask SDK", + "German": "MetaMask SDK", + "Indonesian": "MetaMask SDK", + "Italian": "MetaMask SDK", + "Korean": "MetaMask SDK", + "Persian": "کیت توسعه نرم‌افزار متامسک", + "Brazilian Portuguese": "SDK da MetaMask", + "Russian": "MetaMask SDK", + "Spanish": "MetaMask SDK", + "Filipino (Tagalog)": "MetaMask SDK", + "Thai": "MetaMask SDK", + "Turkish": "MetaMask SDK", + "Vietnamese": "SDK MetaMask", + "Arabic": "MetaMask SDK", + "Traditional Chinese": "MetaMask 軟體開發套件", + "Dutch": "MetaMask SDK", + "Greek": "MetaMask SDK", + "Hindi": "MetaMask SDK", + "Hungarian": "MetaMask SDK", + "Japanese": "MetaMask SDK", + "Polish": "MetaMask SDK", + "Ukrainian": "MetaMask SDK" + } + }, + "MetaMask Snaps": { + "term": "MetaMask Snaps", + "phonetic": "", + "partOfSpeech": "", + "definition": "The first big feature shipped through Flask has been MetaMask Snaps. Snaps is a whole topic in and of itself, but think of it like this: Snaps allows developers to bring any kind of functionality they want to the application. Given how broad that is, and the potential security implications, snaps can only be used in Flask at the moment; however, the plan is to allow users to customize their MetaMask experience through this functionality.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "MetaMask Snaps", + "Simplified Chinese": "Snaps (MetaMask Snaps)", + "French": "Snaps (MetaMask Snaps)", + "German": "Snaps (MetaMask Snaps)", + "Indonesian": "Snaps (MetaMask Snaps)", + "Italian": "Snaps (MetaMask Snaps)", + "Korean": "Snaps (MetaMask Snaps)", + "Persian": "Snaps (MetaMask Snaps)", + "Brazilian Portuguese": "Snaps (MetaMask Snaps)", + "Russian": "Snaps (MetaMask Snaps)", + "Spanish": "Snaps (MetaMask Snaps)", + "Filipino (Tagalog)": "Snaps (MetaMask Snaps)", + "Thai": "Snaps (MetaMask Snaps)", + "Turkish": "Snaps (MetaMask Snaps)", + "Vietnamese": "Snaps (MetaMask Snaps)", + "Arabic": "Snaps (MetaMask Snaps)", + "Traditional Chinese": "Snaps (MetaMask Snaps)", + "Dutch": "Snaps (MetaMask Snaps)", + "Greek": "Snaps (MetaMask Snaps)", + "Hindi": "Snaps (MetaMask Snaps)", + "Hungarian": "Snaps (MetaMask Snaps)", + "Japanese": "Snaps (MetaMask Snaps)", + "Polish": "Snaps (MetaMask Snaps)", + "Ukrainian": "Snaps (MetaMask Snaps)" + } + }, + "MetaMetrics": { + "term": "MetaMetrics", + "phonetic": "", + "partOfSpeech": "", + "definition": "MetaMetrics is an opt-in analytics platform that aims to collect information on non-sensitive user events to help us improve the software for MetaMask users. How to manage your MetaMetrics settings", + "termCategory": "MetaMask term", + "i18n": { + "Term": "MetaMetrics", + "Simplified Chinese": "MetaMetrics", + "French": "MetaMetrics", + "German": "MetaMetrics", + "Indonesian": "MetaMetrics", + "Italian": "MetaMetrics", + "Korean": "MetaMetrics", + "Persian": "MetaMetrics", + "Brazilian Portuguese": "MetaMetrics", + "Russian": "MetaMetrics", + "Spanish": "MetaMetrics", + "Filipino (Tagalog)": "MetaMetrics", + "Thai": "MetaMetrics", + "Turkish": "MetaMetrics", + "Vietnamese": "MetaMetrics", + "Arabic": "تحليلات MetaMetrics", + "Traditional Chinese": "MetaMetrics", + "Dutch": "MetaMetrics", + "Greek": "MetaMetrics", + "Hindi": "MetaMetrics", + "Hungarian": "MetaMetrics", + "Japanese": "MetaMetrics", + "Polish": "MetaMetrics", + "Ukrainian": "MetaMetrics" + } + }, + "metaverse": { + "term": "metaverse", + "phonetic": "", + "partOfSpeech": "", + "definition": "A metaverse is a digital universe that contains all the aspects of the real world, such as real-time interactions and economies. It offers a unique experience to end-users. Metaverse", + "termCategory": "MetaMask term", + "i18n": { + "Term": "metaverse", + "Simplified Chinese": "元宇宙", + "French": "métavers", + "German": "Metaverse", + "Indonesian": "metaverse", + "Italian": "metaverso", + "Korean": "메타버스", + "Persian": "متاورس", + "Brazilian Portuguese": "metaverso", + "Russian": "метавселенная", + "Spanish": "metaverso", + "Filipino (Tagalog)": "metaverse", + "Thai": "เมตาเวิร์ส", + "Turkish": "metaverse", + "Vietnamese": "vũ trụ ảo", + "Arabic": "ميتافرس", + "Traditional Chinese": "元宇宙", + "Dutch": "metaverse", + "Greek": "metaverse", + "Hindi": "metaverse", + "Hungarian": "metaverzum", + "Japanese": "メタバース", + "Polish": "Metawersum", + "Ukrainian": "метавсесвіт" + } + }, + "miner tip": { + "term": "miner tip", + "phonetic": "", + "partOfSpeech": "", + "definition": "The miner tip is the Maximum Priority Fee that incentivizes the miner to prioritize a transaction. Learn the basics of blockchains and Ethereum (miners and validators, gas, cryptocurrencies and NFTs, block explorer, networks, etc.)", + "termCategory": "MetaMask term", + "i18n": { + "Term": "miner tip", + "Simplified Chinese": "矿工费", + "French": "pourboire du mineur", + "German": "Miner Tip", + "Indonesian": "tip penambang", + "Italian": "mancia per i miner", + "Korean": "채굴기 팁", + "Persian": "انعام ماینر", + "Brazilian Portuguese": "gorjeta do minerador", + "Russian": "«чаевые» майнеру", + "Spanish": "propina del minero", + "Filipino (Tagalog)": "tip ng minero", + "Thai": "ทิปนักขุด", + "Turkish": "madenci bahşişi", + "Vietnamese": "tiền thưởng cho thợ đào", + "Arabic": "رسوم الأولوية", + "Traditional Chinese": "礦工小費", + "Dutch": "miner tip", + "Greek": "φιλοδώρημα υπεύθυνου εξόρυξης", + "Hindi": "माइनर (miner) टिप", + "Hungarian": "bányász tipp", + "Japanese": "マイナーチップ", + "Polish": "Miner tip (napiwek dla górnika/walidatora)", + "Ukrainian": "«чайові майнеру»" + } + }, + "mining": { + "term": "mining", + "phonetic": "", + "partOfSpeech": "", + "definition": "The process by which blocks or transactions are verified and added to a blockchain using a Proof of Work (PoW) consensus mechanism. In order to verify a block, a miner must use a computer to solve a cryptographic problem. Once the computer has solved the problem, the block is considered “mined” or verified. On Bitcoin or other PoW blockchains, the first computer to mine or verify the block receives bitcoin, or the equivalent network token, as a reward.", + "termCategory": "MetaMask term", + "i18n": { + "Term": "mining", + "Simplified Chinese": "挖矿", + "French": "minage", + "German": "Mining", + "Indonesian": "penambangan", + "Italian": "mining", + "Korean": "채굴", + "Persian": "استخراج", + "Brazilian Portuguese": "mineração", + "Russian": "майнинг", + "Spanish": "minería", + "Filipino (Tagalog)": "pagmimina", + "Thai": "การขุด", + "Turkish": "madencilik", + "Vietnamese": "đào", + "Arabic": "التعدين", + "Traditional Chinese": "挖礦", + "Dutch": "mining", + "Greek": "εξόρυξη", + "Hindi": "माइनिंग", + "Hungarian": "bányászás", + "Japanese": "マイニング", + "Polish": "Kopanie kryptowalut", + "Ukrainian": "майнінг" + } + }, + "Mint": { + "term": "Mint", + "phonetic": "", + "partOfSpeech": "", + "definition": "Minting refers to the act of publishing a token on the blockchain to make it transferrable and purchasable.", + "termCategory": "Software term", + "i18n": { + "Term": "Mint", + "Simplified Chinese": "铸币", + "French": "Publier", + "German": "Prägung", + "Indonesian": "Cetak", + "Italian": "Mint", + "Korean": "민트", + "Persian": "ضرب کردن", + "Brazilian Portuguese": "Cunhagem", + "Russian": "Выполнить минтинг", + "Spanish": "acuñar", + "Filipino (Tagalog)": "Mint", + "Thai": "สร้าง", + "Turkish": "Mint", + "Vietnamese": "Đúc", + "Arabic": "سكّ", + "Traditional Chinese": "鑄造", + "Dutch": "minten", + "Greek": "Mint", + "Hindi": "मिंट", + "Hungarian": "pénzverés", + "Japanese": "ミント", + "Polish": "Minting / mintowanie", + "Ukrainian": "Мінт" + } + }, + "mnemonic phrase": { + "term": "mnemonic phrase", + "phonetic": "", + "partOfSpeech": "", + "definition": "This is an alternative way of referring to a Secret Recovery Phrase, also known as a 'seed phrase': a series of words that correspond to a very long cryptographic key, used to generate and control all the addresses of a crypto wallet.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "mnemonic phrase", + "Simplified Chinese": "助记词", + "French": "phrase mnémotechnique", + "German": "Mnemonische Phrase", + "Indonesian": "frasa mnemonik", + "Italian": "frase mnemonica", + "Korean": "니모닉 구문", + "Persian": "عبارت یادآور", + "Brazilian Portuguese": "frase mnemônica", + "Russian": "мнемоническая фраза", + "Spanish": "frase mnemotécnica", + "Filipino (Tagalog)": "mnemonic na parirala", + "Thai": "วลีช่วยจำ", + "Turkish": "anımsatıcı ifade", + "Vietnamese": "cụm từ ghi nhớ", + "Arabic": "عبارة التذكر", + "Traditional Chinese": "助記詞", + "Dutch": "mnemonic phrase", + "Greek": "Μνημονική φράση", + "Hindi": "नेमोनिक फ्रेज़", + "Hungarian": "mnemonikus szókapcsolat", + "Japanese": "ニーモニックフレーズ", + "Polish": "Mnemonic phrase", + "Ukrainian": "мнемонічна фраза" + } + }, + "MobiKwik": { + "term": "MobiKwik", + "phonetic": "", + "partOfSpeech": "", + "definition": "MobiKwik is an Indian payment service provider founded in 2009 that provides a mobile phone-based payment system and digital wallet.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "MobiKwik", + "Simplified Chinese": "MobiKwik", + "French": "MobiKwik", + "German": "MobiKwik", + "Indonesian": "MobiKwik", + "Italian": "MobiKwik", + "Korean": "모비퀵", + "Persian": "موبی کویک", + "Brazilian Portuguese": "MobiKwik", + "Russian": "MobiKwik", + "Spanish": "MobiKwik", + "Filipino (Tagalog)": "MobiKwik", + "Thai": "MobiKwik", + "Turkish": "MobiKwik", + "Vietnamese": "MobiKwik", + "Arabic": "MobiKwik", + "Traditional Chinese": "MobiKwik", + "Dutch": "MobiKwik", + "Greek": "MobiKwik", + "Hindi": "MobiKwik", + "Hungarian": "MobiKwik", + "Japanese": "MobiKwik", + "Polish": "MobiKwik", + "Ukrainian": "MobiKwik" + } + }, + "modular blockchain": { + "term": "modular blockchain", + "phonetic": "", + "partOfSpeech": "", + "definition": "Bitcoin is an example of a monolithic blockchain: all of the functions of the network (consensus, execution, data availability, and settlement) are run on one chain. This has significant drawbacks (see 'blockchain trilemma' for more). A modular blockchain, on the other hand, separates some or all of these functions into separate chains, each one optimized for its specific function, and relying on the other chains for the other functions. Ethereum is currently moving towards modularization, both on a protocol level beginning with the Merge, which split consensus and execution into two chains, and at the level of 'Layer 2' networks which provide optimized execution environments, and then 'roll up' their data to Ethereum for its consensus functionality.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "modular blockchain", + "Simplified Chinese": "模块化区块链", + "French": "blockchain modulaire / Chaîne de blocs modulaire", + "German": "Modulare Blockchain", + "Indonesian": "blockchain modular", + "Italian": "blockchain modulare", + "Korean": "모듈형 블록체인", + "Persian": "بلاک‌چین مدولار", + "Brazilian Portuguese": "blockchain modular", + "Russian": "модульный блокчейн", + "Spanish": "cadena de bloques modular", + "Filipino (Tagalog)": "modular na blockchain", + "Thai": "บล็อกเชนแยกส่วน", + "Turkish": "modüler blokzinciri", + "Vietnamese": "chuỗi khối mô-đun", + "Arabic": "بلوكتشين قائم على نظام الوحدات", + "Traditional Chinese": "模塊化區塊鏈", + "Dutch": "modulaire blockchain", + "Greek": "τμηματοποιημένη αλυσίδα", + "Hindi": "मॉड्यूलर ब्लॉकचेन", + "Hungarian": "moduláris blokklánc", + "Japanese": "モジュラー型ブロックチェーン", + "Polish": "Blockchain modułowy", + "Ukrainian": "модульний блокчейн" + } + }, + "MoonPay": { + "term": "MoonPay", + "phonetic": "", + "partOfSpeech": "", + "definition": "MoonPay is a financial technology company that builds payments infrastructure for crypto. Its on-and-off-ramp suite of products provides a seamless experience for converting between fiat currencies and cryptocurrencies using all major payment methods, including debit and credit cards, local bank transfers, Apple Pay, Google Pay, and Samsung Pay. MoonPay is active in more than 160 countries and is trusted by 300+ leading wallets, websites, and applications to accept payments and defeat fraud. The company is based in Miami, Florida, and was founded in 2019.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "MoonPay", + "Simplified Chinese": "MoonPay", + "French": "MoonPay", + "German": "MoonPay", + "Indonesian": "MoonPay", + "Italian": "MoonPay", + "Korean": "MoonPay", + "Persian": "مون‌پِی", + "Brazilian Portuguese": "MoonPay", + "Russian": "MoonPay", + "Spanish": "MoonPay", + "Filipino (Tagalog)": "MoonPay", + "Thai": "MoonPay", + "Turkish": "MoonPay", + "Vietnamese": "MoonPay", + "Arabic": "MoonPay", + "Traditional Chinese": "MoonPay", + "Dutch": "MoonPay", + "Greek": "MoonPay", + "Hindi": "MoonPay", + "Hungarian": "MoonPay", + "Japanese": "MoonPay", + "Polish": "MoonPay", + "Ukrainian": "MoonPay" + } + }, + "multi-sig": { + "term": "multi-sig", + "phonetic": "", + "partOfSpeech": "", + "definition": "multi-signature wallet (multisig) A crypto-asset wallet which requires multiple keys in order to access and transact. Typically, a specified number of individuals are required to approve or “sign” a transaction before they are able to access the wallet. This is different from most wallets, which only require one signature to approve a transaction.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "multi-sig", + "Simplified Chinese": "多重签名", + "French": "Multisig", + "German": "Multi-Sig", + "Indonesian": "multi-sig", + "Italian": "multi-sig", + "Korean": "다중서명", + "Persian": "چند امضایی", + "Brazilian Portuguese": "multisig", + "Russian": "multi-sig", + "Spanish": "multifirma", + "Filipino (Tagalog)": "multi-sig", + "Thai": "หลายลายเซ็น", + "Turkish": "çoklu imza", + "Vietnamese": "đa chữ ký", + "Arabic": "متعددة التوقيع", + "Traditional Chinese": "多重簽名", + "Dutch": "multi-sig", + "Greek": "Πολλαπλών υπογραφών", + "Hindi": "multi-sig", + "Hungarian": "több aláírású", + "Japanese": "マルチシグ", + "Polish": "Multisig", + "Ukrainian": "мультипідпис" + } + }, + "multi-signature wallet (multisig)": { + "term": "multi-signature wallet (multisig)", + "phonetic": "", + "partOfSpeech": "", + "definition": "A crypto-asset wallet which requires multiple keys in order to access and transact. Typically, a specified number of individuals are required to approve or “sign” a transaction before they are able to access the wallet. This is different from most wallets, which only require one signature to approve a transaction.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "multi-signature wallet (multisig)", + "Simplified Chinese": "多重签名钱包(multisig)", + "French": "portefeuille multi-signature (Multisig)", + "German": "Multi-Signatur-Wallet (Multi-Sig)", + "Indonesian": "dompet multi-signature (multisig)", + "Italian": "portafoglio multi-firma (multisig)", + "Korean": "다중서명지갑(multisig)", + "Persian": "کیف پول چند امضایی (multisig)", + "Brazilian Portuguese": "carteira multiassinatura (multisig)", + "Russian": "кошелек с мультиподписью (multisig)", + "Spanish": "monadero multifirma", + "Filipino (Tagalog)": "multi-signature na wallet (multisig)", + "Thai": "วอลเล็ตหลายลายเซ็น (multisig)", + "Turkish": "çoklu imza cüzdanı", + "Vietnamese": "ví đa chữ ký (multisig)", + "Arabic": "محفظة متعددة التوقيع (multisig)", + "Traditional Chinese": "多重簽名", + "Dutch": "multi-signature wallet (multisig)", + "Greek": "πορτοφόλι πολλαπλών υπογραφών (multisig)", + "Hindi": "multi-signature wallet (multisig)", + "Hungarian": "több aláírású pénztárca (multisig)", + "Japanese": "マルチシグウォレット (マルチシグ)", + "Polish": "Portfel multi-signature (multisig)", + "Ukrainian": "гаманець з мультипідписом (multisig)" + } + }, + "Multifactor Authentication": { + "term": "Multifactor Authentication", + "phonetic": "", + "partOfSpeech": "", + "definition": "Authentication using two or more different factors to achieve authentication.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Multifactor Authentication", + "Simplified Chinese": "多因素身份验证", + "French": "Authentification multifactorielle", + "German": "Multifaktor-Authentifizierung", + "Indonesian": "Autentikasi Multifaktor", + "Italian": "Autenticazione a più fattori", + "Korean": "다중 인증", + "Persian": "احراز هویت چند عاملی", + "Brazilian Portuguese": "Autenticação multifator", + "Russian": "Многофакторная аутентификация", + "Spanish": "autenticación multifactor", + "Filipino (Tagalog)": "Multifactor na Pagpapatunay", + "Thai": "การพิสูจน์ตัวจริงหลายปัจจัย", + "Turkish": "Çok Faktörlü Kimlik Doğrulaması", + "Vietnamese": "Xác thực đa yếu tố", + "Arabic": "مصادقة متعددة العوامل", + "Traditional Chinese": "多因素認證", + "Dutch": "meervoudige verificatie", + "Greek": "Έλεγχος ταυτότητας πολλών παραγόντων", + "Hindi": "मल्टीफैक्टर ऑथेंटिकेशन", + "Hungarian": "Többtényezős hitelesítés", + "Japanese": "多要素認証", + "Polish": "Uwierzytelnianie wielopoziomowe", + "Ukrainian": "Багатофакторна автентифікація" + } + }, + "Near-Field Communication (NFC)": { + "term": "Near-Field Communication (NFC)", + "phonetic": "", + "partOfSpeech": "", + "definition": "Near-field communication is a set of communication protocols that enables communication between two electronic devices over a distance of 4 cm or less. NFC offers a low-speed connection through a simple setup that can be used to bootstrap more capable wireless connections..", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Near-Field Communication (NFC)", + "Simplified Chinese": "近距离无线通讯(NFC)", + "French": "Communication en champ proche (NFC)", + "German": "Near Field Communication (NFC)", + "Indonesian": "Komunikasi Near-Field (NFC)", + "Italian": "Near-Field Communication (NFC)", + "Korean": "근거리 무선 통신(NFC)", + "Persian": "ارتباطات در محدوده نزدیک (NFC)", + "Brazilian Portuguese": "Comunicação por campo de proximidade (NFC)", + "Russian": "Технология ближней бесконтактной связи (NFC)", + "Spanish": "comunicación de campo cercano (NFC)", + "Filipino (Tagalog)": "Near-Field Communication (NFC)", + "Thai": "การสื่อสารไร้สายระยะใกล้ (NFC)", + "Turkish": "Yakın Alan İletişimi (NFC)", + "Vietnamese": "Giao tiếp trường gần (NFC)", + "Arabic": "خاصية الاتصال قريب المدى (NFC)", + "Traditional Chinese": "近距離無線通訊", + "Dutch": "NFC (near-field communication)", + "Greek": "Επικοινωνία κοντινού πεδίου (NFC)", + "Hindi": "नियर-फील्ड कम्युनिकेशन (NFC)", + "Hungarian": "Near-Field Communication (NFC)", + "Japanese": "近距離無線通信 (NFC)", + "Polish": "NFC (komunikacja bliskiego zasięgu)", + "Ukrainian": "Комунікація ближнього поля (NFC" + } + }, + "Nested Blockchain": { + "term": "Nested Blockchain", + "phonetic": "", + "partOfSpeech": "", + "definition": "A nested blockchain is essentially a blockchain within — or, rather, atop — another blockchain. See 'Layer 2'", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Nested Blockchain", + "Simplified Chinese": "嵌套区块链", + "French": "Blockchain imbriquée / Chaîne de blocs imbriquée", + "German": "Verschachtelte Blockchain", + "Indonesian": "Nested Blockchain", + "Italian": "Nested Blockchain", + "Korean": "중첩블록체인", + "Persian": "بلاک‌چین تودرتو", + "Brazilian Portuguese": "Blockchain aninhada", + "Russian": "Вложенный блокчейн", + "Spanish": "cadena de bloques anidada", + "Filipino (Tagalog)": "Nested na Blockchain", + "Thai": "บล็อกเชนย่อย", + "Turkish": "Nested (İç İçe) Blokzincir", + "Vietnamese": "Chuỗi khối lồng nhau", + "Arabic": "بلوكتشين متداخل", + "Traditional Chinese": "巢狀區塊鏈", + "Dutch": "nested blockchain", + "Greek": "Nested Blockchain", + "Hindi": "नेस्टेड ब्लॉकचेन", + "Hungarian": "beágyazott blokklánc", + "Japanese": "ネストされたブロックチェーン", + "Polish": "Blockchain zagnieżdżony", + "Ukrainian": "Вкладений блокчейн" + } + }, + "Network": { + "term": "Network", + "phonetic": "", + "partOfSpeech": "", + "definition": "A network refers to all nodes in the operation of a blockchain at any given moment in time.", + "termCategory": "Software term", + "i18n": { + "Term": "Network", + "Simplified Chinese": "网络", + "French": "Réseau", + "German": "Netzwerk", + "Indonesian": "Jaringan", + "Italian": "Rete", + "Korean": "네트워크", + "Persian": "شبکه", + "Brazilian Portuguese": "Rede", + "Russian": "Сеть", + "Spanish": "red", + "Filipino (Tagalog)": "Network", + "Thai": "เครือข่าย", + "Turkish": "Ağ", + "Vietnamese": "Mạng", + "Arabic": "شبكة", + "Traditional Chinese": "網路", + "Dutch": "netwerk", + "Greek": "Network (Δίκτυο)", + "Hindi": "नेटवर्क", + "Hungarian": "hálózat", + "Japanese": "ネットワーク", + "Polish": "Sieć", + "Ukrainian": "Мережа" + } + }, + "Network Congestion": { + "term": "Network Congestion", + "phonetic": "", + "partOfSpeech": "", + "definition": "The reduced quality of service that occurs when a network node or link is carrying more data than it can handle. Typical effects include queueing delay, packet loss or the blocking of new connections. Congestion", + "termCategory": "Software term", + "i18n": { + "Term": "Network Congestion", + "Simplified Chinese": "网络拥塞", + "French": "Congestion de réseau", + "German": "Netzwerküberlastung", + "Indonesian": "Kemacetan Jaringan", + "Italian": "Congestione della rete", + "Korean": "네트워크 정체", + "Persian": "ازدحام شبکه", + "Brazilian Portuguese": "Congestionamento de rede", + "Russian": "Перегрузка сети", + "Spanish": "congestión de red", + "Filipino (Tagalog)": "Pagsisikip ng Network", + "Thai": "ความแออัดของเครือข่าย", + "Turkish": "Ağ Tıkanıklığı", + "Vietnamese": "Nghẽn mạng", + "Arabic": "ازدحام الشبكة", + "Traditional Chinese": "網路擁塞", + "Dutch": "netwerkcongestie", + "Greek": "Συμφόρηση δικτύου", + "Hindi": "नेटवर्क कंजेस्शन", + "Hungarian": "hálózati torlódás", + "Japanese": "ネットワークの輻輳", + "Polish": "Przeciążenie sieci", + "Ukrainian": "Перевантаження мережі" + } + }, + "NFT": { + "term": "NFT", + "phonetic": "", + "partOfSpeech": "", + "definition": "When discussing Non-Fungible Tokens (NFTs), “fungibility” refers to an object’s ability to be exchanged for another. For example, an individual dollar is considered fungible, as one dollar is fully interchangeable with another. Artwork is usually deemed non-fungible, as paintings or sculptures are likely to be unequal between them in quality, value, or other attributes. A non-fungible token is a type of token that is a unique digital asset and has no equal token. This is in contrast to cryptocurrencies like ether that are fungible in nature.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "NFT", + "Simplified Chinese": "NFT", + "French": "NFT", + "German": "NFT", + "Indonesian": "NFT", + "Italian": "NFT", + "Korean": "NFT", + "Persian": "ان‌اف‌تی", + "Brazilian Portuguese": "NFT", + "Russian": "NFT", + "Spanish": "NFT", + "Filipino (Tagalog)": "NFT", + "Thai": "NFT", + "Turkish": "NFT", + "Vietnamese": "NFT", + "Arabic": "رمز NFT", + "Traditional Chinese": "非同質化代幣", + "Dutch": "NFT", + "Greek": "NFT (Μη ανταλλάξιμο διακριτικό)", + "Hindi": "NFT", + "Hungarian": "NFT", + "Japanese": "NFT", + "Polish": "NFT", + "Ukrainian": "NFT" + } + }, + "NFT aggregator": { + "term": "NFT aggregator", + "phonetic": "", + "partOfSpeech": "", + "definition": "In the initial wave of interest in buying and selling NFTs, a number of NFT marketplaces--websites where you can buy and sell NFTs--were created. As the market matured, aggregators appeared, which offer the user the ability to view available stock and price, buy and sell across marketplaces from a single unified application. Similar to familiar web2 shopping portals, these have come to be known as NFT Marketplace Aggregators, or just NFT Aggregators.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "NFT aggregator", + "Simplified Chinese": "NFT 聚合器", + "French": "Agrégateur NFT", + "German": "NFT-Aggregator", + "Indonesian": "agregator NFT", + "Italian": "Aggregatore NFT", + "Korean": "NFT 애그리게이터", + "Persian": "تجمیع‌کننده ان‌اف‌تی", + "Brazilian Portuguese": "Agregador de NFTs", + "Russian": "NFT-агрегатор", + "Spanish": "agregador de NFT", + "Filipino (Tagalog)": "NFT aggregator", + "Thai": "ผู้รวบรวม NFT", + "Turkish": "NFT toplayıcı", + "Vietnamese": "Nền tảng giao dịch NFT", + "Arabic": "مُجمِعّ NFT", + "Traditional Chinese": "非同質化代幣聚合交易平台", + "Dutch": "NFT-aggregator", + "Greek": "NFT aggregator", + "Hindi": "NFT एग्रीगेटर", + "Hungarian": "NFT-aggregátor", + "Japanese": "NFT アグリゲーター", + "Polish": "Agregator NFT", + "Ukrainian": "NFT-агрегатор" + } + }, + "NFT drop": { + "term": "NFT drop", + "phonetic": "", + "partOfSpeech": "", + "definition": "An NFT drop happens when a new NFT collection is released. NFT drops can vary in both how the NFTs are sold (listed for sale or auction), and in who they’re released to (the public, or a specific list called an “allowlist”). Often, NFT drops coincide with when the NFTs in the collection are minted, that is, written to the blockchain. You might hear these terms used interchangeably— a drop might be referred to as the project’s mint.", + "termCategory": "Software term", + "i18n": { + "Term": "NFT drop", + "Simplified Chinese": "NFT 投放", + "French": "mise en vente de NFT", + "German": "NFT-Drop", + "Indonesian": "NFT drop", + "Italian": "NFT drop", + "Korean": "NFT 하락", + "Persian": "ایردراپ ان‌اف‌تی", + "Brazilian Portuguese": "Drop de NFTs", + "Russian": "NFT-дроп", + "Spanish": "drop de NFT", + "Filipino (Tagalog)": "Paglaglag ng NFT", + "Thai": "การปล่อยผลงาน NFT", + "Turkish": "NFT drop", + "Vietnamese": "Tặng NFT", + "Arabic": "توزيع NFT", + "Traditional Chinese": "NFT drop", + "Dutch": "NFT-drop", + "Greek": "NFT drop", + "Hindi": "NFT ड्रॉप", + "Hungarian": "NFT-csepp", + "Japanese": "NFT ドロップ", + "Polish": "Drop / zrzut NFT", + "Ukrainian": "NFT-дроп" + } + }, + "Ngrave": { + "term": "Ngrave", + "phonetic": "", + "partOfSpeech": "", + "definition": "Crypto hardware wallet.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Ngrave", + "Simplified Chinese": "Ngrave", + "French": "Ngrave", + "German": "Ngrave", + "Indonesian": "Ngrave", + "Italian": "Ngrave", + "Korean": "N그레이브", + "Persian": "کیف پول Ngrave", + "Brazilian Portuguese": "Ngrave", + "Russian": "Ngrave", + "Spanish": "Ngrave", + "Filipino (Tagalog)": "Ngrave", + "Thai": "Ngrave", + "Turkish": "Ngrave", + "Vietnamese": "Ngrave", + "Arabic": "Ngrave", + "Traditional Chinese": "Ngrave", + "Dutch": "Ngrave", + "Greek": "Ngrave", + "Hindi": "Ngrave", + "Hungarian": "Ngrave", + "Japanese": "Ngrave", + "Polish": "Ngrave", + "Ukrainian": "Ngrave" + } + }, + "node": { + "term": "node", + "phonetic": "", + "partOfSpeech": "", + "definition": "Public blockchains consist of a network of computers which sync the network's data, coordinate transaction requests, and participate in consensus regarding the validity of those transactions; each one of these computers is called a 'node'. A full node is a computer that can fully validate transactions and download the entire data of a specific blockchain. In contrast, a “lightweight” or “light” node does not download all pieces of a blockchain’s data, and uses a different validation process.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "node", + "Simplified Chinese": "节点", + "French": "nœud", + "German": "Node", + "Indonesian": "node", + "Italian": "nodo", + "Korean": "노드", + "Persian": "گره", + "Brazilian Portuguese": "node", + "Russian": "узел", + "Spanish": "nodo", + "Filipino (Tagalog)": "node", + "Thai": "โหนด", + "Turkish": "düğüm", + "Vietnamese": "nút", + "Arabic": "عقدة", + "Traditional Chinese": "節點", + "Dutch": "node", + "Greek": "κόμβος", + "Hindi": "नोड", + "Hungarian": "csomópont", + "Japanese": "ノード", + "Polish": "Węzeł", + "Ukrainian": "вузол" + } + }, + "Non-fungible token": { + "term": "Non-fungible token", + "phonetic": "", + "partOfSpeech": "", + "definition": "See NFT", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Non-fungible token", + "Simplified Chinese": "非同质化代币", + "French": "Jeton non fongible", + "German": "Non-Fungible token", + "Indonesian": "Non-fungible token", + "Italian": "Non-fungible token", + "Korean": "대체불가토큰", + "Persian": "توکن بی‌همتا", + "Brazilian Portuguese": "Token não fungível", + "Russian": "Невзаимозаменяемый токен", + "Spanish": "token no fungible", + "Filipino (Tagalog)": "Non-fungible token", + "Thai": "โทเค็นที่ไม่สามารถทดแทนได้", + "Turkish": "Nitelikli fikri tapu", + "Vietnamese": "Mã thông báo không thể thay thế", + "Arabic": "رمز غير قابل للاستبدال", + "Traditional Chinese": "非同質化代幣", + "Dutch": "non-fungible token", + "Greek": "Μη Εναλλάξιμα Κρυπτοπαραστατικά", + "Hindi": "नॉन-फंजिबिल टोकन", + "Hungarian": "nem helyettesíthető token", + "Japanese": "非代替性トークン", + "Polish": "Niewymienny token", + "Ukrainian": "Невзаємозамінний токен" + } + }, + "nonce": { + "term": "nonce", + "phonetic": "", + "partOfSpeech": "", + "definition": "The word ‘nonce’ has a few different meanings, and in different contexts, it ends up getting used a lot of different ways. Originally formed from a contraction of a phrase meaning “not more than once”, on the Ethereum Mainnet, “nonce” refers to a unique transaction identification number that increases in value with each successive transaction in order to ensure various safety features (such as preventing a double-spend). Note that due to its broader use in cryptography, you may encounter ‘nonce’ being used differently on other sidechains or decentralized projects.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "nonce", + "Simplified Chinese": "唯一交易标识号", + "French": "nonce", + "German": "Nonce", + "Indonesian": "nonce", + "Italian": "nonce", + "Korean": "논스", + "Persian": "نانس", + "Brazilian Portuguese": "nonce", + "Russian": "одноразовый код", + "Spanish": "nonce", + "Filipino (Tagalog)": "nonce", + "Thai": "นอนซ์", + "Turkish": "nonce", + "Vietnamese": "số nonce", + "Arabic": "الرقم التعريفي", + "Traditional Chinese": "僅使用一次的數字", + "Dutch": "nonce", + "Greek": "αριθμολέξημα", + "Hindi": "nonce", + "Hungarian": "nonce", + "Japanese": "ナンス", + "Polish": "Nonce", + "Ukrainian": "одноразовий номер" + } + }, + "off-chain": { + "term": "off-chain", + "phonetic": "", + "partOfSpeech": "", + "definition": "A transaction that is processed outside the blockchain network with an increased speed and reduced cost. There are two different transactions that occur on the blockchain: On-chain transactions are those reflected on the distributed ledger and are visible to all the network users. On the other hand, off-chain transactions occur outside the blockchain network. Such a transaction doesn’t need the services of miners because no ledger verification is conducted. Unlike on-chain transactions, off-chain transactions can be made instantly. This method entails lower fees, happens instantly, and offers more anonymity.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "off-chain", + "Simplified Chinese": "链下", + "French": "hors chaîne", + "German": "Off-Chain", + "Indonesian": "off-chain", + "Italian": "off-chain", + "Korean": "오프체인", + "Persian": "برون زنجیره‌ای", + "Brazilian Portuguese": "off-chain", + "Russian": "оффчейн", + "Spanish": "fuera de cadena", + "Filipino (Tagalog)": "wala sa chain", + "Thai": "นอกเชน", + "Turkish": "zincir dışı", + "Vietnamese": "ngoài chuỗi", + "Arabic": "خارج البلوكتشين", + "Traditional Chinese": "鏈下", + "Dutch": "off-chain", + "Greek": "εκτός αλυσίδας", + "Hindi": "ऑफ-चेन", + "Hungarian": "láncon kívüli", + "Japanese": "オフチェーン", + "Polish": "Transakcje off-chain (poza łańcuchem)", + "Ukrainian": "офчейн-транзакція" + } + }, + "ommer block": { + "term": "ommer block", + "phonetic": "", + "partOfSpeech": "", + "definition": "Under the Proof of Work (PoW) consensus mechanism, miners received rewards for being the first to mine a new block. However, at times a block would be mined just after, and in competition with, the last block. This block, known as an ommer and previously as an uncle, could get rolled into subsequent blocks and the miner of the original ommer would get a partial block reward. All of this functionality was deprecated as of the launch of the Beacon Chain.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "ommer block", + "Simplified Chinese": "ommer 区块", + "French": "bloc ommer", + "German": "Ommer Block", + "Indonesian": "block ommer", + "Italian": "ommer block", + "Korean": "오머 블록", + "Persian": "بلاک اومر", + "Brazilian Portuguese": "bloco ommer", + "Russian": "блок оммер", + "Spanish": "bloque ommer", + "Filipino (Tagalog)": "ommer block", + "Thai": "ออมเมอร์บล็อก", + "Turkish": "ommer blok", + "Vietnamese": "khối ommer", + "Arabic": "كتلة ommer", + "Traditional Chinese": "叔塊", + "Dutch": "ommerblock", + "Greek": "ommer block", + "Hindi": "ओमेर (ommer) ब्लॉक", + "Hungarian": "ommer blokk", + "Japanese": "オマーブロック", + "Polish": "Ommer", + "Ukrainian": "оммер-блок" + } + }, + "on-chain": { + "term": "on-chain", + "phonetic": "", + "partOfSpeech": "", + "definition": "On-chain, as the name implies, refers to blockchain transactions that exist on and have been verified to the blockchain by miners or validators. On-Chain also means that transactions have been recorded to the blockchain", + "termCategory": "Blockchain term", + "i18n": { + "Term": "on-chain", + "Simplified Chinese": "链上", + "French": "dans la chaîne", + "German": "On-Chain", + "Indonesian": "on-chain", + "Italian": "on-chain", + "Korean": "온체인", + "Persian": "درون زنجیره‌ای", + "Brazilian Portuguese": "on-chain", + "Russian": "ончейн", + "Spanish": "en cadena", + "Filipino (Tagalog)": "nasa chain", + "Thai": "ในเชน", + "Turkish": "zincir içi", + "Vietnamese": "trên chuỗi", + "Arabic": "على البلوكتشين", + "Traditional Chinese": "鏈上", + "Dutch": "on-chain", + "Greek": "εντός αλυσίδας", + "Hindi": "ऑन-चेन", + "Hungarian": "láncon belüli", + "Japanese": "オンチェーン", + "Polish": "Transakcje on-chain (w łańcuchu)", + "Ukrainian": "ончейн-транзакція" + } + }, + "on-ramp, off-ramp": { + "term": "on-ramp, off-ramp", + "phonetic": "", + "partOfSpeech": "", + "definition": "Based on a metaphor from the American highway system, 'on-ramp' refers to a tool, or a service provider, or the action, of converting fiat currency into tokens on a blockchain. Conversely, 'off-ramp' refers to exchanging on-chain assets for their value in a given fiat currency. There are many providers of such services, and MetaMask users have access to them through the 'Buy Crypto' feature.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "on-ramp, off-ramp", + "Simplified Chinese": "充值,提现", + "French": "conversion de monnaie fiat en jetons sur la blockchain (on-ramp), échange d’actifs de la blockchain en monnaie fiat (off-ramp)", + "German": "On-Ramp, Off-Ramp", + "Indonesian": "on-ramp; off-ramp", + "Italian": "on-ramp, off-ramp", + "Korean": "온램프, 오프램프", + "Persian": "مسیر ورود، مسیر خروج", + "Brazilian Portuguese": "on-ramp, off-ramp", + "Russian": "он-рэмп, офф-рэмп", + "Spanish": "rampa de acceso, rampa de salida", + "Filipino (Tagalog)": "nasa rampa, wala sa rampa", + "Thai": "แลกเข้า, แลกออก", + "Turkish": "on-ramp, off-ramp", + "Vietnamese": "chuyển đổi xuôi, chuyển đổi ngược", + "Arabic": "تحويل أصل رقمي إلى عملة عادية، عملة عادية إلى أصل رقمي", + "Traditional Chinese": "入金、出金", + "Dutch": "on-ramp, off-ramp", + "Greek": "on-ramp, off-ramp", + "Hindi": "ऑन-रैंप, ऑफ-रैंप", + "Hungarian": "on-ramp, off-ramp", + "Japanese": "オンランプ, オフランプ", + "Polish": "Usługi on-ramp, off-ramp", + "Ukrainian": "он-ремп, оф-ремп" + } + }, + "OpenSea": { + "term": "OpenSea", + "phonetic": "", + "partOfSpeech": "", + "definition": "OpenSea is the world's first and largest web3 marketplace for NFTs and crypto collectibles.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "OpenSea", + "Simplified Chinese": "OpenSea", + "French": "OpenSea", + "German": "OpenSea", + "Indonesian": "OpenSea", + "Italian": "OpenSea", + "Korean": "OpenSea", + "Persian": "اوپن سی", + "Brazilian Portuguese": "OpenSea", + "Russian": "OpenSea", + "Spanish": "OpenSea", + "Filipino (Tagalog)": "OpenSea", + "Thai": "OpenSea", + "Turkish": "OpenSea", + "Vietnamese": "OpenSea", + "Arabic": "OpenSea", + "Traditional Chinese": "OpenSea", + "Dutch": "OpenSea", + "Greek": "OpenSea", + "Hindi": "OpenSea", + "Hungarian": "OpenSea", + "Japanese": "OpenSea", + "Polish": "OpenSea", + "Ukrainian": "OpenSea" + } + }, + "Opera": { + "term": "Opera", + "phonetic": "", + "partOfSpeech": "", + "definition": "Internet browser.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Opera", + "Simplified Chinese": "Opera", + "French": "Opera", + "German": "Opera", + "Indonesian": "Opera", + "Italian": "Opera", + "Korean": "오페라", + "Persian": "اپرا", + "Brazilian Portuguese": "Opera", + "Russian": "Opera", + "Spanish": "Opera", + "Filipino (Tagalog)": "Opera", + "Thai": "Opera", + "Turkish": "Opera", + "Vietnamese": "Opera", + "Arabic": "أوبرا", + "Traditional Chinese": "Opera", + "Dutch": "Opera", + "Greek": "Opera", + "Hindi": "Opera", + "Hungarian": "Opera", + "Japanese": "Opera", + "Polish": "Opera", + "Ukrainian": "Opera" + } + }, + "Optimism": { + "term": "Optimism", + "phonetic": "", + "partOfSpeech": "", + "definition": "Optimism is a layer-2 scaling solution for Ethereum, which is a blockchain-based platform for decentralized applications. It is designed to reduce the cost and increase the speed of transactions on the Ethereum network. Optimism works by using a technique called optimistic rollups, which allows it to process a large number of transactions off-chain, while still maintaining the security and decentralization of the Ethereum network. In optimistic rollups, transactions are initially processed off-chain, and a summary of these transactions is then submitted to the Ethereum network for verification. This verification process ensures that the transactions are valid and that no fraud has occurred. Once the transactions are verified, they are added to the Ethereum blockchain, allowing users to interact with the decentralized applications built on the platform.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Optimism", + "Simplified Chinese": "Optimism", + "French": "Optimism", + "German": "Optimism", + "Indonesian": "Optimism", + "Italian": "Optimism", + "Korean": "Optimism", + "Persian": "شبکه آپتیمیزم", + "Brazilian Portuguese": "Optimism", + "Russian": "Optimism", + "Spanish": "Optimism", + "Filipino (Tagalog)": "Optimism", + "Thai": "Optimism", + "Turkish": "Optimism", + "Vietnamese": "Optimism", + "Arabic": "Optimism", + "Traditional Chinese": "Optimism", + "Dutch": "Optimism", + "Greek": "Optimism", + "Hindi": "Optimism", + "Hungarian": "Optimism", + "Japanese": "Optimism", + "Polish": "Optimism", + "Ukrainian": "Optimism" + } + }, + "optimistic rollup": { + "term": "optimistic rollup", + "phonetic": "", + "partOfSpeech": "", + "definition": "A rollup that assumes the validity and good faith of transactions, and only runs a fraud proof in the case of fraud being alleged. See also 'rollup'.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "optimistic rollup", + "Simplified Chinese": "乐观性扩容方案(ORU)", + "French": "rollup optimisé", + "German": "Optimistischer Rollup", + "Indonesian": "optimistic rollup", + "Italian": "rollup ottimistico", + "Korean": "옵티미스틱 롤업", + "Persian": "راهکارهای خوشبینانه", + "Brazilian Portuguese": "rollup otimista", + "Russian": "оптимистичный роллап", + "Spanish": "rollup optimista", + "Filipino (Tagalog)": "optimistic rollup", + "Thai": "โรลล์อัปแบบออปติมิสติก", + "Turkish": "optimistik rollup", + "Vietnamese": "tổng hợp lạc quan", + "Arabic": "تجميعات Optimistic", + "Traditional Chinese": "optimistic rollup", + "Dutch": "optimistic rollup", + "Greek": "optimistic rollup", + "Hindi": "ऑप्टिमिस्टिक रॉलअप", + "Hungarian": "optimista összesítés", + "Japanese": "オプティミスティックロールアップ", + "Polish": "Rollup optymistyczny", + "Ukrainian": "оптимістичний роллап" + } + }, + "Oracle": { + "term": "Oracle", + "phonetic": "", + "partOfSpeech": "", + "definition": "Typically, an oracle is any entity or person that is relied on to report the outcome of an event. In a blockchain network an oracle (human or machine) helps communicate data to a smart contract, which can then be used to verify an event or specific outcome.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Oracle", + "Simplified Chinese": "预言机", + "French": "Oracle", + "German": "Oracle", + "Indonesian": "Oracle", + "Italian": "Oracle", + "Korean": "오라클", + "Persian": "اوراکل", + "Brazilian Portuguese": "Oráculo", + "Russian": "Oracle", + "Spanish": "oráculo", + "Filipino (Tagalog)": "Orakulo", + "Thai": "ออราเคิล", + "Turkish": "Oracle", + "Vietnamese": "Nguồn cấp dữ liệu", + "Arabic": "أوراكل", + "Traditional Chinese": "預言機", + "Dutch": "oracle", + "Greek": "Oracle", + "Hindi": "Oracle", + "Hungarian": "Oracle", + "Japanese": "Oracle", + "Polish": "Wyrocznia (Oracle)", + "Ukrainian": "Oracle" + } + }, + "ParaSwap": { + "term": "ParaSwap", + "phonetic": "", + "partOfSpeech": "", + "definition": "ParaSwap is a decentralized exchange (DEX) aggregator that optimizes swaps for users through better prices, limited gas fees, and lower slippage. ParaSwap sources their liquidity from major DEXes such as Uniswap, Balancer, Curve, Kyber, in addition to ParaSwapPool, their professional Market Maker network.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "ParaSwap", + "Simplified Chinese": "ParaSwap", + "French": "ParaSwap", + "German": "ParaSwap", + "Indonesian": "ParaSwap", + "Italian": "ParaSwap", + "Korean": "파라스왑", + "Persian": "پاراسواپ", + "Brazilian Portuguese": "ParaSwap", + "Russian": "Paraswap", + "Spanish": "ParaSwap", + "Filipino (Tagalog)": "ParaSwap", + "Thai": "ParaSwap", + "Turkish": "ParaSwap", + "Vietnamese": "ParaSwap", + "Arabic": "ParaSwap", + "Traditional Chinese": "ParaSwap", + "Dutch": "ParaSwap", + "Greek": "ParaSwap", + "Hindi": "ParaSwap", + "Hungarian": "ParaSwap", + "Japanese": "ParaSwap", + "Polish": "ParaSwap", + "Ukrainian": "ParaSwap" + } + }, + "parity": { + "term": "parity", + "phonetic": "", + "partOfSpeech": "", + "definition": "In a general sense, to say that something 'has parity' with another thing means 'equal in features or other important quality', and is a phrase often used by software developers and computer scientists.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "parity", + "Simplified Chinese": "parity", + "French": "parité", + "German": "Parität", + "Indonesian": "paritas", + "Italian": "parità", + "Korean": "패리티", + "Persian": "کلاینت پریتی", + "Brazilian Portuguese": "paridade", + "Russian": "паритет", + "Spanish": "paridad", + "Filipino (Tagalog)": "pagkakapantay-pantay", + "Thai": "แพริตี", + "Turkish": "parite", + "Vietnamese": "ngang bằng", + "Arabic": "Parity", + "Traditional Chinese": "同等", + "Dutch": "pariteit", + "Greek": "ισοτιμία", + "Hindi": "पैरिटी", + "Hungarian": "paritás", + "Japanese": "パリティ", + "Polish": "Parytet", + "Ukrainian": "паритет" + } + }, + "Parity": { + "term": "Parity", + "phonetic": "", + "partOfSpeech": "", + "definition": "Parity Technologies is the name of a blockchain technology company that is developing a number of significant projects in the blockchain space. One of its first projects was an Ethereum client, known as Parity; its name was changed to Parity Ethereum, and then was spun out as a DAO-owned and operated project called Open Ethereum, which has also been deprecated. See also 'client'.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Parity", + "Simplified Chinese": "Parity", + "French": "Parity", + "German": "Parity", + "Indonesian": "Parity", + "Italian": "Parity", + "Korean": "Parity", + "Persian": "Parity", + "Brazilian Portuguese": "Parity", + "Russian": "Parity", + "Spanish": "Parity", + "Filipino (Tagalog)": "Parity", + "Thai": "Parity", + "Turkish": "Parity", + "Vietnamese": "Parity", + "Arabic": "Parity", + "Traditional Chinese": "Parity", + "Dutch": "Parity", + "Greek": "Parity", + "Hindi": "Parity", + "Hungarian": "Parity", + "Japanese": "Parity", + "Polish": "Parity", + "Ukrainian": "Parity" + } + }, + "Passphrase": { + "term": "Passphrase", + "phonetic": "", + "partOfSpeech": "", + "definition": "See 'Secret Recovery Phrase'", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Passphrase", + "Simplified Chinese": "密语", + "French": "Phrase d’authentification", + "German": "Passphrase", + "Indonesian": "Passphrase", + "Italian": "Passphrase", + "Korean": "패스프레이즈", + "Persian": "عبارت عبور", + "Brazilian Portuguese": "Frase secreta", + "Russian": "Парольная фраза", + "Spanish": "frase de contraseña", + "Filipino (Tagalog)": "Passphrase", + "Thai": "วลีรหัสผ่าน", + "Turkish": "Parola", + "Vietnamese": "Cụm mật khẩu", + "Arabic": "عبارة المرور", + "Traditional Chinese": "助記詞", + "Dutch": "wachtwoordzin", + "Greek": "Φράση πρόσβασης", + "Hindi": "पासफ्रेज़", + "Hungarian": "jelszó", + "Japanese": "パスフレーズ", + "Polish": "Passphrase", + "Ukrainian": "Парольна фраза" + } + }, + "password manager": { + "term": "password manager", + "phonetic": "", + "partOfSpeech": "", + "definition": "A password manager is a tool or software that stores all sorts of passwords needed for online applications and services. Password manager", + "termCategory": "Software term", + "i18n": { + "Term": "password manager", + "Simplified Chinese": "密码管理工具", + "French": "gestionnaire de mots de passe", + "German": "Passwortmanager", + "Indonesian": "pengelola kata sandi", + "Italian": "gestore di password", + "Korean": "비밀번호 매니저", + "Persian": "مدیر گذرواژه", + "Brazilian Portuguese": "gerenciador de senhas", + "Russian": "менджер паролей", + "Spanish": "gestor de contraseñas", + "Filipino (Tagalog)": "tagapamahala ng password", + "Thai": "เครื่องมือจัดการรหัสผ่าน", + "Turkish": "şifre yöneticisi", + "Vietnamese": "trình quản lý mật khẩu", + "Arabic": "مدير كلمات المرور", + "Traditional Chinese": "密鑰管理員", + "Dutch": "wachtwoordmanager", + "Greek": "Διαχείριση κωδικών πρόσβασης", + "Hindi": "password manager", + "Hungarian": "jelszókezelő", + "Japanese": "パスワードマネージャー", + "Polish": "Menedżer haseł", + "Ukrainian": "менеджер паролів" + } + }, + "PayPal": { + "term": "PayPal", + "phonetic": "", + "partOfSpeech": "", + "definition": "PayPal is a multinational financial technology company operating an online payments system in the majority of countries.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "PayPal", + "Simplified Chinese": "PayPal", + "French": "PayPal", + "German": "PayPal", + "Indonesian": "PayPal", + "Italian": "PayPal", + "Korean": "PayPal", + "Persian": "پی‌پل", + "Brazilian Portuguese": "PayPal", + "Russian": "PayPal", + "Spanish": "PayPal", + "Filipino (Tagalog)": "PayPal", + "Thai": "PayPal", + "Turkish": "PayPal", + "Vietnamese": "PayPal", + "Arabic": "PayPal", + "Traditional Chinese": "PayPal", + "Dutch": "PayPal", + "Greek": "PayPal", + "Hindi": "PayPal", + "Hungarian": "PayPal", + "Japanese": "PayPal", + "Polish": "PayPal", + "Ukrainian": "PayPal" + } + }, + "peer-to-peer (P2P)": { + "term": "peer-to-peer (P2P)", + "phonetic": "", + "partOfSpeech": "", + "definition": "P2P refers to interactions that happen directly between two parties, usually two separate individuals, and have been present in Internet technology in different ways for some time. These interactions are often coordinated through some sort of app or network, which can consist of any number of individuals. Public blockchains can be considered to have a high degree of P2P functionality, as individuals are able to transact or interact with each other without relying on an intermediary or single point of failure.", + "termCategory": "Software term", + "i18n": { + "Term": "peer-to-peer (P2P)", + "Simplified Chinese": "点对点(P2P)", + "French": "Pair-à-pair (P2P)", + "German": "Peer-to-Peer (P2P)", + "Indonesian": "peer-to-peer (P2P)", + "Italian": "peer-to-peer (P2P)", + "Korean": "피어 투 피어(P2P)", + "Persian": "همتا به همتا (P2P)", + "Brazilian Portuguese": "ponto a ponto (P2P)", + "Russian": "пиринговый (P2P)", + "Spanish": "entre pares (P2P)", + "Filipino (Tagalog)": "peer-to-peer (P2P)", + "Thai": "เพียร์ทูเพียร์ (P2P)", + "Turkish": "eşler arası (P2P)", + "Vietnamese": "ngang hàng (P2P)", + "Arabic": "نظير إلى نظير (P2P)", + "Traditional Chinese": "點對點式網路", + "Dutch": "peer-to-peer (P2P)", + "Greek": "P2P (μεταξύ ομοτίμων)", + "Hindi": "पियर-टू-पियर (P2P)", + "Hungarian": "ponttól-pontig (P2P)", + "Japanese": "ピアツーピア (P2P)", + "Polish": "Peer-to-peer (P2P)", + "Ukrainian": "однорангова мережа (P2P)" + } + }, + "permissioned ledger": { + "term": "permissioned ledger", + "phonetic": "", + "partOfSpeech": "", + "definition": "A blockchain network in which access to ledger or network requires permission from an individual or group of individuals, as opposed to a public blockchain. Permissioned ledgers may have one or many owners. Consensus on a permissioned ledger is conducted by the trusted actors, such as government departments, banks, or other known entities. Permissioned blockchains or ledgers contain highly-verifiable data sets because the consensus process creates a digital signature, which can be seen by all parties. A permissioned ledger is much easier to maintain and considerably faster than a public blockchain. For example, Quorum or Hyperledger Besu are permissioned ledgers that can be more easily set up for large enterprises. In contrast, the public Ethereum blockchain is a permissionless ledger which anyone can access.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "permissioned ledger", + "Simplified Chinese": "许可账本", + "French": "registre autorisé", + "German": "Permissioned Blockchain", + "Indonesian": "ledger yang diizinkan", + "Italian": "permissioned ledger", + "Korean": "허가된 원장", + "Persian": "دفترکل مجوزدار", + "Brazilian Portuguese": "registro autorizado", + "Russian": "разрешенный реестр", + "Spanish": "registro autorizado", + "Filipino (Tagalog)": "pinahintulutang ledger", + "Thai": "บัญชีที่อนุญาตแล้ว", + "Turkish": "izinli kayıt defteri", + "Vietnamese": "sổ cái được cấp phép", + "Arabic": "سجل بإذن", + "Traditional Chinese": "帶權限的賬本", + "Dutch": "permissioned ledger", + "Greek": "permissioned ledger (πρόσβαση σε συγκεκριμένους μόνο χρήστες)", + "Hindi": "परमिशंड लेजर", + "Hungarian": "engedélyezett főkönyv", + "Japanese": "許可型台帳", + "Polish": "Rejestr ograniczony (permissioned ledger)", + "Ukrainian": "дозволений реєстр" + } + }, + "phishing (noun)": { + "term": "phishing (noun)", + "phonetic": "", + "partOfSpeech": "", + "definition": "Phishing is a form of social engineering where attackers deceive people into revealing sensitive information or installing malware such as ransomware.", + "termCategory": "Software term", + "i18n": { + "Term": "phishing (noun)", + "Simplified Chinese": "网络钓鱼", + "French": "hameçonnage (nom)", + "German": "Phishing", + "Indonesian": "phishing (noun)", + "Italian": "phishing (noun)", + "Korean": "피싱(명사)", + "Persian": "فیشینگ", + "Brazilian Portuguese": "phishing", + "Russian": "фишинг", + "Spanish": "suplantación de identidad (sustantivo)", + "Filipino (Tagalog)": "phishing (pangngalan)", + "Thai": "ฟิชชิ่ง", + "Turkish": "kimlik avı", + "Vietnamese": "lừa đảo qua mạng (danh từ)", + "Arabic": "التصيد الاحتيالي", + "Traditional Chinese": "網路釣魚", + "Dutch": "phishing", + "Greek": "ηλεκτρονικό ψάρεμα", + "Hindi": "फ़िशिंग (नाउन)", + "Hungarian": "adathalászat", + "Japanese": "フィッシング", + "Polish": "Phishing", + "Ukrainian": "фішинг" + } + }, + "Plasma": { + "term": "Plasma", + "phonetic": "", + "partOfSpeech": "", + "definition": "Plasma' is a term that is used to refer to one of the solutions being built and deployed in order to securely scale the Ethereum network. A Plasma network functions similarly to an optimistic rollup, inasmuch as it relies on Ethereum Mainnet to maintain the record of transactions, and as the source for arbitration or fraud resolution. However, a Plasma network differs in other important technical ways from rollups, and is currently limited to simple operations, such as swaps and token transfers. More technical information is available here.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Plasma", + "Simplified Chinese": "Plasma", + "French": "Plasma", + "German": "Plasma", + "Indonesian": "Plasma", + "Italian": "Plasma", + "Korean": "플라즈마", + "Persian": "پلاسما", + "Brazilian Portuguese": "Plasma", + "Russian": "Plasma", + "Spanish": "Plasma", + "Filipino (Tagalog)": "Plasma", + "Thai": "พลาสมา", + "Turkish": "Plazma", + "Vietnamese": "Giải pháp Plasma", + "Arabic": "Plasma", + "Traditional Chinese": "以太坊等離子體", + "Dutch": "Plasma", + "Greek": "Plasma", + "Hindi": "प्लाज़्मा", + "Hungarian": "plazma", + "Japanese": "Plasma", + "Polish": "Plasma", + "Ukrainian": "Plasma" + } + }, + "PoA, PoS, PoW": { + "term": "PoA, PoS, PoW", + "phonetic": "", + "partOfSpeech": "", + "definition": "Acronyms standing for Proof of X consensus mechanisms: Authority, Stake, Work. The “o” is lowercase since you wouldn’t capitalize “of” when writing out the phrase. See also 'consensus', 'Proof of Authority', 'Proof of Stake', 'Proof of Work'.", + "termCategory": "Software term", + "i18n": { + "Term": "PoA, PoS, PoW", + "Simplified Chinese": "权威证明,权益证明,工作量证明", + "French": "PoA, PoS, PoW", + "German": "PoA, PoS, PoW", + "Indonesian": "PoA, PoS, PoW", + "Italian": "PoA, PoS, PoW", + "Korean": "PoA, PoS, PoW", + "Persian": "اثبات اعتبار، اثبات سهام، اثبات کار", + "Brazilian Portuguese": "PoA, PoS, PoW", + "Russian": "PoA, PoS, PoW", + "Spanish": "PoA, PoS, PoW", + "Filipino (Tagalog)": "PoA, PoS, PoW", + "Thai": "PoA, PoS, PoW", + "Turkish": "PoA, PoS, PoW", + "Vietnamese": "PoA, PoS, PoW", + "Arabic": "PoA, PoS, PoW", + "Traditional Chinese": "授權證明、權益證明、工作量證明", + "Dutch": "PoA, PoS, PoW", + "Greek": "PoA, PoS, PoW", + "Hindi": "PoA, PoS, PoW", + "Hungarian": "PoA, PoS, PoW", + "Japanese": "PoA, PoS, PoW", + "Polish": "PoA, PoS, PoW", + "Ukrainian": "PoA, PoS, PoW" + } + }, + "Polygon": { + "term": "Polygon", + "phonetic": "", + "partOfSpeech": "", + "definition": "Polygon (formerly Matic Network) is a layer-2 scaling solution for Ethereum that aims to address the scalability issues of the Ethereum blockchain. It is designed to provide faster and cheaper transactions with the same level of security and decentralization as the Ethereum network. Polygon achieves this by creating a multi-chain ecosystem that is built on top of the Ethereum network. This ecosystem consists of various interconnected sidechains that can process transactions independently of the main Ethereum blockchain. These sidechains are called 'Polygon chains' or 'commit chains'.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Polygon", + "Simplified Chinese": "Polygon", + "French": "Polygon", + "German": "Polygon", + "Indonesian": "Polygon", + "Italian": "Polygon", + "Korean": "Polygon", + "Persian": "پالیگان", + "Brazilian Portuguese": "Polygon", + "Russian": "Polygon", + "Spanish": "Polygon", + "Filipino (Tagalog)": "Polygon", + "Thai": "Polygon", + "Turkish": "Polygon", + "Vietnamese": "Polygon", + "Arabic": "Polygon", + "Traditional Chinese": "Polygon", + "Dutch": "Polygon", + "Greek": "Polygon", + "Hindi": "Polygon", + "Hungarian": "Polygon", + "Japanese": "Polygon", + "Polish": "Polygon", + "Ukrainian": "Polygon" + } + }, + "Portfolio": { + "term": "Portfolio", + "phonetic": "", + "partOfSpeech": "", + "definition": "The Portfolio Dapp enables you to view all your MetaMask accounts and their assets in one place. It aggregates values from across your accounts and shows your total holdings, making it easier than ever to get an at-a-glance summary of their value in your chosen currency. Getting started with MetaMask Portfolio", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Portfolio", + "Simplified Chinese": "Portfolio", + "French": "Portfolio", + "German": "Portfolio", + "Indonesian": "Portfolio", + "Italian": "Portfolio", + "Korean": "Portfolio", + "Persian": "پرتفوی", + "Brazilian Portuguese": "Portfolio", + "Russian": "Portfolio", + "Spanish": "Portfolio", + "Filipino (Tagalog)": "Portfolio", + "Thai": "พอร์ตเงิน", + "Turkish": "Portfolio", + "Vietnamese": "Portfolio", + "Arabic": "المحفظة", + "Traditional Chinese": "Portfolio", + "Dutch": "Portfolio", + "Greek": "Portfolio", + "Hindi": "Portfolio", + "Hungarian": "Portfolio", + "Japanese": "Portfolio", + "Polish": "Portfolio", + "Ukrainian": "Portfolio" + } + }, + "PoS/PoW Hybrid": { + "term": "PoS/PoW Hybrid", + "phonetic": "", + "partOfSpeech": "", + "definition": "A hybrid consensus model that utilizes a combination of Proof of Stake (PoS) and Proof of Work (PoW) consensus. Using this Hybrid consensus mechanism, blocks are validated from not only miners, but also voters (stakeholders) to form a balanced network governance.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "PoS/PoW Hybrid", + "Simplified Chinese": "权益证明/工作量证明混合共识", + "French": "hybride PoS/PoW", + "German": "PoS / PoW Hybrid", + "Indonesian": "PoS/PoW Hybrid", + "Italian": "PoS/PoW ibrido", + "Korean": "PoS/PoW 하이브리드", + "Persian": "تلفیق هیبریدی گواه اثبات سهام/اثبات کار", + "Brazilian Portuguese": "PoS/PoW híbrido", + "Russian": "Гибрид PoS/PoW", + "Spanish": "híbrido PoS/PoW", + "Filipino (Tagalog)": "PoS/PoW Hybrid", + "Thai": "PoS/PoW Hybrid", + "Turkish": "Hibrit PoS/PoW Mutabakatı", + "Vietnamese": "Lai PoS/PoW", + "Arabic": "خوارزمية PoS/PoW هجينة", + "Traditional Chinese": "權益證明/ 工作量證明混合", + "Dutch": "hybride van PoS en PoW", + "Greek": "Υβριδικό PoS/PoW", + "Hindi": "PoS/PoW हाइब्रिड", + "Hungarian": "PoS/PoW hibrid", + "Japanese": "PoS/PoW ハイブリッド", + "Polish": "Hybrydowy konsensus PoS/PoW", + "Ukrainian": "Гібрид PoS/PoW" + } + }, + "Priority fee": { + "term": "Priority fee", + "phonetic": "", + "partOfSpeech": "", + "definition": "The priority fee, also referred to as the 'miner tip', incentivizes the miner to prioritize your transaction. Naturally, whether this does actually go to a miner depends on the consensus mechanism they use: Ethereum mainnet became a Proof of Stake network following the Merge in September 2022, so the priority fee goes to validators instead of miners.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Priority fee", + "Simplified Chinese": "优先费用", + "French": "Frais de priorité", + "German": "Prioritätsgebühr", + "Indonesian": "Biaya prioritas", + "Italian": "Tariffa prioritaria", + "Korean": "우선 요금", + "Persian": "کارمزد اولویت", + "Brazilian Portuguese": "Taxa de prioridade", + "Russian": "Плата за приоритет", + "Spanish": "tarifa de prioridad", + "Filipino (Tagalog)": "Bayad sa priyoridad", + "Thai": "ค่าแซงคิว", + "Turkish": "Öncelik ücreti", + "Vietnamese": "Phí ưu tiên", + "Arabic": "رسوم الأولوية", + "Traditional Chinese": "優先費", + "Dutch": "priority fee", + "Greek": "Τέλος προτεραιότητας", + "Hindi": "प्रायोरिटी फी", + "Hungarian": "elsőbbségi díj", + "Japanese": "優先手数料", + "Polish": "Opłata za priorytet", + "Ukrainian": "Плата за пріоритет" + } + }, + "private blockchain": { + "term": "private blockchain", + "phonetic": "", + "partOfSpeech": "", + "definition": "A blockchain or distributed ledger that has a closed network wherein participants are controlled by a single entity. A private blockchain requires a verification process for new participants. A private blockchain may also limit which individuals are able to participate in consensus of the blockchain network. See also 'permissioned ledger'.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "private blockchain", + "Simplified Chinese": "私有区块链", + "French": "blockchain privée/ chaîne de blocs privée", + "German": "Private Blockchain", + "Indonesian": "blockchain pribadi", + "Italian": "blockchain privata", + "Korean": "프라이빗 블록체인", + "Persian": "بلاک‌چین خصوصی", + "Brazilian Portuguese": "blockchain privada", + "Russian": "закрытый блокчейн", + "Spanish": "cadena de bloques privada", + "Filipino (Tagalog)": "pribadong blockchain", + "Thai": "บล็อกเชนส่วนตัว", + "Turkish": "özel blokzinciri", + "Vietnamese": "chuỗi khối riêng", + "Arabic": "بلوكتشين خاص", + "Traditional Chinese": "私有鏈", + "Dutch": "private blockchain", + "Greek": "ιδιωτική αλυσίδα block", + "Hindi": "प्राइवेट ब्लॉकचेन", + "Hungarian": "privát blokklánc", + "Japanese": "プライベートブロックチェーン", + "Polish": "Blockchain prywatny", + "Ukrainian": "приватний блокчейн" + } + }, + "private currency": { + "term": "private currency", + "phonetic": "", + "partOfSpeech": "", + "definition": "A currency or token issued by a private individual or firm. Typically, the token or currency is limited to use within the network of that particular firm or individual. This is not to be confused with a “privacy cryptocurrency”, which are cryptocurrencies with specific privacy features, such as hidden user identities.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "private currency", + "Simplified Chinese": "私人货币", + "French": "devise privée/monnaie privée", + "German": "Private Währung", + "Indonesian": "mata uang pribadi", + "Italian": "valuta privata", + "Korean": "프라이빗 통화", + "Persian": "ارز خصوصی", + "Brazilian Portuguese": "moeda privada", + "Russian": "частная валюта", + "Spanish": "moneda privada", + "Filipino (Tagalog)": "pribadong salapi", + "Thai": "สกุลเงินส่วนตัว", + "Turkish": "özel para birimi", + "Vietnamese": "đồng tiền riêng", + "Arabic": "عملة خاصة", + "Traditional Chinese": "私人貨幣", + "Dutch": "private currency", + "Greek": "ιδιωτικό νόμισμα", + "Hindi": "प्राइवेट करेंसी", + "Hungarian": "magánvaluta", + "Japanese": "プライベート通貨", + "Polish": "Pieniądz prywatny", + "Ukrainian": "приватна валюта" + } + }, + "private key": { + "term": "private key", + "phonetic": "", + "partOfSpeech": "", + "definition": "A private key is an alphanumeric string of data that, in MetaMask, corresponds to a single specific account in a wallet. Private keys can be thought of as a password that enables an individual to control a specific crypto account. Never reveal your private key to anyone, as whoever controls the private key controls the account funds. If you lose your private key, then you lose access to, and control over, that account.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "private key", + "Simplified Chinese": "私钥", + "French": "clé privée", + "German": "Privater Schlüssel", + "Indonesian": "kunci pribadi", + "Italian": "chiave privata", + "Korean": "개인 키", + "Persian": "کلید خصوصی", + "Brazilian Portuguese": "chave privada", + "Russian": "закрытый ключ", + "Spanish": "clave privada", + "Filipino (Tagalog)": "pribadong key", + "Thai": "คีย์ส่วนตัว", + "Turkish": "özel anahtar", + "Vietnamese": "khóa riêng", + "Arabic": "مفتاح خاص", + "Traditional Chinese": "私鑰", + "Dutch": "privésleutel", + "Greek": "ιδιωτικό κλειδί", + "Hindi": "प्राइवेट की (key)", + "Hungarian": "privát kulcs", + "Japanese": "秘密鍵", + "Polish": "Klucz prywatny", + "Ukrainian": "закритий ключ" + } + }, + "Proof of Authority (PoA)": { + "term": "Proof of Authority (PoA)", + "phonetic": "", + "partOfSpeech": "", + "definition": "A consensus mechanism used in private blockchains, granting a single private key the authority to generate all of the blocks or validate transactions.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Proof of Authority (PoA)", + "Simplified Chinese": "权威证明(PoA)", + "French": "Preuve d’autorité (PoA)", + "German": "Proof of Authority (PoA)", + "Indonesian": "Proof of Authority (PoA)", + "Italian": "Proof of Authority (PoA)", + "Korean": "권한증명(PoA)", + "Persian": "اثبات اعتبار (PoA)", + "Brazilian Portuguese": "Prova de autoridade (PoA)", + "Russian": "Доказательство полномочий (PoA)", + "Spanish": "prueba de autoridad (PoA)", + "Filipino (Tagalog)": "Proof of Authority (PoA)", + "Thai": "การพิสูจน์ด้วยอำนาจ (PoA)", + "Turkish": "Yetki İspatı (PoA)", + "Vietnamese": "Bằng chứng uỷ quyền (PoA)", + "Arabic": "خوارزمية إثبات السلطة (PoA)", + "Traditional Chinese": "權威證明", + "Dutch": "proof of authority (PoA)", + "Greek": "Απόδειξη Αρχής (Proof of Authority) (PoA)", + "Hindi": "प्रूफ ऑफ अथॉरिटी (PoA)", + "Hungarian": "jogosultság igazolása (JI)", + "Japanese": "プルーフオブオーソリティ (PoA)", + "Polish": "Proof Authority – POA (dowód autorytetu)", + "Ukrainian": "Підтвердження повноважень (PoA)" + } + }, + "Proof of Stake (PoS)": { + "term": "Proof of Stake (PoS)", + "phonetic": "", + "partOfSpeech": "", + "definition": "A consensus mechanism in which an individual node, or “validator”, validates transactions or blocks. Validators lock up a certain amount of cryptocurrency, such as ether, into a ‘stake’, in order to be able to participate in consensus. If the node validates a block (group of transactions) correctly, then the validator receives a reward. Conversely, if the validator behaves poorly by validating incorrect transactions or by not maintaining sufficient network connectivity, the cryptocurrency they staked can be ‘slashed’, or taken from them and put out of circulation (‘burned’). PoS requires a negligible amount of computing power compared to Proof of Work consensus.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Proof of Stake (PoS)", + "Simplified Chinese": "权益证明(PoS)", + "French": "Preuve d’enjeu (PoS)", + "German": "Proof of Stake (PoS)", + "Indonesian": "Proof of Stake (PoS)", + "Italian": "Proof of Stake (PoS)", + "Korean": "지분 증명(PoS)", + "Persian": "اثبات سهام (PoS)", + "Brazilian Portuguese": "Prova de participação (PoS)", + "Russian": "Доказательство доли владения (PoS)", + "Spanish": "prueba de participación (PoS)", + "Filipino (Tagalog)": "Proof of Stake (PoS)", + "Thai": "การพิสูจน์แบบมีส่วนได้ส่วนเสีย (PoS)", + "Turkish": "Hisse İspatı (PoS)", + "Vietnamese": "Bằng chứng cổ phần (PoS)", + "Arabic": "خوارزمية إثبات الحصة (PoS)", + "Traditional Chinese": "權益證明", + "Dutch": "proof of stake (PoS)", + "Greek": "Απόδειξης συμμετοχής (PoS)", + "Hindi": "प्रूफ ऑफ स्टेक (PoS)", + "Hungarian": "Tét igazolása (TI)", + "Japanese": "プルーフオブステーク (PoS)", + "Polish": "Proof of Stake – PoS (dowód stawki)", + "Ukrainian": "Доказ частки володіння (PoS)" + } + }, + "Proof of Work (PoW)": { + "term": "Proof of Work (PoW)", + "phonetic": "", + "partOfSpeech": "", + "definition": "A consensus mechanism in which each block is ‘mined’ by one of the nodes, or a group of nodes, on the network. The computational process involved in committing a series of transactions into a block on the network, known as ‘hashing a block’, is technically quite simple, and therefore subject to attack. Under PoW, each miner must solve a math problem to find a set, difficult variable in order to be able to propose their block to the network as the next to be ‘mined’. In effect, the process of hashing each block becomes a competition. This addition of solving for a target increases the difficulty of successfully hashing each block, and consequently the security of the network. For each hashed block, the overall process of hashing will have taken some time and computational effort. Thus, a hashed block is considered Proof of Work, and the miner that successfully hashes the block first receives a reward, in the form of cryptocurrency. PoW is singificantly more energy-intensive than other consensus mechanisms, such as Proof of Stake.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Proof of Work (PoW)", + "Simplified Chinese": "工作量证明(PoW)", + "French": "Preuve de travail (PoW)", + "German": "Proof of Work (PoW)", + "Indonesian": "Proof of Work (PoW)", + "Italian": "Proof of Work (PoW)", + "Korean": "작업증명(PoW)", + "Persian": "اثبات کار (PoW)", + "Brazilian Portuguese": "Prova de trabalho (PoW)", + "Russian": "Доказательство работы (PoW)", + "Spanish": "prueba de trabajo (PoW)", + "Filipino (Tagalog)": "Proof of Work (PoW)", + "Thai": "การพิสูจน์ด้วยการทำงาน (PoW)", + "Turkish": "İş İspatı (PoW)", + "Vietnamese": "Bằng chứng công việc (PoW)", + "Arabic": "خوارزمية إثبات العمل (PoW)", + "Traditional Chinese": "工作量證明", + "Dutch": "proof of work (PoW)", + "Greek": "Απόδειξη εργασίας (PoW)", + "Hindi": "प्रूफ ऑफ वर्क (PoW)", + "Hungarian": "Munka igazolása (MI)", + "Japanese": "プルーフオブワーク (PoW)", + "Polish": "Proof of Work – PoW (dowód wykonania pracy)", + "Ukrainian": "Доказ виконання роботи (PoW)" + } + }, + "protocol": { + "term": "protocol", + "phonetic": "", + "partOfSpeech": "", + "definition": "Formally speaking, a 'protocol' is a set of rules governing how a process is carried out. This concept is used throughout public blockchain networks and web3 to refer to the way smart contracts execute their functionality in the same way regardless of the user. The products or services built on top of smart contracts are often referred to as 'protocols' by extension.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "protocol", + "Simplified Chinese": "协议", + "French": "protocole", + "German": "Protokoll", + "Indonesian": "protokol", + "Italian": "protocollo", + "Korean": "프로토콜", + "Persian": "پروتکل", + "Brazilian Portuguese": "protocolo", + "Russian": "протокол", + "Spanish": "protocolo", + "Filipino (Tagalog)": "protocol", + "Thai": "โพรโตคอล", + "Turkish": "protokol", + "Vietnamese": "giao thức", + "Arabic": "بروتوكول", + "Traditional Chinese": "協議", + "Dutch": "protocol", + "Greek": "πρωτόκολλο", + "Hindi": "प्रोटोकॉल", + "Hungarian": "protokoll", + "Japanese": "プロトコル", + "Polish": "protokół", + "Ukrainian": "протокол" + } + }, + "public blockchain": { + "term": "public blockchain", + "phonetic": "", + "partOfSpeech": "", + "definition": "A globally open network wherein anyone can participate in transactions, participate in the consensus protocol to help determine which blocks get added to the chain, maintain and examine the contents of the chain.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "public blockchain", + "Simplified Chinese": "公共区块链", + "French": "blockchain publique/chaîne de blocs publique", + "German": "Öffentliche Blockchain", + "Indonesian": "blockchain publik", + "Italian": "blockchain pubblica", + "Korean": "퍼블릭 블록체인", + "Persian": "بلاک‌چین عمومی", + "Brazilian Portuguese": "blockchain pública", + "Russian": "публичный блокчейн", + "Spanish": "cadena de bloques pública", + "Filipino (Tagalog)": "pampublikong blockchain", + "Thai": "บล็อกเชนสาธารณะ", + "Turkish": "genel blokzinciri", + "Vietnamese": "chuỗi khối công khai", + "Arabic": "بلوكتشين عام", + "Traditional Chinese": "公有鏈", + "Dutch": "openbare blockchain/public blockchain", + "Greek": "δημόσια αλυσίδα block", + "Hindi": "पब्लिक ब्लॉकचेन", + "Hungarian": "nyilvános blokklánc", + "Japanese": "パブリックブロックチェーン", + "Polish": "Blockchain publiczny", + "Ukrainian": "публічний блокчейн" + } + }, + "public key": { + "term": "public key", + "phonetic": "", + "partOfSpeech": "", + "definition": "Public blockchain networks are just that: public. Their data is accessible and readable by anyone. In order to have any degree of usability when it comes to allowing users to do some things, like send transactions, but not others, like steal other peoples' tokens, cryptographic technology is used. In particular, a design paradigm known as 'public/private key pairs' is employed to ensure users can interact with others on the network as they wish, while keeping their own account secure. These key pairs consist of two long strings of alphanumeric characters. A public key can be derived mathematically from its corresponding private key, but the inverse is not true: it is mathematically impossible to derive a private key from its corresponding public key. This allows, for example, users to have a public wallet address that anyone can use to send them tokens, with the peace of mind that as long as they properly keep the corresponding private key safe, those tokens cannot be stolen. See also 'private key'.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "public key", + "Simplified Chinese": "公钥", + "French": "clé publique", + "German": "Öffentlicher Schlüssel", + "Indonesian": "kunci publik", + "Italian": "chiave pubblica", + "Korean": "공개 키", + "Persian": "کلید عمومی", + "Brazilian Portuguese": "chave pública", + "Russian": "открытый ключ", + "Spanish": "clave pública", + "Filipino (Tagalog)": "pampublikong key", + "Thai": "คีย์สาธารณะ", + "Turkish": "genel anahtar", + "Vietnamese": "khóa công khai", + "Arabic": "مفتاح عام", + "Traditional Chinese": "公開金鑰", + "Dutch": "publieke sleutel/public key", + "Greek": "δημόσιο κλειδί", + "Hindi": "पब्लिक की (key)", + "Hungarian": "nyilvános kulcs", + "Japanese": "公開鍵", + "Polish": "Klucz publiczny", + "Ukrainian": "відкритий ключ" + } + }, + "Public-Key Cryptography": { + "term": "Public-Key Cryptography", + "phonetic": "", + "partOfSpeech": "", + "definition": "See 'public key',see 'Cryptography', see 'blockchain'. Public-Key Cryptography", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Public-Key Cryptography", + "Simplified Chinese": "公钥加密", + "French": "Cryptographie à clé publique", + "German": "Public-Key-Kryptographie", + "Indonesian": "Kriptografi Kunci Publik", + "Italian": "Crittografia chiave pubblica", + "Korean": "공개 키 암호화", + "Persian": "رمزنگاری کلید عمومی", + "Brazilian Portuguese": "Criptografia de chave pública", + "Russian": "Криптография с открытым ключом", + "Spanish": "criptografía de clave pública", + "Filipino (Tagalog)": "Pampublikong-Key na Kriptograpiya", + "Thai": "วิทยาการรหัสลับคีย์สาธารณะ", + "Turkish": "Açık Anahtarlı Şifreleme", + "Vietnamese": "Mật mã hoá khóa công khai", + "Arabic": "تشفير المفتاح العام", + "Traditional Chinese": "公開金鑰密碼學", + "Dutch": "asymmetrische cryptografie/publieke-sleutelcryptografie", + "Greek": "Κρυπτογράφηση δημοσίου κλειδιού", + "Hindi": "Public-Key Cryptography", + "Hungarian": "nyilvános kulcsú kriptográfia", + "Japanese": "公開鍵暗号技術", + "Polish": "Kryptografia klucza publicznego", + "Ukrainian": "Криптографія з відкритим ключем" + } + }, + "Public-Key Infrastructure": { + "term": "Public-Key Infrastructure", + "phonetic": "", + "partOfSpeech": "", + "definition": "A public key infrastructure (PKI) is a collection of roles, rules, hardware, software, and processes for creating, managing, distributing, using, storing, and revoking digital certificates. Public-Key Infrastructure", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Public-Key Infrastructure", + "Simplified Chinese": "公钥基础设施", + "French": "Infrastructure de clé publique", + "German": "Public-Key-Infrastruktur", + "Indonesian": "Infrastruktur Kunci Publik", + "Italian": "Infrastruttura chiave pubblica", + "Korean": "공개 키 인프라", + "Persian": "زیرساخت کلید عمومی", + "Brazilian Portuguese": "Infraestrutura de chave pública", + "Russian": "Инфраструктура открытых ключей", + "Spanish": "infraestructura de clave pública", + "Filipino (Tagalog)": "Pampublikong-Key na Imprastraktura", + "Thai": "โครงสร้างพื้นฐานคีย์สาธารณะ", + "Turkish": "Açık Anahtarlı Altyapı", + "Vietnamese": "Hạ tầng khoá công khai", + "Arabic": "بنية المفتاح العام", + "Traditional Chinese": "公開金鑰基礎建設", + "Dutch": "publieke-sleutelinfrastructuur", + "Greek": "Υποδομή δημόσιου κλειδιού", + "Hindi": "Public-Key Infrastructure", + "Hungarian": "nyilvános kulcsú infrastruktúra", + "Japanese": "公開鍵暗号基盤", + "Polish": "Infrastruktura klucza publicznego", + "Ukrainian": "Інфраструктура відкритих ключів" + } + }, + "QR code": { + "term": "QR code", + "phonetic": "", + "partOfSpeech": "", + "definition": "A QR code is a type of matrix barcode, constituting a machine-readable optical label that can contain information about the item to which it is attached.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "QR code", + "Simplified Chinese": "二维码", + "French": "Code QR", + "German": "QR-Code", + "Indonesian": "Kode QR", + "Italian": "Codice QR", + "Korean": "QR 코드", + "Persian": "کیوآر کد", + "Brazilian Portuguese": "Código QR", + "Russian": "QR-код", + "Spanish": "código QR", + "Filipino (Tagalog)": "QR code", + "Thai": "รหัส QR", + "Turkish": "QR kodu", + "Vietnamese": "Mã QR", + "Arabic": "رمز الاستجابة السريعة", + "Traditional Chinese": "QR碼", + "Dutch": "QR-code", + "Greek": "κωδικός QR", + "Hindi": "QR कोड", + "Hungarian": "QR-kód", + "Japanese": "QR コード", + "Polish": "Kod QR", + "Ukrainian": "Код QR" + } + }, + "Quorum": { + "term": "Quorum", + "phonetic": "", + "partOfSpeech": "", + "definition": "ConsenSys Quorum enables enterprises to leverage Ethereum for their high-value blockchain applications. Businesses can rely on the Quorum open-source protocol layer and integrate on top of it product modules from ConsenSys, other companies, or your own in-house development team to build high-performance, customizable applications. Quorum", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Quorum", + "Simplified Chinese": "Quorum", + "French": "Quorum", + "German": "Quorum", + "Indonesian": "Quorum", + "Italian": "Quorum", + "Korean": "Quorum", + "Persian": "Quorum", + "Brazilian Portuguese": "Quorum", + "Russian": "Quorum", + "Spanish": "Quorum", + "Filipino (Tagalog)": "Quorum", + "Thai": "Quorum", + "Turkish": "Quorum", + "Vietnamese": "Quorum", + "Arabic": "Quorum", + "Traditional Chinese": "Quorum", + "Dutch": "Quorum", + "Greek": "Quorum", + "Hindi": "Quorum", + "Hungarian": "Quorum", + "Japanese": "Quorum", + "Polish": "Quorum", + "Ukrainian": "Quorum" + } + }, + "Rarible": { + "term": "Rarible", + "phonetic": "", + "partOfSpeech": "", + "definition": "An NFT marketplace.", + "termCategory": "Software term", + "i18n": { + "Term": "Rarible", + "Simplified Chinese": "Rarible", + "French": "Rarible", + "German": "Rarible", + "Indonesian": "Rarible", + "Italian": "Rarible", + "Korean": "라리블", + "Persian": "رریبل", + "Brazilian Portuguese": "Rarible", + "Russian": "Rarible", + "Spanish": "Rarible", + "Filipino (Tagalog)": "Rarible", + "Thai": "Rarible", + "Turkish": "Rarible", + "Vietnamese": "Rarible", + "Arabic": "Rarible", + "Traditional Chinese": "Rarible", + "Dutch": "Rarible", + "Greek": "Rarible", + "Hindi": "Rarible", + "Hungarian": "Rarible", + "Japanese": "Rarible", + "Polish": "Rarible", + "Ukrainian": "Rarible" + } + }, + "relayer": { + "term": "relayer", + "phonetic": "", + "partOfSpeech": "", + "definition": "A relayer is an intermediary that facilitates the exchange or transfer of information, assets, or services between two or more parties. The term is used in various fields, including finance, communication, and technology. In the context of cryptocurrencies and blockchain technology, a relayer typically refers to an intermediary that facilitates peer-to-peer transactions on a decentralized network. This can include decentralized exchanges (DEXs), where relayers act as matching engines to connect buyers and sellers of digital assets. A few examples of popular relayers include 0x: 0x is a decentralized exchange protocol that enables the creation of relayers on the Ethereum blockchain. These relayers can be built by anyone and allow for peer-to-peer trading of ERC-20 tokens. Kyber Network: Kyber Network is a decentralized liquidity network that also operates as a relayer. It enables users to trade a wide range of digital assets, including ERC-20 tokens, without the need for a centralized intermediary. Uniswap: Uniswap is a popular decentralized exchange that operates as a relayer. It uses an automated market maker (AMM) system to enable peer-to-peer trading of ERC-20 tokens. AirSwap: AirSwap is a decentralized exchange that operates as a peer-to-peer relayer on the Ethereum blockchain. It uses an off-chain order book to match buyers and sellers and execute trades.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "relayer", + "Simplified Chinese": "中继器", + "French": "relayeur", + "German": "Relayer", + "Indonesian": "relayer", + "Italian": "relayer", + "Korean": "릴레이어", + "Persian": "رله‌کننده", + "Brazilian Portuguese": "relayer", + "Russian": "ретранслятор", + "Spanish": "repetidor", + "Filipino (Tagalog)": "tagapaghatid", + "Thai": "รีเลเยอร์", + "Turkish": "düzenleyici", + "Vietnamese": "sàn chuyển tiếp", + "Arabic": "ناقل", + "Traditional Chinese": "中繼器", + "Dutch": "relayer", + "Greek": "αποδέκτης", + "Hindi": "रीलेयर (relayer)", + "Hungarian": "összekötő", + "Japanese": "リレイヤー", + "Polish": "Relayer", + "Ukrainian": "ретранслятор" + } + }, + "Remote Procedure Call (RPC)": { + "term": "Remote Procedure Call (RPC)", + "phonetic": "", + "partOfSpeech": "", + "definition": "The Remote Procedure Call is a technology that is used to transfer data between endpoints. You may often see it referred to as JSON-RPC, which is its full name; see ‘JSON-RPC’ for further details.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Remote Procedure Call (RPC)", + "Simplified Chinese": "远程过程调用(RPC)", + "French": "Appel de procédure à distance (RPC)", + "German": "Remote Procedure Call (RPC)", + "Indonesian": "Panggilan Prosedur Jarak Jauh (RPC)", + "Italian": "Chiamata di procedura remota (RPC)", + "Korean": "원격 프로시저 호출(RPC)", + "Persian": "فراخوانی رویه از راه دور", + "Brazilian Portuguese": "Chamada de procedimento remoto (RPC)", + "Russian": "Удаленный вызов процедур (RPC)", + "Spanish": "llamada a procedimiento remoto (RPC)", + "Filipino (Tagalog)": "Remote Procedure Call (RPC)", + "Thai": "การเรียกโปรแกรมย่อยระยะไกล (PRC)", + "Turkish": "Uzak Yordam Çağrısı (RPC)", + "Vietnamese": "Gọi hàm từ xa (RPC)", + "Arabic": "استدعاء الإجراء البعيد (RPC)", + "Traditional Chinese": "遠端程序呼叫", + "Dutch": "remote procedure call (RPC)", + "Greek": "Κλήση απομακρυσμένης διαδικασίας (RPC)", + "Hindi": "रिमोट प्रोसीजर कॉल (RPC)", + "Hungarian": "távoli eljáráshívás (TE)", + "Japanese": "遠隔手続き呼び出し (RPC)", + "Polish": "Zdalne wywołanie procedury (RPC)", + "Ukrainian": "Віддалений виклик процедур (RPC)" + } + }, + "Rinkeby": { + "term": "Rinkeby", + "phonetic": "", + "partOfSpeech": "", + "definition": "An Ethereum testnet that uses Proof of Authority consensus, available through MetaMask; Following the transition to Proof of Stake, Rinkeby scheduled its deprecation for the end of 2023.", + "termCategory": "Software term", + "i18n": { + "Term": "Rinkeby", + "Simplified Chinese": "Rinkeby", + "French": "Rinkeby", + "German": "Rinkeby", + "Indonesian": "Rinkeby", + "Italian": "Rinkeby", + "Korean": "린케비", + "Persian": "رینکبای", + "Brazilian Portuguese": "Rinkeby", + "Russian": "Rinkeby", + "Spanish": "Rinkeby", + "Filipino (Tagalog)": "Rinkeby", + "Thai": "Rinkeby", + "Turkish": "Rinkeby", + "Vietnamese": "Rinkeby", + "Arabic": "Rinkeby", + "Traditional Chinese": "Rinkeby", + "Dutch": "Rinkeby", + "Greek": "Rinkeby", + "Hindi": "Rinkeby", + "Hungarian": "Rinkeby", + "Japanese": "Rinkeby", + "Polish": "Rinkeby", + "Ukrainian": "Rinkeby" + } + }, + "Roadmap": { + "term": "Roadmap", + "phonetic": "", + "partOfSpeech": "", + "definition": "A planning technique which lays out the short and long term goals of a particular project within a flexible estimated timeline.", + "termCategory": "Software term", + "i18n": { + "Term": "Roadmap", + "Simplified Chinese": "路线图", + "French": "Feuille de route", + "German": "Roadmap", + "Indonesian": "Peta jalan", + "Italian": "Roadmap", + "Korean": "로드맵", + "Persian": "نقشه راه", + "Brazilian Portuguese": "Roteiro", + "Russian": "План-график", + "Spanish": "Hoja de ruta", + "Filipino (Tagalog)": "Roadmap", + "Thai": "แผนดำเนินการ", + "Turkish": "Yol haritası", + "Vietnamese": "Lộ trình", + "Arabic": "خارطة الطريق", + "Traditional Chinese": "路線圖", + "Dutch": "roadmap", + "Greek": "Οδικός χάρτης", + "Hindi": "रोडमैप", + "Hungarian": "terv", + "Japanese": "ロードマップ", + "Polish": "Kompleksowy plan działania", + "Ukrainian": "Дорожня карта" + } + }, + "Rocket Pool": { + "term": "Rocket Pool", + "phonetic": "", + "partOfSpeech": "", + "definition": "Rocket Pool is a decentralized Ethereum staking pool.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Rocket Pool", + "Simplified Chinese": "Rocket Pool", + "French": "Rocket Pool", + "German": "Rocket Pool", + "Indonesian": "Rocket Pool", + "Italian": "Rocket Pool", + "Korean": "로켓풀", + "Persian": "راکت پول", + "Brazilian Portuguese": "Rocket Pool", + "Russian": "Rocket Pool", + "Spanish": "Rocket Pool", + "Filipino (Tagalog)": "Rocket Pool", + "Thai": "Rocket Pool", + "Turkish": "Rocket Pool", + "Vietnamese": "Rocket Pool", + "Arabic": "Rocket Pool", + "Traditional Chinese": "Rocket Pool", + "Dutch": "Rocket Pool", + "Greek": "Rocket Pool", + "Hindi": "रॉकेट पूल", + "Hungarian": "Rocket Pool", + "Japanese": "Rocket Pool", + "Polish": "Rocket Pool", + "Ukrainian": "Rocket Pool" + } + }, + "rollups": { + "term": "rollups", + "phonetic": "", + "partOfSpeech": "", + "definition": "Rollups (pronounced 'roll ups') are one element in the set of tools and infrastructure being built as scaling solutions for the Ethereum network. They consist, in general, of networks which prioritize their ability to compute transactions and smart contract functionality, and then 'roll up' those transactions to Ethereum Mainnet for secure verification of their validity. There are different ways of approaching this problem from a technical point of view, namely Zero Knowledge, or ZK, rollups, and Optimistic rollups. Arbitrum and Optimism are prominent examples. See the entries on both of these types of rollup for more, and more in-depth discussion here.", + "termCategory": "Software term", + "i18n": { + "Term": "rollups", + "Simplified Chinese": "扩容方案", + "French": "rollups", + "German": "Rollups", + "Indonesian": "rollup", + "Italian": "rollup", + "Korean": "롤업", + "Persian": "رول‌آپ‌ها", + "Brazilian Portuguese": "rollups", + "Russian": "роллапы", + "Spanish": "rollups", + "Filipino (Tagalog)": "rollups", + "Thai": "โรลล์อัป", + "Turkish": "rolluplar", + "Vietnamese": "tổng hợp", + "Arabic": "تجميعات", + "Traditional Chinese": "交易卷", + "Dutch": "rollups", + "Greek": "rollups", + "Hindi": "रॉलअप्स", + "Hungarian": "rollupok", + "Japanese": "ロールアップ", + "Polish": "Rollupy", + "Ukrainian": "роллапи" + } + }, + "Ropsten": { + "term": "Ropsten", + "phonetic": "", + "partOfSpeech": "", + "definition": "An Ethereum testnet that used Proof of Work, and, following the transition to Proof of Stake, was deprecated.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Ropsten", + "Simplified Chinese": "Ropsten", + "French": "Ropsten", + "German": "Ropsten", + "Indonesian": "Ropsten", + "Italian": "Ropsten", + "Korean": "롭스텐", + "Persian": "راپستن", + "Brazilian Portuguese": "Ropsten", + "Russian": "Ropsten", + "Spanish": "Ropsten", + "Filipino (Tagalog)": "Ropsten", + "Thai": "Ropsten", + "Turkish": "Ropsten", + "Vietnamese": "Ropsten", + "Arabic": "Ropsten", + "Traditional Chinese": "Ropsten", + "Dutch": "Ropsten", + "Greek": "Ropsten", + "Hindi": "Ropsten", + "Hungarian": "Ropsten", + "Japanese": "Ropsten", + "Polish": "Ropsten", + "Ukrainian": "Ropsten" + } + }, + "RPC": { + "term": "RPC", + "phonetic": "", + "partOfSpeech": "", + "definition": "The Remote Procedure Call is a technology that is used to transfer data between endpoints. You may often see it referred to as JSON-RPC, which is its full name; see 'JSON-RPC' for further details.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "RPC", + "Simplified Chinese": "RPC(远程过程调用)", + "French": "RPC", + "German": "RPC", + "Indonesian": "RPC", + "Italian": "RPC", + "Korean": "RPC", + "Persian": "RPC", + "Brazilian Portuguese": "RPC", + "Russian": "RPC", + "Spanish": "RPC", + "Filipino (Tagalog)": "RPC", + "Thai": "RPC", + "Turkish": "RPC", + "Vietnamese": "RPC", + "Arabic": "استدعاء الإجراء البعيد (RPC)", + "Traditional Chinese": "遠端程序呼叫", + "Dutch": "RPC", + "Greek": "RPC", + "Hindi": "RPC", + "Hungarian": "TE", + "Japanese": "RPC", + "Polish": "RPC", + "Ukrainian": "RPC" + } + }, + "rug pull": { + "term": "rug pull", + "phonetic": "", + "partOfSpeech": "", + "definition": "Similar to the traditional financial scam of a pyramid scheme, a 'rug pull' is a cryptocurrency or crypto-token based scam in which the creators of the token create hype, through injecting liquidity into their token, airdropping, and other schemes, and once investors pile in and boost the price of the token up to a certain point, the creators liquidate their (generally majority) share of the tokens, leaving their investors with next to nothing.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "rug pull", + "Simplified Chinese": "跑路", + "French": "escroquerie du tirage de tapis (rug pull)", + "German": "Rug Pull", + "Indonesian": "rug pull", + "Italian": "rug pull", + "Korean": "러그 풀", + "Persian": "‏کلاهبرداری راگ پول", + "Brazilian Portuguese": "puxada de tapete", + "Russian": "раг-пулл", + "Spanish": "tirón de alfombra", + "Filipino (Tagalog)": "rug pull", + "Thai": "กลโกงแบบหอบหนี", + "Turkish": "rug pull (halı çekme)", + "Vietnamese": "rút thảm", + "Arabic": "هروب المحتالين", + "Traditional Chinese": "拉地毯", + "Dutch": "rug pull", + "Greek": "rug pull", + "Hindi": "रग पुल (rug pull)", + "Hungarian": "rug pull", + "Japanese": "ラグプル", + "Polish": "Rug pull", + "Ukrainian": "«витягування килимка»" + } + }, + "Safeheron": { + "term": "Safeheron", + "phonetic": "", + "partOfSpeech": "", + "definition": "Safeheron is an open-source platform for managing digital assets.", + "termCategory": "Software term", + "i18n": { + "Term": "Safeheron", + "Simplified Chinese": "Safeheron", + "French": "Safeheron", + "German": "Safeheron", + "Indonesian": "Safeheron", + "Italian": "Safeheron", + "Korean": "세이프헤론", + "Persian": "Safeheron", + "Brazilian Portuguese": "Safeheron", + "Russian": "Safeheron", + "Spanish": "Safeheron", + "Filipino (Tagalog)": "Safeheron", + "Thai": "Safeheron", + "Turkish": "Safeheron", + "Vietnamese": "Safeheron", + "Arabic": "Safeheron", + "Traditional Chinese": "Safeheron", + "Dutch": "Safeheron", + "Greek": "Safeheron", + "Hindi": "Safeheron", + "Hungarian": "Safeheron", + "Japanese": "Safeheron", + "Polish": "Safeheron", + "Ukrainian": "Safeheron" + } + }, + "Samsung Pay": { + "term": "Samsung Pay", + "phonetic": "", + "partOfSpeech": "", + "definition": "Samsung Pay is a mobile payment and digital wallet service that lets users make payments using compatible phones and other Samsung-produced devices.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Samsung Pay", + "Simplified Chinese": "Samsung Pay", + "French": "Samsung Pay", + "German": "Samsung Pay", + "Indonesian": "Samsung Pay", + "Italian": "Samsung Pay", + "Korean": "삼성페이", + "Persian": "پرداخت سامسونگ", + "Brazilian Portuguese": "Samsung Pay", + "Russian": "Samsung Pay", + "Spanish": "Samsung Pay", + "Filipino (Tagalog)": "Samsung Pay", + "Thai": "Samsung Pay", + "Turkish": "Samsung Pay", + "Vietnamese": "Samsung Pay", + "Arabic": "Samsung Pay", + "Traditional Chinese": "Samsung Pay", + "Dutch": "Samsung Pay", + "Greek": "Samsung Pay", + "Hindi": "Samsung Pay", + "Hungarian": "Samsung Pay", + "Japanese": "Samsung Pay", + "Polish": "Samsung Pay", + "Ukrainian": "Samsung Pay" + } + }, + "sandbox": { + "term": "sandbox", + "phonetic": "", + "partOfSpeech": "", + "definition": "A testing environment in a computer system in which new or untested software or coding can be run securely.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "sandbox", + "Simplified Chinese": "沙盒", + "French": "environnement de test sandbox", + "German": "Sandbox", + "Indonesian": "sandbox", + "Italian": "sandbox", + "Korean": "샌드박스", + "Persian": "سندباکس", + "Brazilian Portuguese": "sandbox", + "Russian": "«песочница»", + "Spanish": "entorno de pruebas", + "Filipino (Tagalog)": "sandbox", + "Thai": "แซนด์บ็อกซ์", + "Turkish": "sandbox", + "Vietnamese": "môi trường thử nghiệm", + "Arabic": "بيئة الاختبار", + "Traditional Chinese": "沙盒", + "Dutch": "sandbox", + "Greek": "sandbox", + "Hindi": "सैंडबॉक्स", + "Hungarian": "sandbox (homokozó)", + "Japanese": "サンドボックス", + "Polish": "Środowisko testowe / piaskownica", + "Ukrainian": "пісочниця" + } + }, + "Sardine": { + "term": "Sardine", + "phonetic": "", + "partOfSpeech": "", + "definition": "Sardine is an instant fiat and crypto settlement platform.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Sardine", + "Simplified Chinese": "Sardine", + "French": "Sardine", + "German": "Sardine", + "Indonesian": "Sardine", + "Italian": "Sardine", + "Korean": "Sardine", + "Persian": "Sardine", + "Brazilian Portuguese": "Sardine", + "Russian": "Sardine", + "Spanish": "Sardine", + "Filipino (Tagalog)": "Sardine", + "Thai": "Sardine", + "Turkish": "Sardine", + "Vietnamese": "Sardine", + "Arabic": "منصة Sardine", + "Traditional Chinese": "Sardine", + "Dutch": "Sardine", + "Greek": "Sardine", + "Hindi": "Sardine", + "Hungarian": "Sardine", + "Japanese": "Sardine", + "Polish": "Sardine", + "Ukrainian": "Sardine" + } + }, + "Satoshi Nakamoto": { + "term": "Satoshi Nakamoto", + "phonetic": "", + "partOfSpeech": "", + "definition": "A pseudonymous individual or entity who created the Bitcoin protocol, solving the digital currency issue of the “double spend.” Nakamoto first published their white paper describing the project in 2008, and the first Bitcoin software was released one year later.", + "termCategory": "Software term", + "i18n": { + "Term": "Satoshi Nakamoto", + "Simplified Chinese": "中本聪", + "French": "Satoshi Nakamoto", + "German": "Satoshi Nakamoto", + "Indonesian": "Satoshi Nakamoto", + "Italian": "Satoshi Nakamoto", + "Korean": "나카모토 사토시", + "Persian": "ساتوشی ناکاموتو", + "Brazilian Portuguese": "Satoshi Nakamoto", + "Russian": "Сатоши Накамото", + "Spanish": "Satoshi Nakamoto", + "Filipino (Tagalog)": "Satoshi Nakamoto", + "Thai": "ซาโตชิ นากาโมโต", + "Turkish": "Satoshi Nakamoto", + "Vietnamese": "Satoshi Nakamoto", + "Arabic": "ساتوشي ناكاموتو", + "Traditional Chinese": "Satoshi Nakamoto", + "Dutch": "Satoshi Nakamoto", + "Greek": "Satoshi Nakamoto", + "Hindi": "सातोशी नाकामोटो", + "Hungarian": "Satoshi Nakamoto", + "Japanese": "Satoshi Nakamoto", + "Polish": "Satoshi Nakamoto", + "Ukrainian": "Сатоші Накамото" + } + }, + "scalability": { + "term": "scalability", + "phonetic": "", + "partOfSpeech": "", + "definition": "A change in size or scale to handle a network’s demands. This word is used to refer to a blockchain project’s ability to handle network traffic, future growth, and capacity in its intended application.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "scalability", + "Simplified Chinese": "可扩展性", + "French": "scalabiité", + "German": "Skalierbarkeit", + "Indonesian": "skalabilitas", + "Italian": "scalabilità", + "Korean": "확장성", + "Persian": "مقیاس پذیری", + "Brazilian Portuguese": "escalabilidade", + "Russian": "масштабируемость", + "Spanish": "escalabilidad", + "Filipino (Tagalog)": "scalability", + "Thai": "ความสามารถในการปรับขนาด", + "Turkish": "ölçeklendirilebilirlik", + "Vietnamese": "khả năng mở rộng", + "Arabic": "قابلية التوسع", + "Traditional Chinese": "可擴展性", + "Dutch": "schaalbaarheid", + "Greek": "επεκτασιμότητα", + "Hindi": "स्केलेबिल्टी", + "Hungarian": "méretezhetőség", + "Japanese": "スケーラビリティ", + "Polish": "Skalowalność", + "Ukrainian": "масштабованість" + } + }, + "Scaling": { + "term": "Scaling", + "phonetic": "", + "partOfSpeech": "", + "definition": "The main goal of scalability is to increase transaction speed (faster finality), and transaction throughput (high transactions per second), without sacrificing decentralization or security.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Scaling", + "Simplified Chinese": "扩容", + "French": "Monter en charge / Montée en charge", + "German": "Skalieren", + "Indonesian": "Scaling", + "Italian": "Scaling", + "Korean": "스케일링", + "Persian": "مقیاس پذیری", + "Brazilian Portuguese": "Dimensionamento", + "Russian": "масштабирование", + "Spanish": "escalado", + "Filipino (Tagalog)": "Scaling", + "Thai": "ปรับขนาด", + "Turkish": "Ölçeklendirme", + "Vietnamese": "Mở rộng quy mô", + "Arabic": "التوسع", + "Traditional Chinese": "擴展", + "Dutch": "opschalen", + "Greek": "Αλλαγή κλίμακας", + "Hindi": "स्केलिंग", + "Hungarian": "méretezés", + "Japanese": "スケーリング", + "Polish": "Skalowanie", + "Ukrainian": "Масштабування" + } + }, + "Scrypt": { + "term": "Scrypt", + "phonetic": "", + "partOfSpeech": "", + "definition": "An alternative proof-of-work (PoW) algorithm to SHA-256, used in Bitcoin mining. Scrypt mining relies more heavily on memory than on pure CPU power, aiming to reduce the advantage that ASICs. Scrypt", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Scrypt", + "Simplified Chinese": "Scrypt 挖掘算法", + "French": "Scrypt", + "German": "Scrypt", + "Indonesian": "Scrypt", + "Italian": "Scrypt", + "Korean": "스크립트", + "Persian": "اسکریپت", + "Brazilian Portuguese": "Scrypt", + "Russian": "Scrypt", + "Spanish": "scrypt", + "Filipino (Tagalog)": "Scrypt", + "Thai": "สคริปต์", + "Turkish": "Scrypt", + "Vietnamese": "Scrypt", + "Arabic": "خوارزمية التعدين Scrypt", + "Traditional Chinese": "Scrypt", + "Dutch": "scrypt", + "Greek": "Συνάρτηση παραγωγής κλειδιού", + "Hindi": "Scrypt", + "Hungarian": "Scrypt", + "Japanese": "Scrypt", + "Polish": "Scrypt", + "Ukrainian": "Scrypt" + } + }, + "Secret Recovery Phrase": { + "term": "Secret Recovery Phrase", + "phonetic": "", + "partOfSpeech": "", + "definition": "The seed phrase, mnemonic, or Secret Recovery Phrase is a crucial part of public blockchain technology, originally created for Bitcoin, and goes by many names. However, they all refer to a set of ordered words which correspond to determined values. These values never change, and therefore the same string of words in the same order will always produce the same number–this is the underlying functionality that allows seed phrases to back up wallets. This is also where the name ‘hierarchical deterministic wallets’ comes from, as all the accounts in a given wallet are deterministically created from the seed phrase, and they are hierarchically controlled by it. A Secret Recovery Phrase is exactly what it sounds like: something that is secret, and should be known only to the owner of the account. If the seed phrase is given to someone else, that person has complete control over the account; they can drain it of tokens and funds, execute transactions with it, etc. What is a ‘Secret Recovery Phrase’ and how to keep your crypto wallet secure", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Secret Recovery Phrase", + "Simplified Chinese": "私钥助记词", + "French": "Phrase secrète de récupération", + "German": "Geheime Wiederherstellungsphrase", + "Indonesian": "Frasa Pemulihan Rahasia", + "Italian": "Frase di recupero segreta", + "Korean": "비밀복구구문", + "Persian": "عبارت بازیابی محرمانه", + "Brazilian Portuguese": "Frase secreta de recuperação", + "Russian": "Секретная фраза для восстановления", + "Spanish": "frase secreta de recuperación", + "Filipino (Tagalog)": "Lihim na Parirala sa Pagbawi", + "Thai": "วลีกู้คืนรหัส", + "Turkish": "Gizli Kurtarma İfadesi", + "Vietnamese": "Cụm từ khôi phục bí mật", + "Arabic": "عبارة الاسترداد السرية", + "Traditional Chinese": "助記詞", + "Dutch": "geheime herstelzin", + "Greek": "Μυστική φράση ανάκτησης", + "Hindi": "सीक्रेट रिकवरी फ्रेज़", + "Hungarian": "titkos helyreállítási kifejezés", + "Japanese": "秘密のリカバリーフレーズ", + "Polish": "Fraza odzyskiwania", + "Ukrainian": "Секретна фраза відновлення" + } + }, + "Security Token": { + "term": "Security Token", + "phonetic": "", + "partOfSpeech": "", + "definition": "A security token is essentially a digital form of traditional securities. There are three primary types of traditional securities: equities, debt and a hybrid of debt and equity. Examples of securities include stocks, bonds, ETFs, options and futures. Hypothetically, any of these things can be tokenized to become a security token. It is possible that in the near future, security tokens could serve as a very viable alternative and competitor to stocks and other traditional securities. Security Token", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Security Token", + "Simplified Chinese": "证券型代币", + "French": "Jeton de sécurité", + "German": "Security Token", + "Indonesian": "Token Keamanan", + "Italian": "Security Token", + "Korean": "보안 토큰", + "Persian": "توکن اوراق بهادار", + "Brazilian Portuguese": "Token de segurança", + "Russian": "Токен безопасности", + "Spanish": "token de seguridad", + "Filipino (Tagalog)": "Token ng Seguridad", + "Thai": "โทเค็นหลักทรัพย์", + "Turkish": "Menkul Kıymet Tokeni", + "Vietnamese": "Token chứng khoán", + "Arabic": "توكِنّ ورقة مالية", + "Traditional Chinese": "證券型代幣", + "Dutch": "beveiligingstoken", + "Greek": "Διακριτικό ασφαλείας", + "Hindi": "Security Token", + "Hungarian": "biztonsági zseton", + "Japanese": "セキュリティトークン", + "Polish": "Token zabezpieczający", + "Ukrainian": "Токен безпеки" + } + }, + "Security Token Offering (STO)": { + "term": "Security Token Offering (STO)", + "phonetic": "", + "partOfSpeech": "", + "definition": "A security token offering (STO) is a form of initial coin offering (ICO) where a company or organization issues a security token that is backed by a tangible asset, such as real estate, technology or other assets. The security token represents the right to ownership of the underlying asset, with the tokens being tradeable on a compliant digital asset exchange. Security Token Offering", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Security Token Offering (STO)", + "Simplified Chinese": "证券型代币发行(STO)", + "French": "Offre de jetons de sécurité (STO)", + "German": "Security-Token-Offering (STO)", + "Indonesian": "Penawaran Token Keamanan (STO)", + "Italian": "Security Token Offering (STO)", + "Korean": "증권형 토큰 공개(STO)", + "Persian": "عرضه توکن اوراق بهادار (STO)", + "Brazilian Portuguese": "Oferta de token de segurança (STO)", + "Russian": "Предложение токенов безопасности (STO)", + "Spanish": "oferta de tokens de seguridad (STO)", + "Filipino (Tagalog)": "Security Token Offering (STO)", + "Thai": "การเสนอขายโทเค็นหลักทรัพย์ (STO)", + "Turkish": "Menkul Kıymet Token Arzı (STO)", + "Vietnamese": "Cung cấp mã thông báo bảo mật (STO)", + "Arabic": "عرض توكِنّ الورقة المالية (STO)", + "Traditional Chinese": "證券型代幣發行", + "Dutch": "STO (security token offering)", + "Greek": "Προσφορά διακριτικών ασφαλείας (STO)", + "Hindi": "सिक्यूरिटी टोकन ऑफरिंग (STO)", + "Hungarian": "biztonsági zseton ajánlat (BZA)", + "Japanese": "セキュリティトークンオファリング (STO)", + "Polish": "STO (Security Token Offering)", + "Ukrainian": "Пропозиція токенів безпеки (STO)" + } + }, + "seed phrase": { + "term": "seed phrase", + "phonetic": "", + "partOfSpeech": "", + "definition": "Another term for Secret Recovery Phrase", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "seed phrase", + "Simplified Chinese": "助记词", + "French": "phrase secrète", + "German": "Seed-Phrase", + "Indonesian": "seed phrase", + "Italian": "frase di ripristino", + "Korean": "시드구문", + "Persian": "عبارت بازیابی", + "Brazilian Portuguese": "frase-semente", + "Russian": "сид-фраза", + "Spanish": "frase semilla", + "Filipino (Tagalog)": "pariralang binhi", + "Thai": "ซีดเฟส", + "Turkish": "anahtar cümle", + "Vietnamese": "cụm từ khôi phục", + "Arabic": "العبارة الأولية", + "Traditional Chinese": "助記詞", + "Dutch": "seed phrase", + "Greek": "seed phrase", + "Hindi": "सीड फ्रेज़", + "Hungarian": "magkifejezés", + "Japanese": "シードフレーズ", + "Polish": "Fraza seed", + "Ukrainian": "сід-фраза" + } + }, + "self-custody (noun)": { + "term": "self-custody (noun)", + "phonetic": "", + "partOfSpeech": "", + "definition": "Self-custodial' refers to the fact that it's you ('self') who holds your wallet's private key(s). A self-custodial wallet eliminates the third party between you and your crypto-assets, which is more suitable for some people.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "self-custody (noun)", + "Simplified Chinese": "自主托管", + "French": "Détention en propre", + "German": "Selbstverwahrung", + "Indonesian": "penyimpanan mandiri (noun)", + "Italian": "self-custody (noun)", + "Korean": "자기 양육권 (명사)", + "Persian": "خود حضانتی", + "Brazilian Portuguese": "autocustódia", + "Russian": "самодепозитарий", + "Spanish": "autocustodia", + "Filipino (Tagalog)": "sariling kustodiya (pangngalan)", + "Thai": "การเก็บรักษาเอง", + "Turkish": "self-custody (emanet edilmeyen)", + "Vietnamese": "tự quản (danh từ)", + "Arabic": "الحفظ الذاتي", + "Traditional Chinese": "用者自理", + "Dutch": "self-custody/zelfbewaring/eigen beheer", + "Greek": "αυτοεπιμέλεια", + "Hindi": "सेल्फ-कस्टडी (नाउन)", + "Hungarian": "öngondnokság", + "Japanese": "セルフカストディ", + "Polish": "Samodzielne zarządzanie", + "Ukrainian": "самостійне зберігання" + } + }, + "self-executing": { + "term": "self-executing", + "phonetic": "", + "partOfSpeech": "", + "definition": "A smart contract is a self-executing contract: a computer program that automatically executes the terms of a contract when certain conditions are met.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "self-executing", + "Simplified Chinese": "自动执行", + "French": "Auto-exécution", + "German": "selbstausführend", + "Indonesian": "eksekusi mandiri", + "Italian": "auto-esecuzione", + "Korean": "셀프 커스터디", + "Persian": "خود اجراشونده", + "Brazilian Portuguese": "autoexecutável", + "Russian": "самоисполняющийся", + "Spanish": "autoejecutable", + "Filipino (Tagalog)": "sariling pagpapatupad", + "Thai": "ดำเนินการเอง", + "Turkish": "kendiliğinden uygulanan", + "Vietnamese": "tự thực hiện", + "Arabic": "ذاتي التنفيذ", + "Traditional Chinese": "自動執行", + "Dutch": "zelfuitvoerend", + "Greek": "αυτοδικαίως εκτελεστή", + "Hindi": "सेल्फ-एक्सीक्यूटिंग", + "Hungarian": "önvégrehajtó", + "Japanese": "自動実行型", + "Polish": "Samowykonalność", + "Ukrainian": "самовиконуваний" + } + }, + "Sepolia": { + "term": "Sepolia", + "phonetic": "", + "partOfSpeech": "", + "definition": "Sepolia is a test networks. It is primarily used for development on the blockchain (testing out applications and smart contracts, etc). ETH on these testnets is a dummy balance and cannot be withdrawn or sent to mainnet", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Sepolia", + "Simplified Chinese": "Sepolia", + "French": "Sepolia", + "German": "Sepolia", + "Indonesian": "Sepolia", + "Italian": "Sepolia", + "Korean": "Sepolia", + "Persian": "سپولیا", + "Brazilian Portuguese": "Sepolia", + "Russian": "Sepolia", + "Spanish": "Sepolia", + "Filipino (Tagalog)": "Sepolia", + "Thai": "Sepolia", + "Turkish": "Sepolia", + "Vietnamese": "Sepolia", + "Arabic": "Sepolia", + "Traditional Chinese": "Sepolia", + "Dutch": "Sepolia", + "Greek": "Sepolia", + "Hindi": "Sepolia", + "Hungarian": "Sepolia", + "Japanese": "Sepolia", + "Polish": "Sepolia", + "Ukrainian": "Sepolia" + } + }, + "Serenity": { + "term": "Serenity", + "phonetic": "", + "partOfSpeech": "", + "definition": "The Ethereum network is working on a series of technical upgrades that will allow massive increases in transaction throughput, amongst other things. The plan that outlined these changes was originally referred to as 'Serenity', although that name has become less popular, in favor of specific definitions of the upgrades themselves.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Serenity", + "Simplified Chinese": "Serenity", + "French": "Serenity", + "German": "Serenity", + "Indonesian": "Serenity", + "Italian": "Serenity", + "Korean": "세레니티", + "Persian": "سرنیتی", + "Brazilian Portuguese": "Serenity", + "Russian": "Serenity", + "Spanish": "Serenity", + "Filipino (Tagalog)": "Serenity", + "Thai": "Serenity", + "Turkish": "Serenity", + "Vietnamese": "Serenity", + "Arabic": "ترقية Serenity", + "Traditional Chinese": "Serenity", + "Dutch": "Serenity", + "Greek": "Serenity", + "Hindi": "Serenity", + "Hungarian": "Serenity", + "Japanese": "セレニティ", + "Polish": "Serenity", + "Ukrainian": "Serenity" + } + }, + "serialization": { + "term": "serialization", + "phonetic": "", + "partOfSpeech": "", + "definition": "The process of converting a data structure into a sequence of bytes. Ethereum internally uses an encoding format called recursive-length prefix encoding (RLP).", + "termCategory": "Brand/project name", + "i18n": { + "Term": "serialization", + "Simplified Chinese": "序列化", + "French": "sérialisation", + "German": "Serialisierung", + "Indonesian": "serialisasi", + "Italian": "serializzazione", + "Korean": "직렬화", + "Persian": "دنباله‌سازی", + "Brazilian Portuguese": "serialização", + "Russian": "сериализация", + "Spanish": "serialización", + "Filipino (Tagalog)": "pagse-serye", + "Thai": "การเรียงลำดับอนุกรม", + "Turkish": "serileştirme", + "Vietnamese": "tuần tự hóa", + "Arabic": "عملية التسلسل", + "Traditional Chinese": "序列化", + "Dutch": "serialisatie", + "Greek": "σειριοποίηση", + "Hindi": "सीरियलाइज़ेशन", + "Hungarian": "sorozatosítás", + "Japanese": "シリアル化", + "Polish": "Serializacja", + "Ukrainian": "серіалізація" + } + }, + "Shard chain": { + "term": "Shard chain", + "phonetic": "", + "partOfSpeech": "", + "definition": "A proof-of-stake chain that is coordinated by the Beacon Chain and secured by validators. There will be 64 added to the network as part of the shard chain upgrade. Shard chains will offer increased transaction throughput for Ethereum by providing additional data to layer 2 solutions like optimistic rollups and ZK-rollups.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Shard chain", + "Simplified Chinese": "分片区块链", + "French": "chaîne de fragment", + "German": "Shard Chain", + "Indonesian": "Chain pecahan", + "Italian": "Shard chain", + "Korean": "샤드체인", + "Persian": "زنجیره شارد", + "Brazilian Portuguese": "Cadeia de fragmentos", + "Russian": "Шардчейн", + "Spanish": "cadena de fragmentos", + "Filipino (Tagalog)": "Chain ng pagpipira-piraso", + "Thai": "ชาร์ดเชน", + "Turkish": "Parça zincir", + "Vietnamese": "Chuỗi phân đoạn", + "Arabic": "سلسلة مجزأة", + "Traditional Chinese": "分片鏈", + "Dutch": "shard chain", + "Greek": "Αλυσίδα Θραυσμάτων", + "Hindi": "शार्ड (Shard) चेन", + "Hungarian": "szilánk lánc", + "Japanese": "シャードチェーン", + "Polish": "Łańcuch odłamkowy (shard chain)", + "Ukrainian": "Ланцюжок сегментів" + } + }, + "sharding (noun)": { + "term": "sharding (noun)", + "phonetic": "", + "partOfSpeech": "", + "definition": "Sharding, in public blockchains, refers to splitting an entire network into multiple portions, called “shards.” Each shard would contain its own independent state, meaning a unique set of account balances and smart contracts. Sharding is currently being investigated and developed as one of the set of tools and solutions for scaling Ethereum.", + "termCategory": "Software term", + "i18n": { + "Term": "sharding (noun)", + "Simplified Chinese": "分片", + "French": "fragmentation (nom)", + "German": "Sharding", + "Indonesian": "pemecahan (noun)", + "Italian": "sharding (noun)", + "Korean": "샤딩(명사)", + "Persian": "شاردینگ", + "Brazilian Portuguese": "fragmentação", + "Russian": "шардинг", + "Spanish": "fragmentación", + "Filipino (Tagalog)": "pagpipira-piraso (pangngalan)", + "Thai": "การแบ่งชาร์ด", + "Turkish": "sharding (bölme)", + "Vietnamese": "phân đoạn (danh từ)", + "Arabic": "تجزئة الشبكة", + "Traditional Chinese": "分片", + "Dutch": "sharding", + "Greek": "Θραύσμα", + "Hindi": "शार्डिंग (sharding) (नाउन)", + "Hungarian": "szilánkosítás (sharding)", + "Japanese": "シャーディング", + "Polish": "Sharding", + "Ukrainian": "шардування" + } + }, + "Shielded Transaction": { + "term": "Shielded Transaction", + "phonetic": "", + "partOfSpeech": "", + "definition": "A shielded transaction is essentially a transaction that is between two shielded addresses. Shielded Transaction", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Shielded Transaction", + "Simplified Chinese": "隐私交易", + "French": "Transaction protégée", + "German": "Abgeschirmte Transaktion", + "Indonesian": "Translaksi Terlindung", + "Italian": "Transazione protetta", + "Korean": "차폐 트랜잭션", + "Persian": "تراکنش محافظت‌شده", + "Brazilian Portuguese": "Transação blindada", + "Russian": "Защищенная транзакция", + "Spanish": "transacción blindada", + "Filipino (Tagalog)": "Shielded na Transaksyon", + "Thai": "ธุรกรรมที่มีการป้องกัน", + "Turkish": "Korumalı İşlem", + "Vietnamese": "Giao dịch được bảo vệ", + "Arabic": "معاملة مُحصنة", + "Traditional Chinese": "匿名交易", + "Dutch": "afgeschermde transactie", + "Greek": "Προστατευμένη συναλλαγή", + "Hindi": "Shielded Transaction", + "Hungarian": "védett tranzakció", + "Japanese": "秘匿化済みトランザクション", + "Polish": "Ukryta transakcja", + "Ukrainian": "Захищена транзакція" + } + }, + "sidechain": { + "term": "sidechain", + "phonetic": "", + "partOfSpeech": "", + "definition": "A ‘sidechain’ refers to a chain that is connected to another (most often, to Ethereum) through a bridge, allowing assets to be transferred between them. In contrast to a Layer 2 network or a rollup, a sidechain is a full blockchain network in and of itself, and does not rely on Ethereum for consensus. It therefore must be evaluated independently in terms of its security, stability, and other features. See also “blockchain trilemma”, “modular blockchain”. Note: Bridges exist for good reason; sending tokens from a sidechain to Ethereum mainnet or vice versa would result in token loss.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "sidechain", + "Simplified Chinese": "侧链", + "French": "chaîne latérale/blockchain secondaire", + "German": "Sidechain", + "Indonesian": "sidechain", + "Italian": "sidechain", + "Korean": "사이드체인", + "Persian": "زنجیره جانبی", + "Brazilian Portuguese": "sidechain", + "Russian": "сайдчейн", + "Spanish": "cadena lateral", + "Filipino (Tagalog)": "sidechain", + "Thai": "เชนข้างเคียง", + "Turkish": "yan zincir", + "Vietnamese": "chuỗi phụ", + "Arabic": "سلسلة جانبية", + "Traditional Chinese": "側鏈", + "Dutch": "sidechain", + "Greek": "πλευρική αλυσίδα", + "Hindi": "साइडचेन", + "Hungarian": "oldallánc", + "Japanese": "サイドチェーン", + "Polish": "Łańcuch boczny", + "Ukrainian": "сайдчейн" + } + }, + "Signature (Cryptographic)": { + "term": "Signature (Cryptographic)", + "phonetic": "", + "partOfSpeech": "", + "definition": "See 'Digital signature'", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Signature (Cryptographic)", + "Simplified Chinese": "签名(加密)", + "French": "Signature numérique (cryptographie)", + "German": "Signatur (kryptografisch)", + "Indonesian": "Tanda Tangan (Kriptografik)", + "Italian": "Firma (crittata)", + "Korean": "서명(암호화)", + "Persian": "امضا (رمزنگاری)", + "Brazilian Portuguese": "Assinatura (criptográfica)", + "Russian": "Подпись (Криптографическая)", + "Spanish": "firma (criptográfica)", + "Filipino (Tagalog)": "Lagda (Kriptograpiya)", + "Thai": "ลายเซ็น (วิทยาการรหัสลับ)", + "Turkish": "İmza (Kriptografik)", + "Vietnamese": "Chữ ký (Mật mã hoá)", + "Arabic": "التوقيع (تشفير)", + "Traditional Chinese": "簽章", + "Dutch": "handtekening", + "Greek": "Υπογραφή (Κρυπτογραφική)", + "Hindi": "सिग्नेचर (क्रिप्टोग्राफ़िक)", + "Hungarian": "aláírás (kriptográfiai)", + "Japanese": "署名", + "Polish": "Podpis (kryptograficzny)", + "Ukrainian": "Підпис (криптографічний)" + } + }, + "slashing condition": { + "term": "slashing condition", + "phonetic": "", + "partOfSpeech": "", + "definition": "Under a Proof of Stake (PoS) consensus mechanism, a slashing condition is one that causes the validator's deposit to be destroyed when they trigger it. See also 'Proof of Stake'.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "slashing condition", + "Simplified Chinese": "削减条件", + "French": "condition de hachage", + "German": "Slashing-Bedingung", + "Indonesian": "kondisi slashing", + "Italian": "condizione di slash", + "Korean": "슬래싱 조건", + "Persian": "شرط کاهنده", + "Brazilian Portuguese": "condição de corte", + "Russian": "условие слэшинга", + "Spanish": "condición de corte", + "Filipino (Tagalog)": "kondisyon ng paglaslas", + "Thai": "เงื่อนไขลงโทษ", + "Turkish": "slashing ceza durumu", + "Vietnamese": "điều kiện phạt", + "Arabic": "شرط الشطب", + "Traditional Chinese": "刪砍條件", + "Dutch": "slashing condition", + "Greek": "συνθήκη slashing", + "Hindi": "स्लैशिंग (slashing) कंडीशन", + "Hungarian": "fenyegető állapot", + "Japanese": "スラッシュ条件", + "Polish": "Slashing", + "Ukrainian": "умова скорочення" + } + }, + "slippage": { + "term": "slippage", + "phonetic": "", + "partOfSpeech": "", + "definition": "Slippage is the expected percentage difference between a quoted and an executed price.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "slippage", + "Simplified Chinese": "滑移", + "French": "slippage / effet de glissement", + "German": "Slippage", + "Indonesian": "slippage", + "Italian": "slippage", + "Korean": "슬리피지", + "Persian": "لغزش قیمت", + "Brazilian Portuguese": "slippage", + "Russian": "проскальзывание", + "Spanish": "deslizamiento", + "Filipino (Tagalog)": "slippage", + "Thai": "ค่าความคลาดเคลื่อน", + "Turkish": "kayma", + "Vietnamese": "trượt giá", + "Arabic": "الانزلاق السعري", + "Traditional Chinese": "滑點", + "Dutch": "slippage", + "Greek": "απόκλιση", + "Hindi": "स्लिपेज (slippage)", + "Hungarian": "csúszás", + "Japanese": "スリッページ", + "Polish": "Poślizg cenowy", + "Ukrainian": "прослизання" + } + }, + "slot": { + "term": "slot", + "phonetic": "", + "partOfSpeech": "", + "definition": "In Proof of Stake consensus in Ethereum, a 'slot' is a period of time equivalent to 12 seconds; 32 slots make up an 'epoch'. Slots are significant in that for each slot, a different validator node is randomly chosen to propose blocks to the network, and a different committee of validators are chosen to vote on whether each block is valid", + "termCategory": "Blockchain term", + "i18n": { + "Term": "slot", + "Simplified Chinese": "时间间隔(Slot)", + "French": "slot", + "German": "Slot", + "Indonesian": "slot", + "Italian": "slot", + "Korean": "슬롯", + "Persian": "اسلات", + "Brazilian Portuguese": "espaço", + "Russian": "слот", + "Spanish": "ranura", + "Filipino (Tagalog)": "puwang", + "Thai": "สล็อต", + "Turkish": "slot", + "Vietnamese": "khe thời gian", + "Arabic": "فاصل زمني", + "Traditional Chinese": "時隙", + "Dutch": "slot", + "Greek": "χρονικό διάστημα", + "Hindi": "स्लॉट", + "Hungarian": "rés", + "Japanese": "スロット", + "Polish": "Slot", + "Ukrainian": "слот" + } + }, + "smart contract": { + "term": "smart contract", + "phonetic": "", + "partOfSpeech": "", + "definition": "Smart contracts are programs that have been published on a public blockchain, and can be used by anyone. While they often contain agreements or sets of actions between parties that emulate a traditional legal contract, they are not, in and of themselves, legal documents. Smart contracts are automated actions that can be coded and executed once a set of conditions is met, and are the dominant form of programming on the Ethereum Virtual Machine.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "smart contract", + "Simplified Chinese": "智能合约", + "French": "contrat intelligent", + "German": "Smart Contract", + "Indonesian": "kontrak cerdas", + "Italian": "smart contract", + "Korean": "스마트 계약", + "Persian": "قرارداد هوشمند", + "Brazilian Portuguese": "contrato inteligente", + "Russian": "смарт-контракт", + "Spanish": "contrato inteligente", + "Filipino (Tagalog)": "smart na kontrata", + "Thai": "สมาร์ตคอนแทรกต์", + "Turkish": "akıllı sözleşme", + "Vietnamese": "hợp đồng thông minh", + "Arabic": "عقد ذكي", + "Traditional Chinese": "智能合約", + "Dutch": "slim contract", + "Greek": "έξυπνη σύμβαση", + "Hindi": "स्मार्ट कॉन्ट्रैक्ट", + "Hungarian": "Smart Contract", + "Japanese": "スマートコントラクト", + "Polish": "Smart kontrakt (kontrakt inteligentny)", + "Ukrainian": "смарт-контракт" + } + }, + "snap": { + "term": "snap", + "phonetic": "", + "partOfSpeech": "", + "definition": "A program or piece of code that extends the functionality of MetaMask by using the MetaMask Snaps framework.", + "termCategory": "MetaMask term", + "i18n": { + "Term": "snap", + "Simplified Chinese": "Snap", + "French": "Snap", + "German": "Snap", + "Indonesian": "Snap", + "Italian": "Snap", + "Korean": "Snap", + "Persian": "Snap", + "Brazilian Portuguese": "Snap", + "Russian": "Snap", + "Spanish": "Snap", + "Filipino (Tagalog)": "Snap", + "Thai": "Snap", + "Turkish": "Snap", + "Vietnamese": "Snap", + "Arabic": "Snap", + "Traditional Chinese": "Snap", + "Dutch": "Snap", + "Greek": "Snap", + "Hindi": "Snap", + "Hungarian": "Snap", + "Japanese": "Snap", + "Polish": "Snap", + "Ukrainian": "Snap" + } + }, + "soft fork": { + "term": "soft fork", + "phonetic": "", + "partOfSpeech": "", + "definition": "A change to the blockchain protocol resulting in only previously valid blocks and transactions being made invalid. Since old nodes will recognize the new blocks as valid, a soft fork is backward-compatible. However, this can result in a potential divide in the blockchain, as the old software generates blocks that read as invalid according to the new rules. Contrast with 'hard fork'; for more basic information regarding forks, see 'fork'.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "soft fork", + "Simplified Chinese": "软分叉", + "French": "fork doux", + "German": "Soft Fork", + "Indonesian": "soft fork", + "Italian": "soft fork", + "Korean": "소프트 포크", + "Persian": "انشعاب نرم", + "Brazilian Portuguese": "soft fork", + "Russian": "софтфорк", + "Spanish": "bifurcación suave", + "Filipino (Tagalog)": "soft fork", + "Thai": "การแยกอสมบูรณ์", + "Turkish": "yumuşak çatal", + "Vietnamese": "phân nhánh mềm", + "Arabic": "انقسام بسيط (هارد فورك)", + "Traditional Chinese": "軟分叉", + "Dutch": "soft fork", + "Greek": "soft fork", + "Hindi": "सॉफ्ट फोर्क", + "Hungarian": "puha villa", + "Japanese": "ソフトフォーク", + "Polish": "Soft fork", + "Ukrainian": "софт-форк" + } + }, + "Software Development Kit (SDK)": { + "term": "Software Development Kit (SDK)", + "phonetic": "", + "partOfSpeech": "", + "definition": "A software development kit is a collection of software development tools in one installable package. They facilitate the creation of applications by having a compiler, debugger and sometimes a software framework. See 'MetaMask SDK'", + "termCategory": "MetaMask term", + "i18n": { + "Term": "Software Development Kit (SDK)", + "Simplified Chinese": "软件开发工具包(SDK)", + "French": "Kit de développement logiciel (SDK)", + "German": "Software Development Kit (SDK)", + "Indonesian": "Kit Pengembangan Perangkat Lunak (SDK)", + "Italian": "Software Development Kit (SDK)", + "Korean": "소프트웨어 개발 키트(SDK)", + "Persian": "کیت توسعه نرم‌افزار (SDK)", + "Brazilian Portuguese": "Kit de desenvolvimento de software (SDK)", + "Russian": "Комплект для разработки программного обеспечения (SDK)", + "Spanish": "kit de desarrollo de software (SDK)", + "Filipino (Tagalog)": "Software Development Kit (SDK)", + "Thai": "ชุดพัฒนาซอฟต์แวร์ (SDK)", + "Turkish": "Yazılım Geliştirme Kiti (SDK)", + "Vietnamese": "Bộ công cụ phát triển phần mềm (SDK)", + "Arabic": "مجموعة تطوير البرمجيات (SDK)", + "Traditional Chinese": "軟體開發套件", + "Dutch": "SDK (software development kit)", + "Greek": "Software Development Kit (SDK)", + "Hindi": "सॉफ्टवेयर डेवलपमेंट किट (SDK)", + "Hungarian": "szoftverfejlesztő készlet (SZK)", + "Japanese": "ソフトウェア開発キット (SDK)", + "Polish": "Software Development Kit (SDK)", + "Ukrainian": "Комплект для розробки програмного забезпечення (SDK)" + } + }, + "Solidity": { + "term": "Solidity", + "phonetic": "", + "partOfSpeech": "", + "definition": "The programming language developers use to write smart contracts on the Ethereum network. See also ‘smart contract’. Solidity", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Solidity", + "Simplified Chinese": "Solidity", + "French": "Solidity", + "German": "Solidity", + "Indonesian": "Solidity", + "Italian": "Solidity", + "Korean": "솔리디티", + "Persian": "سالیدیتی", + "Brazilian Portuguese": "Solidity", + "Russian": "Solidity", + "Spanish": "Solidity", + "Filipino (Tagalog)": "Solidity", + "Thai": "Solidity", + "Turkish": "Solidity", + "Vietnamese": "Solidity", + "Arabic": "لغة البرمجة Solidity", + "Traditional Chinese": "Solidity", + "Dutch": "Solidity", + "Greek": "Solidity", + "Hindi": "Solidity", + "Hungarian": "Solidity", + "Japanese": "Solidity", + "Polish": "Solidity", + "Ukrainian": "Solidity" + } + }, + "stablecoin": { + "term": "stablecoin", + "phonetic": "", + "partOfSpeech": "", + "definition": "A cryptocurrency whose value has been ‘pegged’ to that of something considered a ‘stable’ asset, like fiat currency or gold. It theoretically remains stable in price, as it is measured against a known amount of an asset which should be less subject to fluctuation. Always spelled as one word. User Guide: Tokens", + "termCategory": "Software term", + "i18n": { + "Term": "stablecoin", + "Simplified Chinese": "稳定币", + "French": "Stablecoin (monnaie stable)", + "German": "Stablecoin", + "Indonesian": "stablecoin", + "Italian": "stablecoin", + "Korean": "스테이블코인", + "Persian": "استیبل کوین", + "Brazilian Portuguese": "stablecoin", + "Russian": "стейблкоин", + "Spanish": "moneda estable", + "Filipino (Tagalog)": "stablecoin", + "Thai": "สเตเบิลคอยน์", + "Turkish": "stabil kripto para", + "Vietnamese": "đồng ổn định", + "Arabic": "عملة مستقرة", + "Traditional Chinese": "穩定幣", + "Dutch": "stablecoin", + "Greek": "stablecoin", + "Hindi": "स्टेबलकॉइन", + "Hungarian": "stabil érme", + "Japanese": "ステーブルコイン", + "Polish": "Stablecoin", + "Ukrainian": "стейблкойн" + } + }, + "staking (noun)": { + "term": "staking (noun)", + "phonetic": "", + "partOfSpeech": "", + "definition": "On the Ethereum Proof of Stake network, those wishing to participate in consensus must first lock up, or ‘stake’, 32 ETH into a smart contract; this ETH may be ‘slashed’ (taken from them and ‘burned’, put out of circulation) in the event that their validator behaves maliciously or does not meet performance requirements. Similar Proof of Stake mechanisms are in operation on other networks, as well. Although this is the canonical meaning of the word, similar actions taken at the level of a decentralized exchange (DEX) or another dapp are often called ‘staking’, though it would probably be more accurate and descriptive to just call this ‘locking up tokens’.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "staking (noun)", + "Simplified Chinese": "质押", + "French": "staking (nom)", + "German": "Staking", + "Indonesian": "staking (noun)", + "Italian": "staking (noun)", + "Korean": "스테이킹(명사)", + "Persian": "سپرده‌گذاری", + "Brazilian Portuguese": "staking", + "Russian": "стейкинг", + "Spanish": "staking", + "Filipino (Tagalog)": "pagtataya (pangngalan)", + "Thai": "การฝาก", + "Turkish": "stake etme", + "Vietnamese": "ký gửi (danh từ)", + "Arabic": "الربط", + "Traditional Chinese": "幣安質押", + "Dutch": "staking", + "Greek": "συμμετοχή", + "Hindi": "स्टेकिंग (नाउन)", + "Hungarian": "tét", + "Japanese": "ステーキング", + "Polish": "Staking", + "Ukrainian": "стейкинг" + } + }, + "state": { + "term": "state", + "phonetic": "", + "partOfSpeech": "", + "definition": "The set of data that a blockchain network strictly needs to keep track of, and that represents data currently relevant to applications on the chain.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "state", + "Simplified Chinese": "状态", + "French": "état", + "German": "Status", + "Indonesian": "state", + "Italian": "stato", + "Korean": "상태", + "Persian": "وضعیت", + "Brazilian Portuguese": "estado", + "Russian": "стейт", + "Spanish": "estado", + "Filipino (Tagalog)": "estado", + "Thai": "สถานะ", + "Turkish": "durum", + "Vietnamese": "trạng thái", + "Arabic": "حالة", + "Traditional Chinese": "state", + "Dutch": "status", + "Greek": "state", + "Hindi": "स्टेट", + "Hungarian": "állapot", + "Japanese": "ステート", + "Polish": "Stan", + "Ukrainian": "стан" + } + }, + "state channels": { + "term": "state channels", + "phonetic": "", + "partOfSpeech": "", + "definition": "State channels are part of the set of tools and platforms involved in scaling Ethereum. While a complex topic, state channels are essentially methods through which the current 'state' of the blockchain can be exported, and then based on that, any given number of transactions can take place off-chain, and then be moved back onto the main Ethereum chain.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "state channels", + "Simplified Chinese": "状态通道", + "French": "canaux d’état", + "German": "Statuskanäle", + "Indonesian": "saluran state", + "Italian": "canali di stato", + "Korean": "상태 채널", + "Persian": "کانال‌های وضعیت", + "Brazilian Portuguese": "canais de estado", + "Russian": "Каналы состояния", + "Spanish": "canales de estado", + "Filipino (Tagalog)": "mga channel ng estado", + "Thai": "แชนแนลสถานะ", + "Turkish": "durum kanalları", + "Vietnamese": "kênh trạng thái", + "Arabic": "قنوات الحالة", + "Traditional Chinese": "狀態通道", + "Dutch": "statuskanalen", + "Greek": "state channels", + "Hindi": "स्टेट चैनल्स", + "Hungarian": "állapoti csatornák", + "Japanese": "ステートチャネル", + "Polish": "Kanały stanu", + "Ukrainian": "канали стану" + } + }, + "Streaming": { + "term": "Streaming", + "phonetic": "", + "partOfSpeech": "", + "definition": "Money streaming represents the idea of continuous payments over time. Block numbers are used to measure time in the blockchain and continuously update the balances of the parties in the contract.", + "termCategory": "Software term", + "i18n": { + "Term": "Streaming", + "Simplified Chinese": "资金流", + "French": "Continu", + "German": "Streaming", + "Indonesian": "Streaming", + "Italian": "Streaming", + "Korean": "스트리밍", + "Persian": "جریان پول", + "Brazilian Portuguese": "Fluxo", + "Russian": "Стриминг", + "Spanish": "flujo", + "Filipino (Tagalog)": "Streaming", + "Thai": "สตรีม", + "Turkish": "Streaming", + "Vietnamese": "Thanh toán liên tục", + "Arabic": "تدفق", + "Traditional Chinese": "金流", + "Dutch": "streaming", + "Greek": "Ροή", + "Hindi": "स्ट्रीमिंग", + "Hungarian": "streaming", + "Japanese": "ストリーミング", + "Polish": "Streaming", + "Ukrainian": "Потокова передача" + } + }, + "swap (noun)": { + "term": "swap (noun)", + "phonetic": "", + "partOfSpeech": "", + "definition": "As the number of different blockchain projects and tokens has proliferated, the system by which users exchange one token for another has come to be known as swapping, and the individual action, a swap. Within MetaMask, users have access to a powerful aggregator showing them information about swaps across the ecosystem, this is MetaMask Swaps: User Guide Swaps", + "termCategory": "Blockchain term", + "i18n": { + "Term": "swap (noun)", + "Simplified Chinese": "兑换", + "French": "swap (nom)", + "German": "Swap", + "Indonesian": "penukaran (noun)", + "Italian": "scambio (noun)", + "Korean": "스왑(명사)", + "Persian": "تغییر دادن", + "Brazilian Portuguese": "troca", + "Russian": "своп", + "Spanish": "intercambio", + "Filipino (Tagalog)": "palitan (pangngalan)", + "Thai": "การแลกเปลี่ยน", + "Turkish": "swap", + "Vietnamese": "hoán đổi (danh từ)", + "Arabic": "مبادلة", + "Traditional Chinese": "交換", + "Dutch": "swap", + "Greek": "εναλλαγή", + "Hindi": "स्वैप (नाउन)", + "Hungarian": "csere", + "Japanese": "スワップ", + "Polish": "Wymiana", + "Ukrainian": "своп" + } + }, + "Swap /MetaSwap": { + "term": "Swap /MetaSwap", + "phonetic": "", + "partOfSpeech": "", + "definition": "As the number of different blockchain projects and tokens has proliferated, the system by which users exchange one token for another has come to be known as swapping, and the individual action, a swap.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Swap /MetaSwap", + "Simplified Chinese": "Swap /MetaSwap", + "French": "Swap/Metswap", + "German": "Swap/MetaSwap", + "Indonesian": "Swap /MetaSwap", + "Italian": "Swap /MetaSwap", + "Korean": "스왑/메타스왑", + "Persian": "مبادله/MetaSwap", + "Brazilian Portuguese": "Troca /MetaSwap", + "Russian": "Своп /MetaSwap", + "Spanish": "intercambio/metaintercambio", + "Filipino (Tagalog)": "Swap /MetaSwap", + "Thai": "Swap /MetaSwap", + "Turkish": "Swap /MetaSwap", + "Vietnamese": "Hoán đổi/MetaSwap", + "Arabic": "المبادلة / MetaSwap", + "Traditional Chinese": "交換", + "Dutch": "swap/MetaSwap", + "Greek": "Εναλλαγή/MetaSwap", + "Hindi": "स्वैप/मेटास्वैप", + "Hungarian": "Swap/MetaSwap", + "Japanese": "Swap /MetaSwap", + "Polish": "Swap / MetaSwap", + "Ukrainian": "Swap /MetaSwap" + } + }, + "szabo": { + "term": "szabo", + "phonetic": "", + "partOfSpeech": "", + "definition": "A denomination of ETH. See also 'ether (denominations)'.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "szabo", + "Simplified Chinese": "szabo", + "French": "szabo", + "German": "Szabo", + "Indonesian": "szabo", + "Italian": "szabo", + "Korean": "재보", + "Persian": "سابو", + "Brazilian Portuguese": "szabo", + "Russian": "сабо", + "Spanish": "szabo", + "Filipino (Tagalog)": "szabo", + "Thai": "ซาโบ", + "Turkish": "szabo", + "Vietnamese": "szabo", + "Arabic": "سزابو (szabo)", + "Traditional Chinese": "szabo", + "Dutch": "szabo", + "Greek": "szabo", + "Hindi": "szabo", + "Hungarian": "szabo", + "Japanese": "szabo", + "Polish": "Szabo", + "Ukrainian": "сабо" + } + }, + "testnet (test network)": { + "term": "testnet (test network)", + "phonetic": "", + "partOfSpeech": "", + "definition": "A testnet is a blockchain network that mirrors, as closely as possible, the current conditions of a corresponding ‘main’ network. Testnets are used by developers to verify that their smart contracts and other functionality work as intended, before permanently recording their code to a live blockchain network (and often spending significant gas fees in the process!). Tokens minted on testnets are not transferrable for their equivalent value on mainnets.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "testnet (test network)", + "Simplified Chinese": "测试网", + "French": "testnet (réseau de test)", + "German": "Testnet (Testnetzwerk)", + "Indonesian": "testnet (jaringan tes)", + "Italian": "testnet (test network)", + "Korean": "테스트넷(테스트 네트워크)", + "Persian": "شبکه آزمایشی", + "Brazilian Portuguese": "testnet (rede de teste)", + "Russian": "тестнет (тестовая сеть)", + "Spanish": "testnet (red de prueba)", + "Filipino (Tagalog)": "testnet (test network)", + "Thai": "เครือข่ายทดสอบ", + "Turkish": "test ağı", + "Vietnamese": "testnet (mạng thử nghiệm)", + "Arabic": "شبكة الاختبار (testnet)", + "Traditional Chinese": "測試網", + "Dutch": "testnet (testnetwerk)", + "Greek": "testnet (test network)", + "Hindi": "टैस्टनेट (टैस्ट नेटवर्क)", + "Hungarian": "teszthálózat (teszthálózat)", + "Japanese": "テストネット (テストネットワーク)", + "Polish": "Testnet (sieć testowa)", + "Ukrainian": "testnet (тестова мережа)" + } + }, + "Testnet Kovan": { + "term": "Testnet Kovan", + "phonetic": "", + "partOfSpeech": "", + "definition": "An Ethereum testnet that uses Proof of Authority consensus, available through MetaMask; website here.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Testnet Kovan", + "Simplified Chinese": "Testnet Kovan", + "French": "Testnet Kovan", + "German": "Testnet Kovan", + "Indonesian": "Testnet Kovan", + "Italian": "Testnet Kovan", + "Korean": "테스트넷 코반", + "Persian": "شبکه آزمایش کوان", + "Brazilian Portuguese": "Testnet Kovan", + "Russian": "Тестнет Kovan", + "Spanish": "red de pruebas Kovan", + "Filipino (Tagalog)": "Testnet Kovan", + "Thai": "เครือข่ายทดสอบ Kovan", + "Turkish": "Testnet Kovan", + "Vietnamese": "Mạng thử nghiệm Kovan", + "Arabic": "شبكة اختبار Kovan", + "Traditional Chinese": "Testnet Kovan", + "Dutch": "testnet Kovan", + "Greek": "Testnet Kovan", + "Hindi": "टैस्टनेट Kovan", + "Hungarian": "Kovan Teszthálózat", + "Japanese": "テストネット Kovan", + "Polish": "Testnet Kovan", + "Ukrainian": "Kovan Testnet" + } + }, + "Testnet Rinkeby": { + "term": "Testnet Rinkeby", + "phonetic": "", + "partOfSpeech": "", + "definition": "An Ethereum testnet that uses Proof of Authority consensus, available through MetaMask; faucet here. Following the transition to Proof of Stake, Rinkeby scheduled its deprecation for the end of 2023.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Testnet Rinkeby", + "Simplified Chinese": "Testnet Rinkeby", + "French": "Testnet Rinkeby", + "German": "Testnet Rinkeby", + "Indonesian": "Testnet Rinkeby", + "Italian": "Testnet Rinkeby", + "Korean": "테스트넷 린케비", + "Persian": "شبکه آزمایشی رینکبای", + "Brazilian Portuguese": "Testnet Rinkeby", + "Russian": "Тестнет Rinkeby", + "Spanish": "red de pruebas Rinkeby", + "Filipino (Tagalog)": "Testnet Rinkeby", + "Thai": "เครือข่ายทดสอบ Rinkeby", + "Turkish": "Testnet Rinkeby", + "Vietnamese": "Mạng thử nghiệm Rinkeby", + "Arabic": "شبكة اختبار Rinkeby", + "Traditional Chinese": "Testnet Rinkeby", + "Dutch": "testnet Rinkeby", + "Greek": "Testnet Rinkeby", + "Hindi": "टैस्टनेट Rinkeby", + "Hungarian": "Rinkeby teszthálózat", + "Japanese": "テストネット Rinkeby", + "Polish": "Testnet Rinkeby", + "Ukrainian": "Rinkeby Testnet" + } + }, + "Testnet Ropsten": { + "term": "Testnet Ropsten", + "phonetic": "", + "partOfSpeech": "", + "definition": "An Ethereum testnet that used Proof of Work, and, following the transition to Proof of Stake, was deprecated.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Testnet Ropsten", + "Simplified Chinese": "Testnet Ropsten", + "French": "Testnet Ropsten", + "German": "Testnet Ropsten", + "Indonesian": "Testnet Ropsten", + "Italian": "Testnet Ropsten", + "Korean": "테스트넷 롭스텐", + "Persian": "شبکه آزمایشی راپستن", + "Brazilian Portuguese": "Testnet Ropsten", + "Russian": "Тестнет Ropsten", + "Spanish": "red de pruebas Ropsten", + "Filipino (Tagalog)": "Testnet Ropsten", + "Thai": "เครือข่ายทดสอบ Ropsten", + "Turkish": "Testnet Ropsten", + "Vietnamese": "Mạng thử nghiệm Ropsten", + "Arabic": "شبكة اختبار Ropsten", + "Traditional Chinese": "Testnet Ropsten", + "Dutch": "testnet Ropsten", + "Greek": "Testnet Ropsten", + "Hindi": "टैस्टनेट Ropsten", + "Hungarian": "Ropsten teszthálózat", + "Japanese": "テストネット Ropsten", + "Polish": "Testnet Ropsten", + "Ukrainian": "Ropsten Testnet" + } + }, + "token": { + "term": "token", + "phonetic": "", + "partOfSpeech": "", + "definition": "A token represents an asset issued on an existing blockchain; the transfer of tokens and the addresses that currently hold them are the subject of the network’s consensus activities. There are many types of tokens; see also ‘ERC-20’ and ‘ERC-721’ entries.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "token", + "Simplified Chinese": "代币", + "French": "jeton", + "German": "Token", + "Indonesian": "token", + "Italian": "token", + "Korean": "토큰", + "Persian": "توکن", + "Brazilian Portuguese": "token", + "Russian": "токен", + "Spanish": "token", + "Filipino (Tagalog)": "token", + "Thai": "โทเค็น", + "Turkish": "token", + "Vietnamese": "token", + "Arabic": "توكِنّ", + "Traditional Chinese": "代幣", + "Dutch": "token", + "Greek": "συμβολικό νόμισμα", + "Hindi": "टोकन", + "Hungarian": "zseton", + "Japanese": "トークン", + "Polish": "Token", + "Ukrainian": "токен" + } + }, + "token lockup": { + "term": "token lockup", + "phonetic": "", + "partOfSpeech": "", + "definition": "A token lock-up refers to a mechanism where certain tokens or cryptocurrency holdings are locked up or frozen for a specified period of time to restrict their transfer or sale. This is often used in the context of initial coin offerings (ICOs), where token issuers may require investors to commit to holding onto their tokens for a certain period, typically to ensure that investors are committed to the project's long-term success. Token lock-up periods can vary in duration and can be predetermined or set according to certain conditions, such as reaching a certain milestone, liquidity event or network upgrade. During the lock-up period, the tokens cannot be transferred or sold, although in some cases, they may be staked or used to participate in certain network activities. Once the lock-up period is over, the tokens can be freely traded or sold.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "token lockup", + "Simplified Chinese": "代币锁定", + "French": "blocage de jetons", + "German": "Token-Lockup", + "Indonesian": "penguncian token", + "Italian": "lock-up del token", + "Korean": "토큰 락업", + "Persian": "قفل شدن توکن", + "Brazilian Portuguese": "bloqueio de token", + "Russian": "блокировка токена", + "Spanish": "bloqueo de tokens", + "Filipino (Tagalog)": "pag-lock ng token", + "Thai": "ล็อกโทเค็น", + "Turkish": "token kilitlenmesi", + "Vietnamese": "khoá token", + "Arabic": "احتجاز التوكِنّ", + "Traditional Chinese": "代幣鎖倉", + "Dutch": "token-lock-up", + "Greek": "κλείδωμα συμβολικών νομισμάτων", + "Hindi": "टोकन लॉकअप", + "Hungarian": "zseton zárolás", + "Japanese": "トークンロックアップ", + "Polish": "Lock-up tokena", + "Ukrainian": "блокування токенів" + } + }, + "Token standard": { + "term": "Token standard", + "phonetic": "", + "partOfSpeech": "", + "definition": "See ERC-20, ERC-721, ERC-1155, etc.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Token standard", + "Simplified Chinese": "代币标准", + "French": "Jeton standard", + "German": "Token-Standard", + "Indonesian": "Standar token", + "Italian": "Standard del Token", + "Korean": "토큰 표준", + "Persian": "استاندارد توکن", + "Brazilian Portuguese": "Padrão de token", + "Russian": "Стандарт токена", + "Spanish": "Estándar de tokenes", + "Filipino (Tagalog)": "Pamantayan ng token", + "Thai": "มาตรฐานโทเค็น", + "Turkish": "Token standardı", + "Vietnamese": "Tiêu chuẩn token", + "Arabic": "معيار التوكِنّ", + "Traditional Chinese": "代幣標準", + "Dutch": "tokenstandaard", + "Greek": "Τυπικό συμβολικό νόμισμα", + "Hindi": "टोकन स्टैंडर्ड", + "Hungarian": "zseton szabvány", + "Japanese": "トークン規格", + "Polish": "Standard tokena", + "Ukrainian": "Стандарт токенів" + } + }, + "Total Value Locked (TVL)": { + "term": "Total Value Locked (TVL)", + "phonetic": "", + "partOfSpeech": "", + "definition": "Total Value Locked, or TVL, is a common expression used in many contexts across the crypto ecosystem, so it's important to pay attention to the specifics. In general, it refers to how much value, in tokens, has been deposited into something. Most often, it refers to a protocol, which is an application on the blockchain, or a set of protocols. For example, a decentralized token trading platform might have a series of liquidity pools, which are protocols enabling swaps between tokens, and the platform may quote the 'TVL' for all the pools combined. Alternatively, if a network uses proof of stake for their consensus mechanism, they may represent the TVL of all the tokens staked into that consensus protocol.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Total Value Locked (TVL)", + "Simplified Chinese": "总锁仓价值(TVL)", + "French": "Valeur totale verrouillée (TVL)", + "German": "Total Value Locked (TVL)", + "Indonesian": "Total Nilai Dikunci (TVL)", + "Italian": "Valore totale bloccato (TVL)", + "Korean": "락업자산가치", + "Persian": "ارزش کل سرمایه قفل شده (TVL)", + "Brazilian Portuguese": "Valor total bloqueado (TVL)", + "Russian": "Общая заблокированная стоимость (TVL)", + "Spanish": "valor total bloqueado (TVL)", + "Filipino (Tagalog)": "Total Value Locked (TVL)", + "Thai": "มูลค่ารวมในระบบ (TVL)", + "Turkish": "Kilitli Toplam Değer (TVL)", + "Vietnamese": "Tổng giá trị đã khoá (TVL)", + "Arabic": "إجمالي القيمة المحتجزة (TVL)", + "Traditional Chinese": "總鎖倉價值", + "Dutch": "TVL (total value locked)", + "Greek": "Κλειδωμένη συνολική τιμή (TVL)", + "Hindi": "टोटल वैल्यू लॉक्ड (TVL)", + "Hungarian": "teljes zárolt érték (TVL)", + "Japanese": "預かり資産額 (TVL)", + "Polish": "TVL – Total Value Locked (całkowita zablokowana wartość)", + "Ukrainian": "Загальна заблокована вартість (TVL)" + } + }, + "Transaction": { + "term": "Transaction", + "phonetic": "", + "partOfSpeech": "", + "definition": "Data committed to the Ethereum Blockchain signed by an originating account, targeting a specific address. The transaction contains metadata such as the gas limit for that transaction.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Transaction", + "Simplified Chinese": "交易", + "French": "Transaction", + "German": "Transaktion", + "Indonesian": "transaksi", + "Italian": "Transazione", + "Korean": "트랜잭션", + "Persian": "تراکنش", + "Brazilian Portuguese": "Transação", + "Russian": "Транзакция", + "Spanish": "transacción", + "Filipino (Tagalog)": "Transaksyon", + "Thai": "ธุรกรรม", + "Turkish": "İşlem", + "Vietnamese": "Giao dịch", + "Arabic": "المعاملة", + "Traditional Chinese": "交易", + "Dutch": "transactie", + "Greek": "Συναλλαγή", + "Hindi": "ट्रांसेक्शन", + "Hungarian": "tranzakció", + "Japanese": "トランザクション", + "Polish": "Transakcja", + "Ukrainian": "Транзакція" + } + }, + "transaction block": { + "term": "transaction block", + "phonetic": "", + "partOfSpeech": "", + "definition": "A collection of transactions on a blockchain network, gathered into a set or a block that can then be hashed and added to the blockchain. See 'hash'.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "transaction block", + "Simplified Chinese": "交易区块", + "French": "bloc de transactions", + "German": "Transaktionssperre", + "Indonesian": "block transaksi", + "Italian": "blocco transazione", + "Korean": "트랜잭션 블록", + "Persian": "بلاک تراکنش", + "Brazilian Portuguese": "bloco de transação", + "Russian": "блок транзакции", + "Spanish": "bloque de transacciones", + "Filipino (Tagalog)": "block ng transaksyon", + "Thai": "บล็อกธุรกรรม", + "Turkish": "işlem bloku", + "Vietnamese": "khối giao dịch", + "Arabic": "كتلة المعاملة", + "Traditional Chinese": "交易區塊", + "Dutch": "transactieblok", + "Greek": "block συναλλαγής", + "Hindi": "ट्रांसेक्शन ब्लॉक", + "Hungarian": "tranzakciós blokk", + "Japanese": "トランザクションブロック", + "Polish": "Block transakcji", + "Ukrainian": "блок транзакцій" + } + }, + "transaction fee": { + "term": "transaction fee", + "phonetic": "", + "partOfSpeech": "", + "definition": "A small fee imposed on transactions sent across a blockchain network. These fees are used to pay network validators or miners for their participation in consensus, and thus ensure that a blockchain network is self-sustaining.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "transaction fee", + "Simplified Chinese": "交易费用", + "French": "frais de transaction", + "German": "Transaktionsgebühr", + "Indonesian": "biaya transaksi", + "Italian": "commissione transazione", + "Korean": "트랜잭션 수수료", + "Persian": "کارمزد تراکنش", + "Brazilian Portuguese": "taxa de transação", + "Russian": "комиссия за транзакцию", + "Spanish": "tarifa de transacción", + "Filipino (Tagalog)": "bayad sa transaksyon", + "Thai": "ค่าธรรมเนียมธุรกรรม", + "Turkish": "işlem ücreti", + "Vietnamese": "phí giao dịch", + "Arabic": "رسوم المعاملة", + "Traditional Chinese": "交易手續費", + "Dutch": "transactiekosten", + "Greek": "χρεώση συναλλαγής", + "Hindi": "ट्रांसेक्शन फीस", + "Hungarian": "tranzakciós díj", + "Japanese": "トランザクション手数料", + "Polish": "Opłata za transakcje", + "Ukrainian": "комісія за транзакцію" + } + }, + "transaction ID": { + "term": "transaction ID", + "phonetic": "", + "partOfSpeech": "", + "definition": "A transaction hash/ID (often abbreviated as tx hash or txn hash) is a unique identifier, similar to a receipt, that serves as proof that a transaction was validated and added to the blockchain. In many cases, a transaction hash is needed in order to locate funds.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "transaction ID", + "Simplified Chinese": "交易 ID", + "French": "ID de transaction", + "German": "Transaktions-ID", + "Indonesian": "ID transaksi", + "Italian": "ID transazione", + "Korean": "트랜잭션 ID", + "Persian": "شناسه تراکنش", + "Brazilian Portuguese": "ID da transação", + "Russian": "ID транзакции", + "Spanish": "ID de transacción", + "Filipino (Tagalog)": "ID ng transaksyon", + "Thai": "ID ธุรกรรม", + "Turkish": "işlem kimliği", + "Vietnamese": "ID giao dịch", + "Arabic": "مُعرفّ المعاملة", + "Traditional Chinese": "交易ID", + "Dutch": "transactie-ID", + "Greek": "Αναγνωριστικό συναλλαγής", + "Hindi": "Transaction ID", + "Hungarian": "tranzakció azonosító", + "Japanese": "トランザクション ID", + "Polish": "ID transakcji", + "Ukrainian": "ID транзакції" + } + }, + "transaction pool": { + "term": "transaction pool", + "phonetic": "", + "partOfSpeech": "", + "definition": "When a user submits a transaction to the Ethereum network--or many other networks based on Ethereum--the transaction goes into what's know as a 'transaction pool', or 'txpool' for short. This is essentially a queue of transactions that are waiting to be added to a block and recorded to the blockchain. There are mechanisms that determine which transactions are 'picked up' and included in the next block, and there is currently a lot of research surrounding how this decision gets made (see 'MEV'). In Bitcoin, the transaction pool was referred to as the 'memory pool', or 'mempool', and often these terms are used interchangeably.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "transaction pool", + "Simplified Chinese": "交易池", + "French": "pool de transactions", + "German": "Transaktionspool", + "Indonesian": "pool transaksi", + "Italian": "pool transazione", + "Korean": "트랜잭션 풀", + "Persian": "استخر تراکنش", + "Brazilian Portuguese": "pool de transações", + "Russian": "пул транзакций", + "Spanish": "grupo de transacciones", + "Filipino (Tagalog)": "pool ng transaksyon", + "Thai": "พูลธุรกรรม", + "Turkish": "işlem havuzu", + "Vietnamese": "bể nhớ giao dịch", + "Arabic": "تجمع المعاملات", + "Traditional Chinese": "交易池", + "Dutch": "transactiepool", + "Greek": "ομάδα συναλλαγών", + "Hindi": "transaction pool", + "Hungarian": "tranzakciós készlet", + "Japanese": "トランザクションプール", + "Polish": "pula transakcji", + "Ukrainian": "пул транзакцій" + } + }, + "Transak": { + "term": "Transak", + "phonetic": "", + "partOfSpeech": "", + "definition": "Transak is a developer integration toolkit to let users buy/sell crypto in any app, website or web plugin.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Transak", + "Simplified Chinese": "Transak", + "French": "Transak", + "German": "Transak", + "Indonesian": "Transak", + "Italian": "Transak", + "Korean": "트랜삭", + "Persian": "Transak", + "Brazilian Portuguese": "Transak", + "Russian": "Transak", + "Spanish": "Transak", + "Filipino (Tagalog)": "Transak", + "Thai": "Transak", + "Turkish": "Transak", + "Vietnamese": "Transak", + "Arabic": "Transak", + "Traditional Chinese": "Transak", + "Dutch": "Transak", + "Greek": "Transak", + "Hindi": "Transak", + "Hungarian": "Transak", + "Japanese": "Transak", + "Polish": "Transak", + "Ukrainian": "Transak" + } + }, + "Trezor": { + "term": "Trezor", + "phonetic": "", + "partOfSpeech": "", + "definition": "Hardware wallet.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Trezor", + "Simplified Chinese": "Trezor", + "French": "Trezor", + "German": "Trezor", + "Indonesian": "Trezor", + "Italian": "Trezor", + "Korean": "Trezor", + "Persian": "Trezor", + "Brazilian Portuguese": "Trezor", + "Russian": "Trezor", + "Spanish": "Trezor", + "Filipino (Tagalog)": "Trezor", + "Thai": "Trezor", + "Turkish": "Trezor", + "Vietnamese": "Trezor", + "Arabic": "محفظة Trezor", + "Traditional Chinese": "Trezor", + "Dutch": "Trezor", + "Greek": "Trezor", + "Hindi": "Trezor", + "Hungarian": "Trezor", + "Japanese": "Trezor", + "Polish": "Trezor", + "Ukrainian": "Trezor" + } + }, + "Truffle": { + "term": "Truffle", + "phonetic": "", + "partOfSpeech": "", + "definition": "Truffle Suite is a development environment based on Ethereum Blockchain, used to develop dapps. Truffle is a one-stop solution for building dapps: compiling contracts, deploying contracts, injecting it into a web app, creating front-end for dapps and testing. Truffle Suite", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Truffle", + "Simplified Chinese": "Truffle", + "French": "Truffle", + "German": "Truffle", + "Indonesian": "Truffle", + "Italian": "Truffle", + "Korean": "Truffle", + "Persian": "Truffle", + "Brazilian Portuguese": "Truffle", + "Russian": "Truffle", + "Spanish": "Truffle", + "Filipino (Tagalog)": "Truffle", + "Thai": "Truffle", + "Turkish": "Truffle", + "Vietnamese": "Truffle", + "Arabic": "بيئة التطوير Truffle", + "Traditional Chinese": "Truffle", + "Dutch": "Truffle", + "Greek": "Truffle", + "Hindi": "Truffle", + "Hungarian": "Truffle", + "Japanese": "Truffle", + "Polish": "Truffle", + "Ukrainian": "Truffle" + } + }, + "trustless": { + "term": "trustless", + "phonetic": "", + "partOfSpeech": "", + "definition": "Trustless' is a term that gets used a lot in the decentralized web, and it deserves some explanation. Traditionally, to call something 'trustless' would sound like a negative thing. In the context of decentralized technology, it has a more technical meaning: since everyone has a copy of the ledger of all transactions ever executed, there is no need for a centralized entity that 'must be trusted' as the source of truth. With public blockchain networks, data isn't kept on some centralized server somewhere that could be hacked or changed arbitrarily; anyone can verify the transactions themselves. This is why the term 'trustless' was coined: there is no need for trust, although, in a way, the rules and assurances built into the blockchain provide the basis for greater trust between people, because the system is guaranteed to work the same for everyone.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "trustless", + "Simplified Chinese": "去信任", + "French": "sans confiance", + "German": "Vertrauenslos", + "Indonesian": "tidak tepercaya", + "Italian": "trustless", + "Korean": "무신뢰", + "Persian": "بدون نیاز به اعتماد", + "Brazilian Portuguese": "trustless", + "Russian": "трастлесс", + "Spanish": "sin confianza", + "Filipino (Tagalog)": "hindi kailangan ng tiwala", + "Thai": "ไม่ต้องไว้วางใจ", + "Turkish": "güvensiz", + "Vietnamese": "không cần sự tin tưởng", + "Arabic": "لا يتطلب ثقة", + "Traditional Chinese": "去信任", + "Dutch": "trustless", + "Greek": "αναξιοπιστία", + "Hindi": "ट्रस्टलैस (trustless)", + "Hungarian": "trustless", + "Japanese": "トラストレス", + "Polish": "Nieopierające się na zaufaniu", + "Ukrainian": "«без доверия»" + } + }, + "Turing-complete": { + "term": "Turing-complete", + "phonetic": "", + "partOfSpeech": "", + "definition": "Any machine that can calculate on a level equal to a programmable computer is Turing-complete, or computationally universal. The Ethereum Virtual Machine, which processes smart contracts and transactions, is Turing-complete, despite not existing on a single physical computer.", + "termCategory": "Brand/project name", + "i18n": { + "Term": "Turing-complete", + "Simplified Chinese": "图灵完备", + "French": "Turing-complet", + "German": "Turing-Complete", + "Indonesian": "Turing-complete", + "Italian": "Turing equivalenza", + "Korean": "튜링완전", + "Persian": "تورینگ کامل", + "Brazilian Portuguese": "Turing completo", + "Russian": "Полный по Тьюрингу", + "Spanish": "Turing completo", + "Filipino (Tagalog)": "Turing-kumpleto", + "Thai": "สมบูรณ์ตามแบบทัวริง", + "Turkish": "Turing bütünlüğü", + "Vietnamese": "ngôn ngữ Turing hoàn chỉnh", + "Arabic": "تورنج كاملة", + "Traditional Chinese": "圖靈完整", + "Dutch": "turingvolledig", + "Greek": "Turing-complete (Τούρινγκ υπολογιστικά καθολικό)", + "Hindi": "ट्यूरिंग (Turing)-कम्पलीट", + "Hungarian": "Turing-teljes", + "Japanese": "チューリング完全", + "Polish": "Kompletność Turinga", + "Ukrainian": "Повна за Тьюрингом" + } + }, + "Two-Factor Authentication (2FA)": { + "term": "Two-Factor Authentication (2FA)", + "phonetic": "", + "partOfSpeech": "", + "definition": "Two-factor authentication (2FA) is an identity and access management security method that requires two forms of identification to access resources and data. 2FA gives businesses the ability to monitor and help safeguard their most vulnerable information and networks.See also 'U2F' When 2FA", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Two-Factor Authentication (2FA)", + "Simplified Chinese": "双因素认证(2FA)", + "French": "Authentification double (2FA)", + "German": "Zwei-Faktor-Authentifizierung (2FA)", + "Indonesian": "Autentikasi Dua Faktor (2FA)", + "Italian": "Autenticazione a due fattori (2FA)", + "Korean": "이중 인증(two-factor authentication, 2FA)", + "Persian": "تایید هویت دو عاملی (2FA)", + "Brazilian Portuguese": "Autenticação de dois fatores (2FA)", + "Russian": "Двухфакторная аутентификация (2ФА)", + "Spanish": "autenticación de dos factores (2FA)", + "Filipino (Tagalog)": "Two-Factor Authentication (2FA)", + "Thai": "การพิสูจน์ตัวจริงสองปัจจัย (2FA)", + "Turkish": "İki Faktörlü Kimlik Doğrulaması (2FA)", + "Vietnamese": "Xác thực hai yếu tố (2FA)", + "Arabic": "المصادقة الثنائية (2FA)", + "Traditional Chinese": "雙重要素驗證 (2FA)", + "Dutch": "verificatie in twee stappen (2FA)", + "Greek": "Επαλήθευση δύο παραγόντων (2FA)", + "Hindi": "टू-फैक्टर ऑथेंटिकेशन (2FA)", + "Hungarian": "kétlépcsős hitelesítés (2FA)", + "Japanese": "二要素認証 (2FA)", + "Polish": "Uwierzytelnianie dwuskładnikowe (2FA)", + "Ukrainian": "Двофакторна аутентифікація (2FA)" + } + }, + "TXID": { + "term": "TXID", + "phonetic": "", + "partOfSpeech": "", + "definition": "Transaction ID", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "TXID", + "Simplified Chinese": "交易 ID", + "French": "TXID (ID de transaction)", + "German": "TXID", + "Indonesian": "TXID", + "Italian": "TXID", + "Korean": "TXID", + "Persian": "شناسه تراکنش", + "Brazilian Portuguese": "TXID", + "Russian": "TXID", + "Spanish": "ID de transacción", + "Filipino (Tagalog)": "TXID", + "Thai": "TXID", + "Turkish": "TXID", + "Vietnamese": "TXID", + "Arabic": "مُعرفّ المعاملة (TXID)", + "Traditional Chinese": "轉賬ID", + "Dutch": "TXID", + "Greek": "TXID", + "Hindi": "TXID", + "Hungarian": "TXID", + "Japanese": "TXID", + "Polish": "TXID", + "Ukrainian": "TXID" + } + }, + "U2F": { + "term": "U2F", + "phonetic": "", + "partOfSpeech": "", + "definition": "Universal 2nd Factor (U2F) is an open standard that strengthens and simplifies two-factor authentication (2FA) using specialized Universal Serial Bus (USB) or near-field communication (NFC) devices based on similar security technology found in smart cards", + "termCategory": "Software term", + "i18n": { + "Term": "U2F", + "Simplified Chinese": "U2F(通用第二因素)", + "French": "U2F", + "German": "U2F", + "Indonesian": "U2F", + "Italian": "U2F", + "Korean": "U2F", + "Persian": "U2F", + "Brazilian Portuguese": "U2F", + "Russian": "U2F", + "Spanish": "U2F", + "Filipino (Tagalog)": "U2F", + "Thai": "U2F", + "Turkish": "Evrensel 2. Faktör (U2F)", + "Vietnamese": "U2F", + "Arabic": "المعامل الثاني الشامل (U2F)", + "Traditional Chinese": "通用第二因素", + "Dutch": "U2F", + "Greek": "U2F", + "Hindi": "U2F", + "Hungarian": "U2F", + "Japanese": "U2F", + "Polish": "U2F", + "Ukrainian": "U2F" + } + }, + "Uniswap": { + "term": "Uniswap", + "phonetic": "", + "partOfSpeech": "", + "definition": "Uniswap is a decentralized cryptocurrency exchange that uses a set of smart contracts to execute trades on its exchange.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Uniswap", + "Simplified Chinese": "Uniswap", + "French": "Uniswap", + "German": "Uniswap", + "Indonesian": "Uniswap", + "Italian": "Uniswap", + "Korean": "유니스왑", + "Persian": "یونی‌سوآپ", + "Brazilian Portuguese": "Uniswap", + "Russian": "Uniswap", + "Spanish": "Uniswap", + "Filipino (Tagalog)": "Uniswap", + "Thai": "Uniswap", + "Turkish": "Uniswap", + "Vietnamese": "Uniswap", + "Arabic": "Uniswap", + "Traditional Chinese": "Uniswap", + "Dutch": "Uniswap", + "Greek": "Uniswap", + "Hindi": "Uniswap", + "Hungarian": "Uniswap", + "Japanese": "Uniswap", + "Polish": "Uniswap", + "Ukrainian": "Uniswap" + } + }, + "unspent transaction output (UTXO)": { + "term": "unspent transaction output (UTXO)", + "phonetic": "", + "partOfSpeech": "", + "definition": "An unspent transaction output (UTXO) represents some amount of digital currency which has been authorized by one account to be spent by another. UTXOs use public key cryptography to identify and transfer ownership between holders of public/private key pairs. UTXOs are formatted with the recipient's public key, thus restricting the ability to spend that UTXO to the account that can prove ownership of the associated private key. The UTXO can only be spent if it includes the digital signature associated with the public key attached the last time it was sent.", + "termCategory": "Software term", + "i18n": { + "Term": "unspent transaction output (UTXO)", + "Simplified Chinese": "未花费的交易输出(UTXO)", + "French": "sortie de transaction non utilisée (UTXO)", + "German": "Uneingelöster Transaktions-Output (UTXO)", + "Indonesian": "output transaksi tidak digunakan (UTXO)", + "Italian": "output di una transazione non spesa (UTXO)", + "Korean": "미사용 트랜잭션 출력값(UTXO)", + "Persian": "خروجی خرج‌نشده تراکنش (UTXO)", + "Brazilian Portuguese": "saída de transação não gasta (UTXO)", + "Russian": "выход неизрасходованных транзакций (UTXO)", + "Spanish": "salida de transacción no gastada (UTXO)", + "Filipino (Tagalog)": "unspent transaction output (UTXO)", + "Thai": "เอาต์พุตธุรกรรมที่ยังไม่ใช้จ่าย (UTXO)", + "Turkish": "harcanmamış işlem çıktısı (UTXO)", + "Vietnamese": "đầu ra giao dịch chưa được sử dụng (UTXO)", + "Arabic": "ناتج المعاملات غير المُنفقة (UTXO)", + "Traditional Chinese": "未花費交易輸出", + "Dutch": "unspent transaction output (UTXO)", + "Greek": "αδιάθετη έξοδος συναλλαγής (UTXO)", + "Hindi": "अनस्पेंट ट्रांसेक्शन आउटपुट (UTXO)", + "Hungarian": "felhasználatlan tranzakció kimenet (FTK)", + "Japanese": "未使用トランザクションアウトプット (UTXO)", + "Polish": "Unspent transaction output (UTXO)", + "Ukrainian": "вихід невитрачених транзакцій (UTXO)" + } + }, + "upgrade": { + "term": "upgrade", + "phonetic": "", + "partOfSpeech": "", + "definition": "Upgrading is the process of replacing a product with a newer version of the same product. In computing and consumer electronics, an upgrade is generally a replacement of hardware, software, or firmware with a newer or better version, in order to bring the system up to date or to improve its characteristics. See also EIP-1159, merge, and other important Ethereum upgrades", + "termCategory": "Brand/project name", + "i18n": { + "Term": "upgrade", + "Simplified Chinese": "升级", + "French": "mise à niveau / mettre à niveau", + "German": "Upgrade", + "Indonesian": "upgrade", + "Italian": "upgrade", + "Korean": "업그레이드", + "Persian": "ارتقا", + "Brazilian Portuguese": "upgrade", + "Russian": "апгрейд", + "Spanish": "actualizar", + "Filipino (Tagalog)": "mag-upgrade", + "Thai": "อัปเกรด", + "Turkish": "yükselt", + "Vietnamese": "nâng cấp", + "Arabic": "ترقية", + "Traditional Chinese": "升級", + "Dutch": "upgraden", + "Greek": "αναβάθμιση", + "Hindi": "अपग्रेड", + "Hungarian": "frissíteni", + "Japanese": "アップグレード", + "Polish": "Aktualizacja", + "Ukrainian": "оновити" + } + }, + "UTXO": { + "term": "UTXO", + "phonetic": "", + "partOfSpeech": "", + "definition": "Acronym; Unspent Transaction Output.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "UTXO", + "Simplified Chinese": "UTXO(未花费的交易输出)", + "French": "UTXO", + "German": "UTXO", + "Indonesian": "UTXO", + "Italian": "UTXO", + "Korean": "UTXO", + "Persian": "خروجی‌ خرج‌نشده تراکنش", + "Brazilian Portuguese": "UTXO", + "Russian": "UTXO", + "Spanish": "UTXO", + "Filipino (Tagalog)": "UTXO", + "Thai": "UTXO", + "Turkish": "UTXO", + "Vietnamese": "UTXO", + "Arabic": "ناتج المعاملات غير المُنفقة (UTXO)", + "Traditional Chinese": "未花費交易輸出", + "Dutch": "UTXO", + "Greek": "UTXO (Αδιάθετη έξοδος συναλλαγής)", + "Hindi": "UTXO", + "Hungarian": "FTK", + "Japanese": "UTXO", + "Polish": "UTXO", + "Ukrainian": "UTXO" + } + }, + "validator": { + "term": "validator", + "phonetic": "", + "partOfSpeech": "", + "definition": "A participant in Proof of Stake (PoS) consensus. On Ethereum’s Proof of Stake network, validators need to stake 32 ETH in order to get included in the validator set. See also ‘staking’.", + "termCategory": "Software term", + "i18n": { + "Term": "validator", + "Simplified Chinese": "验证器", + "French": "validateur", + "German": "Validator", + "Indonesian": "validator", + "Italian": "validatore", + "Korean": "밸리데이터", + "Persian": "اعتبارسنج", + "Brazilian Portuguese": "validador", + "Russian": "валидатор", + "Spanish": "validador", + "Filipino (Tagalog)": "nagpapatibay", + "Thai": "ผู้ยืนยัน", + "Turkish": "doğrulayıcı", + "Vietnamese": "người xác thực", + "Arabic": "المُدققّ", + "Traditional Chinese": "區塊鏈驗證人", + "Dutch": "validator", + "Greek": "εγκριτής", + "Hindi": "वैलिडेटर", + "Hungarian": "érvényesítő", + "Japanese": "バリデーター", + "Polish": "Walidator", + "Ukrainian": "валідатор" + } + }, + "validity proof": { + "term": "validity proof", + "phonetic": "", + "partOfSpeech": "", + "definition": "The proof submitted along with certain types of rollups to prove that the transactions are valid. See also 'rollups'.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "validity proof", + "Simplified Chinese": "有效性证明", + "French": "preuve de validité", + "German": "Gültigkeitsnachweis", + "Indonesian": "bukti validitas", + "Italian": "prova di validazione", + "Korean": "유효성 증명", + "Persian": "اثبات اعتبار", + "Brazilian Portuguese": "prova de validação", + "Russian": "доказательство действительности", + "Spanish": "prueba de validez", + "Filipino (Tagalog)": "katibayan ng bisa", + "Thai": "หลักฐานยืนยัน", + "Turkish": "geçerlilik ispatı", + "Vietnamese": "bằng chứng hợp lệ", + "Arabic": "إثبات الصلاحية", + "Traditional Chinese": "有效性證明", + "Dutch": "bewijs van geldigheid", + "Greek": "απόδειξη εγκυρότητας", + "Hindi": "वैलिडिटी प्रूफ", + "Hungarian": "érvényességi igazolás", + "Japanese": "有効性証明", + "Polish": "Dowód ważności", + "Ukrainian": "підтвердження достовірності" + } + }, + "Validium": { + "term": "Validium", + "phonetic": "", + "partOfSpeech": "", + "definition": "One of the technologies developed for scaling of the Ethereum network; see more here.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Validium", + "Simplified Chinese": "Validium 扩容技术", + "French": "Validium", + "German": "Validium", + "Indonesian": "Validium", + "Italian": "Validium", + "Korean": "발리디움", + "Persian": "ولیدیوم", + "Brazilian Portuguese": "Validium", + "Russian": "Validium", + "Spanish": "Validium", + "Filipino (Tagalog)": "Validium", + "Thai": "Validium", + "Turkish": "Validium", + "Vietnamese": "Giải pháp Validium", + "Arabic": "Validium", + "Traditional Chinese": "Validium", + "Dutch": "Validium", + "Greek": "Validium (δεδομένα εκτός αλυσίδας)", + "Hindi": "वैलिडियम", + "Hungarian": "Validium", + "Japanese": "バリディウム", + "Polish": "Validium", + "Ukrainian": "Validium" + } + }, + "Vault Decryptor": { + "term": "Vault Decryptor", + "phonetic": "", + "partOfSpeech": "", + "definition": "The MetaMask Vault Decryptor is a tool used in recovering the Secret Recovery Phrase. This tool was written by MetaMask co-founder Dan Finlay and can be accessed here: Vault Decryptor", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Vault Decryptor", + "Simplified Chinese": "Vault Decryptor", + "French": "Décrypteur/Déchiffreur de coffre-fort", + "German": "Vault Decryptor", + "Indonesian": "Dekriptor Vault", + "Italian": "Vault Decryptor", + "Korean": "볼트 암호해독기", + "Persian": "Vault Decryptor", + "Brazilian Portuguese": "Vault Decryptor", + "Russian": "Vault Decryptor", + "Spanish": "Vault Decryptor", + "Filipino (Tagalog)": "Vault Decryptor", + "Thai": "Vault Decryptor", + "Turkish": "Vault Şifre Çözücü", + "Vietnamese": "Vault Decryptor", + "Arabic": "Vault Decryptor", + "Traditional Chinese": "私鑰解密器", + "Dutch": "Vault Decryptor", + "Greek": "Κενή μονάδα κρυπτογράφησης", + "Hindi": "वॉल्ट डिक्रिप्टर", + "Hungarian": "Boltozat dekódoló", + "Japanese": "Vault Decryptor", + "Polish": "Vault Decryptor", + "Ukrainian": "Vault Decryptor" + } + }, + "Vesting": { + "term": "Vesting", + "phonetic": "", + "partOfSpeech": "", + "definition": "In the context of 'vesting period': The act of restricting the sale of a token for a particular period of time. Vesting period", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Vesting", + "Simplified Chinese": "等待行权", + "French": "Acquisition", + "German": "Vesting", + "Indonesian": "Vesting", + "Italian": "Vesting", + "Korean": "베스팅", + "Persian": "توزیع برنامه‌ریزی شده توکن", + "Brazilian Portuguese": "Vesting", + "Russian": "Вестинг", + "Spanish": "bloqueo de tokens", + "Filipino (Tagalog)": "Vesting", + "Thai": "ทยอยให้ตามเวลา", + "Turkish": "Vesting", + "Vietnamese": "Khoá", + "Arabic": "استحقاق", + "Traditional Chinese": "逐步解鎖期", + "Dutch": "vesting/wacht-", + "Greek": "Περιορισμός πώλησης", + "Hindi": "वेस्टिंग", + "Hungarian": "vesting", + "Japanese": "ベスティング", + "Polish": "Vesting", + "Ukrainian": "Вестинг" + } + }, + "wallet": { + "term": "wallet", + "phonetic": "", + "partOfSpeech": "", + "definition": "In Ethereum-based blockchain technology, a 'wallet' is a something that allows you to manage private keys, your Secret Recovery Phrase, and the accounts generated from it. This could be an internet-connected 'hot wallet', like MetaMask, or an 'airgapped' hardware wallet. In more technical speak, you could say 'the wallet is the client, not the keys.' It is very common for people to use the word 'wallet' to refer to their SRP itself, or the accounts generated from it, or even to one account.", + "termCategory": "MetaMask term", + "i18n": { + "Term": "wallet", + "Simplified Chinese": "钱包", + "French": "Portefeuille", + "German": "Wallet (die)", + "Indonesian": "dompet", + "Italian": "portafoglio", + "Korean": "지갑", + "Persian": "کیف پول", + "Brazilian Portuguese": "carteira", + "Russian": "кошелек", + "Spanish": "monedero", + "Filipino (Tagalog)": "wallet", + "Thai": "วอลเล็ต", + "Turkish": "cüzdan", + "Vietnamese": "ví", + "Arabic": "محفظة", + "Traditional Chinese": "錢包", + "Dutch": "wallet", + "Greek": "πορτοφόλι", + "Hindi": "वॉलेट", + "Hungarian": "pénztárca", + "Japanese": "ウォレット", + "Polish": "Portfel", + "Ukrainian": "гаманець" + } + }, + "WalletConnect": { + "term": "WalletConnect", + "phonetic": "", + "partOfSpeech": "", + "definition": "WalletConnect is an open source protocol for connecting decentralised applications to mobile wallets with QR code scanning or deep linking.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "WalletConnect", + "Simplified Chinese": "WalletConnect", + "French": "WalletConnect", + "German": "WalletConnect", + "Indonesian": "WalletConnect", + "Italian": "WalletConnect", + "Korean": "월렛커넥트", + "Persian": "ولت کانکت", + "Brazilian Portuguese": "WalletConnect", + "Russian": "WalletConnect", + "Spanish": "WalletConnect", + "Filipino (Tagalog)": "WalletConnect", + "Thai": "WalletConnect", + "Turkish": "WalletConnect", + "Vietnamese": "WalletConnect", + "Arabic": "بروتوكول WalletConnect", + "Traditional Chinese": "WalletConnect", + "Dutch": "WalletConnect", + "Greek": "WalletConnect", + "Hindi": "WalletConnect", + "Hungarian": "WalletConnect", + "Japanese": "WalletConnect", + "Polish": "WalletConnect", + "Ukrainian": "WalletConnect" + } + }, + "web3, Web 3.0": { + "term": "web3, Web 3.0", + "phonetic": "", + "partOfSpeech": "", + "definition": "Web3, or Web 3.0, are terms used synonymously with “the decentralized web” and are often used to refer, broadly, to the blockchain and decentralized technology ecosystems and communities as a whole.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "web3, Web 3.0", + "Simplified Chinese": "Web3,Web 3.0", + "French": "web3, Web 3.0", + "German": "Web3, Web 3.0", + "Indonesian": "web3, Web 3.0", + "Italian": "web3, Web 3.0", + "Korean": "웹3, 웹 3.0", + "Persian": "وب 3، وب 3.0", + "Brazilian Portuguese": "web3, Web 3.0", + "Russian": "web3, Web 3.0", + "Spanish": "web3, Web 3.0", + "Filipino (Tagalog)": "web3, Web 3.0", + "Thai": "เว็บ 3, เว็บ 3.0", + "Turkish": "web3, Web 3.0", + "Vietnamese": "web3, Web 3.0", + "Arabic": "ويب 3، ويب 3.0", + "Traditional Chinese": "web3, Web 3.0", + "Dutch": "web3, Web 3.0", + "Greek": "web3, Web 3.0", + "Hindi": "web3, Web 3.0", + "Hungarian": "web3, Web 3.0", + "Japanese": "web3, Web 3.0", + "Polish": "web3, Web 3.0", + "Ukrainian": "web3, Web 3.0" + } + }, + "WebHID": { + "term": "WebHID", + "phonetic": "", + "partOfSpeech": "", + "definition": "WebHID (Human Interface Device) Enables web applications to interact with human interface devices (HIDs) other than the standard supported devices (mice, keyboards, touchscreens, and gamepads). However, there are many other HID devices that are currently inaccessible to the web", + "termCategory": "Brand/project name", + "i18n": { + "Term": "WebHID", + "Simplified Chinese": "WebHID", + "French": "WebHID", + "German": "WebHID", + "Indonesian": "WebHID", + "Italian": "WebHID", + "Korean": "WebHID", + "Persian": "WebHID", + "Brazilian Portuguese": "WebHID", + "Russian": "WebHID", + "Spanish": "WebHID", + "Filipino (Tagalog)": "WebHID", + "Thai": "WebHID", + "Turkish": "WebHID", + "Vietnamese": "WebHID", + "Arabic": "WebHID", + "Traditional Chinese": "WEB 型人機介面設備", + "Dutch": "WebHID", + "Greek": "WebHID", + "Hindi": "WebHID", + "Hungarian": "WebHID", + "Japanese": "WebHID", + "Polish": "WebHID", + "Ukrainian": "WebHID" + } + }, + "WebSocket": { + "term": "WebSocket", + "phonetic": "", + "partOfSpeech": "", + "definition": "WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. It's often used by dapps to regularly fetch up-to-date information from the blockchain.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "WebSocket", + "Simplified Chinese": "WebSocket", + "French": "WebSocket", + "German": "WebSocket", + "Indonesian": "WebSocket", + "Italian": "WebSocket", + "Korean": "웹소켓", + "Persian": "وب‌سوکت", + "Brazilian Portuguese": "WebSocket", + "Russian": "WebSocket", + "Spanish": "WebSocket", + "Filipino (Tagalog)": "WebSocket", + "Thai": "WebSocket", + "Turkish": "WebSocket", + "Vietnamese": "WebSocket", + "Arabic": "بروتوكول WebSocket", + "Traditional Chinese": "網絡傳輸協議", + "Dutch": "WebSocket", + "Greek": "WebSocket", + "Hindi": "वेबसॉकेट", + "Hungarian": "WebSocket", + "Japanese": "WebSocket", + "Polish": "WebSocket", + "Ukrainian": "WebSocket" + } + }, + "Wei": { + "term": "Wei", + "phonetic": "", + "partOfSpeech": "", + "definition": "Wei is the smallest denomination of ether, the currency used to facilitate transactional operations on the Ethereum blockchain network, where 10^18 or 1,000,000,000,000,000,000 wei is equivalent to one ether.", + "termCategory": "Software term", + "i18n": { + "Term": "Wei", + "Simplified Chinese": "Wei", + "French": "Wei", + "German": "Wei", + "Indonesian": "Wei", + "Italian": "Wei", + "Korean": "웨이", + "Persian": "وی", + "Brazilian Portuguese": "Wei", + "Russian": "Вей", + "Spanish": "wei", + "Filipino (Tagalog)": "WebSocket", + "Thai": "เวย์", + "Turkish": "Wei", + "Vietnamese": "Wei", + "Arabic": "وي (Wei)", + "Traditional Chinese": "Wei", + "Dutch": "wei", + "Greek": "Wei", + "Hindi": "Wei", + "Hungarian": "Wei", + "Japanese": "Wei", + "Polish": "Wei", + "Ukrainian": "Вей" + } + }, + "Whitepaper": { + "term": "Whitepaper", + "phonetic": "", + "partOfSpeech": "", + "definition": "Whitepapers explain the purpose and technology behind a project.", + "termCategory": "Software term", + "i18n": { + "Term": "Whitepaper", + "Simplified Chinese": "白皮书", + "French": "Livre blanc", + "German": "Whitepaper", + "Indonesian": "Whitepaper", + "Italian": "Whitepaper", + "Korean": "백서", + "Persian": "گزارش جامع", + "Brazilian Portuguese": "Whitepaper", + "Russian": "Белая книга", + "Spanish": "libro blanco", + "Filipino (Tagalog)": "Whitepaper", + "Thai": "หนังสือชี้ชวน", + "Turkish": "Teknik doküman", + "Vietnamese": "Sách trắng", + "Arabic": "الورقة التعريفية", + "Traditional Chinese": "白皮書", + "Dutch": "whitepaper", + "Greek": "Λευκή Βίβλος", + "Hindi": "वाइटपेपर", + "Hungarian": "fehér papír", + "Japanese": "ホワイトペーパー", + "Polish": "Biała księga", + "Ukrainian": "Технічний документ" + } + }, + "Wrapping": { + "term": "Wrapping", + "phonetic": "", + "partOfSpeech": "", + "definition": "Wrapping a token is a way of bringing a token from one network to another, like wrapped Bitcoin or MATIC tokens on Ethereum Mainnet. User Guide: Tokens", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Wrapping", + "Simplified Chinese": "包装", + "French": "Emballage", + "German": "Wrapping", + "Indonesian": "Wrapping", + "Italian": "Wrapping", + "Korean": "래핑", + "Persian": "انتقال از یک شبکه به شبکه دیگر", + "Brazilian Portuguese": "Encapsulamento", + "Russian": "Обертывание", + "Spanish": "envolver", + "Filipino (Tagalog)": "Wrapping", + "Thai": "การห่อ", + "Turkish": "Sarma", + "Vietnamese": "Bao bọc", + "Arabic": "تغليف التوكِنّ", + "Traditional Chinese": "包裝", + "Dutch": "wrappen", + "Greek": "Αντιστοίχιση", + "Hindi": "रैपिंग", + "Hungarian": "becsomagolni", + "Japanese": "ラッピング", + "Polish": "Wrapping", + "Ukrainian": "Обгортання" + } + }, + "Wyre": { + "term": "Wyre", + "phonetic": "", + "partOfSpeech": "", + "definition": "Wyre is a regulated Money Service Business (MSB), which means it is a financial services provider licensed to transmit and convert money. The company is almost a decade old, having been around since 2013. Wyre provides what the company calls a secure and compliant bridge between fiat and cryptocurrencies. It serves as an infrastructure provider for blockchain businesses to connect with the fiat economy. In other words, Wyre payments enable blockchain businesses to efficiently integrate highly customizable fiat on-ramps into their onboarding flows.", + "termCategory": "Software term", + "i18n": { + "Term": "Wyre", + "Simplified Chinese": "Wyre", + "French": "Wyre", + "German": "Wyre", + "Indonesian": "Wyre", + "Italian": "Wyre", + "Korean": "Wyre", + "Persian": "Wyre", + "Brazilian Portuguese": "Wyre", + "Russian": "Wyre", + "Spanish": "Wyre", + "Filipino (Tagalog)": "Wyre", + "Thai": "Wyre", + "Turkish": "Wyre", + "Vietnamese": "Wyre", + "Arabic": "Wyre", + "Traditional Chinese": "Wyre", + "Dutch": "Wyre", + "Greek": "Wyre", + "Hindi": "Wyre", + "Hungarian": "Wyre", + "Japanese": "Wyre", + "Polish": "Wyre", + "Ukrainian": "Wyre" + } + }, + "yield farming": { + "term": "yield farming", + "phonetic": "", + "partOfSpeech": "", + "definition": "Yield farming is an investment practice that involves locking crypto in a dapp for token rewards. Yield farmers deposit their tokens into DeFi applications for crypto trading, lending, or borrowing.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "yield farming", + "Simplified Chinese": "收益挖矿", + "French": "yield farming", + "German": "Yield Farming", + "Indonesian": "yield farming", + "Italian": "yield farming", + "Korean": "이자농사", + "Persian": "کشت سود", + "Brazilian Portuguese": "yield farming", + "Russian": "фарминг доходности", + "Spanish": "agricultura de rendimiento", + "Filipino (Tagalog)": "paglilinang ng ani", + "Thai": "การทำฟาร์ม", + "Turkish": "yield farming", + "Vietnamese": "khai thác lợi nhuận", + "Arabic": "تحصيل العائد", + "Traditional Chinese": "流動性挖礦", + "Dutch": "yield farming", + "Greek": "εξόρυξη ρευστότητας", + "Hindi": "यील्ड फार्मिंग", + "Hungarian": "hozamgazdálkodás", + "Japanese": "イールドファーミング", + "Polish": "Yield farming", + "Ukrainian": "прибуткове фермерство" + } + }, + "yield-bearing tokens": { + "term": "yield-bearing tokens", + "phonetic": "", + "partOfSpeech": "", + "definition": "Yield tokens. See 'yield farming'", + "termCategory": "Brand/project name", + "i18n": { + "Term": "yield-bearing tokens", + "Simplified Chinese": "收益代币", + "French": "jetons de yield farming", + "German": "Ertragsbringende Token", + "Indonesian": "token yield-bearing", + "Italian": "token fruttiferi", + "Korean": "이자지급토큰", + "Persian": "توکن‌های سودده", + "Brazilian Portuguese": "tokens de rendimento", + "Russian": "доходные токены", + "Spanish": "tokens de rendimiento", + "Filipino (Tagalog)": "mga token na nagbubunga", + "Thai": "โทเคนรับผลประโยชน์จากการฟาร์ม", + "Turkish": "gelir üreten token", + "Vietnamese": "token tự sinh lãi", + "Arabic": "التوكنات حاملة العائد", + "Traditional Chinese": "隨著時間的推移自行產生利息的代幣", + "Dutch": "yield-bearing tokens", + "Greek": "συμβολικά νομίσματα με απόδοση", + "Hindi": "यील्ड-बियरिंग टोकन्स", + "Hungarian": "hozamot hordozó tokenek", + "Japanese": "イールドベアリングトークン", + "Polish": "Tokeny uzyskane w ramach yield farmingu", + "Ukrainian": "прибуткові токени" + } + }, + "zero address": { + "term": "zero address", + "phonetic": "", + "partOfSpeech": "", + "definition": "The Zero Address is an address on the Ethereum network that is the recipient of a special transaction used to register the creation of a new smart contract on the network.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "zero address", + "Simplified Chinese": "0地址", + "French": "adresse zéro", + "German": "Null-Adresse", + "Indonesian": "alamat nol", + "Italian": "indirizzo zero", + "Korean": "제로 어드레스", + "Persian": "آدرس صفر", + "Brazilian Portuguese": "endereço zero", + "Russian": "нулевой адрес", + "Spanish": "dirección cero", + "Filipino (Tagalog)": "zero address", + "Thai": "ที่อยู่สูญ", + "Turkish": "zero adres", + "Vietnamese": "địa chỉ zero", + "Arabic": "العنوان صفر", + "Traditional Chinese": "零地址", + "Dutch": "zero address", + "Greek": "Μηδενική διεύθυνση", + "Hindi": "ज़ीरो एड्रेस", + "Hungarian": "nulla cím", + "Japanese": "ゼロアドレス", + "Polish": "Adres zerowy", + "Ukrainian": "нульова адреса" + } + }, + "Zero-knowledge proof": { + "term": "Zero-knowledge proof", + "phonetic": "", + "partOfSpeech": "", + "definition": "A zero-knowledge proof is a cryptographic method that allows an individual to prove that a statement is true without conveying any additional information.", + "termCategory": "Ecosystem term", + "i18n": { + "Term": "Zero-knowledge proof", + "Simplified Chinese": "零知识证明", + "French": "Preuve à divulgation nulle de connaissance (ZKP)", + "German": "Null-Wissen-Beweis", + "Indonesian": "Bukti nol pengetahuan", + "Italian": "Dimostrazione a conoscenza zero", + "Korean": "영지식 증명", + "Persian": "اثبات دانش صفر", + "Brazilian Portuguese": "Prova de conhecimento zero", + "Russian": "Доказательство с нулевым разглашением", + "Spanish": "prueba de conocimiento cero", + "Filipino (Tagalog)": "Patunay na walang kaalaman", + "Thai": "การพิสูจน์โดยไม่ต้องรู้ข้อมูล", + "Turkish": "Sıfır bilgi ispatı", + "Vietnamese": "Bằng chứng không kiến thức", + "Arabic": "إثبات المعرفة الصفرية", + "Traditional Chinese": "零知識證明", + "Dutch": "zero-knowledge proof", + "Greek": "Απόδειξη μηδενικής γνώσης", + "Hindi": "ज़ीरो-नॉलेज प्रूफ", + "Hungarian": "zero-knowledge proof (nullaismeretű bizonyítás)", + "Japanese": "ゼロ知識証明", + "Polish": "Dowód z wiedzą zerową", + "Ukrainian": "Доведення з нульовим розголошенням" + } + }, + "Zero-knowledge rollup": { + "term": "Zero-knowledge rollup", + "phonetic": "", + "partOfSpeech": "", + "definition": "A rollup of transactions that use validity proofs to offer increased layer 2 transaction throughput while using the security provided by mainnet (layer 1). Although they can't handle complex transaction types, like Optimistic rollups, they don't have latency issues because transactions are provably valid when submitted.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "Zero-knowledge rollup", + "Simplified Chinese": "零知识汇总", + "French": "Rollup à divulgation nulle de connaissance(rollup ZK)", + "German": "Null-Wissen-Rollup", + "Indonesian": "rollup nol pengetahuan", + "Italian": "Rollup a conoscenza zero", + "Korean": "영지식 롤업", + "Persian": "رول‌آپ‌ بی‌نیاز به دانش", + "Brazilian Portuguese": "Rollup de conhecimento zero", + "Russian": "Роллап с нулевым разглашением", + "Spanish": "rollup de conocimiento cero", + "Filipino (Tagalog)": "Rollup na walang kaalaman", + "Thai": "โรลล์อัปแบบไม่ต้องรู้ข้อมูล", + "Turkish": "Sıfır bilgi rollup", + "Vietnamese": "Tổng hợp không kiến thức", + "Arabic": "تجميع المعرفة الصفرية", + "Traditional Chinese": "零知識匯總", + "Dutch": "zero-knowledge rollup", + "Greek": "Zero-knowledge rollup (rollup μηδενικής γνώσης)", + "Hindi": "ज़ीरो-नॉलेज रॉलअप", + "Hungarian": "zero-knowledge rollup (nullaismeretű összevont tranzakció)", + "Japanese": "ゼロ知識ロールアップ", + "Polish": "Rollup z wiedzą zerową", + "Ukrainian": "Роллап з нульовим розголошенням" + } + }, + "zk-SNARKs": { + "term": "zk-SNARKs", + "phonetic": "", + "partOfSpeech": "", + "definition": "Zero-Knowledge Succinct Non-interactive ARguments of Knowledge are an incredible technology, and vital to the scaling of blockchain technology and the decentralized web. They are mathematically complex and can be daunting; this explanation from the Ethereum Foundation is a good primer.", + "termCategory": "Blockchain term", + "i18n": { + "Term": "zk-SNARKs", + "Simplified Chinese": "零知识简洁非交互知识论证(zk-SNARK)", + "French": "zk-SNARKs", + "German": "zk-SNARKs", + "Indonesian": "zk-ZSNAKRs", + "Italian": "Argomento di conoscenza succinto non interattivo a conoscenza zero (zk-SNARKs)", + "Korean": "영지식 스나크", + "Persian": "گواه‌های اثبات دانش صفر غیرتعاملی", + "Brazilian Portuguese": "zk-SNARKs", + "Russian": "Протоколы zk-SNARK", + "Spanish": "zk-SNARKs", + "Filipino (Tagalog)": "zk-SNARKs", + "Thai": "zk-SNARKs", + "Turkish": "zk-SNARK'lar", + "Vietnamese": "zk-SNARK", + "Arabic": "zk-SNARKs", + "Traditional Chinese": "zk-SNARKs", + "Dutch": "zk-SNARK's", + "Greek": "zk-SNARKs (μη διαδραστικές αποδείξεις μηδενικής γνώσης)", + "Hindi": "zk-SNARKs", + "Hungarian": "zk-SNARKs", + "Japanese": "zk-SNARKs", + "Polish": "zk-SNARKs", + "Ukrainian": "zk-SNARKs" + } + } + } + } +] diff --git a/src/terms_linked.js b/src/terms_linked.js new file mode 100644 index 0000000..a50e9f7 --- /dev/null +++ b/src/terms_linked.js @@ -0,0 +1,69 @@ +const fs = require('fs'); +const path = require('path'); +const React = require('react'); + +// Read the existing terms.json file +const termsFilePath = path.join(__dirname, '.', 'terms.json'); +const termsFileContent = fs.readFileSync(termsFilePath, 'utf8'); + +// Parse the terms object from the JSON file +const jsonData = JSON.parse(termsFileContent); +const termsObject = jsonData["0"]["terms"]; + +// Create a set of all terms for efficient lookup +const allTerms = new Set(Object.keys(termsObject)); + +// Function to create a Link component for a term +const createLink = (term) => React.createElement( + 'Link', + { to: term }, + term +); + +const parseDefinition = (definition, terms) => { + const termRegex = new RegExp(`\\b(${Object.keys(terms).join('|')})\\b`, 'gi'); + + if (typeof definition === 'string') { + const elements = definition.split(termRegex).map((part, index) => { + if (index % 2 === 0) { + return part; + } else { + const term = part ? part.trim() : ''; + if (term) { + return createLink(term); + } else { + return null; + } + } + }).filter(Boolean); + + return React.createElement(React.Fragment, null, ...elements); + } + + if (React.isValidElement(definition)) { + return definition; + } + + return null; +}; + +// Generate the linked definitions +const linkedDefinitions = {}; +for (const [term, data] of Object.entries(termsObject)) { + linkedDefinitions[term] = { + definition: parseDefinition(data.definition, termsObject), + }; +} + +// Create the linked-definitions.jsx file +const linkedDefinitionsFileContent = `import { Link } from './Link';\n\nconst linkedDefinitions = ${JSON.stringify( + linkedDefinitions, + null, + 2 +)};\n\nexport default linkedDefinitions;`; + +// Write the linked-definitions.jsx file +const outputFilePath = path.join(__dirname, 'linked-definitions.jsx'); +fs.writeFileSync(outputFilePath, linkedDefinitionsFileContent); + +console.log('Linked definitions generated successfully!'); \ No newline at end of file diff --git a/src/utils/linked-definitions.jsx b/src/utils/linked-definitions.jsx new file mode 100644 index 0000000..c186927 --- /dev/null +++ b/src/utils/linked-definitions.jsx @@ -0,0 +1,1189 @@ +import React from 'react'; +import { Link } from './Link'; + +const linkedDefinitions = { + "0x API": { + definition: "The 0x API is the liquidity and data endpoint for DeFi. It lets you access aggregated liquidity from tens of on-chain and off-chain decentralized exchange networks, across multiple blockchains. It comes with many parameters to customize your requests for your application and your users: API References", + }, + "1inch": { + definition: "Decentralized exchange aggregator that aims to provide traders with the best price and lowest fees on their transactions. 1inch ", + }, + "3Box Labs": { + definition: "The inventors and core developers of Ceramic, the first decentralized network for composable data. Ceramic makes it possible for developers to build data-rich Web3 applications without needing a traditional database, and in the process, unlocks data composability and portability across every application within the Web3 ecosystem .", + }, + "51% Attack": { + definition: "If more than half the computer power or mining hash rate on a network is run by a single person or a single group of people, then a 51% attack is in operation. This means that this entity has full control of the network and can negatively affect a cryptocurrency by taking over mining operations, stopping or changing transactions, and double-spending coins.", + }, + "Aave": { + definition: "Aave is an open source protocol to create non-custodial liquidity markets to earn interest on supplying and borrowing assets with a variable or stable interest rate.", + }, + "Account": { + definition: "Accounts are records or statements of financial expenditure and receipts that relate to a particular period or purpose. In the world of crypto, this is referred to as a cryptocurrency account . It gives you certain benefits, and it is a requirement in order to use just about any cryptocurrency exchange . A cryptocurrency account gives you access to hot wallets, which allow you to quickly buy, sell and trade cryptocurrencies, and it gives you an identity or a way through which you can hold onto your public keys when it comes to the aforementioned process. Account ", + }, + "ACH transfer": { + definition: "ACH (Automated Clearing House) bank transfer is an electronic payment method that allows money to be transferred between bank accounts in the United States. It is a system that processes transactions in batches and is commonly used for direct deposit of paychecks, bill payments, and online money transfers.", + }, + "address; public address; account address": { + definition: "Used to send and receive transactions on a blockchain network , and to identify different users; also referred to as a 'public key '. An address is an alphanumeric character string, which can also be represented as a scannable QR code . In Ethereum , the address begins with 0x. For example: 0x06A85356DCb5b307096726FB86A78c59D38e08ee", + }, + "Advanced": { + definition: "In the context of 'Advanced gas controls': it is an optional feature in the MetaMask wallet , that gives you more control over the gas you pay in MetaMask . Using advanced gas controls", + }, + "aggregator": { + definition: "An aggregator is a platform that aggregates liquidity from multiple decentralized exchanges (DEXs) or other sources of liquidity to provide users with the best prices and the most efficient execution for their trades.", + }, + "Aggressive": { + definition: "In the context of 'gas fees', Aggressive is a category that enables you to be more forceful with your transaction , and have it completed as soon as possible. There are three categories available in MetaMask : Low , Market, Aggressive Using advanced gas controls", + }, + "Agoric": { + definition: "Agoric is a Proof-of-Stake blockchain that functions as a smart contract platform, enabling developers to deploy decentralized applications. The platform is built on a variant of the JavaScript programming language, which is a widely used language for web development.", + }, + "air-gapping": { + definition: "A method for securing computers in which the device does not connect to the internet or any other open networks. Many hardware wallets use air-gapping as a security mechanism to keep users' private keys or Secret Recovery Phrase offline, and thus safer from any kind of attack.", + }, + "airdrop": { + definition: "A token distribution method used to send cryptocurrency or tokens to wallet addresses. Sometimes airdrops are used for marketing purposes in exchange for simple tasks like reshares, referrals, or app downloads.", + }, + "airdrop (noun)": { + definition: "A token distribution method used to send cryptocurrency or tokens to wallet addresses. Sometimes airdrops are used for marketing purposes in exchange for simple tasks like reshares, referrals, or app downloads.", + }, + "AirGap Vault": { + definition: "AirGap Vault is a crypto wallet application that provides secure storage for digital assets. The wallet is designed to be used in conjunction with AirGap's other wallet app, AirGap Wallet , which is used for sending and receiving transactions.", + }, + "AirSwap": { + definition: "AirSwap is a decentralized exchange (DEX ) platform for trading digital assets, operating on Ethereum and Layer-2s like Polygon , Arbitrum .", + }, + "algorithm": { + definition: "An algorithm is a finite sequence of rigorous instructions, typically used to solve a class of specific problems or to perform a computation.", + }, + "altcoin": { + definition: "As Bitcoin was the first cryptocurrency , the term 'altcoin ' was created to refer to 'any cryptocurrency other than Bitcoin'. The term is less used in Ethereum or smart contract -enabled blockchain communities. Many altcoins are forks of Bitcoin with minor changes (e.g., Litecoin). See also 'fork '.", + }, + "AML (Anti-Money Laundering)": { + definition: "A set of international laws enacted to diminish the potential for criminal organizations or individuals to launder money. These rules and laws are applied to cryptocurrencies with varying effects in different jurisdictions.", + }, + "API": { + definition: "Application Programming Interface. A software intermediary that allows two separate applications to communicate with one another. APIs define methods of communication between various components.", + }, + "API (Application Programming Interface)": { + definition: "A predefined set of requests that one program can make to another in order to transfer information between them. When you hear someone saying that an application is 'getting information from' another source, it's often doing so through an API .", + }, + "AppChain": { + definition: "A blockchain network custom-made and optimized for a specific application's needs. An appchain is generally not a full-blown blockchain , but offers an optimized execution environment for the application, while still relying on an underlying blockchain for consensus . See also: 'blockchain trilemma', 'modular blockchain ', 'Layer 2 ', 'Layer 3'.", + }, + "Apple Pay": { + definition: "Apple Pay is a mobile payment service by Apple Inc. that allows users to make payments in person, in iOS apps, and on the web.", + }, + "Arbitrum": { + definition: "Arbitrum is a layer 2 scaling solution for Ethereum , designed to improve the scalability and reduce the cost of transactions on the Ethereum network . It is an implementation of the Optimistic Rollup technology, which is a type of scaling solution that uses off-chain computation to reduce the load on the main Ethereum network .", + }, + "ASIC (Application Specific Integrated Circuit)": { + definition: "ASICs are silicon chips designed to do a specific task. In ASICs used for mining cryptocurrencies, the ASIC will perform a calculation to find values that provide a desired solution when placed into a hashing algorithm .", + }, + "asset provenance": { + definition: "Asset provenance refers to the origin, history, and ownership of a particular digital asset on the blockchain . In the crypto context, asset provenance refers to the ability to trace the ownership and transfer of a specific cryptocurrency or token from its creation or minting to its current holder.", + }, + "attestation": { + definition: "Attestation in crypto refers to the process of verifying the authenticity or validity of a piece of information or a transaction on a blockchain network . Attestation is an important aspect of blockchain technology, as it helps to ensure the integrity and security of the network . In general, attestation involves a trusted third-party, or attester, verifying the authenticity of a transaction or piece of information. This can include verifying the identity of users on the network , verifying the accuracy of data, or validating the authenticity of a digital signature . One example of attestation in crypto is the use of digital signatures to authenticate transactions on a blockchain network . Digital signatures use public key cryptography to verify the identity of the sender and ensure that the transaction has not been tampered with. Another example of attestation in crypto is the use of Proof of Stake (PoS) consensus mechanisms, which rely on validators to attest to the validity of transactions on the network . Validators are responsible for verifying transactions and adding new blocks to the blockchain , and they are rewarded with cryptocurrency for their efforts. For more info, see Attestation in Ethereum .", + }, + "Avalanche": { + definition: "Avalanche is a decentralized blockchain platform designed to provide fast and secure transactions for digital assets and applications. The platform uses a consensus mechanism known as Avalanche consensus , which allows for high throughput, low latency , and customizable blockchains.", + }, + "Axie Infinity": { + definition: "Axie Infinity is a non-fungible token -based online video game known for its in-game economy, which uses Ethereum -based cryptocurrencies.", + }, + "Base fee": { + definition: "Every block has a reserve price known as the 'base fee '. It is the minimum gas fee a user must pay to include a transaction in the next block.", + }, + "Beacon Chain": { + definition: "The Beacon Chain was one element built in the infrastructure being built to scale Ethereum . It was the foundation for a transition from a Proof of Work (PoW) consensus mechanism to Proof of Stake (PoS). For more information, see this guide.", + }, + "Binance": { + definition: "Binance is a centralized cryptocurrency exchange which operates in multiple countries, as well as two different blockchains, the BNB Chain and the BNB Smart Chain.", + }, + "Bitcoin / bitcoin (BTC)": { + definition: "Bitcoin is a decentralized digital currency or cryptocurrency , which was created in 2009 by an unknown person or group using the name Satoshi Nakamoto . Bitcoin transactions are recorded on a public digital ledger called the blockchain , which is maintained by a network of computers worldwide. Bitcoin transactions are made directly between users without the need for intermediaries like banks or financial institutions. Users can send and receive Bitcoins using digital wallets. One of the key features of Bitcoin is its limited supply. There will only ever be 21 million Bitcoins in existence, which helps to prevent inflation and maintain the value of the currency. The plural of bitcoin is just bitcoin; the abbreviation is BTC , with a space: I have 250 BTC .", + }, + "block (noun)": { + definition: "If we think of a blockchain as consisting of a ledger that is being constantly synced between any number of different nodes (indeed, 'distributed ledger technology' is another phrase used to describe it), imagine that after a certain number of transactions have been added to the ledger and consensus has been reached among the nodes that the transactions are valid, then they are cryptographically locked into a 'block' and officially recorded; this 'block' forms the basis for the next one; in this way, they are all linked together in a chain, hence--blockchain .", + }, + "block explorer": { + definition: "A blockchain explorer is an application, most often a website along with a corresponding API , that displays information about blockchain activity in a more human-friendly way. While a blockchain is designed to keep information forever, and be “readable by anyone”, finding the specific information you’re interested in may require indexing data off the blockchain –that is, sorting it according to given categories (sender address, token type, etc) into a separate database which can then be queried by the user; this essential function is provided by blockchain explorers. A prominent example is etherscan , which also offers explorers on a number of other networks.", + }, + "block height": { + definition: "The number of blocks connected together in the blockchain . For example, Height 0 would be the very first block, which is also called the Genesis Block .", + }, + "block reward": { + definition: "The reward given to a miner or validator after it has successfully hashed a transaction block. Block rewards can be a mixture of coins and transaction fees. The composition depends on the policy used by the cryptocurrency in question, and whether all of the coins have already been successfully mined. The current block reward for the Bitcoin network is 12.5 bitcoins per block.", + }, + "block time": { + definition: "When we talk about 'block time ', we're referring to how long it takes for a block of transactions (see 'block') to be confirmed by the network , either by miners under PoW or by validators under PoS. See also 'Proof of Work', 'Proof of Stake'.", + }, + "blockchain": { + definition: "A digital ledger comprised of unchangeable, digitally recorded data in packages called blocks. Each block is ‘chained’ to the next block using a cryptographic signature. Ethereum is a public blockchain , open to the world; its digital ledger is distributed, or synced, between many nodes; these nodes arrive at consensus regarding whether a transaction is valid before encrypting it, along with a number of other valid transactions, into a block. For more on blockchain technology, see here. See also 'block'.", + }, + "Blockchain explorer": { + definition: "A blockchain explorer is an application, most often a website along with a corresponding API , that displays information about blockchain activity in a more human-friendly way. While a blockchain is designed to keep information forever, and be 'readable by anyone', finding the specific information you're interested in may require indexing data off the blockchain --that is, sorting it according to given categories (sender address, token type, etc) into a separate database which can then be queried by the user; this essential function is provided by blockchain explorers. A prominent example is etherscan , which also offers explorers on a number of other networks.", + }, + "blockchain trilemma": { + definition: "Tradeoffs facing those building public blockchain networks vis-a-vis three elements: decentralization , security, and scalability (or speed). These three elements are either necessary or desireable in public distributed networks, and often, designing a system that optimizes for one compromises on another.", + }, + "BNB Chain": { + definition: "Build N Build (BNB) Chain is a distributed blockchain network upon which developers and innovators can build decentralized applications (DApps) as part of the move to Web3. BNB chain ", + }, + "bounty / bug bounty": { + definition: "A reward offered for exposing vulnerabilities and issues in computer code.", + }, + "brain wallet": { + definition: "A blockchain account generated from a seed phrase or password or passphrase of your choosing. Humans are not capable of generating enough entropy , or randomness, and therefore the wallets derived from these phrases are insecure; brain wallets can be brute forced by super fast computers. For this reason, brain wallet are insecure and should not be used. See also 'Seed phrase / Secret Recovery Phrase '.", + }, + "Brave": { + definition: "Brave is a free and open-source web browser developed by Brave Software, Inc., based on the Chromium web browser. It has a built-in crypto wallet that allows users to connect to the web3 ecosystem .", + }, + "Bridge": { + definition: "A bridge is a tool built to move assets from one network to another. It’s also a verb, used to describe that action: “I bridged my ETH from Ethereum mainnet to Arbitrum .” Not all bridges are created equal, and you should be informed about what you’re doing before you use one. Field Guide to bridges See also MetaMask Bridge ", + }, + "BTC": { + definition: "Abbreviation for Bitcoin", + }, + "BUIDL": { + definition: "Ostensibly coined (see what we did there) by Gitcoin 's Kevin Owocki. It reflects the Ethereum -focused mindset of not just investing in a cryptocurrency as a store of value, but rather investing in it as an ecosystem and a platform for public goods and software; it complements, in this sense, the now-infamous HODL.", + }, + "bytecode": { + definition: "Bytecode is a 'low -level' computer language, that is, meant to be processed by a computer, rather than a 'high-level', more human-readable, language. In Ethereum , higher-level Solidity is compiled into Ethereum bytecode , which is read by the Ethereum Virtual Machine (EVM ).", + }, + "Byzantine fault tolerance": { + definition: "A Byzantine fault, or failure, is one of the most difficult failures to deal with in computer systems; this is because it takes into account the possibility that the information used to determine the current state of the system may--or may not--be reliable. While applicable in many realms of technology, this becomes of particular interest in public blockchain systems: how do we ensure that we can agree on the current state of the network when there is an incentive, often a significant financial incentive, to subvert the state of the network for one's own profit? On a more basic level, if we're coordinating a network running around the world on all kinds of different hardware and software, there are all kinds or problems that can occur that hinder the network 's ability to reach consensus on its current state . Therefore, a network that has been designed and implemented to be resistant to these sorts of failures, either due to malicious intent or technical failure, is said to be Byzantine Fault Tolerant.", + }, + "Byzantium fork": { + definition: "A 'hard fork ' in the Ethereum network that occurred in October of 2017. For detailled information, see here; see also 'hard fork '.", + }, + "Celo": { + definition: "Celo is a platform designed to allow mobile users around the world to make simple financial transactions with cryptocurrency . The platform has its own blockchain and two native tokens: CELO and cUSD", + }, + "Centralized exchange (CEX)": { + definition: "A centralized exchange (CEX ) is a cryptocurrency exchange that is operated and controlled by a centralized entity. In a CEX , the exchange company or organization acts as an intermediary between buyers and sellers, holding and managing the assets on behalf of its users. Centralized exchanges typically offer a wide range of trading pairs, with many popular cryptocurrencies available for trade. They also usually have high liquidity and offer advanced trading features such as margin trading, order types, and charting tools. However, centralized exchanges also have several drawbacks. They are often targeted by hackers, as the centralized nature of the exchange makes them a single point of failure. They also require users to trust the exchange to hold their funds securely and execute trades fairly, which can be a source of concern for some users.", + }, + "CEX": { + definition: "Acronym; see 'Centralized Exchange '.", + }, + "chain ID": { + definition: "A chain ID is a unique identifier that represents a blockchain network . We use it to distinguish different blockchain networks from each other and to ensure that transactions and messages are sent to the correct network . Ethereum networks have two identifiers, a network ID and a chain ID . Although they often have the same value, they have different uses. Peer-to-peer communication between nodes uses the network ID, while the transaction signature process uses the chain ID ", + }, + "Chrome": { + definition: "Internet browser.", + }, + "client (Ethereum or other compatible blockchain)": { + definition: "In computing in general, a 'client' is a program, running on a local computer, that is accessing data made available by a remote computer. In public blockchain networks, a 'client' is the software that actually does the work of syncing block data, confirming transactions, and participating in network consensus . A client usually includes a cryptocurrency software wallet . ConsenSys has supported efforts to maintain the Ethereum clients of Besu and Teku; see an up-to-date list of Ethereum clients here.", + }, + "Codefi": { + definition: "Derived from “Commerce & Decentralized Finance ”, Codefi , part of ConsenSys , builds applications for commerce and financial use cases. Currently known as Consensys Staking", + }, + "coin": { + definition: "The term 'coin ' has some nuances. Strictly speaking, a 'coin ' could be defined as: A fungible token (all of them identical) issued on a blockchain , either as the network 's transactional token , or through a smart contract deployed to that network . Some people may use 'coins' as shorthand for 'bitcoin'; the immortal aphorism 'not your keys, not your coins' refers to bitcoins. Another thing to keep in mind is that, while coins are put forward as some sort of representation of value, that value can vary wildly from one 'coin ' to another. A coin may represent the value of the computational resources of the network , or it may be 'pegged' to represent fiat currency value, or it may float according to the value placed on immaterial resources like NFTs, membership, or digital goods, to name a few.", + }, + "Coinbase Pay": { + definition: "Coinbase Pay is a payment feature that allows you to buy or transfer supported crypto on Coinbase.com directly from self-custody wallets (like MetaMask ) and dapps.", + }, + "cold storage": { + definition: "cold wallet /cold storage : An offline wallet that is never connected to the internet. These wallets protect cryptocurrencies from getting hacked online. For more information, check out MetaMask 's Hardware Wallet Hub: Hardware Wallet Hub", + }, + "cold wallet / cold storage": { + definition: "An offline wallet that is never connected to the internet. These wallets protect cryptocurrencies from getting hacked online. For more information, check out MetaMask 's Hardware Wallet Hub.", + }, + "Community Platform": { + definition: "A community platform is a dedicated virtual space where people who share the same goals, interests, or motivations can connect and build relationships. MetaMask 's community platform can be accessed here: MetaMask Community", + }, + "Compiling": { + definition: "There are many languages in computing and software programming. In general, 'low -level' languages are those actually processed by the computer's operating system or processor, while 'high-level' languages are those typed in by software developers making programs. Compiling , then, is converting code written in a high-level programming language (e.g., Solidity ) into a lower-level language (e.g., EVM bytecode ).", + }, + "Compound": { + definition: "Compound is a decentralized, blockchain -based protocol that allows you to lend and borrow crypto — and have a say in its governance with its native COMP token .", + }, + "confirmation": { + definition: "A confirmation happens when a network has verified a blockchain transaction . Under a Proof of Work (PoW) consensus mechanism, this happens through a process known as mining ; under Proof of Stake (PoS), the process is known as validation. Once a transaction is successfully confirmed, it theoretically cannot be reversed or double spent. The more confirmations a transaction has, the harder it becomes to perform a double spend attack.", + }, + "consensus": { + definition: "The process used by a group of peers, or nodes, on a blockchain network to agree on the validity of transactions submitted to the network . Dominant consensus mechanisms are Proof of Work (PoW) and Proof of Stake (PoS).", + }, + "Consensus client": { + definition: "A consensus client is a component of a blockchain node that is responsible for validating and verifying transactions and blocks in the network . It communicates with other nodes to reach consensus on the current state of the blockchain and to ensure that all nodes have a consistent copy of the ledger . There are various types of consensus mechanisms used in blockchain networks, including proof of work (PoW), proof of stake (PoS), and delegated proof of stake (DPoS). The consensus client implements the specific consensus mechanism used by the network and ensures that all nodes follow the rules and reach agreement on the current state of the blockchain .", + }, + "Consensus layer": { + definition: "The consensus layer is responsible for validating and verifying transactions and blocks, and for coordinating communication between nodes to achieve consensus . In a blockchain network , the consensus layer is implemented by the consensus protocol or algorithm that defines how new blocks are added to the chain and how the network reaches agreement on the current state of the ledger .", + }, + "Consensus mechanism": { + definition: "Consensus mechanisms (also known as consensus protocols or consensus algorithms) allow distributed systems (networks of computers) to work together and stay secure.", + }, + "Consensys": { + definition: "Short for Consensus Systems, ConsenSys is the software engineering leader of the blockchain space.", + }, + "Constantinople fork": { + definition: "One of the 'hard forks' made to the Ethereum network , in February 2019. For more detailed information, see here; see also 'hard fork '.", + }, + "contract": { + definition: "See smart contract ", + }, + "Contract account": { + definition: "An account containing code that executes whenever it receives a transaction from another account (EOA or contract ).", + }, + "CoolWallet": { + definition: "A crypto hardware wallet for Bitcoin, Ethereum , Litecoin, Bitcoin Cash, and ERC20 Token .", + }, + "crypto asset": { + definition: "A useful blanket term that covers on-chain assets: cryptocurrencies, NFTs, and other, still emerging, products.", + }, + "crypto bounties": { + definition: "Crypto bounties are an important rewards mechanism that blockchain projects utilize in order to secure the successful accomplishments of certain tasks required by the network . Initially, bounties were intended as a marketing tool to attract users to participate in performing validation services for blockchain projects. Today, crypto bounties have developed significantly beyond the purpose of a simple marketing tool. crypto bounties ", + }, + "crypto fund": { + definition: "A crypto fund is a type of investment fund that focuses on investing in cryptocurrencies or companies involved in the cryptocurrency industry. These funds are designed to give investors exposure to the crypto market without the need for them to directly buy and hold cryptocurrencies themselves.", + }, + "crypto wallet": { + definition: "A crypto wallet is a device, physical medium, program or a service which stores the public and/or private keys for cryptocurrency transactions. Crypto wallets come in different forms, including software wallets, hardware wallets, and paper wallets.", + }, + "crypto-": { + definition: "Even though this prefix is originally Greek, our current usage comes from cryptography . Technologies that are referred to with the blanket term of 'crypto' tech are underlain by cryptographic tools and processes (such as public/private key pairs) that enable innovative functionality and security. Of course, 'cryptocurrency ' often gets shortened to simply 'crypto', so this emerging field is full of instances where something 'crypto' is being added to or shortened. With the emergence of the term 'Web3', arguably a distinction has begun to be made between 'crypto', referring to DeFi and other financial use cases of the technology, while 'Web3' refers to the transition of Internet-based activities to more decentralized practices and platforms.", + }, + "crypto-compliance": { + definition: "A blanket term used to refer to ensuring crypto projects conform with applicable regulations and laws.", + }, + "cryptoassets": { + definition: "A useful blanket term that covers on-chain assets: cryptocurrencies, NFTs, and other, still emerging, products.", + }, + "cryptocurrency": { + definition: "Digital currency that is based on mathematics and uses encryption techniques to regulate the creation of units of currency as well as verifying the transfer of funds. Cryptocurrencies operate independently of a central bank, and are kept track of through distributed ledger technology.", + }, + "cryptoeconomics": { + definition: "The economic analysis of decentralized finance ; notably, the MIT Cryptoeconomics Lab.", + }, + "cryptography": { + definition: "In its broadest sense, cryptography is the art of 'hidden writing' -- using some sort of code to encrypt writing. In modern times, it often refers to the application of this concept within computing, communication, and data transfer through computers and computer networks. Cryptography has been protected as free speech in the United States, and provides the technological foundation that allows blockchain networks to be public: despite the ledger being open and accessible by all, control over the state of the ledger and the ability to move assets on it is mediated through cryptographic tools, such as the Secret Recovery Phrase .", + }, + "Curve": { + definition: "Curve is a decentralized exchange for stablecoins that uses an automated market maker (AMM) to manage liquidity .", + }, + "custody (noun)": { + definition: "In the context of cryptocurrencies, custody refers to the safekeeping and management of digital assets on behalf of a client by a third-party service provider. Custody services are an important aspect of the cryptocurrency industry because cryptocurrencies are digital assets that require secure storage and management to prevent loss, theft, or unauthorized access. Crypto custody services are typically offered by specialized companies that provide secure storage solutions for cryptocurrencies. These companies use various security measures such as multi-signature authentication, cold storage , and insurance to protect their clients' assets.", + }, + "D'CENT": { + definition: "Hardware wallet .", + }, + "DAI": { + definition: "DAI is an Ethereum -based stablecoin whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.", + }, + "DAO": { + definition: "Acronym; see 'Decentralized Autonomous Organization'.", + }, + "dapp": { + definition: "Acronym; see 'decentralized application '", + }, + "decentralization": { + definition: "The transfer of authority and responsibility from a centralized organization, government, or party to a distributed network .", + }, + "decentralized application": { + definition: "An open-source software application with backend (not user-facing) code running on a decentralized peer-to-peer network , rather than a centralized server. You may see alternate spellings: dApps, DApps, Dapps, and Đapps.", + }, + "Decentralized Autonomous Organization (DAO)": { + definition: "A Digital Decentralized Autonomous Organization (DAO , pronounced like the Chinese concept) is a powerful and very flexible organizational structure built on a blockchain . Alternatively, the first known example of a DAO is referred to as The DAO . The DAO served as a form of investor-directed venture capital fund, which sought to provide enterprises with new decentralized business models. Ethereum -based, The DAO ’s code was open source. The organization set the record for the most crowdfunded project in 2016. Those funds were partially stolen by hackers. The hack caused an Ethereum hard-fork which lead to the creation of Ethereum Classic.", + }, + "decentralized exchange (DEX)": { + definition: "A decentralized exchange (DEX ) is a platform for exchanging cryptocurrencies based on functionality programmed on the blockchain (i.e., in smart contracts). The trading is peer-to-peer, or between pools of liquidity . This is in contrast with a centralized exchange , which is more akin to a bank or investment firm that specializes in cryptocurrencies. Additionally, there are so-called on-ramp providers, who could be compared to currency brokers, exchanging traditional “fiat” money for cryptocurrencies, and do not hold customer’s funds “on deposit ” the way a centralized exchange does. There are important technical and regulatory differences between these, which are constantly evolving.", + }, + "decentralized finance": { + definition: "If cryptocurrency is web3’s monetary system, its financial system is DeFi. This includes familiar concepts like loans and interest-bearing financial instruments, as well as so-called “DeFi primitives”, novel solutions like token swapping and liquidity pools.", + }, + "decentralized web": { + definition: "The decentralized web , also known as web3, is a concept that refers to a new type of internet architecture that aims to provide a more open, secure, and privacy-preserving internet experience by removing the need for centralized intermediaries and giving users more control over their data. In contrast to the current centralized web, where most online activities are controlled by a few large corporations and their servers, the decentralized web relies on a network of distributed nodes and peer-to-peer protocols to store and transmit data. This means that there is no central authority controlling the internet, and users can interact directly with each other without the need for intermediaries.", + }, + "deposit": { + definition: "In most web3 contexts, 'depositing' refers to the act of transferring some amount of token (s) to an address other than one's own, most often to a smart contract controlled by a 'protocol ', such as a decentralized exchange , video game or multiverse, DAO , etc. Generally, the user will receive something in return for their deposit , and the deposit can be claimed at the user's discretion, or upon completion of given conditions. Compare with 'stake'.", + }, + "derive / derivation": { + definition: "To derive something is to obtain it from an original source. In the context of crypto- technology, we often discuss 'deriving' wallets and accounts from seed phrases (aka Secret Recovery Phrases, or SRPs). This is literally true: the SRP represents a cryptographic key which is used to derive account addresses deterministically, meaning they will be derived the same way each time. Another, more technical, way of referring to this technology is to refer to 'hierarchical deterministic' wallets.", + }, + "dev": { + definition: "Abbreviation of developer .", + }, + "Devcon": { + definition: "This is shorthand for the Ethereum Developers’ Conference.", + }, + "Developer": { + definition: "A person that creates new products, especially computer products such as software.", + }, + "DEX": { + definition: "Acronym; see 'decentralized exchange '.", + }, + "difficulty": { + definition: "The concept outlining how hard it is to verify blocks in a blockchain network during Proof of Work mining . In the Bitcoin network , the difficulty of mining adjusts every 2016 blocks. This is to keep block verification time at ten minutes.", + }, + "difficulty bomb": { + definition: "The difficulty bomb, along with the Beacon Chain and others, was a key element of Ethereum 's upgrade to Ethereum 2.0 and a Proof of Stake (PoS) consensus mechanism. As the name indicates, the difficulty bomb was a software mechanism that increased block verification difficulty , making it more expensive and difficult--eventually, prohibitively so--to mine a new block. Through economic incentive, and later, the raw limitations of computing power, this forced the shift to PoS consensus . See also 'Proof of Stake', 'the Merge '.", + }, + "digital asset": { + definition: "A digital commodity that is scarce, electronically transferable, and intangible with a market value.", + }, + "digital identity": { + definition: "An online or networked identity adopted by an individual, organization, or electronic device.", + }, + "Digital signature": { + definition: "A short string of data a user produces for a document using a private key such that anyone with the corresponding public key , the signature, and the document can verify that (1) the document was 'signed' by the owner of that particular private key , and (2) the document was not changed after it was signed.", + }, + "Distributed Denial of Service (DDoS) Attack": { + definition: "A type of cyber-attack in which the perpetrator continuously overwhelms the system with requests in order to prevent service of legitimate requests.", + }, + "distributed ledger": { + definition: "A type of database which spreads across multiple sites, countries, or institutions. Records are stored sequentially in a continuous ledger . Distributed ledger data can be either “permissioned” or “unpermissioned”, determining who can view it. This term is used, often, to refer in general to public blockchain technology, as 'crypto' has come to mean 'cryptocurrency ', 'web3' is the collective community, and 'blockchain ', after all, is 'just' the data structure used to sync the distributed ledger itself.", + }, + "Distributed Ledger Technology": { + definition: "A type of database which spreads across multiple sites, countries, or institutions. Records are stored sequentially in a continuous ledger . Distributed ledger data can be either “permissioned” or “unpermissioned”, determining who can view it. This term is used, often, to refer in general to public blockchain technology, as ‘crypto’ has come to mean ‘cryptocurrency ’, ‘web3’ is the collective community, and ‘blockchain ’, after all, is “just” the data structure used to sync the distributed ledger itself.", + }, + "DLT": { + definition: "Acronym; see 'distributed ledger technology'.", + }, + "double spend": { + definition: "The 'double spend ' is the benchmark security concern of blockchain networks: how do we ensure that someone doesn't send the same transaction to two different entities, essentially 'spending their money twice'? This is the cornerstone of the consensus mechanism, ensuring that all nodes of the network are 'in agreement' about which assets are allocated to which addresses, on an ongoing basis, to prevent malicious actions such as a double spend .", + }, + "ecosystem": { + definition: "In the context of 'web3 ecosystem '; 'blockchain ecosystem '. See 'web3'; See 'blockchain '", + }, + "Edge": { + definition: "In the context of 'Edge computing': it is an emerging computing paradigm which refers to a range of networks and devices at or near the user. Edge is about processing data closer to where it's being generated, enabling processing at greater speeds and volumes, leading to greater action-led results in real time. The term can also refer to Microsoft's browser or the crypto software wallet ", + }, + "EIP-1559": { + definition: "EIP (Ethereum Improvement Proposal) The EIP process is a public and open process through which suggestions are made as to how to change (and hopefully, improve) the way the Ethereum network functions as a whole. Individual EIPs are referred to by the name assigned to them in the repository, for example, EIP-1559 . EIP-1559 will change Ethereum ’s fee market mechanism. Fundamentally, EIP-1559 gets rid of the first-price auction as the main gas fee calculation. In first-price auctions, people bid a set amount of money to pay for their transaction to be processed, and the highest bidder wins. With EIP-1559 , there will be a discrete “base fee ” for transactions to be included in the next block. For users or applications that want to prioritize their transaction , they can add a “tip,” which is called a “priority fee ” to pay a miner for faster inclusion.", + }, + "encrypted vs unencrypted keys": { + definition: "As discussed elsewhere, public and private cryptographic key pairs are one of the technologies that underpins cryptocurrencies and 'crypto' tech in general. In MetaMask , an unencrypted private key is 64 characters long, and it is used to unlock or restore wallets. An encrypted key is also 64 letters long and is a regular private key that has gone through the process of encryption . Usually, encrypted private keys are kept within the extension or device they are encrypted by, and they remain out of sight from the user. This is meant to add another layer of security to keep a user’s wallet information safe. By way of example: if the world ‘Apple’ was your private key , then it was encrypted three letters down the alphabet, your new encrypted key would be ‘Dssoh’. Since you know the way to encrypt this key, you could derive the original private key from it by reversing the method of encryption .", + }, + "encryption": { + definition: "Encrpytion, literally 'in a hidden place', is the art and science of encoding information to control who can read it, or how it is to be read. Encryption occurs in natural (human) languages, as well as in machine and computer languages. Highly complex, and therefore difficult to decipher, encryption is an essential element enabling blockchain networks to be simultaneously public and secure.", + }, + "ENS": { + definition: "The Ethereum Name Service is a protocol , managed by a DAO , which assigns human-readable and easy-to-remember addresses to Ethereum addresses and assets, homologous to the traditional internet's DNS.", + }, + "Enterprise Ethereum Alliance (EEA)": { + definition: "A group of Ethereum core developers, startups, and large companies working together to commercialize and use Ethereum for different business applications. Website here.", + }, + "entropy": { + definition: "In the context of cryptography , 'entropy ' refers to 'randomness'; generally, the more random something is (the more entropy it has), the more secure it is.", + }, + "epoch": { + definition: "An epoch , in general, is a measure of time, or of blockchain progression, on a given blockchain . In Ethereum Proof of Stake, an epoch consists of 32 slots, each lasting 12 seconds, for a total of 6.4 minutes per epoch . There is additional functionality built upon the epoch measure in the Beacon Chain to help ensure security and proper operation of the Chain.", + }, + "ERC": { + definition: "Ethereum Request for Comment, or ERC , is a bit of a misnomer, as it is used to refer to suggestions for modifications that have already made it through the Ethereum Improvement Protocol (EIP) process and have been made standard on Ethereum . An ERC is, essentially, a set of standards for a given operation or topic on the Ethereum network . The authoritative list can be found here.", + }, + "ERC-1155": { + definition: "A token standard for creating semi-fungible tokens, meaning you can launch both fungible and non-fungible tokens within a single smart contract .", + }, + "ERC-20 Token Standard": { + definition: "ERC is the abbreviation for Ethereum Request for Comment and is followed by the assignment number of the standard. ERC -20 is a technical standard for smart contracts which is used to issue the majority of tokens (in particular, cryptocurrency tokens) extant on Ethereum . This list of rules states the requirements that a token must fulfill to be compliant and function within the Ethereum network .", + }, + "ERC-721": { + definition: "ERC -721 Token Standard Another standard for Ethereum smart contracts, which allows for the issuance of a non-fungible token : this is the standard that created what we all now know as an NFT . This token standard is used to represent a unique digital asset that is not interchangeable, as opposed to the ERC -20 (or other equivalent) standard, which issues identical, interchangeable tokens.", + }, + "ERC-721 Token Standard": { + definition: "ERC -721 Token Standard A standard for Ethereum smart contracts, which allows for the issuance of a non-fungible token : this is the standard that created what we all now know as an NFT . This token standard is used to represent a unique digital asset that is not interchangeable, as opposed to the ERC -20 (or other equivalent) standard, which issues identical, interchangeable tokens.", + }, + "ETH": { + definition: "Acronym; see 'ether'", + }, + "ether (denominations)": { + definition: "There are a number of denominations of the currency we know as 'ether' or ETH ; for the definitive explanation, see the original Ethereum Homestead documentation Ethereum Homestead documentation here.", + }, + "ether (ETH)": { + definition: "Ether is the native cryptocurrency of the Ethereum blockchain network . Ether—also referred to as ETH (pronounced with a long “e”, like “teeth” without the “t”)—functions as the fuel of the Ethereum ecosystem , by quantifying the work performed by the network , and as a form of payment for participants securing the network .", + }, + "Ethereum": { + definition: "A public blockchain network and decentralized software platform upon which developers build and run applications. As it is a proper noun, it should always be capitalized.", + }, + "Ethereum 2.0": { + definition: "a.k.a The Merge Finalized in September 2022, the Merge was the culmination of years of work involved in transitioning Ethereum from a Proof of Work consensus model, to Proof of Stake, all while keeping the network live. This was successful, and reduced the network ’s carbon footprint by more than 99.9%.", + }, + "Ethereum Improvement Proposal (EIP)": { + definition: "The EIP process is a public and open process through which suggestions are made as to how to change (and hopefully, improve) the way the Ethereum network functions as a whole; the official repository is here. Individual EIPs are referred to by the name assigned to them in the repository, for example, EIP-1559 . Keep in mind that as it is an iterative, lengthy process, some EIPs never get fully approved, and some do, and many end up somewhere in a gray area of 'partially implemented'.", + }, + "Ethereum Name Service (ENS)": { + definition: "The Ethereum Name Service is a protocol , managed by a DAO , which assigns human-readable and easy-to-remember addresses to Ethereum addresses and assets, homologous to the traditional internet’s DNS.", + }, + "Ethereum Public Address": { + definition: "An Ethereum public address, also known as an Ethereum account address, is a string of 42 characters (including letters and numbers) that is used to receive or send Ethereum and other Ethereum -based tokens on the Ethereum network . Each Ethereum public address is unique and is associated with a private key that allows the owner of the address to sign and authorize transactions. The public address is derived from the private key using a mathematical algorithm , and it can be shared with others to receive payments or tokens. When sending Ethereum or tokens, users need to specify the recipient's public address as the destination for the transaction . Once the transaction is confirmed by the network , the Ethereum or tokens are transferred to the recipient's address.", + }, + "Ethereum Virtual Machine (EVM)": { + definition: "The EVM is a virtual machine that operates on the Ethereum network . It is Turing complete and allows anyone, anywhere to execute arbitrary EVM bytecode . All Ethereum nodes run on the EVM . It is home for smart contracts based on the Ethereum blockchain .", + }, + "Etherscan": { + definition: "A popular website for analyzing activity on the Ethereum blockchain . See ‘blockchain explorer’. https://etherscan .io/", + }, + "EVM": { + definition: "Acronym; see 'Ethereum Virtual Machine'.", + }, + "exchange": { + definition: "A place to trade cryptocurrency . Centralized exchanges, operated by companies like Coinbase and Gemini, function as intermediaries, while decentralized exchanges do not have a central authority.", + }, + "Execution client": { + definition: "Execution clients are tasked with processing and broadcasting transactions, as well as with managing Ethereum 's state . They run the computations for each transaction in the Ethereum Virtual Machine to ensure that the rules of the protocol are followed. Today, they also handle proof of work consensus . After the transition to proof of stake, they will delegate this to consensus clients.", + }, + "Execution layer": { + definition: "Ethereum 's execution layer is the network of execution clients.", + }, + "Extended Private Key (XPRIV)": { + definition: "See 'private key '; see 'Hierarchical Deterministic (HD)' wallet . An extended private key , or xprv, is a private key which can be used to derive child private keys as part of a Hierarchical Deterministic (HD) wallet .", + }, + "Extended Public Key (XPUB)": { + definition: "See 'public key '; see 'Hierarchical Deterministic (HD)' wallet . An extended public key , or xpub, is a public key which can be used to derive child public keys as part of a Hierarchical Deterministic (HD) wallet .", + }, + "Extension": { + definition: "MetaMask is a web browser extension and mobile app that allows you to manage your Ethereum private keys. By doing so, it serves as a wallet for Ether and other tokens, and allows you to interact with decentralized applications, or dapps. Unlike some wallets, MetaMask keeps no information on you: not your email address, not your password, and not your Secret Recovery Phrase or other private keys. You retain all power over your crypto- identity.", + }, + "Fantom": { + definition: "Fantom is a public blockchain platform that aims to facilitate fast and low -cost transactions for dapps and smart contracts. It was launched in 2018 and is based on the Ethereum codebase, but with several key enhancements. One of the main features of Fantom is its consensus mechanism, known as Lachesis, which is a variant of Directed Acyclic Graphs (DAGs) that allows for high transaction throughput and low confirmation times. This means that transactions on the Fantom network can be processed quickly and at a low cost, making it an attractive platform for developers looking to build dApps that require fast and efficient transactions.", + }, + "faucet": { + definition: "A faucet is an application, sometimes a very simple website, other times more complex, that dispenses cryptocurrency . While some networks, especially those in early launch stages, offer “real Mainnet ” tokens via faucets, it is much more common for a faucet to be present on a test network , or testnet. These faucets are used by developers to test out dapps or smart contracts before deploying them on Ethereum Mainnet , or users who want to practice an action on the blockchain with no risk. Tokens dispensed by a test faucet stay on the test networks and cannot be exchanged for mainnet equivalents.", + }, + "fiat currency": { + definition: "Government-issued currency. For example, US Dollars (USD), Euros (EUR), Yuan (CNY), and Yen (JPY).", + }, + "final, finality": { + definition: "A transaction is considered 'final' once it can no longer be changed. In a sense, this happens once there are sufficient confirmations of the transaction , but for all intents and purposes, a transaction is final once the block that contains it is mined or validated. Keep in mind that this reflects a fundamental rule of blockchains: unlike traditional financial systems where charges can be 'reversed', there is no 'undoing' a transaction on the blockchain . Once finality is reached, the transaction is immutable.", + }, + "Finality Rate": { + definition: "See 'finality'", + }, + "financial technology (FinTech)": { + definition: "The integration of technology into offerings by financial services companies in order to improve their use and delivery to consumers.", + }, + "finney": { + definition: "A denomination of ether. See ether (denomination).", + }, + "Firefox": { + definition: "Internet browser.", + }, + "Firewall": { + definition: "In computing, a firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules. A firewall typically establishes a barrier between a trusted network and an untrusted network , such as the Internet.", + }, + "Flask": { + definition: "MetaMask Flask is a distribution of the software designed for developers. It's like a laboratory (hence the name) where the MetaMask team can try out new ideas and features. It has experimental, even dangerous functionality in it that is not meant for everyday use. It also doesn't have the same stability guarantees that the production distribution of MetaMask has. What is MetaMask Flask , and how is it different from normal MetaMask ", + }, + "fork": { + definition: "Forking' is a term that comes from the world of collaborative software development, and refers to the action of copying an existing application or set of code and modifying it to create an alternate version. At the blockchain protocol level, a 'fork ' creates an alternative version of a blockchain . Forks are often enacted intentionally to apply upgrades to a network . Soft Forks render two chains with some compatibility, while Hard Forks create a new version of the chain that must be adopted to continue participation. In the instance of a contentious Hard Fork , this can create two versions of a blockchain network . See also 'hard fork '.", + }, + "Fractional Ownership": { + definition: "In the context of NFT ownership: A fractional NFT (F-NFT ) is an entire NFT broken into smaller fragments, allowing several people to claim ownership of a piece of the same NFT . Fractional NFTs", + }, + "Fraud proof": { + definition: "A security model for certain layer 2 solutions where, to increase speed, transactions are rolled up into batches and submitted to Ethereum in a single transaction . They are assumed valid but can be challenged if fraud is suspected. A fraud proof will then run the transaction to see if fraud took place. This method increases the amount of transactions possible while maintaining security.", + }, + "full node": { + definition: "Public blockchains consist of a network of computers which sync the network 's data, coordinate transaction requests, and participate in consensus regarding the validity of those transactions; each one of these computers is called a 'node '. A full node is a computer that can fully validate transactions and download the entire data of a specific blockchain . In contrast, a “lightweight” or “light” node does not download all pieces of a blockchain ’s data, and uses a different validation process.", + }, + "Ganache": { + definition: "Ganache is a personal blockchain for Ethereum development that developers can use to deploy contracts, develop applications, and run tests. It is part of the Truffle Suite ecosystem .", + }, + "gas": { + definition: "A measure of the computational steps required for a transaction on the Ethereum network . This then equates to a fee for network users paid in small units of ETH specified as gwei . For more on gas , see MetaMask ’s user guide here: User Guide: Gas ", + }, + "gas fee": { + definition: "Gas fee refers to the transaction fee on the blockchain . It is what users pay to get their transaction validated, or completed.", + }, + "gas limit": { + definition: "The gas limit is the maximum amount you’re willing to pay for any given transaction to go through the Ethereum network . Another way of looking at it is as a “rough estimate” of how much computing power your transaction will take.", + }, + "gas price": { + definition: "The gas price is what it sounds like: the cost the network is paid for the computational work being performed in a given transaction . It is paid in units of ETH called gwei . Depending on network congestion, the gas price may vary significantly.", + }, + "Gas Station Network": { + definition: "The Gas Station Network (GSN ) is a decentralized network of relayers mainly referring to the Ethereum blockchain . It allows you to build dapps which provide payment for transactions, so users do not need to hold Ether or ETH to pay for gas , easing their onboarding process and improving user acquisition and experience. However, while the relayers in the GSN do not charge users, they charge the recipient and contract instead. In this way, the relayers recover the costs of transactions and profit from extra fees for providing such services. Originally conceived and designed by TabooKey, the GSN has grown to encompass many companies, protocols and platforms in the Ethereum ecosystem that wish to facilitate the onboarding of users to Ethereum applications. Gas Station Network ", + }, + "genesis block": { + definition: "The initial block of data computed in the history of a blockchain network .", + }, + "Gigawei": { + definition: "Gwei is a unit of ether, the smallest denomination, which stands for gigawei (or 1,000,000,000). Gwei is used for gas fees, or rather payments made by users to compensate for the computing energy required to process and validate transactions on the Ethereum blockchain .", + }, + "Gitcoin": { + definition: "Gitcoin is a platform where coders and developers can get paid to work on open-source software in a wide variety of programming languages. Users can also submit their own project ideas to the Gitcoin platform in order to crowdsource funding from contributing donors. Gitcoin ", + }, + "GitHub": { + definition: "GitHub is an online software development platform. It's used for storing, tracking, and collaborating on software projects. It makes it easy for developers to share code files and collaborate with fellow developers on open-source projects. GitHub also serves as a social networking site where developers can openly network , collaborate, and pitch their work. GitHub ", + }, + "Goerli": { + definition: "Goerli is a test networks. It is primarily used for development on the blockchain (testing out applications and smart contracts, etc). ETH on these testnets is a dummy balance and cannot be withdrawn or sent to mainnet .", + }, + "Governance": { + definition: "In the world of cryptocurrencies, governance is defined as the people or organizations that have decision-making powers regarding the project. Governance is an essential aspect of all cryptocurrency projects. As decentralized blockchains, cryptocurrencies often have a very liberal governance structure. There are a number of different approaches to governance . Governance ", + }, + "GSN": { + definition: "Abbreviation for Gas Station Network ", + }, + "gwei": { + definition: "A minuscule and common denomination of ETH , and the unit in which gas prices are often specified. See 'ether (denominations)' entry for more information.", + }, + "halving": { + definition: "Many cryptocurrencies have a finite supply, which makes them a scarce digital commodity. For example, the total amount of bitcoin that will ever be issued is 21 million. The number of bitcoins generated per block is decreased 50% every four years. This is called “halving .” The final halving will take place in the year 2140.", + }, + "hard fork": { + definition: "A hard fork occurs when there is a change in the blockchain that is not backward compatible (not compatible with older versions), thus requiring all participants to upgrade to the new version in order to be able to continue participating on the network . See also 'fork '.", + }, + "hardware wallet": { + definition: "A hardware wallet is a physical device that is used to store cryptographic keys, and generally, sign transactions. Some hardware wallets can be connected physically or through software to internet connectivity; others are ‘air-gapped’, receiving transaction requests and sending transaction approvals through a mechanism such as a QR code . The overall goal of using a hardware wallet to manage keys and signatures is to reduce the likelihood of your keys or Secret Recovery Phrase from being somehow stolen or compromised, due to being connected to the Internet. For more on hardware wallets, see MetaMask ’s Hardware Wallet Hub: Hardware Wallet Hub", + }, + "hash (noun)": { + definition: "In computing, ‘hashing’ is an operation performed on lists or sets of data to create a reliable index for that data. A particular datum, or a reference to it, is fed into an algorithm , which transforms the datum and returns a standardized, and generally unrecognizable, ‘hash’ of it, sometimes referred to as that datum or file’s “digital fingerprint.” Each block in a blockchain contains the hash value that validated the block before it, followed by its own hash value (this is how the continuity of the ‘chain’ is constructed). Hashes can be used to confirm that blockchain transactions are complete and valid. You may see references to the “transaction hash” or “tx hash”; this should be understood as “unique identifier of the transaction ”.", + }, + "hexadecimal; 'hex data'": { + definition: "Hexadecimal is a base 16, rather than base 10, counting system. Used all over Ethereum for a variety of things, a hexadecimal string is comprised of the numbers 0 1 2 3 4 5 6 7 8 9 and letters A B C D E F.", + }, + "Hierarchical Deterministic (HD) wallet": { + definition: "Hierarchical Deterministic wallets were first created for Bitcoin, and enable the creation of a very large number of accounts based on an initial seed phrase . This technology was later adopted in Ethereum wallets; when restoring a MetaMask wallet from the Secret Recovery Phrase , for example, if you 'create' accounts, they will be the same accounts as previously created from that same phrase; they are derived from it.", + }, + "hot storage": { + definition: "Synonymous with 'hot wallet '.", + }, + "hot wallet": { + definition: "A wallet that is directly connected to the internet at all times; for example, one that is held on a centralized exchange . Hot wallets are considered to have lower security than cold storage systems or hardware wallets.", + }, + "Hybrid Network": { + definition: "Hybrid blockchain . See 'PoS/PoW Hybrid '", + }, + "Hyperledger": { + definition: "Hyperledger is an ecosystem of open-system tools, libraries, and products designed to enable and support enterprise-grade blockchain technology. In general, the products focus on creating solutions for permissioned blockchains--that is, non-public blockchains, with alternative consensus mechanisms other than Proof of Work (PoW) or Proof of Stake (PoS). That said, there are use cases where such institutions would want to integrate with public blockchains, and for that reason Hyperledger Besu and Hyperledger Burrow are actively developed projects, the former being a Java-based Ethereum client, the latter being a smart contract platform which supports EVM bytecode .", + }, + "ICO": { + definition: "An Initial Coin Offering (also called ICO ) occurs when a new token project sells advance tokens in exchange for upfront capital. These have been a vehicle for fraud and scams, and as such are subject to ever-evolving regulation and legislation.", + }, + "Identicon / AddressIdenticon / AddressIcon": { + definition: "The colorful blob of colors that corresponds to your address in MetaMask . It is an easy way to see if your address is correct. More specifically, you can choose between jazzicons (created by the MetaMask team!) or blockies.", + }, + "immutability": { + definition: "The inability to be altered or changed. This is a key element of blockchain networks: once written onto a blockchain ledger , data cannot be altered. This immutability provides the basis for commerce and trade to take place on blockchain networks.", + }, + "Infura": { + definition: "Part of ConsenSys , Infura offers backend access to the Ethereum network over established HTTP and WebSockets technology. Prior to Infura , developers were obligated to run their own nodes of the networks with which they wanted to interact; Infura provides that access through a set of APIs. This enables developers of dapps and websites seeking to interact with the Ethereum blockchain to do so, and at scale. Infura ", + }, + "Initial Public Offering (IPO)": { + definition: "An initial public offering (IPO) is the process of a company offering shares for purchase on the stock market for the first time. IPO", + }, + "Insider Trading": { + definition: "Insider trading happens when someone purchases or sells stocks while possessing private, material information about that stock. Insider Trading ", + }, + "Inter-Blockchain Communication (IBC) Protocol": { + definition: "Inter-Blockchain Communication (IBC) is a communication protocol that allows different blockchains to relay messages to each other. It guarantees reliable, ordered and authenticated communication between the chains. Blockchains can trustlessly exchange value like tokens. IBC does not work like a bridge . Instead, blockchains send packets of information via smart contracts that allow them to not only exchange value but relay any form of data, such as communication, via the communication protocol . Inter-Blockchain Communication (IBC)", + }, + "internal transaction": { + definition: "An internal transaction on the Ethereum network is one that occurs between smart contracts, rather than between addresses. Notably, they are not included on the blockchain , and therefore do not incur gas fees, but they are often crucial to carrying out the action in question, and can be viewed on Etherscan . For more detail, see MetaMask 's article on the topic: Internal Transactions", + }, + "Interoperability": { + definition: "Blockchain interoperability , or cross-chain interoperability , is the ability to see and share information across multiple blockchains. One of the clear benefits of blockchain interoperability is being able to trade assets across various blockchains without the need for a centralized, custodial exchange . Interoperability ", + }, + "InterPlanetary File System (IPFS)": { + definition: "A decentralized file storage and referencing system for the Ethereum blockchain , and the internet as a whole. IFPS is an open source protocol that enables storing and sharing hypermedia (text, audio, visual) in a distributed manner without relying on a single point of failure. This distributed file system enables applications to run faster, safer and more transparently.", + }, + "IP address": { + definition: "A unique string of characters that identifies each computer using the Internet Protocol to communicate over a network .", + }, + "JSON file": { + definition: "JSON (JavaScript Object Notation) is an open standard file format for sharing data that uses human-readable text to store and transmit data. it is commonly used in public blockchain systems to move data.", + }, + "JSON-RPC": { + definition: "JSON-RPC is, quite simply, a method used to move data around computer systems, and predates public blockchain technology. It was chosen as a standard for moving data between blockchain networks and Internet browsers and wallets, with the result that these networks have come to be called 'RPC networks', despite JSON-RPC not being their defining technical feature.", + }, + "keystore file": { + definition: "A keystore file is a special, encrypted version of a private key in JSON format. See also 'private key '.", + }, + "Know Your Customer (KYC)": { + definition: "A process in which a business must verify the identity and background information (address, financial details, etc.) of their customers. For example, current regulations and laws require banks and other financial institutions to keep and report customers' personal information and transactions.", + }, + "Know Your Transaction": { + definition: "Know Your Transaction (KYT ) is a process employed by financial institutions to monitor the merchants' businesses through the analysis of transaction data.", + }, + "Kovan": { + definition: "An Ethereum testnet that uses Proof of Authority consensus , available through MetaMask ; Kovan test network has been deprecated. Ethereum used to have four testnets: Ropsten , Rinkeby , Goerli , and Kovan (Kiln was also added for specific purposes relating to the Merge in 2022). However, after the Merge occurred on September 15th 2022, most of the existing testnets began being deprecated (taken out of service). They may still work, but could be unreliable. Sepolia and Goerli are now the only two available.", + }, + "KYC": { + definition: "Acronym; see 'Know Your Customer'.", + }, + "KYT": { + definition: "Acronym; see 'Know Your Transaction '.", + }, + "latency": { + definition: "In the context of Network latency : refers to the amount of time it takes for a computer on one network to communicate with a computer on another network . Network latency ", + }, + "Lattice1": { + definition: "The Lattice1 is a powerful, secure, and user-friendly hardware wallet that allows you to manage an unlimited number of wallets and easily transact on the blockchain .", + }, + "Launchpad": { + definition: "The Launchpad is the Ethereum Foundation's official way to deposit your ETH for staking on Ethereum . Ethereum Launchpad ", + }, + "layer 0": { + definition: "Layer 0 in blockchain refers to the underlying infrastructure that supports the blockchain network . It includes the physical hardware, such as computers, servers, and other network components, as well as the software protocols that govern the interactions between the nodes in the network . In other words, Layer 0 is the foundation upon which the blockchain network is built. It provides the necessary resources and technical capabilities for the network to function, such as computing power, storage, and network connectivity. Layer 0 is essential to the operation and security of the blockchain network , as it ensures that data is transmitted and stored correctly and securely across the network . Layer 0 is sometimes also referred to as 'Layer Zero' or 'L0'. It is important to note that the concept of Layer 0 is not unique to blockchain technology, but is a more general term used to describe the physical and technical infrastructure underlying any type of computer network .", + }, + "layer 1": { + definition: "Layer 1 in blockchain refers to the base layer of the blockchain protocol . It is the layer that contains the core elements of the blockchain , including the consensus mechanism, the data structure, and the rules that govern the creation and transfer of assets or tokens. In other words, Layer 1 is the foundation of the blockchain technology stack, upon which all other layers and applications are built. It is responsible for maintaining the integrity of the blockchain network and ensuring that all transactions are valid and secure. Layer 1 is designed to be decentralized, meaning that no single entity has control over the network . This is achieved through the use of consensus mechanisms, such as Proof of Work (PoW), Proof of Stake (PoS), or other methods, which enable participants to reach agreement on the validity of transactions and the state of the network . Some examples of Layer 1 blockchain protocols include Bitcoin, Ethereum , Binance Smart Chain, Avalanche .", + }, + "layer 2": { + definition: "A Layer 2 network , or L2, is a blockchain that is built specifically to scale another network . For a full understanding of how this is achieved, see here. Some popular examples of this in the Ethereum ecosystem are Arbitrum , Optimism , and StarkNet. These chains are specifically built to handle a large number of transactions quickly by relying on Ethereum Mainnet for security functions, while optimizing for speed and scale. These networks are considered 'scaling solutions' while not being part of Ethereum 's protocol -level scaling efforts. See also 'blockchain trilemma', 'modular blockchain ', 'Serenity '. Contrast with 'sidechain '.", + }, + "Learn; MetaMask Learn": { + definition: "MetaMask Learn is a free-to-use educational platform available in 10 languages for anyone interested in learning about web3. Through engaging lessons and interactive simulations, it helps you understand what web3 is, why it matters, and how to get started. https://learn.metamask .io/", + }, + "Ledger": { + definition: "", + }, + "Ledger Live App": { + definition: "Ledger Live is a hardware wallet interface app for users of the Ledger Nano X, Ledger Nano S, and Ledger Blue. The app enables Ledger users to manage their cryptocurrency hardware and assets. Additionally, it features real-time price updates, multi-account management, and the convenience of an extremely simple setup process. Ledger Live combines the management of your individual crypto assets and device management into one interface, with the intention of gradually replacing the Chrome -based applications system that previously annoyed some users of the device.", + }, + "Library": { + definition: "A collection of non-volatile resources used by computer programs, often for software development. These may include configuration data, documentation, help data, message templates, pre-written code and subroutines, classes, values or type specifications. Software Library ", + }, + "Lido": { + definition: "Lido is a liquid staking protocol for Ethereum that allows users with less than 32 ETH to collectively fund new validators and receive rewards.", + }, + "light client": { + definition: "In computing, a 'client' is a software that runs or accesses a program made available by a remote computer. With blockchain networks, then, clients are the programs that sync blockchain data and participate in network consensus . More often and more specifically, 'Layer 2 ' is used as a noun, to refer to a type of network that is specifically built to handle a large number of transactions quickly by relying on Ethereum mainnet for security functions, and optimizing for speed and scale. Examples include Arbitrum and Optimism ; this is different from a 'sidechain ', which is a network that has its own security mechanism, yet still allows compatibility and bridging of assets between itself and Ethereum .", + }, + "Lightning Network": { + definition: "The Lightning Network is a second layer for Bitcoin that uses micropayment channels to scale the blockchain ’s capability to conduct transactions more efficiently. This layer consists of multiple payment channels between parties or Bitcoin users. A Lightning Network channel is a transaction mechanism between two parties. Using channels, the parties can make or receive payments from each other. Transactions conducted on the Lightning Network are faster, less costly, and more readily confirmed than those conducted directly on the Bitcoin blockchain .", + }, + "liquid democracy (delegative democracy)": { + definition: "A government system where votes can be delegated or proxied to other individuals such as friends, politicians, or subject matter experts. For example, in a liquid democracy, Bernadette could give Ahmad her vote and Ahmad would then vote for both himself and Bernadette. Liquid democracy is used at times as a governance mechanism for Decentralized Autonomous Organizations (DAOs) wherein every participant is able to vote or delegate their vote to another individual.", + }, + "liquidation": { + definition: "Liquidation happens when a trader has insufficient funds to keep a leveraged trade open. Liquidation ", + }, + "liquidity": { + definition: "An asset is considered more ‘liquid’ if it can easily be converted into cash, and therefore, ‘liquidity ’ refers to the availability of assets to a company or market. Conversely, the harder it is to turn an asset into cash, the more illiquid the asset. For example, stocks are considered relatively liquid assets, as they can be easily converted to cash, while real estate is considered an illiquid asset. The liquidity of an asset affects its risk potential and market price.", + }, + "liquidity pool": { + definition: "A liquidity pool is a crowdsourced pool of cryptocurrencies or tokens locked in a smart contract that is used to facilitate trades between the assets on a decentralized exchange (DEX ). Instead of traditional markets of buyers and sellers, many decentralized finance (DeFi) platforms use automated market makers (AMMs), which allow digital assets to be traded in an automatic and permissionless manner through the use of liquidity pools.", + }, + "liquidity staking": { + definition: "Liquid staking allows users to stake tokens and simultaneously use them in the DeFi ecosystem . This is made possible by wrapping the staked tokens and providing users with a wrapped token that is a claim on the underlying collateral. The wrapped tokens can be transferred and generate yield. Liquid staking permits users to stake and unstake their coins without being beholden to a lock-up period. It thus enables greater capital efficiency and increased liquidity on proof-of-stake blockchains, allowing users to maximize the benefits of staking and DeFi simultaneously. Furthermore, liquid staking enhances network security on PoS chains.", + }, + "Low": { + definition: "In the context of 'gas fees', Low is a category that allows you to wait a bit longer and save money if you choose. There are 3 categories available in MetaMask : Low , Market, Aggressive Using Advanced Gas Controls", + }, + "mainnet": { + definition: "The primary network where actual transactions take place on a specific distributed ledger . For example, The Ethereum Mainnet (capitalized in this case) is the public blockchain where network validation and transactions take place", + }, + "Maker Protocol": { + definition: "The Maker Protocol , built on the Ethereum blockchain , enables users to create and hold currency. Current elements of the Maker Protocol are the DAI stable coin , Maker Vaults, and Voting. MakerDAO governs the Maker Protocol by deciding on key parameters (e.g., stability fees, collateral types and rates, etc.)", + }, + "malware": { + definition: "Any software intentionally designed to cause disruption to a computer, server, client, or computer network , leak private information, gain unauthorized access to information or systems, deprive access to information, or which unknowingly interferes with the user's computer security and privacy.", + }, + "market cap": { + definition: "Short for 'market capitalization', this refers to the total value held in a particular industry, market, company, or asset. For a publicly traded company, the market cap is the total dollar market value of a company's outstanding shares. For Bitcoin or Ethereum , the total market cap is a reflection of the current existing supply times the market price.", + }, + "Maximal Extractable Value (MEV)": { + definition: "Originally known as Miner Extractable Value, MEV is a broad complex topic that refers to the inclusion, exclusion, and reordering of transactions within a block in order to extract more value from it, generally in excess of what a validator (or miner, on PoW networks) would earn from producing the block. MEV includes activities such as frontrunning, arbitrage, and what could be considered malicious actions to profit off of other users' transactions. This is a very active topic of research that is changing rapidly.", + }, + "Maximum Priority Fee": { + definition: "The fee, or 'miner tip ', goes to the validator or miner, and incentivizes them to prioritize your transaction .", + }, + "memory pool; mempool": { + definition: "a.k.a. Transaction Pool When a user submits a transaction to the Ethereum network –or many other networks based on Ethereum –the transaction goes into what’s known as a “transaction pool”, or “txpool” for short. This is essentially a queue of transactions that are waiting to be added to a block and recorded to the blockchain . There are mechanisms that determine which transactions are “picked up” and included in the next block, and there is currently a lot of research surrounding how this decision gets made. In Bitcoin, the transaction pool was referred to as the “memory pool”, or “mempool”, and often these terms are used interchangeably.", + }, + "Merge": { + definition: "Finalized in September 2022, the Merge was the culmination of years of work involved in transitioning Ethereum from a Proof of Work consensus model, to Proof of Stake, all while keeping the network live. This was successful, and reduced the network ’s carbon footprint by more than 99.9%.", + }, + "Merkle Patricia trie": { + definition: "Often referred to simply as a 'Merkle trie' (pronounced 'tree'), a Merkle Patricia trie is a data structure in which a single hash code function (see 'hash') splits into smaller branches. In a similar way to a family tree, where a parent branch splits into child branches, which are then extrapolated into grandchild branches, a Merkle Patricia trie keeps a record of the filiation and history of each element. This type of data structure enables for faster verification on a blockchain network .", + }, + "Mesh": { + definition: "ConsenSys Mesh is a network of loosely coupled, tightly aligned teams, products, and investments advancing the Ethereum ecosystem and the arrival of web3.", + }, + "metadata": { + definition: "In the context of 'NFT metadata ': Metadata is 'data that provides information about other data' Metadata ", + }, + "MetaMask": { + definition: "MetaMask , either in its mobile app form on iOS and Android, or in its browser extension form, is a tool to access and interact with blockchains and the decentralized web . It allows users to manage their digital identity and the permission of others to interact with that identity; its functions include that of a wallet , a dapp permissions manager, and access to token swaps. It is an open-source project that encourages developers from other projects to build on top of it through MetaMask Snaps.", + }, + "MetaMask Bridge": { + definition: "MetaMask Bridge : You can now access a curated, straightforward bridging experience in MetaMask Bridge , available at https://portfolio .metamask .io/bridge Only certain tokens and network combinations are available initially. MetaMask Bridge ", + }, + "MetaMask Community Platform": { + definition: "The MetaMask forums located at community.metamask .io MetaMask 's community platform can be accessed here: MetaMask Community", + }, + "MetaMask Extension": { + definition: "MetaMask is a web browser extension and mobile app that allows you to manage your Ethereum private keys. By doing so, it serves as a wallet for Ether and other tokens, and allows you to interact with decentralized applications, or dapps. Unlike some wallets, MetaMask keeps no information on you: not your email address, not your password, and not your Secret Recovery Phrase or other private keys. You retain all power over your crypto- identity.", + }, + "MetaMask Flask": { + definition: "MetaMask Flask is a distribution of the software designed for developers. It's like a laboratory (hence the name) where the MetaMask team can try out new ideas and features. It has experimental, even dangerous functionality in it that is not meant for everyday use. It also doesn't have the same stability guarantees that the production distribution of MetaMask has. What is MetaMask Flask , and how is it different from normal MetaMask ?", + }, + "MetaMask Institutional": { + definition: "MetaMask Institutional is an institution-compliant version of the world’s leading web3 wallet , MetaMask . Organizations trust us to manage their web3 access and engagement with institution-required security, operational efficiency, and compliance. MetaMask Institutional", + }, + "MetaMask Learn": { + definition: "MetaMask Learn is a free-to-use educational platform available in 10 languages for anyone interested in learning about web3. Through engaging lessons and interactive simulations, it helps you understand what web3 is, why it matters, and how to get started. MetaMask Learn", + }, + "MetaMask SDK": { + definition: "MetaMask SDK (Software Development Kit) is a library that can be installed by developers in their projects. It will automatically guide their users to connect easily with a MetaMask Wallet client. MetaMask SDK", + }, + "MetaMask Snaps": { + definition: "The first big feature shipped through Flask has been MetaMask Snaps. Snaps is a whole topic in and of itself, but think of it like this: Snaps allows developers to bring any kind of functionality they want to the application. Given how broad that is, and the potential security implications, snaps can only be used in Flask at the moment; however, the plan is to allow users to customize their MetaMask experience through this functionality.", + }, + "MetaMetrics": { + definition: "MetaMetrics is an opt-in analytics platform that aims to collect information on non-sensitive user events to help us improve the software for MetaMask users. How to manage your MetaMetrics settings", + }, + "metaverse": { + definition: "A metaverse is a digital universe that contains all the aspects of the real world, such as real-time interactions and economies. It offers a unique experience to end-users. Metaverse ", + }, + "miner tip": { + definition: "The miner tip is the Maximum Priority Fee that incentivizes the miner to prioritize a transaction . Learn the basics of blockchains and Ethereum (miners and validators, gas , cryptocurrencies and NFTs, block explorer , networks, etc.)", + }, + "mining": { + definition: "The process by which blocks or transactions are verified and added to a blockchain using a Proof of Work (PoW) consensus mechanism. In order to verify a block, a miner must use a computer to solve a cryptographic problem. Once the computer has solved the problem, the block is considered “mined” or verified. On Bitcoin or other PoW blockchains, the first computer to mine or verify the block receives bitcoin, or the equivalent network token , as a reward.", + }, + "Mint": { + definition: "Minting refers to the act of publishing a token on the blockchain to make it transferrable and purchasable.", + }, + "mnemonic phrase": { + definition: "This is an alternative way of referring to a Secret Recovery Phrase , also known as a 'seed phrase ': a series of words that correspond to a very long cryptographic key, used to generate and control all the addresses of a crypto wallet .", + }, + "MobiKwik": { + definition: "MobiKwik is an Indian payment service provider founded in 2009 that provides a mobile phone-based payment system and digital wallet .", + }, + "modular blockchain": { + definition: "Bitcoin is an example of a monolithic blockchain : all of the functions of the network (consensus , execution, data availability, and settlement) are run on one chain. This has significant drawbacks (see 'blockchain trilemma' for more). A modular blockchain , on the other hand, separates some or all of these functions into separate chains, each one optimized for its specific function, and relying on the other chains for the other functions. Ethereum is currently moving towards modularization, both on a protocol level beginning with the Merge , which split consensus and execution into two chains, and at the level of 'Layer 2 ' networks which provide optimized execution environments, and then 'roll up' their data to Ethereum for its consensus functionality.", + }, + "MoonPay": { + definition: "MoonPay is a financial technology company that builds payments infrastructure for crypto. Its on-and-off-ramp suite of products provides a seamless experience for converting between fiat currencies and cryptocurrencies using all major payment methods, including debit and credit cards, local bank transfers, Apple Pay , Google Pay, and Samsung Pay . MoonPay is active in more than 160 countries and is trusted by 300+ leading wallets, websites, and applications to accept payments and defeat fraud. The company is based in Miami, Florida, and was founded in 2019.", + }, + "multi-sig": { + definition: "multi-signature wallet (multisig) A crypto- asset wallet which requires multiple keys in order to access and transact. Typically, a specified number of individuals are required to approve or “sign” a transaction before they are able to access the wallet . This is different from most wallets, which only require one signature to approve a transaction .", + }, + "multi-signature wallet (multisig)": { + definition: "A crypto- asset wallet which requires multiple keys in order to access and transact. Typically, a specified number of individuals are required to approve or “sign” a transaction before they are able to access the wallet . This is different from most wallets, which only require one signature to approve a transaction .", + }, + "Multifactor Authentication": { + definition: "Authentication using two or more different factors to achieve authentication.", + }, + "Near-Field Communication (NFC)": { + definition: "Near-field communication is a set of communication protocols that enables communication between two electronic devices over a distance of 4 cm or less. NFC offers a low -speed connection through a simple setup that can be used to bootstrap more capable wireless connections..", + }, + "Nested Blockchain": { + definition: "A nested blockchain is essentially a blockchain within — or, rather, atop — another blockchain . See 'Layer 2 '", + }, + "Network": { + definition: "A network refers to all nodes in the operation of a blockchain at any given moment in time.", + }, + "Network Congestion": { + definition: "The reduced quality of service that occurs when a network node or link is carrying more data than it can handle. Typical effects include queueing delay, packet loss or the blocking of new connections. Congestion", + }, + "NFT": { + definition: "When discussing Non-Fungible Tokens (NFTs), “fungibility” refers to an object’s ability to be exchanged for another. For example, an individual dollar is considered fungible, as one dollar is fully interchangeable with another. Artwork is usually deemed non-fungible, as paintings or sculptures are likely to be unequal between them in quality, value, or other attributes. A non-fungible token is a type of token that is a unique digital asset and has no equal token . This is in contrast to cryptocurrencies like ether that are fungible in nature.", + }, + "NFT aggregator": { + definition: "In the initial wave of interest in buying and selling NFTs, a number of NFT marketplaces--websites where you can buy and sell NFTs--were created. As the market matured, aggregators appeared, which offer the user the ability to view available stock and price, buy and sell across marketplaces from a single unified application. Similar to familiar web2 shopping portals, these have come to be known as NFT Marketplace Aggregators, or just NFT Aggregators.", + }, + "NFT drop": { + definition: "An NFT drop happens when a new NFT collection is released. NFT drops can vary in both how the NFTs are sold (listed for sale or auction), and in who they’re released to (the public, or a specific list called an “allowlist”). Often, NFT drops coincide with when the NFTs in the collection are minted, that is, written to the blockchain . You might hear these terms used interchangeably— a drop might be referred to as the project’s mint .", + }, + "Ngrave": { + definition: "Crypto hardware wallet .", + }, + "node": { + definition: "Public blockchains consist of a network of computers which sync the network 's data, coordinate transaction requests, and participate in consensus regarding the validity of those transactions; each one of these computers is called a 'node '. A full node is a computer that can fully validate transactions and download the entire data of a specific blockchain . In contrast, a “lightweight” or “light” node does not download all pieces of a blockchain ’s data, and uses a different validation process.", + }, + "Non-fungible token": { + definition: "See NFT ", + }, + "nonce": { + definition: "The word ‘nonce ’ has a few different meanings, and in different contexts, it ends up getting used a lot of different ways. Originally formed from a contraction of a phrase meaning “not more than once”, on the Ethereum Mainnet , “nonce ” refers to a unique transaction identification number that increases in value with each successive transaction in order to ensure various safety features (such as preventing a double-spend). Note that due to its broader use in cryptography , you may encounter ‘nonce ’ being used differently on other sidechains or decentralized projects.", + }, + "off-chain": { + definition: "A transaction that is processed outside the blockchain network with an increased speed and reduced cost. There are two different transactions that occur on the blockchain : On-chain transactions are those reflected on the distributed ledger and are visible to all the network users. On the other hand, off-chain transactions occur outside the blockchain network . Such a transaction doesn’t need the services of miners because no ledger verification is conducted. Unlike on-chain transactions, off-chain transactions can be made instantly. This method entails lower fees, happens instantly, and offers more anonymity.", + }, + "ommer block": { + definition: "Under the Proof of Work (PoW) consensus mechanism, miners received rewards for being the first to mine a new block. However, at times a block would be mined just after, and in competition with, the last block. This block, known as an ommer and previously as an uncle, could get rolled into subsequent blocks and the miner of the original ommer would get a partial block reward . All of this functionality was deprecated as of the launch of the Beacon Chain .", + }, + "on-chain": { + definition: "On-chain , as the name implies, refers to blockchain transactions that exist on and have been verified to the blockchain by miners or validators. On-Chain also means that transactions have been recorded to the blockchain ", + }, + "on-ramp, off-ramp": { + definition: "Based on a metaphor from the American highway system, 'on-ramp' refers to a tool, or a service provider, or the action, of converting fiat currency into tokens on a blockchain . Conversely, 'off-ramp' refers to exchanging on-chain assets for their value in a given fiat currency . There are many providers of such services, and MetaMask users have access to them through the 'Buy Crypto' feature.", + }, + "OpenSea": { + definition: "OpenSea is the world's first and largest web3 marketplace for NFTs and crypto collectibles.", + }, + "Opera": { + definition: "Internet browser.", + }, + "Optimism": { + definition: "Optimism is a layer-2 scaling solution for Ethereum , which is a blockchain -based platform for decentralized applications. It is designed to reduce the cost and increase the speed of transactions on the Ethereum network . Optimism works by using a technique called optimistic rollups , which allows it to process a large number of transactions off-chain , while still maintaining the security and decentralization of the Ethereum network . In optimistic rollups , transactions are initially processed off-chain , and a summary of these transactions is then submitted to the Ethereum network for verification. This verification process ensures that the transactions are valid and that no fraud has occurred. Once the transactions are verified, they are added to the Ethereum blockchain , allowing users to interact with the decentralized applications built on the platform.", + }, + "optimistic rollup": { + definition: "A rollup that assumes the validity and good faith of transactions, and only runs a fraud proof in the case of fraud being alleged. See also 'rollup'.", + }, + "Oracle": { + definition: "Typically, an oracle is any entity or person that is relied on to report the outcome of an event. In a blockchain network an oracle (human or machine) helps communicate data to a smart contract , which can then be used to verify an event or specific outcome.", + }, + "ParaSwap": { + definition: "ParaSwap is a decentralized exchange (DEX ) aggregator that optimizes swaps for users through better prices, limited gas fees, and lower slippage . ParaSwap sources their liquidity from major DEXes such as Uniswap , Balancer, Curve , Kyber, in addition to ParaSwapPool, their professional Market Maker network .", + }, + "parity": { + definition: "In a general sense, to say that something 'has parity ' with another thing means 'equal in features or other important quality', and is a phrase often used by software developers and computer scientists.", + }, + "Parity": { + definition: "Parity Technologies is the name of a blockchain technology company that is developing a number of significant projects in the blockchain space. One of its first projects was an Ethereum client, known as Parity ; its name was changed to Parity Ethereum , and then was spun out as a DAO -owned and operated project called Open Ethereum , which has also been deprecated. See also 'client'.", + }, + "Passphrase": { + definition: "See 'Secret Recovery Phrase '", + }, + "password manager": { + definition: "A password manager is a tool or software that stores all sorts of passwords needed for online applications and services. Password manager ", + }, + "PayPal": { + definition: "PayPal is a multinational financial technology company operating an online payments system in the majority of countries.", + }, + "peer-to-peer (P2P)": { + definition: "P2P refers to interactions that happen directly between two parties, usually two separate individuals, and have been present in Internet technology in different ways for some time. These interactions are often coordinated through some sort of app or network , which can consist of any number of individuals. Public blockchains can be considered to have a high degree of P2P functionality, as individuals are able to transact or interact with each other without relying on an intermediary or single point of failure.", + }, + "permissioned ledger": { + definition: "A blockchain network in which access to ledger or network requires permission from an individual or group of individuals, as opposed to a public blockchain . Permissioned ledgers may have one or many owners. Consensus on a permissioned ledger is conducted by the trusted actors, such as government departments, banks, or other known entities. Permissioned blockchains or ledgers contain highly-verifiable data sets because the consensus process creates a digital signature , which can be seen by all parties. A permissioned ledger is much easier to maintain and considerably faster than a public blockchain . For example, Quorum or Hyperledger Besu are permissioned ledgers that can be more easily set up for large enterprises. In contrast, the public Ethereum blockchain is a permissionless ledger which anyone can access.", + }, + "phishing (noun)": { + definition: "Phishing is a form of social engineering where attackers deceive people into revealing sensitive information or installing malware such as ransomware.", + }, + "Plasma": { + definition: "Plasma ' is a term that is used to refer to one of the solutions being built and deployed in order to securely scale the Ethereum network . A Plasma network functions similarly to an optimistic rollup , inasmuch as it relies on Ethereum Mainnet to maintain the record of transactions, and as the source for arbitration or fraud resolution. However, a Plasma network differs in other important technical ways from rollups , and is currently limited to simple operations, such as swaps and token transfers. More technical information is available here.", + }, + "PoA, PoS, PoW": { + definition: "Acronyms standing for Proof of X consensus mechanisms: Authority, Stake, Work. The “o” is lowercase since you wouldn’t capitalize “of” when writing out the phrase. See also 'consensus ', 'Proof of Authority', 'Proof of Stake', 'Proof of Work'.", + }, + "Polygon": { + definition: "Polygon (formerly Matic Network ) is a layer-2 scaling solution for Ethereum that aims to address the scalability issues of the Ethereum blockchain . It is designed to provide faster and cheaper transactions with the same level of security and decentralization as the Ethereum network . Polygon achieves this by creating a multi-chain ecosystem that is built on top of the Ethereum network . This ecosystem consists of various interconnected sidechains that can process transactions independently of the main Ethereum blockchain . These sidechains are called 'Polygon chains' or 'commit chains'.", + }, + "Portfolio": { + definition: "The Portfolio Dapp enables you to view all your MetaMask accounts and their assets in one place. It aggregates values from across your accounts and shows your total holdings, making it easier than ever to get an at-a-glance summary of their value in your chosen currency. Getting started with MetaMask Portfolio ", + }, + "PoS/PoW Hybrid": { + definition: "A hybrid consensus model that utilizes a combination of Proof of Stake (PoS) and Proof of Work (PoW) consensus . Using this Hybrid consensus mechanism, blocks are validated from not only miners, but also voters (stakeholders) to form a balanced network governance .", + }, + "Priority fee": { + definition: "The priority fee , also referred to as the 'miner tip ', incentivizes the miner to prioritize your transaction . Naturally, whether this does actually go to a miner depends on the consensus mechanism they use: Ethereum mainnet became a Proof of Stake network following the Merge in September 2022, so the priority fee goes to validators instead of miners.", + }, + "private blockchain": { + definition: "A blockchain or distributed ledger that has a closed network wherein participants are controlled by a single entity. A private blockchain requires a verification process for new participants. A private blockchain may also limit which individuals are able to participate in consensus of the blockchain network . See also 'permissioned ledger '.", + }, + "private currency": { + definition: "A currency or token issued by a private individual or firm. Typically, the token or currency is limited to use within the network of that particular firm or individual. This is not to be confused with a “privacy cryptocurrency ”, which are cryptocurrencies with specific privacy features, such as hidden user identities.", + }, + "private key": { + definition: "A private key is an alphanumeric string of data that, in MetaMask , corresponds to a single specific account in a wallet . Private keys can be thought of as a password that enables an individual to control a specific crypto account . Never reveal your private key to anyone, as whoever controls the private key controls the account funds. If you lose your private key , then you lose access to, and control over, that account .", + }, + "Proof of Authority (PoA)": { + definition: "A consensus mechanism used in private blockchains, granting a single private key the authority to generate all of the blocks or validate transactions.", + }, + "Proof of Stake (PoS)": { + definition: "A consensus mechanism in which an individual node , or “validator ”, validates transactions or blocks. Validators lock up a certain amount of cryptocurrency , such as ether, into a ‘stake’, in order to be able to participate in consensus . If the node validates a block (group of transactions) correctly, then the validator receives a reward. Conversely, if the validator behaves poorly by validating incorrect transactions or by not maintaining sufficient network connectivity, the cryptocurrency they staked can be ‘slashed’, or taken from them and put out of circulation (‘burned’). PoS requires a negligible amount of computing power compared to Proof of Work consensus .", + }, + "Proof of Work (PoW)": { + definition: "A consensus mechanism in which each block is ‘mined’ by one of the nodes, or a group of nodes, on the network . The computational process involved in committing a series of transactions into a block on the network , known as ‘hashing a block’, is technically quite simple, and therefore subject to attack. Under PoW, each miner must solve a math problem to find a set, difficult variable in order to be able to propose their block to the network as the next to be ‘mined’. In effect, the process of hashing each block becomes a competition. This addition of solving for a target increases the difficulty of successfully hashing each block, and consequently the security of the network . For each hashed block, the overall process of hashing will have taken some time and computational effort. Thus, a hashed block is considered Proof of Work, and the miner that successfully hashes the block first receives a reward, in the form of cryptocurrency . PoW is singificantly more energy-intensive than other consensus mechanisms, such as Proof of Stake.", + }, + "protocol": { + definition: "Formally speaking, a 'protocol ' is a set of rules governing how a process is carried out. This concept is used throughout public blockchain networks and web3 to refer to the way smart contracts execute their functionality in the same way regardless of the user. The products or services built on top of smart contracts are often referred to as 'protocols' by extension .", + }, + "public blockchain": { + definition: "A globally open network wherein anyone can participate in transactions, participate in the consensus protocol to help determine which blocks get added to the chain, maintain and examine the contents of the chain.", + }, + "public key": { + definition: "Public blockchain networks are just that: public. Their data is accessible and readable by anyone. In order to have any degree of usability when it comes to allowing users to do some things, like send transactions, but not others, like steal other peoples' tokens, cryptographic technology is used. In particular, a design paradigm known as 'public/private key pairs' is employed to ensure users can interact with others on the network as they wish, while keeping their own account secure. These key pairs consist of two long strings of alphanumeric characters. A public key can be derived mathematically from its corresponding private key , but the inverse is not true: it is mathematically impossible to derive a private key from its corresponding public key . This allows, for example, users to have a public wallet address that anyone can use to send them tokens, with the peace of mind that as long as they properly keep the corresponding private key safe, those tokens cannot be stolen. See also 'private key '.", + }, + "Public-Key Cryptography": { + definition: "See 'public key ',see 'Cryptography ', see 'blockchain '. Public-Key Cryptography ", + }, + "Public-Key Infrastructure": { + definition: "A public key infrastructure (PKI) is a collection of roles, rules, hardware, software, and processes for creating, managing, distributing, using, storing, and revoking digital certificates. Public-Key Infrastructure ", + }, + "QR code": { + definition: "A QR code is a type of matrix barcode, constituting a machine-readable optical label that can contain information about the item to which it is attached.", + }, + "Quorum": { + definition: "ConsenSys Quorum enables enterprises to leverage Ethereum for their high-value blockchain applications. Businesses can rely on the Quorum open-source protocol layer and integrate on top of it product modules from ConsenSys , other companies, or your own in-house development team to build high-performance, customizable applications. Quorum ", + }, + "Rarible": { + definition: "An NFT marketplace.", + }, + "relayer": { + definition: "A relayer is an intermediary that facilitates the exchange or transfer of information, assets, or services between two or more parties. The term is used in various fields, including finance, communication, and technology. In the context of cryptocurrencies and blockchain technology, a relayer typically refers to an intermediary that facilitates peer-to-peer transactions on a decentralized network . This can include decentralized exchanges (DEXs), where relayers act as matching engines to connect buyers and sellers of digital assets. A few examples of popular relayers include 0x: 0x is a decentralized exchange protocol that enables the creation of relayers on the Ethereum blockchain . These relayers can be built by anyone and allow for peer-to-peer trading of ERC -20 tokens. Kyber Network : Kyber Network is a decentralized liquidity network that also operates as a relayer . It enables users to trade a wide range of digital assets, including ERC -20 tokens, without the need for a centralized intermediary. Uniswap : Uniswap is a popular decentralized exchange that operates as a relayer . It uses an automated market maker (AMM) system to enable peer-to-peer trading of ERC -20 tokens. AirSwap : AirSwap is a decentralized exchange that operates as a peer-to-peer relayer on the Ethereum blockchain . It uses an off-chain order book to match buyers and sellers and execute trades.", + }, + "Remote Procedure Call (RPC)": { + definition: "The Remote Procedure Call is a technology that is used to transfer data between endpoints. You may often see it referred to as JSON-RPC , which is its full name; see ‘JSON-RPC ’ for further details.", + }, + "Rinkeby": { + definition: "An Ethereum testnet that uses Proof of Authority consensus , available through MetaMask ; Following the transition to Proof of Stake, Rinkeby scheduled its deprecation for the end of 2023.", + }, + "Roadmap": { + definition: "A planning technique which lays out the short and long term goals of a particular project within a flexible estimated timeline.", + }, + "Rocket Pool": { + definition: "Rocket Pool is a decentralized Ethereum staking pool.", + }, + "rollups": { + definition: "Rollups (pronounced 'roll ups') are one element in the set of tools and infrastructure being built as scaling solutions for the Ethereum network . They consist, in general, of networks which prioritize their ability to compute transactions and smart contract functionality, and then 'roll up' those transactions to Ethereum Mainnet for secure verification of their validity. There are different ways of approaching this problem from a technical point of view, namely Zero Knowledge, or ZK, rollups , and Optimistic rollups . Arbitrum and Optimism are prominent examples. See the entries on both of these types of rollup for more, and more in-depth discussion here.", + }, + "Ropsten": { + definition: "An Ethereum testnet that used Proof of Work, and, following the transition to Proof of Stake, was deprecated.", + }, + "RPC": { + definition: "The Remote Procedure Call is a technology that is used to transfer data between endpoints. You may often see it referred to as JSON-RPC , which is its full name; see 'JSON-RPC ' for further details.", + }, + "rug pull": { + definition: "Similar to the traditional financial scam of a pyramid scheme, a 'rug pull ' is a cryptocurrency or crypto- token based scam in which the creators of the token create hype, through injecting liquidity into their token , airdropping, and other schemes, and once investors pile in and boost the price of the token up to a certain point, the creators liquidate their (generally majority) share of the tokens, leaving their investors with next to nothing.", + }, + "Safeheron": { + definition: "Safeheron is an open-source platform for managing digital assets.", + }, + "Samsung Pay": { + definition: "Samsung Pay is a mobile payment and digital wallet service that lets users make payments using compatible phones and other Samsung-produced devices.", + }, + "sandbox": { + definition: "A testing environment in a computer system in which new or untested software or coding can be run securely.", + }, + "Sardine": { + definition: "Sardine is an instant fiat and crypto settlement platform.", + }, + "Satoshi Nakamoto": { + definition: "A pseudonymous individual or entity who created the Bitcoin protocol , solving the digital currency issue of the “double spend .” Nakamoto first published their white paper describing the project in 2008, and the first Bitcoin software was released one year later.", + }, + "scalability": { + definition: "A change in size or scale to handle a network ’s demands. This word is used to refer to a blockchain project’s ability to handle network traffic, future growth, and capacity in its intended application.", + }, + "Scaling": { + definition: "The main goal of scalability is to increase transaction speed (faster finality), and transaction throughput (high transactions per second), without sacrificing decentralization or security.", + }, + "Scrypt": { + definition: "An alternative proof-of-work (PoW) algorithm to SHA-256, used in Bitcoin mining . Scrypt mining relies more heavily on memory than on pure CPU power, aiming to reduce the advantage that ASICs. Scrypt ", + }, + "Secret Recovery Phrase": { + definition: "The seed phrase , mnemonic, or Secret Recovery Phrase is a crucial part of public blockchain technology, originally created for Bitcoin, and goes by many names. However, they all refer to a set of ordered words which correspond to determined values. These values never change, and therefore the same string of words in the same order will always produce the same number–this is the underlying functionality that allows seed phrases to back up wallets. This is also where the name ‘hierarchical deterministic wallets’ comes from, as all the accounts in a given wallet are deterministically created from the seed phrase , and they are hierarchically controlled by it. A Secret Recovery Phrase is exactly what it sounds like: something that is secret, and should be known only to the owner of the account . If the seed phrase is given to someone else, that person has complete control over the account ; they can drain it of tokens and funds, execute transactions with it, etc. What is a ‘Secret Recovery Phrase ’ and how to keep your crypto wallet secure", + }, + "Security Token": { + definition: "A security token is essentially a digital form of traditional securities. There are three primary types of traditional securities: equities, debt and a hybrid of debt and equity. Examples of securities include stocks, bonds, ETFs, options and futures. Hypothetically, any of these things can be tokenized to become a security token . It is possible that in the near future, security tokens could serve as a very viable alternative and competitor to stocks and other traditional securities. Security Token ", + }, + "Security Token Offering (STO)": { + definition: "A security token offering (STO) is a form of initial coin offering (ICO ) where a company or organization issues a security token that is backed by a tangible asset, such as real estate, technology or other assets. The security token represents the right to ownership of the underlying asset, with the tokens being tradeable on a compliant digital asset exchange . Security Token Offering", + }, + "seed phrase": { + definition: "Another term for Secret Recovery Phrase ", + }, + "self-custody (noun)": { + definition: "Self-custodial' refers to the fact that it's you ('self') who holds your wallet 's private key (s). A self-custodial wallet eliminates the third party between you and your crypto- assets, which is more suitable for some people.", + }, + "self-executing": { + definition: "A smart contract is a self-executing contract : a computer program that automatically executes the terms of a contract when certain conditions are met.", + }, + "Sepolia": { + definition: "Sepolia is a test networks. It is primarily used for development on the blockchain (testing out applications and smart contracts, etc). ETH on these testnets is a dummy balance and cannot be withdrawn or sent to mainnet ", + }, + "Serenity": { + definition: "The Ethereum network is working on a series of technical upgrades that will allow massive increases in transaction throughput, amongst other things. The plan that outlined these changes was originally referred to as 'Serenity ', although that name has become less popular, in favor of specific definitions of the upgrades themselves.", + }, + "serialization": { + definition: "The process of converting a data structure into a sequence of bytes. Ethereum internally uses an encoding format called recursive-length prefix encoding (RLP).", + }, + "Shard chain": { + definition: "A proof-of-stake chain that is coordinated by the Beacon Chain and secured by validators. There will be 64 added to the network as part of the shard chain upgrade . Shard chains will offer increased transaction throughput for Ethereum by providing additional data to layer 2 solutions like optimistic rollups and ZK-rollups .", + }, + "sharding (noun)": { + definition: "Sharding, in public blockchains, refers to splitting an entire network into multiple portions, called “shards.” Each shard would contain its own independent state , meaning a unique set of account balances and smart contracts. Sharding is currently being investigated and developed as one of the set of tools and solutions for scaling Ethereum .", + }, + "Shielded Transaction": { + definition: "A shielded transaction is essentially a transaction that is between two shielded addresses. Shielded Transaction ", + }, + "sidechain": { + definition: "A ‘sidechain ’ refers to a chain that is connected to another (most often, to Ethereum ) through a bridge , allowing assets to be transferred between them. In contrast to a Layer 2 network or a rollup, a sidechain is a full blockchain network in and of itself, and does not rely on Ethereum for consensus . It therefore must be evaluated independently in terms of its security, stability, and other features. See also “blockchain trilemma”, “modular blockchain ”. Note: Bridges exist for good reason; sending tokens from a sidechain to Ethereum mainnet or vice versa would result in token loss.", + }, + "Signature (Cryptographic)": { + definition: "See 'Digital signature '", + }, + "slashing condition": { + definition: "Under a Proof of Stake (PoS) consensus mechanism, a slashing condition is one that causes the validator 's deposit to be destroyed when they trigger it. See also 'Proof of Stake'.", + }, + "slippage": { + definition: "Slippage is the expected percentage difference between a quoted and an executed price.", + }, + "slot": { + definition: "In Proof of Stake consensus in Ethereum , a 'slot ' is a period of time equivalent to 12 seconds; 32 slots make up an 'epoch '. Slots are significant in that for each slot , a different validator node is randomly chosen to propose blocks to the network , and a different committee of validators are chosen to vote on whether each block is valid", + }, + "smart contract": { + definition: "Smart contracts are programs that have been published on a public blockchain , and can be used by anyone. While they often contain agreements or sets of actions between parties that emulate a traditional legal contract , they are not, in and of themselves, legal documents. Smart contracts are automated actions that can be coded and executed once a set of conditions is met, and are the dominant form of programming on the Ethereum Virtual Machine.", + }, + "snap": { + definition: "A program or piece of code that extends the functionality of MetaMask by using the MetaMask Snaps framework.", + }, + "soft fork": { + definition: "A change to the blockchain protocol resulting in only previously valid blocks and transactions being made invalid. Since old nodes will recognize the new blocks as valid, a soft fork is backward-compatible. However, this can result in a potential divide in the blockchain , as the old software generates blocks that read as invalid according to the new rules. Contrast with 'hard fork '; for more basic information regarding forks, see 'fork '.", + }, + "Software Development Kit (SDK)": { + definition: "A software development kit is a collection of software development tools in one installable package. They facilitate the creation of applications by having a compiler, debugger and sometimes a software framework. See 'MetaMask SDK'", + }, + "Solidity": { + definition: "The programming language developers use to write smart contracts on the Ethereum network . See also ‘smart contract ’. Solidity ", + }, + "stablecoin": { + definition: "A cryptocurrency whose value has been ‘pegged’ to that of something considered a ‘stable’ asset, like fiat currency or gold. It theoretically remains stable in price, as it is measured against a known amount of an asset which should be less subject to fluctuation. Always spelled as one word. User Guide: Tokens", + }, + "staking (noun)": { + definition: "On the Ethereum Proof of Stake network , those wishing to participate in consensus must first lock up, or ‘stake’, 32 ETH into a smart contract ; this ETH may be ‘slashed’ (taken from them and ‘burned’, put out of circulation) in the event that their validator behaves maliciously or does not meet performance requirements. Similar Proof of Stake mechanisms are in operation on other networks, as well. Although this is the canonical meaning of the word, similar actions taken at the level of a decentralized exchange (DEX ) or another dapp are often called ‘staking’, though it would probably be more accurate and descriptive to just call this ‘locking up tokens’.", + }, + "state": { + definition: "The set of data that a blockchain network strictly needs to keep track of, and that represents data currently relevant to applications on the chain.", + }, + "state channels": { + definition: "State channels are part of the set of tools and platforms involved in scaling Ethereum . While a complex topic, state channels are essentially methods through which the current 'state ' of the blockchain can be exported, and then based on that, any given number of transactions can take place off-chain , and then be moved back onto the main Ethereum chain.", + }, + "Streaming": { + definition: "Money streaming represents the idea of continuous payments over time. Block numbers are used to measure time in the blockchain and continuously update the balances of the parties in the contract .", + }, + "swap (noun)": { + definition: "As the number of different blockchain projects and tokens has proliferated, the system by which users exchange one token for another has come to be known as swapping, and the individual action, a swap. Within MetaMask , users have access to a powerful aggregator showing them information about swaps across the ecosystem , this is MetaMask Swaps: User Guide Swaps", + }, + "Swap /MetaSwap": { + definition: "As the number of different blockchain projects and tokens has proliferated, the system by which users exchange one token for another has come to be known as swapping, and the individual action, a swap.", + }, + "szabo": { + definition: "A denomination of ETH . See also 'ether (denominations)'.", + }, + "testnet (test network)": { + definition: "A testnet is a blockchain network that mirrors, as closely as possible, the current conditions of a corresponding ‘main’ network . Testnets are used by developers to verify that their smart contracts and other functionality work as intended, before permanently recording their code to a live blockchain network (and often spending significant gas fees in the process!). Tokens minted on testnets are not transferrable for their equivalent value on mainnets.", + }, + "Testnet Kovan": { + definition: "An Ethereum testnet that uses Proof of Authority consensus , available through MetaMask ; website here.", + }, + "Testnet Rinkeby": { + definition: "An Ethereum testnet that uses Proof of Authority consensus , available through MetaMask ; faucet here. Following the transition to Proof of Stake, Rinkeby scheduled its deprecation for the end of 2023.", + }, + "Testnet Ropsten": { + definition: "An Ethereum testnet that used Proof of Work, and, following the transition to Proof of Stake, was deprecated.", + }, + "token": { + definition: "A token represents an asset issued on an existing blockchain ; the transfer of tokens and the addresses that currently hold them are the subject of the network ’s consensus activities. There are many types of tokens; see also ‘ERC -20’ and ‘ERC -721’ entries.", + }, + "token lockup": { + definition: "A token lock-up refers to a mechanism where certain tokens or cryptocurrency holdings are locked up or frozen for a specified period of time to restrict their transfer or sale. This is often used in the context of initial coin offerings (ICOs), where token issuers may require investors to commit to holding onto their tokens for a certain period, typically to ensure that investors are committed to the project's long-term success. Token lock-up periods can vary in duration and can be predetermined or set according to certain conditions, such as reaching a certain milestone, liquidity event or network upgrade . During the lock-up period, the tokens cannot be transferred or sold, although in some cases, they may be staked or used to participate in certain network activities. Once the lock-up period is over, the tokens can be freely traded or sold.", + }, + "Token standard": { + definition: "See ERC -20, ERC -721, ERC -1155, etc.", + }, + "Total Value Locked (TVL)": { + definition: "Total Value Locked, or TVL, is a common expression used in many contexts across the crypto ecosystem , so it's important to pay attention to the specifics. In general, it refers to how much value, in tokens, has been deposited into something. Most often, it refers to a protocol , which is an application on the blockchain , or a set of protocols. For example, a decentralized token trading platform might have a series of liquidity pools, which are protocols enabling swaps between tokens, and the platform may quote the 'TVL' for all the pools combined. Alternatively, if a network uses proof of stake for their consensus mechanism, they may represent the TVL of all the tokens staked into that consensus protocol .", + }, + "Transaction": { + definition: "Data committed to the Ethereum Blockchain signed by an originating account , targeting a specific address. The transaction contains metadata such as the gas limit for that transaction .", + }, + "transaction block": { + definition: "A collection of transactions on a blockchain network , gathered into a set or a block that can then be hashed and added to the blockchain . See 'hash'.", + }, + "transaction fee": { + definition: "A small fee imposed on transactions sent across a blockchain network . These fees are used to pay network validators or miners for their participation in consensus , and thus ensure that a blockchain network is self-sustaining.", + }, + "transaction ID": { + definition: "A transaction hash/ID (often abbreviated as tx hash or txn hash) is a unique identifier, similar to a receipt, that serves as proof that a transaction was validated and added to the blockchain . In many cases, a transaction hash is needed in order to locate funds.", + }, + "transaction pool": { + definition: "When a user submits a transaction to the Ethereum network --or many other networks based on Ethereum --the transaction goes into what's know as a 'transaction pool', or 'txpool' for short. This is essentially a queue of transactions that are waiting to be added to a block and recorded to the blockchain . There are mechanisms that determine which transactions are 'picked up' and included in the next block, and there is currently a lot of research surrounding how this decision gets made (see 'MEV'). In Bitcoin, the transaction pool was referred to as the 'memory pool', or 'mempool', and often these terms are used interchangeably.", + }, + "Transak": { + definition: "Transak is a developer integration toolkit to let users buy/sell crypto in any app, website or web plugin.", + }, + "Trezor": { + definition: "Hardware wallet .", + }, + "Truffle": { + definition: "Truffle Suite is a development environment based on Ethereum Blockchain , used to develop dapps. Truffle is a one-stop solution for building dapps: compiling contracts, deploying contracts, injecting it into a web app, creating front-end for dapps and testing. Truffle Suite", + }, + "trustless": { + definition: "Trustless ' is a term that gets used a lot in the decentralized web , and it deserves some explanation. Traditionally, to call something 'trustless ' would sound like a negative thing. In the context of decentralized technology, it has a more technical meaning: since everyone has a copy of the ledger of all transactions ever executed, there is no need for a centralized entity that 'must be trusted' as the source of truth. With public blockchain networks, data isn't kept on some centralized server somewhere that could be hacked or changed arbitrarily; anyone can verify the transactions themselves. This is why the term 'trustless ' was coined: there is no need for trust, although, in a way, the rules and assurances built into the blockchain provide the basis for greater trust between people, because the system is guaranteed to work the same for everyone.", + }, + "Turing-complete": { + definition: "Any machine that can calculate on a level equal to a programmable computer is Turing-complete , or computationally universal. The Ethereum Virtual Machine, which processes smart contracts and transactions, is Turing-complete , despite not existing on a single physical computer.", + }, + "Two-Factor Authentication (2FA)": { + definition: "Two-factor authentication (2FA) is an identity and access management security method that requires two forms of identification to access resources and data. 2FA gives businesses the ability to monitor and help safeguard their most vulnerable information and networks.See also 'U2F ' When 2FA", + }, + "TXID": { + definition: "Transaction ID", + }, + "U2F": { + definition: "Universal 2nd Factor (U2F ) is an open standard that strengthens and simplifies two-factor authentication (2FA) using specialized Universal Serial Bus (USB) or near-field communication (NFC) devices based on similar security technology found in smart cards", + }, + "Uniswap": { + definition: "Uniswap is a decentralized cryptocurrency exchange that uses a set of smart contracts to execute trades on its exchange .", + }, + "unspent transaction output (UTXO)": { + definition: "An unspent transaction output (UTXO ) represents some amount of digital currency which has been authorized by one account to be spent by another. UTXOs use public key cryptography to identify and transfer ownership between holders of public/private key pairs. UTXOs are formatted with the recipient's public key , thus restricting the ability to spend that UTXO to the account that can prove ownership of the associated private key . The UTXO can only be spent if it includes the digital signature associated with the public key attached the last time it was sent.", + }, + "upgrade": { + definition: "Upgrading is the process of replacing a product with a newer version of the same product. In computing and consumer electronics, an upgrade is generally a replacement of hardware, software, or firmware with a newer or better version, in order to bring the system up to date or to improve its characteristics. See also EIP-1159, merge , and other important Ethereum upgrades", + }, + "UTXO": { + definition: "Acronym; Unspent Transaction Output.", + }, + "validator": { + definition: "A participant in Proof of Stake (PoS) consensus . On Ethereum ’s Proof of Stake network , validators need to stake 32 ETH in order to get included in the validator set. See also ‘staking’.", + }, + "validity proof": { + definition: "The proof submitted along with certain types of rollups to prove that the transactions are valid. See also 'rollups '.", + }, + "Validium": { + definition: "One of the technologies developed for scaling of the Ethereum network ; see more here.", + }, + "Vault Decryptor": { + definition: "The MetaMask Vault Decryptor is a tool used in recovering the Secret Recovery Phrase . This tool was written by MetaMask co-founder Dan Finlay and can be accessed here: Vault Decryptor ", + }, + "Vesting": { + definition: "In the context of 'vesting period': The act of restricting the sale of a token for a particular period of time. Vesting period", + }, + "wallet": { + definition: "In Ethereum -based blockchain technology, a 'wallet ' is a something that allows you to manage private keys, your Secret Recovery Phrase , and the accounts generated from it. This could be an internet-connected 'hot wallet ', like MetaMask , or an 'airgapped' hardware wallet . In more technical speak, you could say 'the wallet is the client, not the keys.' It is very common for people to use the word 'wallet ' to refer to their SRP itself, or the accounts generated from it, or even to one account .", + }, + "WalletConnect": { + definition: "WalletConnect is an open source protocol for connecting decentralised applications to mobile wallets with QR code scanning or deep linking.", + }, + "web3, Web 3.0": { + definition: "Web3, or Web 3.0, are terms used synonymously with “the decentralized web ” and are often used to refer, broadly, to the blockchain and decentralized technology ecosystems and communities as a whole.", + }, + "WebHID": { + definition: "WebHID (Human Interface Device) Enables web applications to interact with human interface devices (HIDs) other than the standard supported devices (mice, keyboards, touchscreens, and gamepads). However, there are many other HID devices that are currently inaccessible to the web", + }, + "WebSocket": { + definition: "WebSocket is a computer communications protocol , providing full-duplex communication channels over a single TCP connection. It's often used by dapps to regularly fetch up-to-date information from the blockchain .", + }, + "Wei": { + definition: "Wei is the smallest denomination of ether, the currency used to facilitate transactional operations on the Ethereum blockchain network , where 10^18 or 1,000,000,000,000,000,000 wei is equivalent to one ether.", + }, + "Whitepaper": { + definition: "Whitepapers explain the purpose and technology behind a project.", + }, + "Wrapping": { + definition: "Wrapping a token is a way of bringing a token from one network to another, like wrapped Bitcoin or MATIC tokens on Ethereum Mainnet . User Guide: Tokens", + }, + "Wyre": { + definition: "Wyre is a regulated Money Service Business (MSB), which means it is a financial services provider licensed to transmit and convert money. The company is almost a decade old, having been around since 2013. Wyre provides what the company calls a secure and compliant bridge between fiat and cryptocurrencies. It serves as an infrastructure provider for blockchain businesses to connect with the fiat economy. In other words, Wyre payments enable blockchain businesses to efficiently integrate highly customizable fiat on-ramps into their onboarding flows.", + }, + "yield farming": { + definition: "Yield farming is an investment practice that involves locking crypto in a dapp for token rewards. Yield farmers deposit their tokens into DeFi applications for crypto trading, lending, or borrowing.", + }, + "yield-bearing tokens": { + definition: "Yield tokens. See 'yield farming '", + }, + "zero address": { + definition: "The Zero Address is an address on the Ethereum network that is the recipient of a special transaction used to register the creation of a new smart contract on the network .", + }, + "Zero-knowledge proof": { + definition: "A zero-knowledge proof is a cryptographic method that allows an individual to prove that a statement is true without conveying any additional information.", + }, + "Zero-knowledge rollup": { + definition: "A rollup of transactions that use validity proofs to offer increased layer 2 transaction throughput while using the security provided by mainnet (layer 1 ). Although they can't handle complex transaction types, like Optimistic rollups , they don't have latency issues because transactions are provably valid when submitted.", + }, + "zk-SNARKs": { + definition: "Zero-Knowledge Succinct Non-interactive ARguments of Knowledge are an incredible technology, and vital to the scaling of blockchain technology and the decentralized web . They are mathematically complex and can be daunting; this explanation from the Ethereum Foundation is a good primer.", + } +}; + +export default linkedDefinitions; \ No newline at end of file diff --git a/src/utils/terms_linked.js b/src/utils/terms_linked.js new file mode 100644 index 0000000..46890d3 --- /dev/null +++ b/src/utils/terms_linked.js @@ -0,0 +1,82 @@ +const fs = require('fs'); +const path = require('path'); +const React = require('react'); +const { renderToStaticMarkup } = require('react-dom/server'); + +// Read the existing terms.json file +const termsFilePath = path.join(__dirname, './../', 'terms.json'); +const termsFileContent = fs.readFileSync(termsFilePath, 'utf8'); + +// Parse the terms object from the JSON file +const jsonData = JSON.parse(termsFileContent); +const termsObject = jsonData["0"]["terms"]; + +// Function to create a Link component for a term +const createLink = (term) => React.createElement( + 'Link', + { to: `/${term}`, key: term }, + term + ' ' // Add a space after the term +); + + +const parseDefinition = (definition, terms) => { + const termRegex = new RegExp(`\\b(${Object.keys(terms).join('|')})\\b`, 'gi'); + + if (typeof definition === 'string') { + // Trim excess spaces from the definition + definition = definition.trim().replace(/\s+/g, ' '); + + const elements = definition.split(termRegex).map((part, index) => { + if (index % 2 === 0) { + return part; + } else { + const term = part ? part.trim() : ''; + if (term) { + return createLink(term); + } else { + return null; + } + } + }).filter(Boolean); + + return React.createElement(React.Fragment, null, ...elements); + } + + if (React.isValidElement(definition)) { + return definition; + } + + return null; +}; + + +// Generate the linked definitions +const linkedDefinitions = {}; +for (const [term, data] of Object.entries(termsObject)) { + const parsedDefinition = parseDefinition(data.definition, termsObject); + linkedDefinitions[term] = { + definition: renderToStaticMarkup(parsedDefinition), + }; +} + +// Convert the linked definitions to a string suitable for a .jsx file +const escapeSpecialChars = (str) => str.replace(/"/g, '\\"').replace(/\n/g, '\\n'); + +const linkedDefinitionsJSX = `import React from 'react'; +import { Link } from './Link'; + +const linkedDefinitions = { +${Object.entries(linkedDefinitions).map(([term, data]) => ( + ` "${term}": { + definition: <>${escapeSpecialChars(data.definition)}, + }` +)).join(',\n')} +}; + +export default linkedDefinitions;`; + +// Write the linked-definitions.jsx file +const outputFilePath = path.join(__dirname, 'linked-definitions.jsx'); +fs.writeFileSync(outputFilePath, linkedDefinitionsJSX); + +console.log('Linked definitions generated successfully!'); diff --git a/src/vitals.jsx b/src/vitals.jsx deleted file mode 100644 index ef63198..0000000 --- a/src/vitals.jsx +++ /dev/null @@ -1,40 +0,0 @@ -const vitalsUrl = 'https://vitals.vercel-analytics.com/v1/vitals'; - -function getConnectionSpeed() { - return 'connection' in navigator && - navigator['connection'] && - 'effectiveType' in navigator['connection'] - ? navigator['connection']['effectiveType'] - : ''; -} - -export function sendToVercelAnalytics(metric) { - const analyticsId = process.env.REACT_APP_VERCEL_ANALYTICS_ID; - if (!analyticsId) { - return; - } - - const body = { - dsn: analyticsId, - id: metric.id, - page: window.location.pathname, - href: window.location.href, - event_name: metric.name, - value: metric.value.toString(), - speed: getConnectionSpeed(), - }; - - const blob = new Blob([new URLSearchParams(body).toString()], { - // This content type is necessary for `sendBeacon` - type: 'application/x-www-form-urlencoded', - }); - if (navigator.sendBeacon) { - navigator.sendBeacon(vitalsUrl, blob); - } else - fetch(vitalsUrl, { - body: blob, - method: 'POST', - credentials: 'omit', - keepalive: true, - }); -}