diff --git a/public/content/community/events/organizing/index.md b/public/content/community/events/organizing/index.md index 6563c596668..a732c3f3bac 100644 --- a/public/content/community/events/organizing/index.md +++ b/public/content/community/events/organizing/index.md @@ -218,4 +218,3 @@ Twitter space: Articles: - [Building ETHKL, by Danny H.](https://sekto.tech/ethkl24) -- [POKT Events Playbook](https://docs.pokt.network/community/pokt-events-playbook) diff --git a/public/content/community/grants/index.md b/public/content/community/grants/index.md index c4cc26f7fb3..6f98c4e0aaf 100644 --- a/public/content/community/grants/index.md +++ b/public/content/community/grants/index.md @@ -30,7 +30,6 @@ These resources compile and organize various grant opportunities across the Ethe These general platforms offer broad coverage of grants across the entire Web3 space and are useful starting points for anyone looking for funding: -- [Blockworks Grantfarm](https://blockworks.co/grants/programs) - _Blockworks has compiled a comprehensive directory of all grants, RFPs, and bug bounties._ - [Blockchain Grants](https://www.blockchaingrants.org/) - _Directory of blockchain and crypto grants_ - [Karma Funding Map](https://gap.karmahq.xyz/funding-map) - Directory of all the web3 grant programs, updated on weekly basis diff --git a/public/content/community/online/index.md b/public/content/community/online/index.md index eea3c4c7be1..3af54a25fb6 100644 --- a/public/content/community/online/index.md +++ b/public/content/community/online/index.md @@ -52,7 +52,6 @@ If you believe a community should be added or removed based on these guidelines, EthStaker Discord - community-run guidance, education, support, and resources for existing and potential stakers Ethereum.org website team - stop by and chat ethereum.org web development and design with the team and folks from the community Matos Discord - web3 creators community where builders, industrial figureheads, and Ethereum enthusiasts hang out. We're passionate about web3 development, design, and culture. Come build with us. -Solidity Gitter - chat for solidity development (Gitter) Solidity Matrix - chat for solidity development (Matrix) Ethereum Stack Exchange - question and answer forum Peera Community Forum - decentralized question and answer forum diff --git a/public/content/community/support/index.md b/public/content/community/support/index.md index de6549b09ca..197a90e8ee2 100644 --- a/public/content/community/support/index.md +++ b/public/content/community/support/index.md @@ -68,7 +68,7 @@ Does your question relate to a particular tool, project, or library? Most projec Here are some popular examples: -- [Solidity](https://gitter.im/ethereum/solidity) +- [Solidity Matrix](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/contributing/adding-staking-products/index.md b/public/content/contributing/adding-staking-products/index.md index 858c7394b62..53de7707735 100644 --- a/public/content/contributing/adding-staking-products/index.md +++ b/public/content/contributing/adding-staking-products/index.md @@ -165,7 +165,7 @@ For [pooled staking services](/staking/pools/): The [criteria for inclusion](#criteria-for-inclusion) above are used to calculate a cumulative score for each product or service. This is used as a means of sorting and showcasing products that meet certain objective criteria. The more criteria that evidence is provided for, the higher a product will be sorted, with ties being randomized on load. -The code logic and weights for these criteria are currently contained in [this JavaScript component](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid.js#L350) in our repo. +The code logic and weights for these criteria are currently contained in [this JavaScript component](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid/index.tsx#L350) in our repo. ## Add your product or service {#add-product} diff --git a/public/content/desci/index.md b/public/content/desci/index.md index 475f7a364ab..3516bbdfa57 100644 --- a/public/content/desci/index.md +++ b/public/content/desci/index.md @@ -102,7 +102,6 @@ Explore projects and join the DeSci community. - [OceanDAO: DAO governed funding for data-related science](https://oceanprotocol.com/) - [Opscientia: open decentralized science workflows](https://opsci.io/research/) - [Bio.xyz: get funded for your biotech DAO or desci project](https://www.bio.xyz/) -- [Fleming Protocol: open-source data economy that fuels collaborative biomedical discovery](http://flemingprotocol.io/) - [Active Inference Institute](https://www.activeinference.org/) - [IdeaMarkets: enabling decentralized scientific credibility](https://ideamarket.io/) - [DeSci Labs](https://www.desci.com/) diff --git a/public/content/developers/docs/data-availability/blockchain-data-storage-strategies/index.md b/public/content/developers/docs/data-availability/blockchain-data-storage-strategies/index.md index c2b553b9d39..6cb1fc1f88c 100644 --- a/public/content/developers/docs/data-availability/blockchain-data-storage-strategies/index.md +++ b/public/content/developers/docs/data-availability/blockchain-data-storage-strategies/index.md @@ -108,11 +108,11 @@ This is the most expensive form of storage in Ethereum. This table summarizes the difference options, their advantages and disadvantages. -| Storage type | Source of data | Availability guarantee | Onchain availability | Additional limitations | -| --------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ----------------------------------------------------------------------- | +| Storage type | Source of data | Availability guarantee | Onchain availability | Additional limitations | +| --------------------------- | ------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ----------------------------------------------------------------------- | | EIP-4844 blobs | Offchain | Ethereum guarantee for [~18 days](https://github.com/ethereum/consensus-specs/blob/master/specs/deneb/p2p-interface.md#configuration) | Only hash is available | | -| Calldata | Offchain | Ethereum guarantee forever (part of the blockchain) | Only available if written to a contract, and at that transaction | | -| Offchain with L1 mechanisms | Offchain | "One honest verifier" guarantee during the challenge period | Hash only | Guaranteed by the challenge mechanism, only during the challenge period | -| Contract code | Onchain or offchain | Ethereum guarantee forever (part of the blockchain) | Yes | Written to a "random" address, cannot start with `0xEF` | -| Events | Onchain | Ethereum guarantee forever (part of the blockchain) | No | | -| Storage | Onchain | Ethereum guarantee forever (part of the blockchain and the present state until overwritten) | Yes | | +| Calldata | Offchain | Ethereum guarantee forever (part of the blockchain) | Only available if written to a contract, and at that transaction | +| Offchain with L1 mechanisms | Offchain | "One honest verifier" guarantee during the challenge period | Hash only | Guaranteed by the challenge mechanism, only during the challenge period | +| Contract code | Onchain or offchain | Ethereum guarantee forever (part of the blockchain) | Yes | Written to a "random" address, cannot start with `0xEF` | +| Events | Onchain | Ethereum guarantee forever (part of the blockchain) | No | +| Storage | Onchain | Ethereum guarantee forever (part of the blockchain and the present state until overwritten) | Yes | diff --git a/public/content/developers/docs/frameworks/index.md b/public/content/developers/docs/frameworks/index.md index a7bf3a1b87c..7b672cb4b3f 100644 --- a/public/content/developers/docs/frameworks/index.md +++ b/public/content/developers/docs/frameworks/index.md @@ -122,8 +122,6 @@ Before diving into frameworks, we recommend you first read through our introduct **Catapulta -** **_Multi-chain smart contracts deployment tool, automate verifications in block explorers, keep track deployed smart contracts and share deployment reports, plug-n-play for Foundry and Hardhat projects._** -- [Website](https://catapulta.sh/) -- [Documentation](https://catapulta.sh/docs) - [Github](https://github.com/catapulta-sh) **GoldRush (powered by Covalent) -** **_GoldRush offers the most comprehensive blockchain data API suite for developers, analysts, and enterprises. Whether you are building a DeFi dashboard, a wallet, a trading bot, an AI agent or a compliance platform, the data APIs provide fast, accurate, and developer-friendly access to the essential onchain data you need_** diff --git a/public/content/developers/docs/mev/index.md b/public/content/developers/docs/mev/index.md index c8b254e3fb8..6ef85292d75 100644 --- a/public/content/developers/docs/mev/index.md +++ b/public/content/developers/docs/mev/index.md @@ -180,7 +180,7 @@ Below is an overview of how the Builder API works: 5. A validator using the Builder API is still expected to build a block locally in case the block builder fails to respond promptly, so they don't miss out on block proposal rewards. However, validator cannot create another block using either the now-revealed transactions or another set, as it would amount to _equivocation_ (signing two blocks within the same slot), which is a slashable offense. -An example implementation of the Builder API is [MEV Boost](https://github.com/flashbots/mev-boost), an improvement on the [Flashbots auction mechanism](https://docs.flashbots.net/Flashbots-auction/overview) designed to curb the negative externalities of MEV on Ethereum. Flashbots auction allows validators in proof-of-stake to outsource the work of building profitable blocks to specialized parties called **searchers**. +An example implementation of the Builder API is [MEV Boost](https://github.com/flashbots/mev-boost), an improvement on the [Flashbots auction mechanism](https://docs.flashbots.net/flashbots-auction/overview) designed to curb the negative externalities of MEV on Ethereum. Flashbots auction allows validators in proof-of-stake to outsource the work of building profitable blocks to specialized parties called **searchers**. ![A diagram showing the MEV flow in detail](./mev.png) Searchers look for lucrative MEV opportunities and send transaction bundles to block proposers along with a [sealed-price bid](https://en.wikipedia.org/wiki/First-price_sealed-bid_auction) for inclusion in the block. The validator running mev-geth, a forked version of the go-ethereum (Geth) client only has to choose the bundle with the most profit and include it as part of the new block. To protect block proposers (validators) from spam and invalid transactions, transaction bundles pass through **relayers** for validation before getting to the proposer. diff --git a/public/content/developers/docs/networks/index.md b/public/content/developers/docs/networks/index.md index 5c8cc7d0333..84f08996af7 100644 --- a/public/content/developers/docs/networks/index.md +++ b/public/content/developers/docs/networks/index.md @@ -158,7 +158,7 @@ A testnet for [Starknet](https://www.starknet.io). ##### Resources -- [Starkscan](https://sepolia.starkscan.co/) +- [Voyager Sepolia Scan](https://sepolia.voyager.online/) ##### Faucets diff --git a/public/content/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index 11d89234fdf..29c0546f33e 100644 --- a/public/content/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -272,7 +272,6 @@ Here is a list of some of the most popular Ethereum node providers, feel free to - Get started for free - [**NOWNodes**](https://nownodes.io/) - - [Docs](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - Features - Access to 50+ blockchain nodes - Free API Key @@ -283,11 +282,10 @@ Here is a list of some of the most popular Ethereum node providers, feel free to - Shared, archive, backup and dedicated nodes - [**Pocket Network**](https://www.pokt.network/) - - [Docs](https://docs.pokt.network/home/) + - [Docs](https://docs.pokt.network/) - Features - Decentralized RPC Protocol and Marketplace - 1M Requests Per Day Free Tier (per endpoint, max 2) - - [Public Endpoints](https://docs.pokt.network/developers/public-endpoints) - Pre-Stake+ Program (if you need more than 1M requests per day) - 15+ Blockchains Supported - 6400+ Nodes earning POKT for serving applications diff --git a/public/content/developers/docs/programming-languages/python/index.md b/public/content/developers/docs/programming-languages/python/index.md index 08f88b42794..9588000c3b5 100644 --- a/public/content/developers/docs/programming-languages/python/index.md +++ b/public/content/developers/docs/programming-languages/python/index.md @@ -35,7 +35,7 @@ Need a more basic primer first? Check out [ethereum.org/learn](/learn/) or [ethe ## Intermediate articles {#intermediate-articles} - [Friends of web3.py: Intro to Ape](https://snakecharmers.ethereum.org/intro-to-ape/) -- [Dapp Development for Python Programmers](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [Dapp Development for Python Programmers](https://www.youtube.com/watch?v=tE-8bG35VNw) - [Creating a Python Ethereum Interface: Part 1](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [Ethereum Smart Contracts in Python: a comprehensive(ish) guide](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) @@ -87,7 +87,7 @@ The following Ethereum-based projects use tools mentioned on this page. The rela - [Curve](https://www.curve.finance/) and [Curve smart contracts repository](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) and [smart contracts using Brownie toolchain](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/) uses [Python in managing and deploying their vesting contracts](https://github.com/sushiswap/sushi-vesting-protocols) -- [Alpha Finance](https://alphafinance.io/), of Alpha Homora fame, uses [Brownie to test and deploy smart contracts](https://github.com/AlphaFinanceLab/alpha-staking-contract) +- [Alpha Finance](https://alphaventuredao.io/), of Alpha Homora fame, uses [Brownie to test and deploy smart contracts](https://github.com/AlphaFinanceLab/alpha-staking-contract) ## Python Community discussion {#python-community-contributors} diff --git a/public/content/developers/docs/scaling/state-channels/index.md b/public/content/developers/docs/scaling/state-channels/index.md index 5154fa97448..9807df2d2b8 100644 --- a/public/content/developers/docs/scaling/state-channels/index.md +++ b/public/content/developers/docs/scaling/state-channels/index.md @@ -255,7 +255,7 @@ Multiple projects provide implementations of state channels that you can integra - [Making Sense of Ethereum’s Layer 2 Scaling Solutions: State Channels, Plasma, and Truebit](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _– Josh Stark, Feb 12 2018_ - [State Channels - an explanation](https://www.jeffcoleman.ca/state-channels/) _Nov 6, 2015 - Jeff Coleman_ -- [Basics of State Channels](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [Basics of State Channels](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [Blockchain State Channels: A State of the Art](https://ieeexplore.ieee.org/document/9627997) _Know of a community resource that helped you? Edit this page and add it!_ diff --git a/public/content/developers/docs/smart-contracts/security/index.md b/public/content/developers/docs/smart-contracts/security/index.md index 76197beff1d..c6480df932d 100644 --- a/public/content/developers/docs/smart-contracts/security/index.md +++ b/public/content/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -You can also use a [pull payments](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment) system that requires users to withdraw funds from the smart contracts, instead of a "push payments" system that sends funds to accounts. This removes the possibility of inadvertently triggering code at unknown addresses (and can also prevent certain denial-of-service attacks). +You can also use a [pull payments](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment) system that requires users to withdraw funds from the smart contracts, instead of a "push payments" system that sends funds to accounts. This removes the possibility of inadvertently triggering code at unknown addresses (and can also prevent certain denial-of-service attacks). #### Integer underflows and overflows {#integer-underflows-and-overflows} diff --git a/public/content/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/developers/tutorials/run-node-raspberry-pi/index.md index c83a7490d43..98f65f843db 100644 --- a/public/content/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/developers/tutorials/run-node-raspberry-pi/index.md @@ -64,7 +64,7 @@ shasum -a 256 ethonarm_22.04.00.img.zip # Hash should output: fb497e8f8a7388b62d6e1efbc406b9558bee7ef46ec7e53083630029c117444f ``` -Note that images for Rock 5B and Odroid M1 boards are available at the Ethereum-on-Arm [downloads page](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/quick-guide/download-and-install.html). +Note that images for Rock 5B and Odroid M1 boards are available at the Ethereum-on-Arm [downloads page](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/). ## Flashing the MicroSD {#flashing-the-microsd} @@ -158,7 +158,7 @@ Congratulations, you now have a full Ethereum node and validator running on a Ra ## More details {#more-details} -This page gave an overview of how to set up a Geth-Lighthouse node and validator using Raspberry Pi. More detailed instructions are available on the [Ethereum-on-Arm website](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/index.html). +This page gave an overview of how to set up a Geth-Lighthouse node and validator using Raspberry Pi. More detailed instructions are available on the [Ethereum-on-Arm website](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/). ## Feedback appreciated {#feedback-appreciated} @@ -177,7 +177,7 @@ Please dig into the details in this tutorial, try running on testnets, check out 8. https://www.hyperledger.org/projects/besu 9. https://github.com/prysmaticlabs/prysm 10. https://lighthouse.sigmaprime.io -11. https://ethersphere.github.io/swarm-home +11. https://docs.ethswarm.org/ 12. https://raiden.network 13. https://ipfs.io 14. https://status.im diff --git a/public/content/ethereum-forks/index.md b/public/content/ethereum-forks/index.md index 4f6999f5564..25a1ae38b68 100644 --- a/public/content/ethereum-forks/index.md +++ b/public/content/ethereum-forks/index.md @@ -121,7 +121,7 @@ Protocol efficiency and security improvements: - [Pectra.wtf](https://pectra.wtf) - [How Pectra will enhance the staking experience](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) -- [Read the Electra upgrade specifications](https://github.com/ethereum/consensus-specs/blob/master/specs/electra/) +- [Read the Electra upgrade specifications](https://github.com/ethereum/consensus-specs/tree/master/specs/electra/) - [Prague-Electra ("Pectra") FAQ](/roadmap/pectra/) @@ -176,7 +176,7 @@ EIP-7514 brings a tightening to the issuance of ETH by capping the "churn" rate -- [Read the Deneb upgrade specifications](https://github.com/ethereum/consensus-specs/blob/master/specs/deneb/) +- [Read the Deneb upgrade specifications](https://github.com/ethereum/consensus-specs/tree/master/specs/deneb/) - [Cancun-Deneb ("Dencun") FAQ](/roadmap/dencun/) @@ -214,7 +214,7 @@ This consensus layer upgrade brought the ability for stakers who did not provide The upgrade also provided automatic account sweeping functionality, which continuously processes validator accounts for any available rewards payments or full withdrawals. - [More on staking withdrawals](/staking/withdrawals/). -- [Read the Capella upgrade specifications](https://github.com/ethereum/consensus-specs/blob/master/specs/capella/) +- [Read the Capella upgrade specifications](https://github.com/ethereum/consensus-specs/tree/master/specs/capella/) @@ -249,7 +249,7 @@ The Paris upgrade was triggered by the proof-of-work blockchain passing a [termi The Bellatrix upgrade was the second scheduled upgrade for the [Beacon Chain](/roadmap/beacon-chain), preparing the chain for [The Merge](/roadmap/merge/). It brings validator penalties to their full values for inactivity and slashable offenses. Bellatrix also includes an update to the fork choice rules to prepare the chain for The Merge and the transition from the last proof-of-work block to the first proof-of-stake block. This includes making consensus clients aware of the [terminal total difficulty](/glossary/#terminal-total-difficulty) of 58750000000000000000000. -- [Read the Bellatrix upgrade specification](https://github.com/ethereum/consensus-specs/tree/dev/specs/bellatrix) +- [Read the Bellatrix upgrade specification](https://github.com/ethereum/consensus-specs/tree/master/specs/bellatrix) --- @@ -304,7 +304,7 @@ The Arrow Glacier network upgrade pushed back the [difficulty bomb](/glossary/#d The Altair upgrade was the first scheduled upgrade for the [Beacon Chain](/roadmap/beacon-chain). It added support for "sync committees"—enabling light clients, and increased validator inactivity and slashing penalties as development progressed towards The Merge. -- [Read the Altair upgrade specification](https://github.com/ethereum/consensus-specs/tree/dev/specs/altair) +- [Read the Altair upgrade specification](https://github.com/ethereum/consensus-specs/tree/master/specs/altair) #### Fun fact! {#altair-fun-fact} diff --git a/public/content/governance/index.md b/public/content/governance/index.md index 9cdc9c342be..d7942f109de 100644 --- a/public/content/governance/index.md +++ b/public/content/governance/index.md @@ -177,7 +177,7 @@ Governance in Ethereum isn’t rigidly defined. Various community participants h - [Notes on Blockchain Governance](https://vitalik.eth.limo/general/2017/12/17/voting.html) - _Vitalik Buterin_ - [How does Ethereum Governance work?](https://cryptotesters.com/blog/ethereum-governance) – _Cryptotesters_ - [How Ethereum governance works](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) – _Micah Zoltu_ -- [What is an Ethereum core developer?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ +- [What is an Ethereum core developer?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ - [Governance, Part 2: Plutocracy Is Still Bad](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) - _Vitalik Buterin_ - [Moving beyond coin voting governance](https://vitalik.eth.limo/general/2021/08/16/voting3.html) - _Vitalik Buterin_ - [Understanding Blockchain Governance](https://web.archive.org/web/20250124192731/https://research.2077.xyz/understanding-blockchain-governance) - _2077 Research_ diff --git a/public/content/roadmap/pectra/index.md b/public/content/roadmap/pectra/index.md index 76f32dfacbf..5e1490c2802 100644 --- a/public/content/roadmap/pectra/index.md +++ b/public/content/roadmap/pectra/index.md @@ -124,4 +124,4 @@ _Ethereum Pectra Upgrade: What Stakers Need to Know — Blockdaemon_ - [Pectra.wtf info page](https://pectra.wtf) - [How Pectra enhances staker experience](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) - [EIP7702 info page](https://eip7702.io/) -- [Pectra devnets](https://github.com/ethereum/pm/blob/master/Pectra/pectra-pm.md) +- [Pectra devnets](https://github.com/ethereum/pm/blob/master/Network-Upgrade-Archive/Pectra/pectra-pm.md) diff --git a/public/content/translations/ar/decentralized-identity/index.md b/public/content/translations/ar/decentralized-identity/index.md index acf6318b4d2..0ca00e4de7e 100644 --- a/public/content/translations/ar/decentralized-identity/index.md +++ b/public/content/translations/ar/decentralized-identity/index.md @@ -131,7 +131,7 @@ summaryPoint3: بفضل العملات الرقمية، أصبح لدى المس ### 1. عمليات تسجيل الدخول العام {#universal-dapp-logins} -يمكن أن تساعد الهوية اللامركزية في استبدال عمليات تسجيل الدخول المستندة إلى كلمة المرور [بمصادقة لامركزية](https://www.ibm.com/blogs/blockchain/2018/10/decentralized-identity-an-alternative-to-password-based-authentication/). يمكن لمقدمي الخدمات إصدار مصادقات للمستخدمين، والتي يمكن تخزينها في محفظة إثيريوم. ومن أمثلة المصادقة [NFT](/nft/) التي تمنح المالك حق الوصول إلى مجتمع ما على الإنترنت. +يمكن أن تساعد الهوية اللامركزية في استبدال عمليات تسجيل الدخول المستندة إلى كلمة المرور [بمصادقة لامركزية](https://docs.verify.ibm.com/verify/docs/use-cases-decentralized-identity). يمكن لمقدمي الخدمات إصدار مصادقات للمستخدمين، والتي يمكن تخزينها في محفظة إثيريوم. ومن أمثلة المصادقة [NFT](/nft/) التي تمنح المالك حق الوصول إلى مجتمع ما على الإنترنت. ستقوم وظيفة [تسجيل الدخول باستخدام إثيريوم](https://siwe.xyz/) حينئذ بتمكين الخوادم لتأكيد حساب المستخدم في إثيريوم والحصول على المصادقة المطلوبة من عنوان الحساب الخاص بهم. وهذا يعني أنه يمكن للمستخدمين الوصول إلى المنصات والمواقع دون الحاجة إلى حفظ كلمات المرور الطويلة وتحسين تجربة المستخدمين على الإنترنت. diff --git a/public/content/translations/bn/community/events/organizing/index.md b/public/content/translations/bn/community/events/organizing/index.md index 8872a0771e4..d54ff16e6d2 100644 --- a/public/content/translations/bn/community/events/organizing/index.md +++ b/public/content/translations/bn/community/events/organizing/index.md @@ -218,4 +218,3 @@ X.com আপনার সোশ্যাল মিডিয়া প্রচ আর্টিকেল সমূহ: - [ETHKL নির্মাণ, ড্যানি এইচ দ্বারা](https://sekto.tech/ethkl24) -- [POKT ইভেন্টস প্লেবুক](https://docs.pokt.network/community/pokt-events-playbook) diff --git a/public/content/translations/bn/community/grants/index.md b/public/content/translations/bn/community/grants/index.md index b70b0c21e04..a9a9cbf1e35 100644 --- a/public/content/translations/bn/community/grants/index.md +++ b/public/content/translations/bn/community/grants/index.md @@ -30,7 +30,6 @@ lang: bn এই সাধারণ প্ল্যাটফর্মগুলি পুরো Web3 স্পেস জুড়ে গ্রান্টের ব্যাপক কভারেজ অফার করে এবং যারা অর্থায়ন খুঁজছেন তাদের জন্য এটি একটি দরকারী সূচনা পয়েন্ট: -- [ব্লকওয়ার্কস গ্রান্টফার্ম](https://blockworks.co/grants/programs) - _ব্লকওয়ার্কস সমস্ত গ্রান্ট, RFP, এবং বাগ বাউন্টির একটি বিস্তৃত ডিরেক্টরি সংকলন করেছে।_ - [ব্লকচেইন গ্রান্টস](https://www.blockchaingrants.org/) - _ব্লকচেইন এবং ক্রিপ্টো গ্রান্টের ডিরেক্টরি_ - [Karma Funding Map](https://gap.karmahq.xyz/funding-map) - সমস্ত web3 গ্রান্ট প্রোগ্রামের ডিরেক্টরি, যা সাপ্তাহিক ভিত্তিতে আপডেট করা হয় diff --git a/public/content/translations/bn/community/online/index.md b/public/content/translations/bn/community/online/index.md index a23653de4b7..5fce73feee8 100644 --- a/public/content/translations/bn/community/online/index.md +++ b/public/content/translations/bn/community/online/index.md @@ -51,7 +51,7 @@ lang: bn EthStaker ডিসকর্ড - বর্তমান এবং সম্ভাব্য স্টেকারদের জন্য কমিউনিটি-চালিত নির্দেশিকা, শিক্ষা, সহায়তা এবং রিসোর্স Ethereum.org ওয়েবসাইট টিম - টিমের সাথে এবং কমিউনিটির লোকজনের সাথে ethereum.org ওয়েব ডেভেলপমেন্ট এবং ডিজাইন নিয়ে চ্যাট করতে আসুন ম্যাটোস ডিসকর্ড - web3 নির্মাতাদের কমিউনিটি যেখানে বিল্ডার, শিল্প ব্যক্তিত্ব এবং ইথেরিয়াম উত্সাহীরা মিলিত হন। আমরা web3 ডেভেলপমেন্ট, ডিজাইন এবং সংস্কৃতি সম্পর্কে উত্সাহী। আমাদের সাথে নির্মাণ করতে আসুন। -সলিডিটি গিটার - সলিডিটি ডেভেলপমেন্টের জন্য চ্যাট (গিটার) +সলিডিটি গিটার - সলিডিটি ডেভেলপমেন্টের জন্য চ্যাট (গিটার) সলিডিটি ম্যাট্রিক্স - সলিডিটি ডেভেলপমেন্টের জন্য চ্যাট (ম্যাট্রিক্স) ইথেরিয়াম স্ট্যাক এক্সচেঞ্জ - প্রশ্ন ও উত্তর ফোরাম পীরা কমিউনিটি ফোরাম - বিকেন্দ্রীভূত প্রশ্ন ও উত্তর ফোরাম diff --git a/public/content/translations/bn/community/support/index.md b/public/content/translations/bn/community/support/index.md index 13093860897..04bb167e3fb 100644 --- a/public/content/translations/bn/community/support/index.md +++ b/public/content/translations/bn/community/support/index.md @@ -68,7 +68,7 @@ lang: bn এখানে কিছু জনপ্রিয় উদাহরণ রয়েছে: -- [Solidity](https://gitter.im/ethereum/solidity) +- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/bn/contributing/adding-staking-products/index.md b/public/content/translations/bn/contributing/adding-staking-products/index.md index 5970470d7e1..b9568df4b34 100644 --- a/public/content/translations/bn/contributing/adding-staking-products/index.md +++ b/public/content/translations/bn/contributing/adding-staking-products/index.md @@ -165,7 +165,7 @@ ethereum.org-এ একটি পণ্য তালিকাভুক্ত ক [উপরে অন্তর্ভুক্তির জন্য মানদণ্ড](#criteria-for-inclusion) প্রতিটি পণ্য বা পরিষেবার জন্য একটি ক্রমবর্ধমান স্কোর গণনা করতে ব্যবহৃত হয়। এটি নির্দিষ্ট উদ্দেশ্যমূলক মানদণ্ড পূরণকারী পণ্যগুলিকে বাছাই এবং প্রদর্শন করার একটি উপায় হিসাবে ব্যবহৃত হয়। যত বেশি মানদণ্ডের জন্য প্রমাণ প্রদান করা হবে, একটি পণ্য তত উপরে সাজানো হবে, এবং টাই হলে লোড করার সময় এলোমেলোভাবে ক্রম নির্ধারিত হবে। -এই মানদণ্ডগুলির জন্য কোড লজিক এবং ওয়েটগুলি বর্তমানে আমাদের রেপোতে [এই জাভাস্ক্রিপ্ট কম্পোনেন্টে](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid.js#L350) রয়েছে। +এই মানদণ্ডগুলির জন্য কোড লজিক এবং ওয়েটগুলি বর্তমানে আমাদের রেপোতে [এই জাভাস্ক্রিপ্ট কম্পোনেন্টে](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid/index.tsx#L350) রয়েছে। ## আপনার পণ্য বা পরিষেবা যোগ করুন {#add-product} diff --git a/public/content/translations/bn/desci/index.md b/public/content/translations/bn/desci/index.md index c9a80ea9fa7..9c6e4f88d1d 100644 --- a/public/content/translations/bn/desci/index.md +++ b/public/content/translations/bn/desci/index.md @@ -102,7 +102,6 @@ Web3 প্যাটার্ন ব্যবহার করে বৈজ্ঞ - [OceanDAO: ডেটা-সম্পর্কিত বিজ্ঞানের জন্য DAO দ্বারা পরিচালিত অর্থায়ন](https://oceanprotocol.com/) - [Opscientia: উন্মুক্ত বিকেন্দ্রীভূত বিজ্ঞান কর্মপ্রবাহ](https://opsci.io/research/) - [Bio.xyz: আপনার বায়োটেক DAO বা desci প্রকল্পের জন্য অর্থায়ন পান](https://www.bio.xyz/) -- [Fleming Protocol: ওপেন-সোর্স ডেটা অর্থনীতি যা সহযোগিতামূলক বায়োমেডিকাল আবিষ্কারকে চালিত করে](http://flemingprotocol.io/) - [Active Inference Institute](https://www.activeinference.org/) - [IdeaMarkets: বিকেন্দ্রীভূত বৈজ্ঞানিক বিশ্বাসযোগ্যতা সক্ষম করা](https://ideamarket.io/) - [DeSci Labs](https://www.desci.com/) diff --git a/public/content/translations/bn/developers/docs/frameworks/index.md b/public/content/translations/bn/developers/docs/frameworks/index.md index 9e39a7e09c8..9ee95d623cc 100644 --- a/public/content/translations/bn/developers/docs/frameworks/index.md +++ b/public/content/translations/bn/developers/docs/frameworks/index.md @@ -119,8 +119,6 @@ lang: bn **Catapulta -** **_মাল্টি-চেইন স্মার্ট কন্ট্র্যাক্ট ডেপ্লয়মেন্ট টুল, ব্লক এক্সপ্লোরারে ভেরিফিকেশন অটোমেট করে, ডেপ্লয় করা স্মার্ট কন্ট্র্যাক্টের ট্র্যাক রাখে এবং ডেপ্লয়মেন্ট রিপোর্ট শেয়ার করে, Foundry এবং Hardhat প্রজেক্টের জন্য প্লাগ-এন-প্লে।_** -- [ওয়েবসাইট](https://catapulta.sh/) -- [ডকুমেন্টেশন](https://catapulta.sh/docs) - [Github](https://github.com/catapulta-sh) **GoldRush (Covalent দ্বারা চালিত) -** **_GoldRush ডেভেলপার, বিশ্লেষক এবং এন্টারপ্রাইজদের জন্য সবচেয়ে ব্যাপক ব্লকচেইন ডেটা API স্যুট অফার করে। আপনি একটি DeFi ড্যাশবোর্ড, একটি ওয়ালেট, একটি ট্রেডিং বট, একটি AI এজেন্ট বা একটি কমপ্লায়েন্স প্ল্যাটফর্ম তৈরি করুন না কেন, ডেটা APIগুলি আপনার প্রয়োজনীয় অনচেইন ডেটাতে দ্রুত, নির্ভুল এবং ডেভেলপার-বান্ধব অ্যাক্সেস প্রদান করে_** diff --git a/public/content/translations/bn/developers/docs/mev/index.md b/public/content/translations/bn/developers/docs/mev/index.md index a60abe497c5..1b20d0d5e9d 100644 --- a/public/content/translations/bn/developers/docs/mev/index.md +++ b/public/content/translations/bn/developers/docs/mev/index.md @@ -180,7 +180,7 @@ PBS-এর অধীনে, একজন ব্লক বিল্ডার এ 5. বিল্ডার API ব্যবহারকারী একজন ভ্যালিডেটর এখনও স্থানীয়ভাবে একটি ব্লক তৈরি করবেন বলে আশা করা হয় যদি ব্লক বিল্ডার দ্রুত প্রতিক্রিয়া জানাতে ব্যর্থ হয়, যাতে তারা ব্লক প্রস্তাবের রিওয়ার্ড থেকে বঞ্চিত না হয়। তবে, ভ্যালিডেটর এখন-প্রকাশিত লেনদেন বা অন্য একটি সেট ব্যবহার করে অন্য কোনো ব্লক তৈরি করতে পারে না, কারণ এটি _ইকুইভোকেশন_ (একই স্লটের মধ্যে দুটি ব্লকে স্বাক্ষর করা) এর সমান হবে, যা একটি স্ল্যাশেবল অফেন্স। -বিল্ডার API-এর একটি উদাহরণ বাস্তবায়ন হল [MEV Boost](https://github.com/flashbots/mev-boost), যা [ফ্ল্যাশবট নিলাম প্রক্রিয়া](https://docs.flashbots.net/Flashbots-auction/overview)-এর একটি উন্নতি যা Ethereum-এ MEV-এর নেতিবাচক বহিরাগত প্রভাব রোধ করার জন্য ডিজাইন করা হয়েছে। ফ্ল্যাশবট নিলাম প্রুফ-অফ-স্টেক-এ ভ্যালিডেটরদের লাভজনক ব্লক তৈরির কাজ **সার্চার** নামক বিশেষায়িত পক্ষগুলির কাছে আউটসোর্স করার অনুমতি দেয়। +বিল্ডার API-এর একটি উদাহরণ বাস্তবায়ন হল [MEV Boost](https://github.com/flashbots/mev-boost), যা [ফ্ল্যাশবট নিলাম প্রক্রিয়া](https://docs.flashbots.net/flashbots-auction/overview)-এর একটি উন্নতি যা Ethereum-এ MEV-এর নেতিবাচক বহিরাগত প্রভাব রোধ করার জন্য ডিজাইন করা হয়েছে। ফ্ল্যাশবট নিলাম প্রুফ-অফ-স্টেক-এ ভ্যালিডেটরদের লাভজনক ব্লক তৈরির কাজ **সার্চার** নামক বিশেষায়িত পক্ষগুলির কাছে আউটসোর্স করার অনুমতি দেয়। ![একটি ডায়াগ্রাম যা বিস্তারিতভাবে MEV প্রবাহ দেখাচ্ছে](./mev.png) সার্চাররা লাভজনক MEV সুযোগ খোঁজে এবং ব্লকে অন্তর্ভুক্তির জন্য একটি [সিলড-প্রাইস বিড](https://en.wikipedia.org/wiki/First-price_sealed-bid_auction) সহ ব্লক প্রপোজারদের কাছে লেনদেন বান্ডিল পাঠায়। mev-geth চালানো ভ্যালিডেটর, যা go-ethereum (Geth) ক্লায়েন্টের একটি ফর্কড সংস্করণ, তাকে শুধুমাত্র সবচেয়ে বেশি লাভ সহ বান্ডিলটি বেছে নিতে হবে এবং এটিকে নতুন ব্লকের অংশ হিসাবে অন্তর্ভুক্ত করতে হবে। ব্লক প্রপোজারদের (ভ্যালিডেটরদের) স্প্যাম এবং অবৈধ লেনদেন থেকে রক্ষা করতে, লেনদেন বান্ডিলগুলি প্রপোজারের কাছে যাওয়ার আগে ভ্যালিডেশনের জন্য **রিলেয়ারদের** মাধ্যমে যায়। diff --git a/public/content/translations/bn/developers/docs/networks/index.md b/public/content/translations/bn/developers/docs/networks/index.md index 3312b40b854..b8a85ee2762 100644 --- a/public/content/translations/bn/developers/docs/networks/index.md +++ b/public/content/translations/bn/developers/docs/networks/index.md @@ -158,7 +158,7 @@ lang: bn ##### রিসোর্স -- [স্টার্কস্ক্যান](https://sepolia.starkscan.co/) +- [স্টার্কস্ক্যান](https://sepolia.voyager.online/) ##### ফসেট diff --git a/public/content/translations/bn/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/bn/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index 3afeea5a1f8..4b9ce174d30 100644 --- a/public/content/translations/bn/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/bn/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -272,7 +272,6 @@ sidebarDepth: 2 - বিনামূল্যে শুরু করুন - [**NOWNodes**](https://nownodes.io/) - - [ডক্স](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - বৈশিষ্ট্য - 50+ ব্লকচেইন নোডগুলিতে অ্যাক্সেস - বিনামূল্যে API কী @@ -283,11 +282,10 @@ sidebarDepth: 2 - শেয়ার্ড, আর্কাইভ, ব্যাকআপ এবং ডেডিকেটেড নোড - [**Pocket Network**](https://www.pokt.network/) - - [ডক্স](https://docs.pokt.network/home/) + - [ডক্স](https://docs.pokt.network/) - বৈশিষ্ট্য - বিকেন্দ্রীভূত RPC প্রোটোকল এবং মার্কেটপ্লেস - প্রতিদিন 1M অনুরোধ বিনামূল্যে স্তর (প্রতি এন্ডপয়েন্টে, সর্বোচ্চ 2) - - [পাবলিক এন্ডপয়েন্ট](https://docs.pokt.network/developers/public-endpoints) - প্রি-স্টেক+ প্রোগ্রাম (যদি আপনার প্রতিদিন 1M এর বেশি অনুরোধের প্রয়োজন হয়) - 15+ ব্লকচেইন সমর্থিত - 6400+ নোড অ্যাপ্লিকেশন পরিবেশন করার জন্য POKT আয় করছে diff --git a/public/content/translations/bn/developers/docs/programming-languages/python/index.md b/public/content/translations/bn/developers/docs/programming-languages/python/index.md index e44a8224a05..ff784fb44c4 100644 --- a/public/content/translations/bn/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/bn/developers/docs/programming-languages/python/index.md @@ -35,7 +35,7 @@ incomplete: true ## মধ্যবর্তী স্তরের নিবন্ধ {#intermediate-articles} - [web3.py-এর বন্ধুরা: Ape-এর ভূমিকা](https://snakecharmers.ethereum.org/intro-to-ape/) -- [পাইথন প্রোগ্রামারদের জন্য ডিএ্যাপ ডেভেলপমেন্ট](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [পাইথন প্রোগ্রামারদের জন্য ডিএ্যাপ ডেভেলপমেন্ট](https://www.youtube.com/watch?v=tE-8bG35VNw) - [একটি পাইথন Ethereum ইন্টারফেস তৈরি করা: পর্ব ১](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [পাইথনে Ethereum স্মার্ট কন্ট্র্যাক্ট: একটি (প্রায়) ব্যাপক নির্দেশিকা](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) @@ -87,7 +87,7 @@ incomplete: true - [Curve](https://www.curve.finance/) এবং [Curve স্মার্ট কন্ট্র্যাক্ট রিপোজিটরি](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) এবং [Brownie টুলচেইন ব্যবহারকারী স্মার্ট কন্ট্র্যাক্ট](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/) তাদের ভেস্টিং চুক্তিগুলি পরিচালনা এবং ডিপ্লয় করার জন্য [পাইথন ব্যবহার করে](https://github.com/sushiswap/sushi-vesting-protocols) -- [Alpha Finance](https://alphafinance.io/), যা Alpha Homora-এর জন্য বিখ্যাত, [স্মার্ট কন্ট্র্যাক্ট পরীক্ষা এবং ডিপ্লয় করতে Brownie ব্যবহার করে](https://github.com/AlphaFinanceLab/alpha-staking-contract) +- [Alpha Venture DAO](https://alphaventuredao.io/), যা Alpha Homora-এর জন্য বিখ্যাত, [স্মার্ট কন্ট্র্যাক্ট পরীক্ষা এবং ডিপ্লয় করতে Brownie ব্যবহার করে](https://github.com/AlphaFinanceLab/alpha-staking-contract) ## পাইথন কমিউনিটি আলোচনা {#python-community-contributors} diff --git a/public/content/translations/bn/developers/docs/scaling/state-channels/index.md b/public/content/translations/bn/developers/docs/scaling/state-channels/index.md index 32ac02371ba..2baf906be61 100644 --- a/public/content/translations/bn/developers/docs/scaling/state-channels/index.md +++ b/public/content/translations/bn/developers/docs/scaling/state-channels/index.md @@ -255,7 +255,7 @@ sidebarDepth: 3 - [Making Sense of Ethereum’s Layer 2 Scaling Solutions: State Channels, Plasma, and Truebit](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _– Josh Stark, Feb 12 2018_ - [State Channels - an explanation](https://www.jeffcoleman.ca/state-channels/) _Nov 6, 2015 - Jeff Coleman_ -- [Basics of State Channels](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [Basics of State Channels](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [Blockchain State Channels: A State of the Art](https://ieeexplore.ieee.org/document/9627997) _এমন কোনো কমিউনিটি রিসোর্স সম্পর্কে জানেন যা আপনাকে সাহায্য করেছে? এই পৃষ্ঠাটি সম্পাদনা করুন এবং এটি যোগ করুন!_ diff --git a/public/content/translations/bn/developers/docs/scaling/validium/index.md b/public/content/translations/bn/developers/docs/scaling/validium/index.md index cf05998b577..0ea343bbf0b 100644 --- a/public/content/translations/bn/developers/docs/scaling/validium/index.md +++ b/public/content/translations/bn/developers/docs/scaling/validium/index.md @@ -162,5 +162,5 @@ ZK-রোলআপের মতো, ভ্যালিডিয়ামগু - [ভ্যালিডিয়াম এবং লেয়ার 2 টু-বাই-টু — ইস্যু নং 99](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two) - [ZK-রোলআপ বনাম ভ্যালিডিয়াম](https://blog.matter-labs.io/zkrollup-vs-validium-starkex-5614e38bc263) - [ভলিশন এবং উদীয়মান ডেটা প্রাপ্যতা স্পেকট্রাম](https://medium.com/starkware/volition-and-the-emerging-data-availability-spectrum-87e8bfa09bb) -- [রোলআপ, ভ্যালিডিয়াম এবং ভলিশন: হটেস্ট Ethereum স্কেলিং সলিউশন সম্পর্কে জানুন](https://www.defipulse.com/blog/rollups-validiums-and-volitions-learn-about-the-hottest-ethereum-scaling-solutions) +- [রোলআপ, ভ্যালিডিয়াম এবং ভলিশন: হটেস্ট Ethereum স্কেলিং সলিউশন সম্পর্কে জানুন](https://medium.com/coinmonks/rollups-vs-validiums-vs-volitions-d76300170f4a) - [ইথেরিয়াম রোলআপের ব্যবহারিক নির্দেশিকা](https://web.archive.org/web/20241108192208/https://research.2077.xyz/the-practical-guide-to-ethereum-rollups) diff --git a/public/content/translations/bn/developers/docs/smart-contracts/languages/index.md b/public/content/translations/bn/developers/docs/smart-contracts/languages/index.md index 1caa5a7f919..300abaee9ef 100644 --- a/public/content/translations/bn/developers/docs/smart-contracts/languages/index.md +++ b/public/content/translations/bn/developers/docs/smart-contracts/languages/index.md @@ -37,7 +37,7 @@ Remix IDE, Solidity এবং Vyper উভয় ক্ষেত্রেই ক - [Solidity ল্যাঙ্গুয়েজ পোর্টাল](https://soliditylang.org/) - [Solidity by Example](https://docs.soliditylang.org/en/latest/solidity-by-example.html) - [GitHub](https://github.com/ethereum/solidity/) -- [Solidity Gitter চ্যাটরুম](https://gitter.im/ethereum/solidity) [Solidity Matrix চ্যাটরুম](https://matrix.to/#/#ethereum_solidity:gitter.im)-এর সাথে ব্রিজ করা +- [Solidity Matrix চ্যাটরুম](https://gitter.im/ethereum/solidity) [Solidity Matrix চ্যাটরুম](https://matrix.to/#/#ethereum_solidity:gitter.im)-এর সাথে ব্রিজ করা - [চিট শিট](https://reference.auditless.com/cheatsheet) - [Solidity ব্লগ](https://blog.soliditylang.org/) - [Solidity টুইটার](https://twitter.com/solidity_lang) diff --git a/public/content/translations/bn/developers/docs/smart-contracts/security/index.md b/public/content/translations/bn/developers/docs/smart-contracts/security/index.md index 7c0b149d0b7..7a8a17025a0 100644 --- a/public/content/translations/bn/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/bn/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -আপনি একটি [পুল পেমেন্টস](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment) সিস্টেমও ব্যবহার করতে পারেন যা ব্যবহারকারীদের স্মার্ট কন্ট্র্যাক্ট থেকে ফান্ড উইথড্র করতে বলে, "পুশ পেমেন্টস" সিস্টেমের পরিবর্তে যা অ্যাকাউন্টগুলোতে ফান্ড পাঠায়। এটি অজানা অ্যাড্রেসে অনিচ্ছাকৃতভাবে কোড ট্রিগার করার সম্ভাবনা দূর করে (এবং নির্দিষ্ট ডিনায়াল-অফ-সার্ভিস অ্যাটাকও প্রতিরোধ করতে পারে)। +আপনি একটি [পুল পেমেন্টস](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment) সিস্টেমও ব্যবহার করতে পারেন যা ব্যবহারকারীদের স্মার্ট কন্ট্র্যাক্ট থেকে ফান্ড উইথড্র করতে বলে, "পুশ পেমেন্টস" সিস্টেমের পরিবর্তে যা অ্যাকাউন্টগুলোতে ফান্ড পাঠায়। এটি অজানা অ্যাড্রেসে অনিচ্ছাকৃতভাবে কোড ট্রিগার করার সম্ভাবনা দূর করে (এবং নির্দিষ্ট ডিনায়াল-অফ-সার্ভিস অ্যাটাকও প্রতিরোধ করতে পারে)। #### পূর্ণসংখ্যা আন্ডারফ্লো এবং ওভারফ্লো {#integer-underflows-and-overflows} diff --git a/public/content/translations/cs/community/online/index.md b/public/content/translations/cs/community/online/index.md index 9b907c3594b..c3d3599818b 100644 --- a/public/content/translations/cs/community/online/index.md +++ b/public/content/translations/cs/community/online/index.md @@ -51,7 +51,7 @@ Pokud si myslíte, že by na základě těchto pokynů měla být komunita přid EthStaker Discord – komunitou spravované poradenství, vzdělávání, podpora a zdroje pro stávající i potenciální stakery tým webu Ethereum.org – zastavte se a popovídejte si s týmem a lidmi z komunity o vývoji a designu webu ethereum.org Matos Discord – komunita tvůrců web3, kde se scházejí tvůrci, osobnosti z oboru a nadšenci Etherea. Jsme nadšení do vývoje, designu a kultury web3. Pojďte s námi budovat. -Solidity Gitter – chat o vývoji v Solidity (Gitter) +Solidity Matrix – chat o vývoji v Solidity (Gitter) Solidity Matrix – chat o vývoji v Solidity (Matrix) Ethereum Stack Exchange – fórum otázek a odpovědí Peera Community Forum – decentralizované fórum otázek a odpovědí diff --git a/public/content/translations/cs/community/support/index.md b/public/content/translations/cs/community/support/index.md index 7fea758932c..742ddb1902f 100644 --- a/public/content/translations/cs/community/support/index.md +++ b/public/content/translations/cs/community/support/index.md @@ -68,7 +68,7 @@ Týká se vaše otázka konkrétního nástroje, projektu nebo knihovny? Větši Zde jsou některé oblíbené příklady: -- [Solidity](https://gitter.im/ethereum/solidity) +- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/cs/desci/index.md b/public/content/translations/cs/desci/index.md index 5ce7936cf05..0736b450306 100644 --- a/public/content/translations/cs/desci/index.md +++ b/public/content/translations/cs/desci/index.md @@ -102,7 +102,6 @@ Podívejte se na níže uvedené projekty a zapojte se do DeSci komunity. - [OceanDAO: Financování spravované DAO pro vědu související s daty](https://oceanprotocol.com/) - [Opscientia: Otevřené decentralizované vědecké pracovní postupy](https://opsci.io/research/) - [Bio.xyz: Získejte financování pro svůj biotechnologický projekt DAO nebo DeSci](https://www.bio.xyz/) -- [Fleming Protocol: Open-source datová ekonomika, která pohání kolaborativní biomedicínské objevy](http://flemingprotocol.io/) - [Active Inference Institute](https://www.activeinference.org/) - [IdeaMarkets: Umožnění decentralizované vědecké důvěryhodnosti](https://ideamarket.io/) - [DeSci Labs](https://www.desci.com/) diff --git a/public/content/translations/cs/developers/docs/frameworks/index.md b/public/content/translations/cs/developers/docs/frameworks/index.md index cd02dfca5cd..96ddbaea9e5 100644 --- a/public/content/translations/cs/developers/docs/frameworks/index.md +++ b/public/content/translations/cs/developers/docs/frameworks/index.md @@ -122,8 +122,6 @@ Než se ponoříte do frameworků, doporučujeme vám nejprve si přečíst ná **Catapulta –** **_Nástroj pro nasazování chytrých kontraktů na více řetězců, který automatizuje ověřování v prohlížečích bloků, sleduje nasazené chytré kontrakty, sdílí zprávy o nasazení a funguje jako plug-n-play pro projekty Foundry a Hardhat._** -- [Webová stránka](https://catapulta.sh/) -- [Dokumentace](https://catapulta.sh/docs) - [Github](https://github.com/catapulta-sh) **GoldRush (využívá Covalent) –** **_GoldRush nabízí nejkomplexnější sadu API pro data z blockchainu pro vývojáře, analytiky a podniky. Ať už vytváříte DeFi dashboard, peněženku, obchodního bota, AI agenta nebo platformu pro dodržování předpisů, datová API poskytují rychlý, přesný a pro vývojáře přívětivý přístup k základním onchain datům, která potřebujete_** diff --git a/public/content/translations/cs/developers/docs/mev/index.md b/public/content/translations/cs/developers/docs/mev/index.md index 895b54f0ded..46cdc0c18c3 100644 --- a/public/content/translations/cs/developers/docs/mev/index.md +++ b/public/content/translations/cs/developers/docs/mev/index.md @@ -180,7 +180,7 @@ Níže uvádíme přehled, jak API stavitele funguje: 5. Od validátora používající API stavitele se stále očekává, že vytvoří blok lokálně, pokud stavitel bloků neodpoví včas, aby nepřišel o odměny za navrhování bloků. Validátor však nemůže vytvořit další blok s použitím nyní odhalených transakcí nebo jiné sady, protože by se jednalo o _ekvivokaci_ (podepsání dvou bloků ve stejném slotu), což je přestupek, za který hrozí slashing. -Příkladem implementace Builder API je [MEV Boost](https://github.com/flashbots/mev-boost), vylepšení [aukčního mechanismu Flashbots](https://docs.flashbots.net/Flashbots-auction/overview) navržené tak, aby omezilo negativní externality MEV na Ethereu. Aukce Flashbots umožňuje validátorům v proof-of-stake zadat práci na vytváření ziskových bloků specializovaným stranám, nazývaným **hledači**. +Příkladem implementace Builder API je [MEV Boost](https://github.com/flashbots/mev-boost), vylepšení [aukčního mechanismu Flashbots](https://docs.flashbots.net/flashbots-auction/overview) navržené tak, aby omezilo negativní externality MEV na Ethereu. Aukce Flashbots umožňuje validátorům v proof-of-stake zadat práci na vytváření ziskových bloků specializovaným stranám, nazývaným **hledači**. ![Diagram detailně znázorňující tok MEV](./mev.png) Hledači vyhledávají lukrativní příležitosti k MEV a posílají balíčky transakcí navrhovatelům bloků spolu s [nabídkou v zalepené obálce](https://en.wikipedia.org/wiki/First-price_sealed-bid_auction) za zahrnutí do bloku. Validátor provozující mev-geth, větvenou verzi go-ethereum (Geth) klienta, musí pouze vybrat balíček s nejvyšší nabídkou a zahrnout jej jako součást nového bloku. Aby byli navrhovatelé bloků (validátoři) chráněni před spamem a neplatnými transakcemi, procházejí balíčky transakcí před doručením navrhovateli validací přes **přeposílače**. diff --git a/public/content/translations/cs/developers/docs/networks/index.md b/public/content/translations/cs/developers/docs/networks/index.md index 252cc599d2c..e397f9213e7 100644 --- a/public/content/translations/cs/developers/docs/networks/index.md +++ b/public/content/translations/cs/developers/docs/networks/index.md @@ -158,7 +158,7 @@ Testnet pro [Starknet](https://www.starknet.io). ##### Zdroje -- [Starkscan](https://sepolia.starkscan.co/) +- [Voyager Sepolia Scan](https://sepolia.voyager.online/) ##### Faucety diff --git a/public/content/translations/cs/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/cs/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index 423a9bbe6a4..09d4c856b16 100644 --- a/public/content/translations/cs/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/cs/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -272,7 +272,6 @@ Zde je seznam některých nejoblíbenějších poskytovatelů uzlů sítě Ether - Začněte zdarma - [**NOWNodes**](https://nownodes.io/) - - [Dokumentace](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - Funkce - Přístup k více než 50 blockchainovým uzlům - Bezplatný klíč API @@ -283,11 +282,10 @@ Zde je seznam některých nejoblíbenějších poskytovatelů uzlů sítě Ether - Sdílené, archivní, záložní a dedikované uzly - [**Pocket Network**](https://www.pokt.network/) - - [Dokumentace](https://docs.pokt.network/home/) + - [Dokumentace](https://docs.pokt.network/) - Funkce - Decentralizovaný RPC protokol a tržiště - 1 milion požadavků denně v rámci bezplatné úrovně (na koncový bod, max. 2) - - [Veřejné koncové body](https://docs.pokt.network/developers/public-endpoints) - Program Pre-Stake+ (pokud potřebujete více než 1 milion požadavků denně) - Podpora více než 15 blockchainů - Více než 6400 uzlů vydělávajících POKT za obsluhu aplikací diff --git a/public/content/translations/cs/developers/docs/programming-languages/python/index.md b/public/content/translations/cs/developers/docs/programming-languages/python/index.md index f6031c73d6f..c2de15ae35c 100644 --- a/public/content/translations/cs/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/cs/developers/docs/programming-languages/python/index.md @@ -35,7 +35,7 @@ Potřebujete nejdříve úplně základní informace? Podívejte se na [ethereum ## Články pro pokročilé {#intermediate-articles} - [Přátelé web3.py: Úvod do Ape](https://snakecharmers.ethereum.org/intro-to-ape/) -- [Vývoj dapp pro programátory v Pythonu](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [Vývoj dapp pro programátory v Pythonu](https://www.youtube.com/watch?v=tE-8bG35VNw) - [Vytvoření rozhraní Ethereum v Pythonu: Část 1](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [Chytré kontrakty na Ethereum v Pythonu: komplexní průvodce (tak trochu)](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) @@ -87,7 +87,7 @@ Následující projekty založené na Ethereu používají nástroje uvedené na - [Curve](https://www.curve.finance/) a [repozitář chytrých kontraktů Curve](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) a [chytré kontrakty využívající sadu nástrojů Brownie](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/) používá [Python při správě a nasazování svých vestingových kontraktů](https://github.com/sushiswap/sushi-vesting-protocols) -- [Alpha Finance](https://alphafinance.io/), známá díky Alpha Homora, používá [Brownie k testování a nasazení chytrých kontraktů](https://github.com/AlphaFinanceLab/alpha-staking-contract) +- [Alpha Venture DAO](https://alphaventuredao.io/), známá díky Alpha Homora, používá [Brownie k testování a nasazení chytrých kontraktů](https://github.com/AlphaFinanceLab/alpha-staking-contract) ## Diskuse komunity Pythonu {#python-community-contributors} diff --git a/public/content/translations/cs/developers/docs/scaling/state-channels/index.md b/public/content/translations/cs/developers/docs/scaling/state-channels/index.md index 4185b27eb90..48f738e2cc3 100644 --- a/public/content/translations/cs/developers/docs/scaling/state-channels/index.md +++ b/public/content/translations/cs/developers/docs/scaling/state-channels/index.md @@ -255,7 +255,7 @@ Několik projektů poskytuje implementace stavových kanálů, které můžete i - [Porozumění škálovacím řešením na vrstvě 2 Etherea: Stavové kanály, Plasma a Truebit](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _– Josh Stark, 12. února 2018_ - [Stavové kanály - vysvětlení](https://www.jeffcoleman.ca/state-channels/) _6. listopadu 2015 – Jeff Coleman_ -- [Základy stavových kanálů](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [Základy stavových kanálů](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [Stavové kanály na blockchainu: Špička blockchainu](https://ieeexplore.ieee.org/document/9627997) _Víte o komunitním zdroji, který vám pomohl? Upravte tuto stránku a přidejte ho!_ diff --git a/public/content/translations/cs/developers/docs/scaling/validium/index.md b/public/content/translations/cs/developers/docs/scaling/validium/index.md index a57cbce0df9..be233f17a71 100644 --- a/public/content/translations/cs/developers/docs/scaling/validium/index.md +++ b/public/content/translations/cs/developers/docs/scaling/validium/index.md @@ -162,5 +162,5 @@ Několik projektů poskytuje implementace validia a volitia, které můžete int - [Validium a matice 2x2 vrstvy 2 — vydání č. 99](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two) - [ZK-rollupy vs. Validium](https://blog.matter-labs.io/zkrollup-vs-validium-starkex-5614e38bc263) - [Volition a vznikající spektrum dostupnosti dat](https://medium.com/starkware/volition-and-the-emerging-data-availability-spectrum-87e8bfa09bb) -- [Rollupy, validia a volitions: Poznejte nejžhavější řešení pro škálování Etherea](https://www.defipulse.com/blog/rollups-validiums-and-volitions-learn-about-the-hottest-ethereum-scaling-solutions) +- [Rollupy, validia a volitions: Poznejte nejžhavější řešení pro škálování Etherea](https://medium.com/coinmonks/rollups-vs-validiums-vs-volitions-d76300170f4a) - [Praktický průvodce rollupy na Ethereu](https://web.archive.org/web/20241108192208/https://research.2077.xyz/the-practical-guide-to-ethereum-rollups) diff --git a/public/content/translations/cs/developers/docs/smart-contracts/security/index.md b/public/content/translations/cs/developers/docs/smart-contracts/security/index.md index 4879ad9fdde..356c611171b 100644 --- a/public/content/translations/cs/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/cs/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -Můžete také použít systém [pull payments](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment), který vyžaduje, aby si uživatelé vybírali prostředky z chytrých kontraktů, namísto systému „push payments“, který prostředky na účty odesílá. Tím se eliminuje možnost neúmyslného spuštění kódu na neznámých adresách (a může také zabránit určitým útokům typu denial-of-service). +Můžete také použít systém [pull payments](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment), který vyžaduje, aby si uživatelé vybírali prostředky z chytrých kontraktů, namísto systému „push payments“, který prostředky na účty odesílá. Tím se eliminuje možnost neúmyslného spuštění kódu na neznámých adresách (a může také zabránit určitým útokům typu denial-of-service). #### Celočíselné podtečení a přetečení {#integer-underflows-and-overflows} diff --git a/public/content/translations/cs/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/translations/cs/developers/tutorials/run-node-raspberry-pi/index.md index 549ab2e1220..e52ca6a9b08 100644 --- a/public/content/translations/cs/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/translations/cs/developers/tutorials/run-node-raspberry-pi/index.md @@ -70,7 +70,7 @@ shasum -a 256 ethonarm_22.04.00.img.zip # Haš by měl mít výstup: fb497e8f8a7388b62d6e1efbc406b9558bee7ef46ec7e53083630029c117444f ``` -Upozorňujeme, že obrazy pro desky Rock 5B a Odroid M1 jsou k dispozici na [stránce pro stažení](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/quick-guide/download-and-install.html) Ethereum-on-Arm. +Upozorňujeme, že obrazy pro desky Rock 5B a Odroid M1 jsou k dispozici na [stránce pro stažení](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) Ethereum-on-Arm. ## Flashování MicroSD {#flashing-the-microsd} @@ -164,7 +164,7 @@ Gratulujeme, nyní máte na Raspberry Pi spuštěný plnohodnotný uzel Etherea ## Další podrobnosti {#more-details} -Tato stránka poskytla přehled o tom, jak nastavit uzel a validátor Geth-Lighthouse pomocí Raspberry Pi. Podrobnější pokyny jsou k dispozici na [webu Ethereum-on-Arm](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/index.html). +Tato stránka poskytla přehled o tom, jak nastavit uzel a validátor Geth-Lighthouse pomocí Raspberry Pi. Podrobnější pokyny jsou k dispozici na [webu Ethereum-on-Arm](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/). ## Zpětná vazba je vítána {#feedback-appreciated} @@ -183,7 +183,7 @@ Projděte si prosím podrobnosti v tomto návodu, vyzkoušejte spuštění na te 8. https://www.hyperledger.org/projects/besu 9. https://github.com/prysmaticlabs/prysm 10. https://lighthouse.sigmaprime.io -11. https://ethersphere.github.io/swarm-home +11. https://docs.ethswarm.org/ 12. https://raiden.network 13. https://ipfs.io 14. https://status.im diff --git a/public/content/translations/cs/ethereum-forks/index.md b/public/content/translations/cs/ethereum-forks/index.md index e7c7de7fd6d..c271ea6369e 100644 --- a/public/content/translations/cs/ethereum-forks/index.md +++ b/public/content/translations/cs/ethereum-forks/index.md @@ -118,7 +118,7 @@ Zlepšení efektivity a zabezpečení protokolu: - [Pectra.wtf](https://pectra.wtf) - [Jak Pectra vylepší zážitek ze stakingu](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) -- [Přečtěte si specifikace upgradu Electra](https://github.com/ethereum/consensus-specs/blob/master/specs/electra/) +- [Přečtěte si specifikace upgradu Electra](https://github.com/ethereum/consensus-specs/tree/master/specs/electra/) - [Často kladené otázky k Prague-Electra („Pectra“)](/roadmap/pectra/) @@ -171,7 +171,7 @@ EIP-7514 zpřísňuje vydávání ETH tím, že omezuje „churn“ míru, s ní -- [Přečtěte si specifikace upgradu Deneb](https://github.com/ethereum/consensus-specs/blob/master/specs/deneb/) +- [Přečtěte si specifikace upgradu Deneb](https://github.com/ethereum/consensus-specs/tree/master/specs/deneb/) - [Často kladené otázky k Cancun-Deneb („Dencun“)](/roadmap/dencun/) @@ -208,7 +208,7 @@ Tento upgrade konsensuální vrstvy přinesl stakerům, kteří při svém poč Upgrade také poskytl funkci automatického „sweeping“ účtů, která nepřetržitě zpracovává účty validátorů pro jakékoli dostupné platby odměn nebo úplné výběry. - [Více o výběrech ze stakingu](/staking/withdrawals/). -- [Přečtěte si specifikace upgradu Capella](https://github.com/ethereum/consensus-specs/blob/master/specs/capella/) +- [Přečtěte si specifikace upgradu Capella](https://github.com/ethereum/consensus-specs/tree/master/specs/capella/) @@ -242,7 +242,7 @@ Upgrade Paris byl spuštěn, když blockchain proof-of-work překročil [koncovo Upgrade Bellatrix byl druhý plánovaný upgrade pro [Beacon Chain](/roadmap/beacon-chain), který připravil řetězec na [sloučení (The Merge)](/roadmap/merge/). Zvyšuje postihy pro validátory na jejich plnou hodnotu za nečinnost a postižitelné přestupky. Bellatrix také obsahuje aktualizaci pravidel pro výběr větve, která připraví řetězec na sloučení (The Merge) a přechod z posledního bloku proof-of-work na první blok proof-of-stake. To zahrnuje informování konsensuálních klientů o [koncové celkové obtížnosti (terminal total difficulty)](/glossary/#terminal-total-difficulty) 58750000000000000000000. -- [Přečtěte si specifikace upgradu Bellatrix](https://github.com/ethereum/consensus-specs/tree/dev/specs/bellatrix) +- [Přečtěte si specifikace upgradu Bellatrix](https://github.com/ethereum/consensus-specs/tree/master/specs/bellatrix) --- @@ -295,7 +295,7 @@ Síťový upgrade Arrow Glacier odsunul [bombu obtížnosti](/glossary/#difficul Upgrade Altair byl první plánovaný upgrade pro [Beacon Chain](/roadmap/beacon-chain). Přidal podporu pro „synchronizační výbory“ – umožňující lehké klienty a zvýšil postihy za nečinnost a slashing validátorů, jak se vývoj posouval směrem ke sloučení (The Merge). -- [Přečtěte si specifikace upgradu Altair](https://github.com/ethereum/consensus-specs/tree/dev/specs/altair) +- [Přečtěte si specifikace upgradu Altair](https://github.com/ethereum/consensus-specs/tree/master/specs/altair) #### Zajímavost! {#altair-fun-fact} diff --git a/public/content/translations/cs/governance/index.md b/public/content/translations/cs/governance/index.md index 6f7380fb994..0b9eef1af3e 100644 --- a/public/content/translations/cs/governance/index.md +++ b/public/content/translations/cs/governance/index.md @@ -177,7 +177,7 @@ Správa Etherea není pevně definována. Různí členové komunity mají na ř - [Poznámky ke správě blockchainu](https://vitalik.eth.limo/general/2017/12/17/voting.html) – _Vitalik Buterin_ - [Jak funguje správa Etherea?](https://cryptotesters.com/blog/ethereum-governance) – _Cryptotesters_ - [Jak funguje správa Etherea](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) – _Micah Zoltu_ -- [Kdo je kmenový vývojář Etherea?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) – _Hudson Jameson_ +- [Kdo je kmenový vývojář Etherea?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) – _Hudson Jameson_ - [Správa, část 2: Plutokracie je stále špatná](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) – _Vitalik Buterin_ - [Překonání správy hlasováním s mincemi](https://vitalik.eth.limo/general/2021/08/16/voting3.html) – _Vitalik Buterin_ - [Pochopení správy blockchainu](https://web.archive.org/web/20250124192731/https://research.2077.xyz/understanding-blockchain-governance) – _Výzkum 2077_ diff --git a/public/content/translations/cs/whitepaper/index.md b/public/content/translations/cs/whitepaper/index.md index f4899c347c9..2fcf6a407af 100644 --- a/public/content/translations/cs/whitepaper/index.md +++ b/public/content/translations/cs/whitepaper/index.md @@ -519,6 +519,6 @@ Koncept funkce libovolného přechodu stavu, jak je implementován protokolem Et 20. [Merkle-Patricia stromy na Ethereu](/developers/docs/data-structures-and-encoding/patricia-merkle-trie/) 21. [Peter Todd o Merkleových součtových stromech](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_Historii bílé knihy najdete na [této wiki](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md)._ +_Historii bílé knihy najdete na [této wiki](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/)._ _Ethereum, stejně jako mnoho komunitou řízených softwarových projektů s otevřeným zdrojovým kódem, se od svého počátečního vzniku vyvíjelo. _Chcete-li se dozvědět o nejnovějším vývoji Etherea a o tom, jak se provádějí změny protokolu, doporučujeme [tohoto průvodce](/learn/)._ diff --git a/public/content/translations/de/community/grants/index.md b/public/content/translations/de/community/grants/index.md index 188fd8f32f7..dee6db2ac3b 100644 --- a/public/content/translations/de/community/grants/index.md +++ b/public/content/translations/de/community/grants/index.md @@ -18,7 +18,6 @@ Diese Programme unterstützen das breit gefächerte Ethereum-Ökosystem, indem s - [Moloch DAO](https://www.molochdao.com/) – _Datenschutz, Layer-2-Skalierung, Client-Sicherheit und mehr_ - [DAO-Zuschüsse](https://docs.google.com/spreadsheets/d/1XHc-p_MHNRdjacc8uOEjtPoWL86olP4GyxAJOFO0zxY/edit#gid=0) – _Google-Tabelle der Organisationen, die Zuschüsse anbieten_ - [Akademische Stipendien](https://esp.ethereum.foundation/academic-grants) – _Stipendien zur Untstützung akademischer Arbeiten in Bezug auf Ethereum_ -- [Blockworks Grantfarm](https://blockworks.co/grants/programs) - _Blockworks hat ein umfassendes Verzeichnis aller Zuschüsse, Ausschreibungen und Bug-Bounties zusammengestellt._ ## Projektspezifisch {#project-specific} @@ -26,14 +25,13 @@ Diese Projekte haben ihre eigenen Zuschüsse für Projektvorhaben zur Entwicklun - [Aave-Zuschussprogramm](https://aavegrants.org/) – _[Aave](https://aave.com/) Grants DAO_ - [Balancer](https://grants.balancer.community/) – _[Balancer](https://balancer.fi/)-Ökosystemfonds_ -- [Chainlink-Förderprogramm](https://chain.link/community/grants) - _[Chainlink](https://chain.link/) Gemeinschaftsförderungen_ - [Decentraland-Zuschussprogramm](https://governance.decentraland.org/grants/) – _[Decentraland](https://decentraland.org/)-DAO-Metaverse_ - [Lido Ecosystem Grants Organisation (LEGO)](https://lido.fi/lego) – _[Lido](https://lido.fi/)-Finanzökosystem_ - [MetaMask-Programm](https://metamaskgrants.org/) – _Mitarbeitergeleitete DAO für[MetaMask](https://metamask.io/)-Zuschüsse_ - [SKALE-Network-Förderprogramm](https://skale.space/developers#grants) – _[SKALE-Network](https://skale.space/)-Ökosystem_ -- [Swarm Foundation-Förderprogramm](https://my.ethswarm.org) – _[Swarm Foundation](https://www.ethswarm.org/)-Ökosystem_ +- [Swarm Foundation-Förderprogramm](https://www.ethswarm.org/grants) – _[Swarm Foundation](https://www.ethswarm.org/)-Ökosystem_ - [The Graph](https://thegraph.com/ecosystem/grants/) – _[The Graph](https://thegraph.com/)-Ökosystem_ -- [Uniswap-Förderprogramm](https://www.uniswapfoundation.org/approach) – _[Uniswap](https://uniswap.org/)-Community_ +- [Uniswap-Förderprogramm](https://www.uniswapfoundation.org/grants) – _[Uniswap](https://uniswap.org/)-Community_ ## Quadratische Finanzierung {#quadratic-funding} diff --git a/public/content/translations/de/community/language-resources/index.md b/public/content/translations/de/community/language-resources/index.md index 4ead0bcd9a4..d05fcbf39c9 100644 --- a/public/content/translations/de/community/language-resources/index.md +++ b/public/content/translations/de/community/language-resources/index.md @@ -52,7 +52,7 @@ Wenn Sie zweisprachig sind und uns helfen möchten, mehr Menschen zu erreichen, - [Unitimes](https://mp.weixin.qq.com/s/tvloZSDBSOQN9zDQj_91kA) – von der Community gepflegte Inhalte, die Ethereum, DeFi, NFT, Web3-bezogenes Wissen abdecken - [123ETH](https://123eth.org/) – ein Portal für das Ethereum-Ökosystem - [Zhen Xiao](http://zhenxiao.com/blockchain/) – kostenlose Online-Kurse über Kryptowährungen und ihre Anwendungen -- [Ethereum Whitepaper](https://github.com/ethereum/wiki/wiki/[%E4%B8%AD%E6%96%87]-%E4%BB%A5%E5%A4%AA%E5%9D%8A%E7%99%BD%E7%9A%AE%E4%B9%A6) – Chinesische Version des Ethereum-Whitepapers +- [Ethereum Whitepaper](https://ethereum.org/whitepaper//[%E4%B8%AD%E6%96%87]-%E4%BB%A5%E5%A4%AA%E5%9D%8A%E7%99%BD%E7%9A%AE%E4%B9%A6) – Chinesische Version des Ethereum-Whitepapers **Ethereum-Ökosystem** diff --git a/public/content/translations/de/community/online/index.md b/public/content/translations/de/community/online/index.md index c68a8a15238..4d487d8c402 100644 --- a/public/content/translations/de/community/online/index.md +++ b/public/content/translations/de/community/online/index.md @@ -27,7 +27,7 @@ Hunderttausende von Ethereum-Enthusiasten treffen sich in diesen Online-Foren, u EthStaker Discord – Beratung, Bildung, Unterstützung und Ressourcen für bestehende und potenzielle Staker auf Community-Ebene Ethereum.org Website-Team - Kommen Sie vorbei and schreiben Sie mit dem Team und anderen aus der Gemeinschaft über Ethereum.org Web-Entwicklung und Design Matos Discord - Web3-Creator-Community, wo sich Entwickler, industrielle Führer, und Ethereum Enthusiasten aufhalten. Wir sind begeistert von Web3-Entwicklung, Design und Kultur. Kommen Sie mit uns bauen. -Solidity-Gitter - Unterhaltungen über Solidity-Entwicklung (Gitter) +Solidity-Gitter - Unterhaltungen über Solidity-Entwicklung (Gitter) Solidity-Matrix - Unterhaltungen über Solidity-Entwicklung (Matrix) Ethereum Stack Exchange *– Forum für Fragen und Antworten* Peeranha *– dezentrales Forum für Fragen und Antworten* diff --git a/public/content/translations/de/community/support/index.md b/public/content/translations/de/community/support/index.md index 8582753ee8b..c8f1281b63b 100644 --- a/public/content/translations/de/community/support/index.md +++ b/public/content/translations/de/community/support/index.md @@ -68,7 +68,7 @@ Bezieht sich Ihre Frage auf ein bestimmtes Tool, Projekt oder eine Bibliothek? D Hier sind einige beliebte Beispiele: -- [Solidity](https://gitter.im/ethereum/solidity) +- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/de/contributing/adding-staking-products/index.md b/public/content/translations/de/contributing/adding-staking-products/index.md index 2da3bca5fee..027a3c0e100 100644 --- a/public/content/translations/de/contributing/adding-staking-products/index.md +++ b/public/content/translations/de/contributing/adding-staking-products/index.md @@ -165,7 +165,7 @@ Für [Staking-Services im Pool](/staking/pools/): Die [Kriterien für die Aufnahme](#criteria-for-inclusion) werden verwendet, um eine kumulative Punktzahl für jedes Produkt oder jeden Service zu berechnen. Das dient dazu, Produkte, die bestimmte objektive Kriterien erfüllen, zu sortieren und zu präsentieren. Je mehr Kriterien belegt werden, desto höher fällt die Bewertung eines Produkts aus. Gleichstände werden dabei nach dem Zufallsprinzip gewertet. -Die Codelogik und die Gewichtungen für diese Kriterien sind derzeit in [dieser JavaScript-Komponente](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid.js#L350) in unserem Repo enthalten. +Die Codelogik und die Gewichtungen für diese Kriterien sind derzeit in [dieser JavaScript-Komponente](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid/index.tsx#L350) in unserem Repo enthalten. ## Ihr Produkt oder Ihren Service hinzufügen {#add-product} diff --git a/public/content/translations/de/desci/index.md b/public/content/translations/de/desci/index.md index 7c5049acdcd..9c126b3ff53 100644 --- a/public/content/translations/de/desci/index.md +++ b/public/content/translations/de/desci/index.md @@ -101,7 +101,6 @@ Erkunden Sie Projekte und werden Sie Teil der DeSci-Gemeinschaft. - [OceanDAO: DAO regelte die Finanzierung der datenbezogenen Wissenschaft](https://oceanprotocol.com/) - [OpScientia: offene dezentrale wissenschaftliche Workflows](https://opsci.io/research/) - [Bio.xyz: Erhalten Sie Mittel für Ihr Biotech-DAO oder desci-Projekt](https://www.bio.xyz/) -- [Flamming-Protokoll: Open-Source-Datenwirtschaft, die die kollaborative biomedizinische Entdeckung fördert](http://flemingprotocol.io/) - [Active Inference Institute](https://www.activeinference.org/) - [IdeaMarkets: Ermöglicht dezentralisierte wissenschaftliche Glaubwürdigkeit](https://ideamarket.io/) - [DeSci Labs](https://www.desci.com/) diff --git a/public/content/translations/de/developers/docs/apis/backend/index.md b/public/content/translations/de/developers/docs/apis/backend/index.md index 577e0903fd4..f3d7e4a2b8b 100644 --- a/public/content/translations/de/developers/docs/apis/backend/index.md +++ b/public/content/translations/de/developers/docs/apis/backend/index.md @@ -74,7 +74,6 @@ Durch Abstraktion vereinfachen diese Programmbibliotheken die komplexe direkte I **NOWNodes - _Full Nodes und Block Explorers._** - [NOWNodes.io](https://nownodes.io/) -- [Dokumentation](https://documenter.getpostman.com/view/13630829/TVmFkLwy#intro) **QuickNode –** **_Blockchain-Infrastruktur als Dienstleistung_** diff --git a/public/content/translations/de/developers/docs/frameworks/index.md b/public/content/translations/de/developers/docs/frameworks/index.md index 25b2032dc40..77f8773dbdc 100644 --- a/public/content/translations/de/developers/docs/frameworks/index.md +++ b/public/content/translations/de/developers/docs/frameworks/index.md @@ -114,8 +114,6 @@ Bevor Sie sich mit Frameworks beschäftigen, empfehlen wir, dass Sie sich mit de **Catapulta –** **_ein Tool für die Bereitstellung von Multi-Chain-Smart-Contracts, das die Verifizierung in Block-Explorern automatisiert, bereitgestellte Smart Contracts verfolgt und Bereitstellungsberichte teilt; Plug-and-Play für Foundry- und Hardhat-Projekte._** -- [Website](https://catapulta.sh/) -- [Dokumentation](https://catapulta.sh/docs) - [Github](https://github.com/catapulta-sh) **Covalent –** **_erweiterte Blockchain-APIs für über 200 Ketten._** diff --git a/public/content/translations/de/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/de/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index 84329082e3b..e39209e5fba 100644 --- a/public/content/translations/de/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/de/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -272,7 +272,6 @@ Hier ist eine Liste der beliebtesten Ethereum-Nodeanbieter. Fügen Sie gerne neu - Kostenloser Einstieg - [**NOWNodes**](https://nownodes.io/) - - [Doku](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - Eigenschaften - Zugang zu mehr als 50 Blockchain-Nodes - Kostenloser API-Schlüssel @@ -283,11 +282,10 @@ Hier ist eine Liste der beliebtesten Ethereum-Nodeanbieter. Fügen Sie gerne neu - Geteilte, archivierte, Backup- und Spezial-Nodes - [**Pocket Network**](https://www.pokt.network/) - - [Doku](https://docs.pokt.network/home/) + - [Doku](https://docs.pokt.network/) - Eigenschaften - Dezentrales RPC-Protokoll und Marktplatz - 1 Mio. Anfragen pro Tag für kostenlose Stufen (pro Endpunkt, max. 2) - - [Öffentliche Endpunkte](https://docs.pokt.network/developers/public-endpoints) - Pre-Stake+-Programm (wenn Sie mehr als 1 Mio. Anfragen pro Tag benötigen) - Support für mehr als 15 Blockchains - Über 6400 Nodes verdienen POKT für die Bedienung von Anwendungen diff --git a/public/content/translations/de/developers/docs/programming-languages/python/index.md b/public/content/translations/de/developers/docs/programming-languages/python/index.md index 196691d0750..16388a81429 100644 --- a/public/content/translations/de/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/de/developers/docs/programming-languages/python/index.md @@ -35,7 +35,7 @@ Sind Sie an einigen grundlegenden Informationen interessiert? Besuchen Sie [ethe ## Artikel für Fortgeschrittene {#intermediate-articles} - [Freunde von web3.py: Einführung in Ape](https://snakecharmers.ethereum.org/intro-to-ape/) -- [Dapp-Entwicklung für Python-Programmierer](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [Dapp-Entwicklung für Python-Programmierer](https://www.youtube.com/watch?v=tE-8bG35VNw) - [Erstellen einer Python-Ethereum-Schnittstelle: Teil 1](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [Ethereum Smart Contracts in Python: ein (fast) umfassender Leitfaden](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) @@ -87,7 +87,7 @@ Die folgenden Ethereum-basierten Projekte verwenden die auf dieser Seite erwähn - [Curve](https://www.curve.finance/) und [Curve-Smart-Contracts-Repository](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) und [Smart Contracts, die die Brownie-Toolchain verwenden](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/) verwendet [Python bei der Verwaltung und Bereitstellung seiner Vesting-Verträge](https://github.com/sushiswap/sushi-vesting-protocols) -- [Alpha Finance](https://alphafinance.io/), bekannt für Alpha Homora, verwendet [Brownie zum Testen und Bereitstellen von Smart Contracts](https://github.com/AlphaFinanceLab/alpha-staking-contract) +- [Alpha Venture DAO](https://alphaventuredao.io/), bekannt für Alpha Homora, verwendet [Brownie zum Testen und Bereitstellen von Smart Contracts](https://github.com/AlphaFinanceLab/alpha-staking-contract) ## Python-Community-Diskussion {#python-community-contributors} diff --git a/public/content/translations/de/developers/docs/scaling/state-channels/index.md b/public/content/translations/de/developers/docs/scaling/state-channels/index.md index d1ab721d1df..1b977461cd6 100644 --- a/public/content/translations/de/developers/docs/scaling/state-channels/index.md +++ b/public/content/translations/de/developers/docs/scaling/state-channels/index.md @@ -255,7 +255,7 @@ Mehrere Projekte bieten Implementierungen von Zustandskanälen, die Sie in Ihre - [Making Sense of Ethereum’s Layer 2 Scaling Solutions: State Channels, Plasma, and Truebit](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _– Josh Stark, 12. Februar 2018_ - [State Channels – eine Erklärung](https://www.jeffcoleman.ca/state-channels/) _6. Nov. 2015 – Jeff Coleman_ -- [Grundlagen von State Channels](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [Grundlagen von State Channels](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [Blockchain State Channels: Ein Stand der Technik](https://ieeexplore.ieee.org/document/9627997) _Sie kennen Community-Resourcen die Ihnen geholfen haben? Bearbeiten Sie diese Seite und fügen Sie sie hinzu!_ diff --git a/public/content/translations/de/developers/docs/scaling/validium/index.md b/public/content/translations/de/developers/docs/scaling/validium/index.md index 4aead5d522a..fda1ca50290 100644 --- a/public/content/translations/de/developers/docs/scaling/validium/index.md +++ b/public/content/translations/de/developers/docs/scaling/validium/index.md @@ -162,5 +162,5 @@ Mehrere Projekte bieten Implementierungen von Validium und Volitions an, die Sie - [Validium And The Layer 2 Two-By-Two – Issue No. 99](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two) - [ZK-rollups vs Validium](https://blog.matter-labs.io/zkrollup-vs-validium-starkex-5614e38bc263) - [Volition and the Emerging Data Availability spectrum](https://medium.com/starkware/volition-and-the-emerging-data-availability-spectrum-87e8bfa09bb) -- [Rollups, Validiums, and Volitions: Learn About the Hottest Ethereum Scaling Solutions](https://www.defipulse.com/blog/rollups-validiums-and-volitions-learn-about-the-hottest-ethereum-scaling-solutions) +- [Rollups, Validiums, and Volitions: Learn About the Hottest Ethereum Scaling Solutions](https://medium.com/coinmonks/rollups-vs-validiums-vs-volitions-d76300170f4a) - [Der praktische Leitfaden für Ethereum-Rollups](https://web.archive.org/web/20241108192208/https://research.2077.xyz/the-practical-guide-to-ethereum-rollups) diff --git a/public/content/translations/de/developers/docs/smart-contracts/languages/index.md b/public/content/translations/de/developers/docs/smart-contracts/languages/index.md index a8d929f9fee..46ee17b0b47 100644 --- a/public/content/translations/de/developers/docs/smart-contracts/languages/index.md +++ b/public/content/translations/de/developers/docs/smart-contracts/languages/index.md @@ -37,7 +37,7 @@ Vorwissen über andere Programmiersprachen, insbesondere JavaScript oder Python, - [Solidity-Sprachportal](https://soliditylang.org/) - [Solidity by Example](https://docs.soliditylang.org/en/latest/solidity-by-example.html) - [GitHub](https://github.com/ethereum/solidity/) -- [Solidity Gitter-Chatroom](https://gitter.im/ethereum/solidity) überbrückt zum [Solidity Matrix-Chatroom](https://matrix.to/#/#ethereum_solidity:gitter.im) +- [Solidity Matrix-Chatroom](https://gitter.im/ethereum/solidity) überbrückt zum [Solidity Matrix-Chatroom](https://matrix.to/#/#ethereum_solidity:gitter.im) - [Spickzettel](https://reference.auditless.com/cheatsheet) - [Solidity-Blog](https://blog.soliditylang.org/) - [Solidity auf Twitter](https://twitter.com/solidity_lang) diff --git a/public/content/translations/de/developers/docs/smart-contracts/security/index.md b/public/content/translations/de/developers/docs/smart-contracts/security/index.md index df3e7a9b06e..c1669879695 100644 --- a/public/content/translations/de/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/de/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -Sie können auch ein [Pull-Payments](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment)-System verwenden, bei dem Nutzer Gelder von den Smart Contracts abheben müssen, anstatt eines „Push-Payments“-Systems, das Gelder an Konten sendet. Dies verhindert die Möglichkeit, unbeabsichtigt Code an unbekannten Adressen auszulösen (und kann auch bestimmte Denial-of-Service-Angriffe verhindern). +Sie können auch ein [Pull-Payments](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment)-System verwenden, bei dem Nutzer Gelder von den Smart Contracts abheben müssen, anstatt eines „Push-Payments“-Systems, das Gelder an Konten sendet. Dies verhindert die Möglichkeit, unbeabsichtigt Code an unbekannten Adressen auszulösen (und kann auch bestimmte Denial-of-Service-Angriffe verhindern). #### Ganzzahl-Unterläufe und -Überläufe {#integer-underflows-and-overflows} diff --git a/public/content/translations/de/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/translations/de/developers/tutorials/run-node-raspberry-pi/index.md index bd08eba2a1b..67540f0a507 100644 --- a/public/content/translations/de/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/translations/de/developers/tutorials/run-node-raspberry-pi/index.md @@ -64,7 +64,7 @@ shasum -a 256 ethonarm_22.04.00.img.zip # Der Hash sollte Folgendes ausgeben: fb497e8f8a7388b62d6e1efbc406b9558bee7ef46ec7e53083630029c117444f ``` -Beachte, dass Images für Rock 5B- und Odroid M1-Platinen auf der Ethereum-on-Arm-[Download-Seite](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/quick-guide/download-and-install.html) verfügbar sind. +Beachte, dass Images für Rock 5B- und Odroid M1-Platinen auf der Ethereum-on-Arm-[Download-Seite](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) verfügbar sind. ## Flashen der MicroSD {#flashing-the-microsd} @@ -158,7 +158,7 @@ Herzlichen Glückwunsch, du hast jetzt einen vollständigen Ethereum-Node und Va ## Weitere Details {#more-details} -Diese Seite gab einen Überblick darüber, wie man einen Geth-Lighthouse-Node und -Validator mit einem Raspberry Pi einrichtet. Detailliertere Anweisungen sind auf der [Ethereum-on-Arm-Webseite](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/index.html) verfügbar. +Diese Seite gab einen Überblick darüber, wie man einen Geth-Lighthouse-Node und -Validator mit einem Raspberry Pi einrichtet. Detailliertere Anweisungen sind auf der [Ethereum-on-Arm-Webseite](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) verfügbar. ## Feedback erwünscht {#feedback-appreciated} @@ -177,7 +177,7 @@ Bitte vertiefe dich in die Details dieses Tutorials, probiere es auf Testnets au 8. https://www.hyperledger.org/projects/besu 9. https://github.com/prysmaticlabs/prysm 10. https://lighthouse.sigmaprime.io -11. https://ethersphere.github.io/swarm-home +11. https://docs.ethswarm.org/ 12. https://raiden.network 13. https://ipfs.io 14. https://status.im diff --git a/public/content/translations/de/ethereum-forks/index.md b/public/content/translations/de/ethereum-forks/index.md index 15ce9979168..8807ae3a848 100644 --- a/public/content/translations/de/ethereum-forks/index.md +++ b/public/content/translations/de/ethereum-forks/index.md @@ -57,7 +57,7 @@ Das Upgrade für die Konsensebene ermöglichte es Stakern, die bei der ersten Ei Das Upgrade hat auch eine automatische Kontenbereinigungsfunktion bereitgestellt, die kontinuierlich Validator-Konten auf verfügbare Prämienzahlungen oder vollständige Abhebungen überprüft und verarbeitet. - [Mehr zu Staking-Auszahlungen](/staking/withdrawals/). -- [Lesen Sie die Spezifikationen für das Capella-Upgrade](https://github.com/ethereum/consensus-specs/blob/master/specs/capella/) +- [Lesen Sie die Spezifikationen für das Capella-Upgrade](https://github.com/ethereum/consensus-specs/tree/master/specs/capella/) @@ -92,7 +92,7 @@ Das Paris-Upgrade wurde durch das Erreichen einer [endgültigen Gesamtschwierigk Das Bellatrix-Upgrade war das zweite geplante Upgrade für die [Beacon Chain](/roadmap/beacon-chain), das die Blockchain auf die [die Zusammenführung](/roadmap/merge/) vorbereitete. Es setzt Validator-Strafen für Inaktivität und strafbare Vergehen auf alle ihre Werte. Bellatrix beinhaltet auch eine Aktualisierung der Fork-Choice-Regeln, um die Blockchain auf die Zusammenführung und den Übergang vom letzten Proof-of-Work-Block zum ersten Proof-of-Stake-Block vorzubereiten. Dies beinhaltet auch, dass die Konsensclients über die [Terminale Gesamtschwierigkeit](/glossary/#terminal-total-difficulty) von 58750000000000000000000 informiert werden. -- [Lesen Sie die Spezifikation des Bellatrix-Upgrades](https://github.com/ethereum/consensus-specs/tree/dev/specs/bellatrix) +- [Lesen Sie die Spezifikation des Bellatrix-Upgrades](https://github.com/ethereum/consensus-specs/tree/master/specs/bellatrix) --- @@ -147,7 +147,7 @@ Das Arrow Glacier Netzwerk-Upgrade hat die [Schwierigkeitsbombe](/glossary/#diff Das Altair-Upgrade war das erste geplante Upgrade für die [Beacon Chain](/roadmap/beacon-chain). Es wurde die Unterstützung für „Sync-Komitees“ hinzugefügt, die leichte Clients aktivierte und die Strafen für Inaktivität und Slashing von Validatoren erhöht, da die Entwicklung der Zusammenführung voranschritt. -- [Lesen Sie die Spezifikation zum Altair-Upgrade](https://github.com/ethereum/consensus-specs/tree/dev/specs/altair) +- [Lesen Sie die Spezifikation zum Altair-Upgrade](https://github.com/ethereum/consensus-specs/tree/master/specs/altair) #### Fun Fact! {#altair-fun-fact} diff --git a/public/content/translations/de/governance/index.md b/public/content/translations/de/governance/index.md index cfcc6e27a0b..6450234c907 100644 --- a/public/content/translations/de/governance/index.md +++ b/public/content/translations/de/governance/index.md @@ -177,6 +177,6 @@ Governance in Ethereum ist nicht starr definiert. Verschiedene Teilnehmer der Co - [Notes on Blockchain Governance (Anmerkungen zur Blockchain-Verwaltung)](https://vitalik.eth.limo/general/2017/12/17/voting.html) – _Vitalik Buterin_ - [Wie funktioniert die Ethereum-Governance?](https://cryptotesters.com/blog/ethereum-governance) – _Cryptotesters_ - [Wie Ethereum Governance funktioniert](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) – _Micah Zoltu_ -- [Was ist ein Ethereum Core Entwickler?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ +- [Was ist ein Ethereum Core Entwickler?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ - [Governance, Part 2: Plutocracy Is Still Bad (Verwaltung, Teil 2: Plutokratie ist immer noch schlecht](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) – _Vitalik Buterin_ - [Moving beyond coin voting governance (Über die Verwaltung der Tokenabstimmung hinaus gehen)](https://vitalik.eth.limo/general/2021/08/16/voting3.html) – _Vitalik Buterin_ diff --git a/public/content/translations/de/whitepaper/index.md b/public/content/translations/de/whitepaper/index.md index 4b2acadcb77..259a01ef751 100644 --- a/public/content/translations/de/whitepaper/index.md +++ b/public/content/translations/de/whitepaper/index.md @@ -508,10 +508,10 @@ Das Konzept einer beliebigen Statusübergangsfunktion, wie es im Ethereum-Protok 16. [GHOST](https://eprint.iacr.org/2013/881.pdf) 17. [StorJ und autonome Agenten, Jeff Garzik](http://garzikrants.blogspot.ca/2013/01/storj-and-bitcoin-autonomous-agents.html) 18. [Mike Hearn über Smart Property beim Turing Festival](https://www.youtube.com/watch?v=MVyv4t0OKe4) -19. [Ethereum RLP](https://web.archive.org/web/20250427212320/https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-RLP) -20. [Ethereum Merkle Patricia Trees](https://web.archive.org/web/20250427212320/https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-Patricia-Tree) +19. [Ethereum RLP](https://web.archive.org/web/20250427212320/https://ethereum.org/whitepaper//%5BEnglish%5D-RLP) +20. [Ethereum Merkle Patricia Trees](https://web.archive.org/web/20250427212320/https://ethereum.org/whitepaper//%5BEnglish%5D-Patricia-Tree) 21. [Peter Todd über Merkle Sum Trees](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_Informationen zur Geschichte des Whitepapers finden Sie in [diesem Wiki](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md)._ +_Informationen zur Geschichte des Whitepapers finden Sie in [diesem Wiki](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/)._ _Ethereum hat sich, wie viele durch die Community unterstützte Open-Source-Softwareprojekte, seit seinen Ursprüngen weiterentwickelt. Um mehr über die neuesten Entwicklungen von Ethereum zu erfahren und wie Änderungen am Protokoll vorgenommen werden, empfehlen wir [diese Anleitung](/learn/)._ diff --git a/public/content/translations/es/community/events/organizing/index.md b/public/content/translations/es/community/events/organizing/index.md index 972cdcd9588..f8f3197e640 100644 --- a/public/content/translations/es/community/events/organizing/index.md +++ b/public/content/translations/es/community/events/organizing/index.md @@ -218,4 +218,3 @@ Espacio de Twitter: Artículos: - [Construir ETHKL, por Danny H.](https://sekto.tech/ethkl24) -- [Manual de creación de eventos de POKT](https://docs.pokt.network/community/pokt-events-playbook) diff --git a/public/content/translations/es/community/grants/index.md b/public/content/translations/es/community/grants/index.md index b71f90e1220..2d9078085d3 100644 --- a/public/content/translations/es/community/grants/index.md +++ b/public/content/translations/es/community/grants/index.md @@ -30,7 +30,6 @@ Estos recursos compilan y organizan varias oportunidades de subvenciones en todo Estas plataformas generales ofrecen una amplia cobertura de las subvenciones en todo el espacio de la Web3 y son útiles puntos de partida para cualquiera que busque financiación: -- [Blockworks Grantfarm](https://blockworks.co/grants/programs) - _Blockworks ha compilado un directorio completo de todas las subvenciones, RFPs y recompensas por bugs._ - [Blockchain Grants](https://www.blockchaingrants.org/) - _Directorio de subvenciones de blockchain y criptomonedas_ - [Karma Funding Map](https://gap.karmahq.xyz/funding-map) - Directorio de todos los programas de subvenciones web3, actualizado semanalmente diff --git a/public/content/translations/es/community/online/index.md b/public/content/translations/es/community/online/index.md index 1155b890fd0..4c1f64253c9 100644 --- a/public/content/translations/es/community/online/index.md +++ b/public/content/translations/es/community/online/index.md @@ -51,7 +51,7 @@ Si considera que debería añadirse o eliminarse una comunidad en función de es EthStaker Discord - orientación, educación, soporte y recursos gestionados por la comunidad para quienes hacen o desean hacer staking Equipo de ethereum.org - únete y charla sobre desarrollo web y diseño de ethereum.org con el equipo y miembros de la comunidad Matos Discord - comunidad de creadores web3 donde constructores, líderes de la industria y entusiastas de Ethereum interactúan. Nos apasiona la cultura, el diseño y el desarrollo de la Web 3.0. Ven a construir con nosotros. -Solidity Gitter - chat para el desarrollo en Solidity (Gitter) +Solidity Matrix - chat para el desarrollo en Solidity (Gitter) Solidity Matrix - chat para desarrollo en Solidity (Matrix) Ethereum Stack Exchange - foro de preguntas y respuestas Peera Community Forum - foro descentralizado de preguntas y respuestas diff --git a/public/content/translations/es/community/support/index.md b/public/content/translations/es/community/support/index.md index f3d767d0639..bbfe77e5c18 100644 --- a/public/content/translations/es/community/support/index.md +++ b/public/content/translations/es/community/support/index.md @@ -68,7 +68,7 @@ También puede encontrar documentación y guías de desarrollo en nuestra secci He aquí algunos ejemplos: -- [Solidity](https://gitter.im/ethereum/solidity) +- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/es/contributing/adding-staking-products/index.md b/public/content/translations/es/contributing/adding-staking-products/index.md index 8b17d47169e..4d0f4d63681 100644 --- a/public/content/translations/es/contributing/adding-staking-products/index.md +++ b/public/content/translations/es/contributing/adding-staking-products/index.md @@ -165,7 +165,7 @@ Para [servicios de staking en pool](/staking/pools/): Los [criterios de inclusión](#criteria-for-inclusion) anteriores se utilizan para calcular una puntuación acumulada para cada producto o servicio. Esto se utiliza como un medio de clasificación y muestra de productos que cumplen ciertos criterios objetivos. Cuantos más criterios proporcionen las pruebas, mayor será la clasificación de un producto, con vínculos aleatorios. -La lógica del código y las ponderaciones de estos criterios se encuentran actualmente en [este componente de JavaScript](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid.js#L350) en nuestro repositorio. +La lógica del código y las ponderaciones de estos criterios se encuentran actualmente en [este componente de JavaScript](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid/index.tsx#L350) en nuestro repositorio. ## Añada su producto o servicio {#add-product} diff --git a/public/content/translations/es/desci/index.md b/public/content/translations/es/desci/index.md index 3b99c8fab74..094274de66c 100644 --- a/public/content/translations/es/desci/index.md +++ b/public/content/translations/es/desci/index.md @@ -102,7 +102,6 @@ Explore proyectos y únase a la comunidad DeSci. - [OceanDAO: financiación para ciencia de datos gestionada por DAO](https://oceanprotocol.com/) - [Opscientia: flujos de trabajo abiertos de ciencia descentralizada](https://opsci.io/research/) - [Bio.xyz: recibe financiación para tu DAO de biotecnología o proyecto DeSci](https://www.bio.xyz/) -- [Fleming Protocol: economía de datos de código abierto que impulsa el descubrimiento biomédico colaborativo](http://flemingprotocol.io/) - [Active Inference Institute](https://www.activeinference.org/) - [IdeaMarkets: permitiendo la credibilidad científica descentralizada](https://ideamarket.io/) - [DeSci Labs](https://www.desci.com/) diff --git a/public/content/translations/es/developers/docs/data-availability/blockchain-data-storage-strategies/index.md b/public/content/translations/es/developers/docs/data-availability/blockchain-data-storage-strategies/index.md index 9b7eab8e85c..311b8eababa 100644 --- a/public/content/translations/es/developers/docs/data-availability/blockchain-data-storage-strategies/index.md +++ b/public/content/translations/es/developers/docs/data-availability/blockchain-data-storage-strategies/index.md @@ -109,11 +109,11 @@ Esta es la forma de almacenamiento más cara en Ethereum. Esta tabla resume las diferentes opciones, sus ventajas y desventajas. -| Tipos de almacenamiento | Fuente de datos | Garantía de disponibilidad | Disponibilidad en la cadena | Limitaciones adicionales | -| ------------------------------------ | ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------------------------------------------------- | +| Tipos de almacenamiento | Fuente de datos | Garantía de disponibilidad | Disponibilidad en la cadena | Limitaciones adicionales | +| ------------------------------------ | ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ | --------------------------------------------------------------------------------- | | Blobs EIP-4844 | Fuera de la cadena | Garantiza de Ethereum por [~18 días](https://github.com/ethereum/consensus-specs/blob/master/specs/deneb/p2p-interface.md#configuration) | Solo el hash está disponible | | -| Calldata | Fuera de la cadena | Garantía de Ethereum para siempre (parte de la cadena de bloques) | Solo disponible si se escribe en un contrato, y en esa transacción | | -| Fuera de la cadena con mecanismos L1 | Fuera de la cadena | Garantía de "un verificador honesto" durante el período de desafío | Hash solamente | Garantizado por el mecanismo de desafío, únicamente durante el período de desafío | -| Código de contrato | En cadena o fuera de ella | Garantía de Ethereum para siempre (parte de la cadena de bloques) | Sí | Escrito en una dirección aleatoria, no puede comenzar con `0xEF` | -| Eventos | En cadena | Garantía de Ethereum para siempre (parte de la cadena de bloques) | No | | -| Almacenamiento | En cadena | Garantía de Ethereum para siempre (parte de la cadena de bloques y el estado actual hasta que se sobrescriba) | Sí | | +| Calldata | Fuera de la cadena | Garantía de Ethereum para siempre (parte de la cadena de bloques) | Solo disponible si se escribe en un contrato, y en esa transacción | | +| Fuera de la cadena con mecanismos L1 | Fuera de la cadena | Garantía de "un verificador honesto" durante el período de desafío | Hash solamente | Garantizado por el mecanismo de desafío, únicamente durante el período de desafío | +| Código de contrato | En cadena o fuera de ella | Garantía de Ethereum para siempre (parte de la cadena de bloques) | Sí | Escrito en una dirección aleatoria, no puede comenzar con `0xEF` | +| Eventos | En cadena | Garantía de Ethereum para siempre (parte de la cadena de bloques) | No | | +| Almacenamiento | En cadena | Garantía de Ethereum para siempre (parte de la cadena de bloques y el estado actual hasta que se sobrescriba) | Sí | | diff --git a/public/content/translations/es/developers/docs/frameworks/index.md b/public/content/translations/es/developers/docs/frameworks/index.md index 92beb4b6476..a116942df8c 100644 --- a/public/content/translations/es/developers/docs/frameworks/index.md +++ b/public/content/translations/es/developers/docs/frameworks/index.md @@ -114,8 +114,6 @@ Antes de profundizar en los frameworks, recomendamos leer primero nuestra introd **Catapulta -** **_Herramienta de despliegue de smart contracts en múltiples cadenas, automatiza verificaciones en exploradores de bloques, mantiene el seguimiento de los smart contracts desplegados y permite compartir informes de despliegue, plug-n-play para proyectos de Foundry y Hardhat._** -- [Sitio web](https://catapulta.sh/) -- [Documentación](https://catapulta.sh/docs) - [Github](https://github.com/catapulta-sh) **GoldRush (impulsado por Covalent) -** **_GoldRush ofrece el conjunto más completo de API de datos de la cadena de bloques para desarrolladores, analistas y empresas. Tanto si está creando un panel de DeFi, una billetera, un bot de trading, un agente de IA o una plataforma de cumplimiento, las API de datos proporcionan un acceso rápido, preciso y fácil para los desarrolladores a los datos en cadena esenciales que necesita_** diff --git a/public/content/translations/es/developers/docs/layer-2-scaling/index.md b/public/content/translations/es/developers/docs/layer-2-scaling/index.md index 3682ecda5f7..f5775350e0e 100644 --- a/public/content/translations/es/developers/docs/layer-2-scaling/index.md +++ b/public/content/translations/es/developers/docs/layer-2-scaling/index.md @@ -223,7 +223,7 @@ Combinan las mejores partes de las tecnologías múltiples de capa 2 y pueden of - [Making Sense of Ethereum’s Layer 2 Scaling Solutions: State Channels, Plasma, and Truebit](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _– 12 de febrero de 2018, Josh Stark_ - [State Channels - an explanation](https://www.jeffcoleman.ca/state-channels/), _6 de noviembre de 2015, Jeff Coleman_ -- [Basics of State Channels](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [Basics of State Channels](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ **Canales de pago** diff --git a/public/content/translations/es/developers/docs/mev/index.md b/public/content/translations/es/developers/docs/mev/index.md index d629348633c..55dfbd7c720 100644 --- a/public/content/translations/es/developers/docs/mev/index.md +++ b/public/content/translations/es/developers/docs/mev/index.md @@ -180,7 +180,7 @@ A continuación se muestra una descripción general de cómo funciona la Builder 5. Aún se espera que un validador que utilice la Builder API construya un bloque localmente en caso de que el constructor de bloques no responda con prontitud, para que no se pierdan las recompensas de la propuesta de bloque. Sin embargo, el validador no puede crear otro bloque utilizando las transacciones ya reveladas u otro conjunto, ya que equivaldría a una _equivocación_ (firmar dos bloques en la misma ranura), lo que es una infracción sancionable con «slashing». -Un ejemplo de implementación de la API del constructor es [MEV Boost](https://github.com/flashbots/mev-boost), una mejora del [mecanismo de subasta de Flashbots](https://docs.flashbots.net/Flashbots-auction/overview) diseñado para frenar las externalidades negativas del MEV en Ethereum. La subasta de Flashbots permite a los validadores en la prueba de participación externalizar el trabajo de construir bloques rentables a partes especializadas llamadas **buscadores**. +Un ejemplo de implementación de la API del constructor es [MEV Boost](https://github.com/flashbots/mev-boost), una mejora del [mecanismo de subasta de Flashbots](https://docs.flashbots.net/flashbots-auction/overview) diseñado para frenar las externalidades negativas del MEV en Ethereum. La subasta de Flashbots permite a los validadores en la prueba de participación externalizar el trabajo de construir bloques rentables a partes especializadas llamadas **buscadores**. ![Un diagrama que muestra el flujo de MEV en detalle](./mev.png) Los buscadores buscan oportunidades lucrativas de MEV y envían paquetes de transacciones a los proponentes de bloques junto con una [oferta a sobre cerrado](https://en.wikipedia.org/wiki/First-price_sealed-bid_auction) para su inclusión en el bloque. El validador que ejecuta mev-geth, una versión bifurcada del cliente go-ethereum (Geth) solo tiene que elegir el paquete con más beneficios e incluirlo como parte del nuevo bloque. Para proteger a los proponentes de bloques (validadores) del spam y de las transacciones no válidas, los paquetes de transacciones pasan por **retransmisores** para su validación antes de llegar al proponente. diff --git a/public/content/translations/es/developers/docs/networks/index.md b/public/content/translations/es/developers/docs/networks/index.md index e0eb58475de..291d6cda435 100644 --- a/public/content/translations/es/developers/docs/networks/index.md +++ b/public/content/translations/es/developers/docs/networks/index.md @@ -158,7 +158,7 @@ Una testnet para [Starknet](https://www.starknet.io). ##### Recursos -- [Starkscan](https://sepolia.starkscan.co/) +- [Voyager Sepolia Scan](https://sepolia.voyager.online/) ##### Faucets diff --git a/public/content/translations/es/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/es/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index 93ff5cf7cc6..a04b44cd75d 100644 --- a/public/content/translations/es/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/es/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -272,7 +272,6 @@ A continuación se incluye una lista con algunos de los proveedores de nodos de - Comience gratis - [**NOWNodes**](https://nownodes.io/) - - [Documentación](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - Funciones - Acceso a más de 50 nodos de la cadena de bloques - Clave API gratuita @@ -283,11 +282,10 @@ A continuación se incluye una lista con algunos de los proveedores de nodos de - Copias de seguridad, archivos, documentos compartidos y nodos dedicados - [**Pocket Network**](https://www.pokt.network/) - - [Documentación](https://docs.pokt.network/home/) + - [Documentación](https://docs.pokt.network/) - Funciones - Protocolo RPC descentralizado y mercado - 1 millón de solicitudes por día en la categoría gratuita (por terminal, máx. 2) - - [Puntos de conexión públicos](https://docs.pokt.network/developers/public-endpoints) - Programa Pre-Stake+ (si necesita más de 1 millón de solicitudes por día) - Compatibilidad con más de 15 cadenas de bloques - Más de 6.400 nodos que generan Pocket Network (POKT) por alojar aplicaciones diff --git a/public/content/translations/es/developers/docs/programming-languages/python/index.md b/public/content/translations/es/developers/docs/programming-languages/python/index.md index b7946856c3a..15143ac4866 100644 --- a/public/content/translations/es/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/es/developers/docs/programming-languages/python/index.md @@ -36,7 +36,7 @@ Utiliza Ethereum para crear aplicaciones descentralizadas (o "dapps"), que aprov ## Articulos para usuarios familiarizados {#intermediate-articles} - [Amigos de web3.py: introducción a Ape](https://snakecharmers.ethereum.org/intro-to-ape/) -- [Desarrollo de dapps para programadores de Python](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [Desarrollo de dapps para programadores de Python](https://www.youtube.com/watch?v=tE-8bG35VNw) - [Creación de una interfaz de Python para Ethereum: parte 1](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [Contratos inteligentes de Ethereum en Python: una guía (más o menos) completa](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) @@ -88,7 +88,7 @@ Los siguientes proyectos basados en Ethereum utilizan las herramientas mencionad - [Curve](https://www.curve.finance/) y el [repositorio de contratos inteligentes de Curve](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) y los [contratos inteligentes que usan el conjunto de herramientas de Brownie](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/) utiliza [Python para administrar e implementar sus contratos de adjudicación](https://github.com/sushiswap/sushi-vesting-protocols) -- [Alpha Finance](https://alphafinance.io/), famoso por Alpha Homora, utiliza [Brownie para probar e implementar contratos inteligentes](https://github.com/AlphaFinanceLab/alpha-staking-contract) +- [Alpha Venture DAO](https://alphaventuredao.io/), famoso por Alpha Homora, utiliza [Brownie para probar e implementar contratos inteligentes](https://github.com/AlphaFinanceLab/alpha-staking-contract) ## Discusión de la comunidad de Python {#python-community-contributors} diff --git a/public/content/translations/es/developers/docs/scaling/state-channels/index.md b/public/content/translations/es/developers/docs/scaling/state-channels/index.md index bbd4c4cf0be..26dd2d6b96b 100644 --- a/public/content/translations/es/developers/docs/scaling/state-channels/index.md +++ b/public/content/translations/es/developers/docs/scaling/state-channels/index.md @@ -255,7 +255,7 @@ Múltiples proyectos proporcionan implementaciones de canales de estado que se p - [Desentrañar los misterios de las soluciones de escalabilidad de capa 2 de Ethereum: canales de estado, Plasma y Truebit](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _, Josh Stark, 12 de febrero de 2018_ - [Los canales de estado explicados](https://www.jeffcoleman.ca/state-channels/) _ 6 de noviembre de 2015, Jeff Coleman_ -- [Aspectos básicos sobre los canales de estado](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [Aspectos básicos sobre los canales de estado](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [Canales de estado de la cadena de bloques: últimos avances](https://ieeexplore.ieee.org/document/9627997) _¿Conoce algún recurso de la comunidad que le haya sido de ayuda? ¡Edite esta página y agréguela!_ diff --git a/public/content/translations/es/developers/docs/scaling/validium/index.md b/public/content/translations/es/developers/docs/scaling/validium/index.md index 308b35da1ff..e7d45b2deef 100644 --- a/public/content/translations/es/developers/docs/scaling/validium/index.md +++ b/public/content/translations/es/developers/docs/scaling/validium/index.md @@ -162,5 +162,5 @@ Múltiples proyectos proporcionan implementaciones de Validium y voliciones que - [Validium y el dos por dos de la capa 2 — Número 99](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two) - [ZK-rollups frente a Validium](https://blog.matter-labs.io/zkrollup-vs-validium-starkex-5614e38bc263) - [Volition y el espectro emergente de disponibilidad de datos](https://medium.com/starkware/volition-and-the-emerging-data-availability-spectrum-87e8bfa09bb) -- [Rollups, Validiums y Volitions: conozca las soluciones de escalado de Ethereum más populares](https://www.defipulse.com/blog/rollups-validiums-and-volitions-learn-about-the-hottest-ethereum-scaling-solutions) +- [Rollups, Validiums y Volitions: conozca las soluciones de escalado de Ethereum más populares](https://medium.com/coinmonks/rollups-vs-validiums-vs-volitions-d76300170f4a) - [La guía práctica de los rollups de Ethereum](https://web.archive.org/web/20241108192208/https://research.2077.xyz/the-practical-guide-to-ethereum-rollups) diff --git a/public/content/translations/es/developers/docs/smart-contracts/security/index.md b/public/content/translations/es/developers/docs/smart-contracts/security/index.md index dc071f87d9f..20de5617d95 100644 --- a/public/content/translations/es/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/es/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -También puede utilizar un sistema de [pagos pull](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment) que requiera que los usuarios retiren fondos de los contratos inteligentes, en lugar de un sistema de «pagos push» que envíe fondos a las cuentas. Esto elimina la posibilidad de activar inadvertidamente el código en direcciones desconocidas (y también puede prevenir ciertos ataques de denegación de servicio). +También puede utilizar un sistema de [pagos pull](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment) que requiera que los usuarios retiren fondos de los contratos inteligentes, en lugar de un sistema de «pagos push» que envíe fondos a las cuentas. Esto elimina la posibilidad de activar inadvertidamente el código en direcciones desconocidas (y también puede prevenir ciertos ataques de denegación de servicio). #### Subdesbordamientos y desbordamientos de enteros {#integer-underflows-and-overflows} diff --git a/public/content/translations/es/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/translations/es/developers/tutorials/run-node-raspberry-pi/index.md index 48cc711766e..1f91038c65d 100644 --- a/public/content/translations/es/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/translations/es/developers/tutorials/run-node-raspberry-pi/index.md @@ -70,7 +70,7 @@ shasum -a 256 ethonarm_22.04.00.img.zip # El hash de salida debe ser: fb497e8f8a7388b62d6e1efbc406b9558bee7ef46ec7e53083630029c117444f ``` -Tenga en cuenta que las imágenes para las placas Rock 5B y Odroid M1 están disponibles en la [página de descargas](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/quick-guide/download-and-install.html) de Ethereum-on-ARM. +Tenga en cuenta que las imágenes para las placas Rock 5B y Odroid M1 están disponibles en la [página de descargas](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) de Ethereum-on-ARM. ## Flashear la MicroSD {#flashing-the-microsd} @@ -164,7 +164,7 @@ sudo systemctl start lighthouse-validator ## Más detalles {#more-details} -Esta página ofrece una descripción general de cómo configurar un nodo y un validador de Geth-Lighthouse utilizando una Raspberry Pi. Hay instrucciones más detalladas disponibles en el [sitio web de Ethereum-on-ARM](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/index.html). +Esta página ofrece una descripción general de cómo configurar un nodo y un validador de Geth-Lighthouse utilizando una Raspberry Pi. Hay instrucciones más detalladas disponibles en el [sitio web de Ethereum-on-ARM](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/). ## Agradecemos sus comentarios {#feedback-appreciated} @@ -183,7 +183,7 @@ Le animamos a que profundice en los detalles de este tutorial, intente ejecutarl 8. https://www.hyperledger.org/projects/besu 9. https://github.com/prysmaticlabs/prysm 10. https://lighthouse.sigmaprime.io -11. https://ethersphere.github.io/swarm-home +11. https://docs.ethswarm.org/ 12. https://raiden.network 13. https://ipfs.io 14. https://status.im diff --git a/public/content/translations/es/ethereum-forks/index.md b/public/content/translations/es/ethereum-forks/index.md index 21276c8e1b0..66b8d4e5963 100644 --- a/public/content/translations/es/ethereum-forks/index.md +++ b/public/content/translations/es/ethereum-forks/index.md @@ -118,7 +118,7 @@ Mejoras en la eficiencia y seguridad del protocolo: - [Pectra.wtf](https://pectra.wtf) - [Cómo Pectra mejorará la experiencia de staking](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) -- [Lea las especificaciones de la actualización Electra](https://github.com/ethereum/consensus-specs/blob/master/specs/electra/) +- [Lea las especificaciones de la actualización Electra](https://github.com/ethereum/consensus-specs/tree/master/specs/electra/) - [Preguntas frecuentes sobre Praga-Electra ("Pectra")](/roadmap/pectra/) @@ -171,7 +171,7 @@ EIP-7514 reduce la emisión de ETH limitando la tasa de "churn" a la que los val -- [Lea las especificaciones de la actualización Deneb](https://github.com/ethereum/consensus-specs/blob/master/specs/deneb/) +- [Lea las especificaciones de la actualización Deneb](https://github.com/ethereum/consensus-specs/tree/master/specs/deneb/) - [Preguntas frecuentes sobre Cancún-Deneb ("Dencun")](/roadmap/dencun/) @@ -208,7 +208,7 @@ Esta actualización de la capa de consenso aporta a los participantes que no pro La actualizacion también proporciona la funcionalidad de barrido automático de la cuenta, la cual procesa constantemente cuentas validadoras para cualquier pago de recompensa disponible o retiradas completas. - [Más información sobre las retiradas de participaciones](/staking/withdrawals/). -- [Lea las especificaciones de la actualización Capella](https://github.com/ethereum/consensus-specs/blob/master/specs/capella/) +- [Lea las especificaciones de la actualización Capella](https://github.com/ethereum/consensus-specs/tree/master/specs/capella/) @@ -242,7 +242,7 @@ La actualización París se activó cuando la blockchain proof-of-work superó u La actualización Bellatrix fue la segunda actualización programada para la [Beacon Chain](/roadmap/beacon-chain), preparando la cadena para [La Fusión](/roadmap/merge/). Incorpora penalizaciones del validador a sus valores completos por inactividad y recortes por malas conductas. Bellatrix también incluye una actualización de las reglas de elección de la bifurcación para preparar la cadena de cara a La Fusión y la transición del último bloque de prueba de trabajo al primer bloque de prueba de participación. Esto incluye hacer que los clientes de consenso conozcan la [dificultad total terminal](/glossary/#terminal-total-difficulty) de 58750000000000000000000. -- [Lea la especificación de la actualización Bellatrix](https://github.com/ethereum/consensus-specs/tree/dev/specs/bellatrix) +- [Lea la especificación de la actualización Bellatrix](https://github.com/ethereum/consensus-specs/tree/master/specs/bellatrix) --- @@ -295,7 +295,7 @@ La actualización de red Arrow Glacier pospuso la [bomba de dificultad](/glossar La actualización Altair fue la primera actualización programada para la [Beacon Chain](/roadmap/beacon-chain). Añadió soporte para los «comités de sincronización», permitiendo clientes ligeros y un aumento de la inactividad del validador y de las penalizaciones de recorte a medida que avanzaba el desarrollo hacia La Fusión. -- [Lea la especificación de la actualización Altair](https://github.com/ethereum/consensus-specs/tree/dev/specs/altair) +- [Lea la especificación de la actualización Altair](https://github.com/ethereum/consensus-specs/tree/master/specs/altair) #### ¡Dato curioso! {#altair-fun-fact} diff --git a/public/content/translations/es/governance/index.md b/public/content/translations/es/governance/index.md index 283fc28f726..b7f983be39e 100644 --- a/public/content/translations/es/governance/index.md +++ b/public/content/translations/es/governance/index.md @@ -177,7 +177,7 @@ La gobernanza en Ethereum no está estrictamente definida. Muchos participantes - [Notas sobre la gobernanza de blockchain](https://vitalik.eth.limo/general/2017/12/17/voting.html) - _Vitalik Buterin_ - [¿Cómo funciona la gobernanza de Ethereum?](https://cryptotesters.com/blog/ethereum-governance) – _Cryptotesters_ - [Cómo funciona la gobernanza de Ethereum](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) – _Micah Zoltu_ -- [¿Qué es un desarrollador principal de Ethereum?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ +- [¿Qué es un desarrollador principal de Ethereum?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ - [Gobernanza, Parte 2: La plutocracia sigue siendo mala](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) - _Vitalik Buterin_ - [Más allá de la gobernanza por votación con tokens](https://vitalik.eth.limo/general/2021/08/16/voting3.html) - _Vitalik Buterin_ - [Entendiendo la gobernanza blockchain](https://web.archive.org/web/20250124192731/https://research.2077.xyz/understanding-blockchain-governance) - _2077 Research_ diff --git a/public/content/translations/es/roadmap/pectra/index.md b/public/content/translations/es/roadmap/pectra/index.md index 69fcf338caf..6eca7cd5783 100644 --- a/public/content/translations/es/roadmap/pectra/index.md +++ b/public/content/translations/es/roadmap/pectra/index.md @@ -124,4 +124,4 @@ _Actualización Pectra de Ethereum: lo que los participantes deben saber, Blockd - [Página de información pectra.wtf](https://pectra.wtf) - [Cómo Pectra mejora la experiencia de los participantes ](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) - [Página de información de EIP7702](https://eip7702.io/) -- [Redes de desarrollo Pectra](https://github.com/ethereum/pm/blob/master/Pectra/pectra-pm.md) +- [Redes de desarrollo Pectra](https://github.com/ethereum/pm/blob/master/Network-Upgrade-Archive/Pectra/pectra-pm.md) diff --git a/public/content/translations/es/whitepaper/index.md b/public/content/translations/es/whitepaper/index.md index c435e1a72dc..1239affa126 100644 --- a/public/content/translations/es/whitepaper/index.md +++ b/public/content/translations/es/whitepaper/index.md @@ -521,6 +521,6 @@ El concepto de una función de transición de estado arbitraria implementada por 20. [Árboles Merkle Patricia de Ethereum](/developers/docs/data-structures-and-encoding/patricia-merkle-trie/) 21. [Peter Todd sobre los árboles de suma de Merkle](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_Para la historia del informe, consulte [este wiki](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md)._ +_Para la historia del informe, consulte [este wiki](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/)._ _Ethereum, al igual que muchos proyectos de software de código abierto impulsados por la comunidad, ha evolucionado desde su concepción inicial. Para obtener más información sobre los últimos desarrollos de Ethereum y cómo se realizan los cambios en el protocolo, le recomendamos [esta guía](/learn/)._ diff --git a/public/content/translations/fr/community/grants/index.md b/public/content/translations/fr/community/grants/index.md index 4cd17570673..a6fd5c97d10 100644 --- a/public/content/translations/fr/community/grants/index.md +++ b/public/content/translations/fr/community/grants/index.md @@ -18,7 +18,6 @@ Ces programmes soutiennent le vaste écosystème Ethereum en offrant des subvent - [DAO Moloch](https://www.molochdao.com/) - _Confidentialité, mise à l'échelle de la couche 2, sécurité du client, etc._ - [Subventions DAO](https://docs.google.com/spreadsheets/d/1XHc-p_MHNRdjacc8uOEjtPoWL86olP4GyxAJOFO0zxY/edit#gid=0) - _Feuille de calcul Google regroupant les organisations offrant des subventions_ - [Academic Grants](https://esp.ethereum.foundation/academic-grants) - _Subventions pour soutenir les travaux universitaires liés à Ethereum_ -- [Blockworks Grantfarm](https://blockworks.co/grants/programs) - _Blockworks a compilé un annuaire complet de toutes les subventions, appels d'offres et primes pour la découverte de bugs._ ## Projets spécifiques {#project-specific} @@ -26,14 +25,13 @@ Ces projets ont crée leurs propres subventions pour encourager d'autres projets - [Programme de subventions Aave](https://aavegrants.org/) – _Subventions DAO [Aave](https://aave.com/)_ - [Balancer](https://grants.balancer.community/) – _Fonds pour l'écosystème [Balancer](https://balancer.fi/)_ -- [Programme de subventions Chainlink](https://chain.link/community/grants) - _[Subventions de la Communauté](https://chain.link/) Chainlink_ - [Programme de subventions de décentralisation](https://governance.decentraland.org/grants/) – _[Decentraland](https://decentraland.org/) Metaverse DAO_ - [Organisme de subvention Lido Ecosystem Grants Organisation (LEGO)](https://lido.fi/lego) – _Écosystème financier [Lido](https://lido.fi/)_ - [Programme MetaMask](https://metamaskgrants.org/) - _[MetaMask](https://metamask.io/) DAO de subventions gérées par les employés_ - [Programme de subventions SKALE Network](https://skale.space/developers#grants) - _Écosystème [SKALE Network](https://skale.space/)_ -- [Programme de subvention de la fondation Swarm](https://my.ethswarm.org) - _Écosystème de la [fondation Swarm](https://www.ethswarm.org/)_ +- [Programme de subvention de la fondation Swarm](https://www.ethswarm.org/grants) - _Écosystème de la [fondation Swarm](https://www.ethswarm.org/)_ - [TheGraph](https://thegraph.com/ecosystem/grants/) – _Écosystème [TheGraph](https://thegraph.com/)_ -- [Programme de subventions Uniswap](https://www.uniswapfoundation.org/approach) – _Communauté [Uniswap](https://uniswap.org/)_ +- [Programme de subventions Uniswap](https://www.uniswapfoundation.org/grants) – _Communauté [Uniswap](https://uniswap.org/)_ ## Financement quadratique {#quadratic-funding} diff --git a/public/content/translations/fr/community/language-resources/index.md b/public/content/translations/fr/community/language-resources/index.md index d955ebd0fa4..59b55d2ff90 100644 --- a/public/content/translations/fr/community/language-resources/index.md +++ b/public/content/translations/fr/community/language-resources/index.md @@ -52,7 +52,7 @@ Si vous êtes bilingue et que vous souhaitez nous aider à toucher davantage de - [Unitimes](https://mp.weixin.qq.com/s/tvloZSDBSOQN9zDQj_91kA) - contenu maintenu par la communauté, couvrant Ethereum, la DeFi, les NFT, ainsi que des ressources liées au Web3 - [123ETH](https://123eth.org/) - un portail vers l'écosystème Ethereum - [Zhen Xiao](http://zhenxiao.com/blockchain/) - cours en ligne gratuits sur la cryptomonnaie et ses applications -- [Livre blanc d'Ethereum](https://github.com/ethereum/wiki/wiki/[%E4%B8%AD%E6%96%87]-%E4%BB%A5%E5%A4%AA%E5%9D%8A%E7%99%BD%E7%9A%AE%E4%B9%A6) - version chinoise du livre blanc d'Ethereum +- [Livre blanc d'Ethereum](https://ethereum.org/whitepaper//[%E4%B8%AD%E6%96%87]-%E4%BB%A5%E5%A4%AA%E5%9D%8A%E7%99%BD%E7%9A%AE%E4%B9%A6) - version chinoise du livre blanc d'Ethereum **Écosystème Ethereum** diff --git a/public/content/translations/fr/community/online/index.md b/public/content/translations/fr/community/online/index.md index 9da12bb0723..33f121ec407 100644 --- a/public/content/translations/fr/community/online/index.md +++ b/public/content/translations/fr/community/online/index.md @@ -52,7 +52,7 @@ Si vous pensez qu'une communauté devrait être ajoutée ou supprimée selon ces Le serveur Discord d'EthStaker - orientation par la communauté, éducation, soutien et ressources pour les stakeurs et stakeurs potentiels. Équipe du site web Ethereum.org - consultez et discutez du développement et du design du site web ethereum.org avec l'équipe et les membres de la communauté Discord Matos - Communauté de créateurs Web3 où les bâtisseurs, les chefs de file industriels et les passionnés d'Ethereum se rencontrent. Nous sommes passionnés par le développement du Web3, sa conception et sa culture. Venez le bâtir avec nous. -Solidity Gitter - forum de discussion pour le développement Solidity (Gitter) +Solidity Matrix - forum de discussion pour le développement Solidity (Gitter) Solidity Matrix - forum de discussion pour le développement Solidity (Matrix) Ethereum Stack Exchange *- forum de questions-réponses* Forum communautaire Peera *- forum décentralisé de questions-réponses* diff --git a/public/content/translations/fr/community/support/index.md b/public/content/translations/fr/community/support/index.md index 50ee60eee18..b61d715c4de 100644 --- a/public/content/translations/fr/community/support/index.md +++ b/public/content/translations/fr/community/support/index.md @@ -68,7 +68,7 @@ Votre question concerne un outil, un projet ou une bibliothèque en particulier Voici quelques exemples connus : -- [Solidity](https://gitter.im/ethereum/solidity) +- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/fr/contributing/adding-staking-products/index.md b/public/content/translations/fr/contributing/adding-staking-products/index.md index 85ae7894618..e2d819d0838 100644 --- a/public/content/translations/fr/contributing/adding-staking-products/index.md +++ b/public/content/translations/fr/contributing/adding-staking-products/index.md @@ -165,7 +165,7 @@ Pour les [services de mise en commun des mises en jeu](/staking/pools/) : Les [critères d'inclusion](#criteria-for-inclusion) ci-dessus sont utilisés pour calculer un score cumulé pour chaque produit ou service. Ceci est utilisé comme un moyen de trier et de présenter des produits qui répondent à certains critères objectifs. Plus il y a de critères pour lesquels des preuves sont fournies, plus un produit sera listé haut, les ex æquo étant affichés aléatoirement au chargement. -La logique de code et les pondérations de ces critères sont actuellement contenus dans [ce composant JavaScript](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid.js#L350) sur notre dépôt. +La logique de code et les pondérations de ces critères sont actuellement contenus dans [ce composant JavaScript](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid/index.tsx#L350) sur notre dépôt. ## Ajoutez votre produit ou service {#add-product} diff --git a/public/content/translations/fr/desci/index.md b/public/content/translations/fr/desci/index.md index 8802031f21b..c35b0c2e024 100644 --- a/public/content/translations/fr/desci/index.md +++ b/public/content/translations/fr/desci/index.md @@ -101,7 +101,6 @@ Explorer les projets et rejoindre la communauté DeSci. - [OceanDAO : source de financement régi par une DAO pour les études scientifiques liées aux données](https://oceanprotocol.com/) - [Opscientia : flux de travaux scientifiques décentralisés ouverts](https://opsci.io/research/) - [Bio.xyz : financer votre projet DAO ou desci biotech](https://www.bio.xyz/) -- [Protocole Fleming : économie des données open-source qui alimente la recherche biomédicale collaborative](http://flemingprotocol.io/) - [Institut d'inférence active](https://www.activeinference.org/) - [IdeaMarkets : pour une crédibilité scientifique décentralisée renforcée](https://ideamarket.io/) - [DeSci Labs](https://www.desci.com/) diff --git a/public/content/translations/fr/developers/docs/apis/backend/index.md b/public/content/translations/fr/developers/docs/apis/backend/index.md index 2e72219b4a6..f68c6e713fc 100644 --- a/public/content/translations/fr/developers/docs/apis/backend/index.md +++ b/public/content/translations/fr/developers/docs/apis/backend/index.md @@ -74,7 +74,6 @@ Les bibliothèques suppriment une grande partie de la complexité de l'interacti **NOWNodes - _Explorateurs de nœuds complets et de blocs._** - [NOWNodes.io](https://nownodes.io/) -- [Documentation](https://documenter.getpostman.com/view/13630829/TVmFkLwy#intro) **Quinone -** **_Infrastructure Blockchain en tant que service_** diff --git a/public/content/translations/fr/developers/docs/data-availability/blockchain-data-storage-strategies/index.md b/public/content/translations/fr/developers/docs/data-availability/blockchain-data-storage-strategies/index.md index f6b1bf624a5..cb2d521d0bc 100644 --- a/public/content/translations/fr/developers/docs/data-availability/blockchain-data-storage-strategies/index.md +++ b/public/content/translations/fr/developers/docs/data-availability/blockchain-data-storage-strategies/index.md @@ -108,11 +108,11 @@ Il s'agit de la forme de stockage la plus coûteuse sur Ethereum. Ce tableau résume les différentes options, leurs avantages et inconvénients. -| Type de stockage | Source des données | Garantie de disponibilité | Disponibilité sur la chaîne | Limitations supplémentaires | -| ----------------------------------------------------- | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | +| Type de stockage | Source des données | Garantie de disponibilité | Disponibilité sur la chaîne | Limitations supplémentaires | +| ----------------------------------------------------- | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | | Blobs EIP-4844 | Hors chaîne | Garantie sur Ethereum pour [~18 jours](https://github.com/ethereum/consensus-specs/blob/master/specs/deneb/p2p-interface.md#configuration) | Seul le hachage est disponible | | -| Données d'appel | Hors chaîne | Garantie perpétuelle sur Ethereum (fait partie de la blockchain) | Disponible uniquement si écrit dans un contrat, et lors de cette transaction | | -| Hors chaîne avec des mécanismes de couche de niveau 1 | Hors chaîne | Garantie d'un "vérificateur honnête" pendant la période de contestation | Hachage uniquement | Garanti par le mécanisme de contestation, seulement pendant la période de contestation | -| Code contrat | Sur chaîne ou hors chaîne | Garantie perpétuelle sur Ethereum (fait partie de la blockchain) | Oui | Écrit à une adresse "aléatoire", ne peut pas commencer par `0xEF` | -| Évènements | Sur la chaîne | Garantie perpétuelle sur Ethereum (fait partie de la blockchain) | Non | | -| Stockage | Sur la chaîne | Garantie perpétuelle sur Ethereum (fait partie de la blockchain et de l'état actuel jusqu'à écrasement) | Oui | | +| Données d'appel | Hors chaîne | Garantie perpétuelle sur Ethereum (fait partie de la blockchain) | Disponible uniquement si écrit dans un contrat, et lors de cette transaction | | +| Hors chaîne avec des mécanismes de couche de niveau 1 | Hors chaîne | Garantie d'un "vérificateur honnête" pendant la période de contestation | Hachage uniquement | Garanti par le mécanisme de contestation, seulement pendant la période de contestation | +| Code contrat | Sur chaîne ou hors chaîne | Garantie perpétuelle sur Ethereum (fait partie de la blockchain) | Oui | Écrit à une adresse "aléatoire", ne peut pas commencer par `0xEF` | +| Évènements | Sur la chaîne | Garantie perpétuelle sur Ethereum (fait partie de la blockchain) | Non | | +| Stockage | Sur la chaîne | Garantie perpétuelle sur Ethereum (fait partie de la blockchain et de l'état actuel jusqu'à écrasement) | Oui | | diff --git a/public/content/translations/fr/developers/docs/frameworks/index.md b/public/content/translations/fr/developers/docs/frameworks/index.md index 977575207ca..f5be52657d8 100644 --- a/public/content/translations/fr/developers/docs/frameworks/index.md +++ b/public/content/translations/fr/developers/docs/frameworks/index.md @@ -114,8 +114,6 @@ Avant de plonger dans les infrastructures, nous vous recommandons de commencer p **Catapulta -** **_Outil de déploiement de contrats intelligents multi-chaînes, automatisation des vérifications dans les explorateurs de blocs, suivi des contrats intelligents déployés et partage des rapports de déploiement, plug-n-play pour les projets Foundry et Hardhat._** -- [Site Web](https://catapulta.sh/) -- [Documentation](https://catapulta.sh/docs) - [Github](https://github.com/catapulta-sh) **Covalent** - **_APIs blockchain enrichie pour plus de 200 chaines._** diff --git a/public/content/translations/fr/developers/docs/layer-2-scaling/index.md b/public/content/translations/fr/developers/docs/layer-2-scaling/index.md index 35b1d9d680e..4ab2d3a43d0 100644 --- a/public/content/translations/fr/developers/docs/layer-2-scaling/index.md +++ b/public/content/translations/fr/developers/docs/layer-2-scaling/index.md @@ -223,7 +223,7 @@ Combine les meilleures parties des multiples technologies de couche 2, et peut o - [Making Sense of Ethereum’s Layer 2 Scaling Solutions: State Channels, Plasma, and Truebit](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _- Josh Stark, 12 février 2018_ - [State Channels - an explanation](https://www.jeffcoleman.ca/state-channels/) _- Jeff Coleman, 6 novembre 2015 _ -- [Basics of State Channels](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [Basics of State Channels](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ **Canaux de paiement** diff --git a/public/content/translations/fr/developers/docs/mev/index.md b/public/content/translations/fr/developers/docs/mev/index.md index a884a2cb416..f93832d3576 100644 --- a/public/content/translations/fr/developers/docs/mev/index.md +++ b/public/content/translations/fr/developers/docs/mev/index.md @@ -180,7 +180,7 @@ Vous trouverez ci-dessous un aperçu du fonctionnement de l'API pour les builder 5. Un validateur utilisant l'API pour les builders est toujours censé construire un bloc localement au cas où le constructeur de blocs ne répondrait pas rapidement, afin de ne pas manquer les récompenses de la proposition de bloc. Cependant, le validateur ne peut pas créer un autre bloc en utilisant les transactions maintenant révélées ou un autre ensemble, car cela reviendrait à _équivocation_ (signer deux blocs dans le même slot), ce qui est une infraction répréhensible. -Un exemple d'implémentation de l'API pour les builders est [MEV Boost](https://github.com/flashbots/mev-boost), une amélioration du [mécanisme d'enchères Flashbots](https://docs.flashbots.net/Flashbots-auction/overview/) conçu pour freiner les externalités négatives de la MEV sur Ethereum. L'enchère Flashbots permet aux validateurs en preuve d'enjeu d'externaliser le travail de construction de blocs rentables à des parties spécialisées appelées des **chercheurs**. ![Un diagramme montrant en détail le flux de MEV](./mev.png) +Un exemple d'implémentation de l'API pour les builders est [MEV Boost](https://github.com/flashbots/mev-boost), une amélioration du [mécanisme d'enchères Flashbots](https://docs.flashbots.net/flashbots-auction/overview/) conçu pour freiner les externalités négatives de la MEV sur Ethereum. L'enchère Flashbots permet aux validateurs en preuve d'enjeu d'externaliser le travail de construction de blocs rentables à des parties spécialisées appelées des **chercheurs**. ![Un diagramme montrant en détail le flux de MEV](./mev.png) Les chercheurs recherchent des opportunités de MEV lucratives et envoient des paquets de transactions aux proposants du bloc, accompagnés d'une [offre à prix scellé](https://en.wikipedia.org/wiki/First-price_sealed-bid_auction) pour l'inclusion dans le bloc. Le validateur qui exécute mev-geth, une version forkée du client go-ethereum (Geth), n'a qu'à choisir le paquet le plus rentable et à l'inclure dans le nouveau bloc. Pour protéger les proposants de bloc (validateurs) des spams et des transactions invalides, les paquets de transactions passent par des **relayeurs** pour être validés avant d'arriver au proposant. diff --git a/public/content/translations/fr/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/fr/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index 2f13574868a..9b84149646f 100644 --- a/public/content/translations/fr/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/fr/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -259,7 +259,6 @@ Voici une liste des fournisseurs de nœuds Ethereum les plus populaires. N'hési - Essayez gratuitement - [**NOWNodes**](https://nownodes.io/) - - [Documentation](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - Fonctionnalités - Accès à plus de 50 nœuds de blockchain - Clé API gratuite @@ -270,11 +269,10 @@ Voici une liste des fournisseurs de nœuds Ethereum les plus populaires. N'hési - Archives, sauvegardes et nœuds dédiés partagés - [**Réseau Pocket**](https://www.pokt.network/) - - [Documents](https://docs.pokt.network/home/) + - [Documents](https://docs.pokt.network/) - Fonctionnalités - Protocole RPC décentralisé et marketplace - 1 million de requêtes gratuites par jour (par point de terminaison, max 2) - - [Points de terminaison publics](https://docs.pokt.network/developers/public-endpoints) - Programme Pre-Stake+ (si vous avez besoin de plus d'1 million de requêtes par jour) - Plus de 15 blockchains prises en charge - Plus de 6 400 nœuds alimentent POKT pour répondre aux besoins des applications diff --git a/public/content/translations/fr/developers/docs/programming-languages/python/index.md b/public/content/translations/fr/developers/docs/programming-languages/python/index.md index 6f0bb4fc746..57c66ec0a34 100644 --- a/public/content/translations/fr/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/fr/developers/docs/programming-languages/python/index.md @@ -32,7 +32,7 @@ Besoin d’une approche plus élémentaire ? Consultez [ethereum.org/learn](/le ## Articles intermédiaires {#intermediate-articles} -- [Développement de dApp pour programmeurs Python](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [Développement de dApp pour programmeurs Python](https://www.youtube.com/watch?v=tE-8bG35VNw) - [Création d'une interface Python Ethereum : 1ère partie](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [Les contrats intelligents dans Python : un guide complet (ou presque)](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) - [Utiliser Brownie et Python pour déployer des contrats intelligents](https://dev.to/patrickalphac/using-brownie-for-to-deploy-smart-contracts-1kkp) @@ -78,7 +78,7 @@ Les projets Ethereum suivants utilisent les outils mentionnés sur cette page. L - [Curve](https://curve.fi/) et [Répertoire de contrats intelligents Curve](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) et [Contrats intelligents en utilisant Brownie toolchain](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/) utilise [Python pour gérer et déployer leurs contrats d'acquisition](https://github.com/sushiswap/sushi-vesting-protocols) -- [Alpha Finance](https://alphafinance.io/), de la célèbre Alpha Homora, utilise [Brownie pour tester et déployer des contrats intelligents](https://github.com/AlphaFinanceLab/alpha-staking-contract) +- [Alpha Venture DAO](https://alphaventuredao.io/), de la célèbre Alpha Homora, utilise [Brownie pour tester et déployer des contrats intelligents](https://github.com/AlphaFinanceLab/alpha-staking-contract) ## Discussion de la Communauté Python {#python-community-contributors} diff --git a/public/content/translations/fr/developers/docs/scaling/state-channels/index.md b/public/content/translations/fr/developers/docs/scaling/state-channels/index.md index 3451d95d3ff..9e7ba33ead7 100644 --- a/public/content/translations/fr/developers/docs/scaling/state-channels/index.md +++ b/public/content/translations/fr/developers/docs/scaling/state-channels/index.md @@ -255,7 +255,7 @@ Plusieurs projets fournissent des implémentations de canaux d'état que vous po - [Comprendre les solutions de mise à l'échelle de la couche 2 d'Ethereum : State Channels, Plasma, et Truebit](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _– Josh Stark, 12 Fev 2018_ - [Canaux d'état - une explication](https://www.jeffcoleman.ca/state-channels/) _– Jeff Coleman, 6 Nov 2015_ -- [Les bases des canaux d'état](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [Les bases des canaux d'état](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [Les canaux d'état de la blockchain : situation actuelle](https://ieeexplore.ieee.org/document/9627997) _Une ressource communautaire vous a aidé ? Modifiez cette page et ajoutez-la !_ diff --git a/public/content/translations/fr/developers/docs/scaling/validium/index.md b/public/content/translations/fr/developers/docs/scaling/validium/index.md index bc1eddeda8d..e5a8482e99f 100644 --- a/public/content/translations/fr/developers/docs/scaling/validium/index.md +++ b/public/content/translations/fr/developers/docs/scaling/validium/index.md @@ -162,5 +162,5 @@ De multiples projets fournissent des implémentations de Validium et de volition - [Validium et The Layer 2 Two-By-Two - Numéro 99](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two) - [Rollups ZK vs Validium](https://blog.matter-labs.io/zkrollup-vs-validium-starkex-5614e38bc263) - [Volition et le spectre émergent de la disponibilité des données](https://medium.com/starkware/volition-and-the-emerging-data-availability-spectrum-87e8bfa09bb) -- [Rollups, Validiums, et Volitions : Découvrez les solutions de mise à l'échelle d'Ethereum les plus récentes](https://www.defipulse.com/blog/rollups-validiums-and-volitions-learn-about-the-hottest-ethereum-scaling-solutions) +- [Rollups, Validiums, et Volitions : Découvrez les solutions de mise à l'échelle d'Ethereum les plus récentes](https://medium.com/coinmonks/rollups-vs-validiums-vs-volitions-d76300170f4a) - [Guide Pratique des Rollups Ethereum](https://web.archive.org/web/20241108192208/https://research.2077.xyz/the-practical-guide-to-ethereum-rollups) diff --git a/public/content/translations/fr/developers/docs/smart-contracts/security/index.md b/public/content/translations/fr/developers/docs/smart-contracts/security/index.md index 36b170165a4..78e7ff690b5 100644 --- a/public/content/translations/fr/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/fr/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -Vous pouvez également utiliser un système de [« pull payments »](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment) qui demande aux utilisateurs de retirer des fonds des contrats intelligents, au lieu d'un système de paiement « push payments » qui envoie des fonds à des comptes. Cela élimine la possibilité de déclencher par inadvertance du code à des adresses inconnues (et peut également prévenir certaines attaques par déni de service). +Vous pouvez également utiliser un système de [« pull payments »](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment) qui demande aux utilisateurs de retirer des fonds des contrats intelligents, au lieu d'un système de paiement « push payments » qui envoie des fonds à des comptes. Cela élimine la possibilité de déclencher par inadvertance du code à des adresses inconnues (et peut également prévenir certaines attaques par déni de service). #### Soupassements et dépassements d'entier {#integer-underflows-and-overflows} diff --git a/public/content/translations/fr/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/translations/fr/developers/tutorials/run-node-raspberry-pi/index.md index 0024da7a636..8fa671cbd92 100644 --- a/public/content/translations/fr/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/translations/fr/developers/tutorials/run-node-raspberry-pi/index.md @@ -68,7 +68,7 @@ shasum -a 256 ethonarm_22.04.00.img.zip # Hash should output: fb497e8f8a7388b62d6e1efbc406b9558bee7ef46ec7e53083630029c117444f ``` -Notez que les images des cartes Rock 5B et Odroid M1 sont disponibles sur la page de téléchargement [Ethereum sur Arm](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/quick-guide/download-and-install.html). +Notez que les images des cartes Rock 5B et Odroid M1 sont disponibles sur la page de téléchargement [Ethereum sur Arm](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/). ## Flasher la carte MicroSD {#flashing-the-microsd} @@ -160,7 +160,7 @@ Félicitations, vous disposez maintenant d'un nœud Ethereum complet et d'un val ## Plus de détails {#more-details} -Cette page a donné un aperçu de la façon de mettre en place un nœud et un validateur Geth-Lighthouse utilisant Raspberry Pi. Des instructions plus détaillées sont disponibles sur[ le site Ethereum-on-Arm](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/index.html). +Cette page a donné un aperçu de la façon de mettre en place un nœud et un validateur Geth-Lighthouse utilisant Raspberry Pi. Des instructions plus détaillées sont disponibles sur[ le site Ethereum-on-Arm](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/). ## Commentaires appréciés {#feedback-appreciated} @@ -178,7 +178,7 @@ Nous savons que le Raspberry Pi dispose d'une importante base d'utilisateurs qui 8. https://www.hyperledger.org/projects/besu 9. https://github.com/prysmaticlabs/prysm 10. https://lighthouse.sigmaprime.io -11. https://ethersphere.github.io/swarm-home +11. https://docs.ethswarm.org/ 12. https://raiden.network 13. https://ipfs.io 14. https://status.im diff --git a/public/content/translations/fr/ethereum-forks/index.md b/public/content/translations/fr/ethereum-forks/index.md index 7c0351c2850..a68ba7d4f9c 100644 --- a/public/content/translations/fr/ethereum-forks/index.md +++ b/public/content/translations/fr/ethereum-forks/index.md @@ -115,7 +115,7 @@ Améliorations de l'efficacité et de la sécurité du protocole : - [Pectra.wtf](https://pectra.wtf) - [Comment Pectra améliorera l'expérience de mise en jeu](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) -- [Lire les spécifications de la mise à niveau Electra](https://github.com/ethereum/consensus-specs/blob/master/specs/electra/) +- [Lire les spécifications de la mise à niveau Electra](https://github.com/ethereum/consensus-specs/tree/master/specs/electra/) - [FAQ Prague-Electra ("Pectra")](/roadmap/pectra/) @@ -170,7 +170,7 @@ EIP-7514 apporte une restriction de la distribution d'ETH en limitant le taux de -- [Lire les spécifications de la mise à jour Deneb](https://github.com/ethereum/consensus-specs/blob/master/specs/deneb/) +- [Lire les spécifications de la mise à jour Deneb](https://github.com/ethereum/consensus-specs/tree/master/specs/deneb/) - [FAQ Cancun-Deneb ("Dencun")](/roadmap/dencun/) @@ -208,7 +208,7 @@ Cette mise à jour de la couche de consensus a permis aux validateurs, qui n'ava La mise à jour a également permis la mise en place d'une fonctionnalité de balayage automatique de compte, qui traite continuellement les comptes de validateur pour tout paiement de récompenses ou retrait intégral disponible. - [En savoir plus sur les retraits de mise en jeu](/staking/withdrawals/). -- [Lire les spécifications de la mise à jour Capella](https://github.com/ethereum/consensus-specs/blob/master/specs/capella/) +- [Lire les spécifications de la mise à jour Capella](https://github.com/ethereum/consensus-specs/tree/master/specs/capella/) @@ -243,7 +243,7 @@ La mise à jour de Paris a été déclenchée par le passage de la blockchain de La mise à jour de Bellatrix était la seconde mise à jour planifiée pour la [Chaîne Phare](/roadmap/beacon-chain), préparant la chaîne à [La Fusion](/roadmap/merge/). Elle porte les pénalités de validateur à leurs valeurs maximales en cas d'inactivité ou d'infractions sanctionnables. Bellatrix inclut également une mise à jour des règles de choix de fourche pour préparer la chaîne à La Fusion et à la transition du dernier bloc de preuve de travail vers le premier bloc de preuve d'enjeu. Cela inclut la sensibilisation des clients de consensus à la [difficulté totale du terminal](/glossary/#terminal-total-difficulty) de 5875000000000000000. -- [Lire les spécifications de la mise à niveau Bellatrix](https://github.com/ethereum/consensus-specs/tree/dev/specs/bellatrix) +- [Lire les spécifications de la mise à niveau Bellatrix](https://github.com/ethereum/consensus-specs/tree/master/specs/bellatrix) --- @@ -298,7 +298,7 @@ La mise à niveau Arrow Glacier a retardé le déclenchement de la [bombe de dif La mise à niveau Altair était la première mise à niveau répertoriée pour la [chaîne phare](/roadmap/beacon-chain). La prise en charge des « comités de synchronisation » a été ajoutée, autorisant d'une part les clients légers et augmentant d'autre part les pénalités d'inactivité et de délestage des validateurs à mesure que le système évoluait vers la fusion. -- [Lire les spécifications de la mise à niveau Altair](https://github.com/ethereum/consensus-specs/tree/dev/specs/altair) +- [Lire les spécifications de la mise à niveau Altair](https://github.com/ethereum/consensus-specs/tree/master/specs/altair) #### Anecdote ! {#altair-fun-fact} diff --git a/public/content/translations/fr/governance/index.md b/public/content/translations/fr/governance/index.md index 04082563fb9..22b7832cb3f 100644 --- a/public/content/translations/fr/governance/index.md +++ b/public/content/translations/fr/governance/index.md @@ -177,7 +177,7 @@ La gouvernance d'Ethereum n'est pas rigoureusement définie. Divers participants - [Notes sur la gouvernance de la Blockchain](https://vitalik.eth.limo/general/2017/12/17/voting.html) - _Vitalik Buterin_ - [Comment fonctionne la gouvernance Ethereum ?](https://cryptotesters.com/blog/ethereum-governance) – _Cryptotesters_ - [Comment fonctionne la gouvernance Ethereum](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) – _Micah Zoltu_ -- [Qu'est-ce qu'un développeur de base Ethereum ?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ +- [Qu'est-ce qu'un développeur de base Ethereum ?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ - [Gouvernance, partie 2 : La ploutocratie est toujours mauvaise](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) - _Vitalik Buterin_ - [Aller au-delà de la gouvernance du vote par jeton](https://vitalik.eth.limo/general/2021/08/16/voting3.html) - _Vitalik Buterin_ - [Comprendre la gouvernance de la blockchain](https://web.archive.org/web/20250124192731/https://research.2077.xyz/understanding-blockchain-governance) - _2077 Research_ diff --git a/public/content/translations/fr/whitepaper/index.md b/public/content/translations/fr/whitepaper/index.md index 92527f234bf..0aded9b348b 100644 --- a/public/content/translations/fr/whitepaper/index.md +++ b/public/content/translations/fr/whitepaper/index.md @@ -508,10 +508,10 @@ Le concept d'une fonction de transition d'état arbitraire telle qu'implémenté 16. [GHOST](https://eprint.iacr.org/2013/881.pdf) 17. [StorJ et agents autonomes, Jeff Garzik](http://garzikrants.blogspot.ca/2013/01/storj-and-bitcoin-autonomous-agents.html) 18. [Mike Hearn, Smart Property, Turing Festival](https://www.youtube.com/watch?v=MVyv4t0OKe4) -19. [RLP Ethereum](https://web.archive.org/web/20250427212320/https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-RLP) -20. [Arbres de Merkle dans Ethereum](https://web.archive.org/web/20250427212320/https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-Patricia-Tree) +19. [RLP Ethereum](https://web.archive.org/web/20250427212320/https://ethereum.org/whitepaper//%5BEnglish%5D-RLP) +20. [Arbres de Merkle dans Ethereum](https://web.archive.org/web/20250427212320/https://ethereum.org/whitepaper//%5BEnglish%5D-Patricia-Tree) 21. [Peter Todd à propos des arbres de Merkle additifs](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_Pour en savoir plus sur l'historique du livre blanc, consultez [ce wiki](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md)._ +_Pour en savoir plus sur l'historique du livre blanc, consultez [ce wiki](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/)._ _Comme de nombreux projets open source communautaires, Ethereum a évolué depuis sa création. Pour plus d'infos sur les derniers développements d'Ethereum et la façon dont les modifications du protocole sont mises en œuvre, nous vous recommandons de lire [ce guide](/learn/)._ diff --git a/public/content/translations/hi/desci/index.md b/public/content/translations/hi/desci/index.md index 37e2a6acfe3..86ab86b66db 100644 --- a/public/content/translations/hi/desci/index.md +++ b/public/content/translations/hi/desci/index.md @@ -101,7 +101,6 @@ Web3 डेटा समाधान उपरोक्त परिदृश् - [OceanDAO: DAO डेटा से संबंधित विज्ञान के लिए शासित वित्त पोषण](https://oceanprotocol.com/) - [Opscientia: खुले विकेंद्रीकृत विज्ञान वर्कफ़्लोज़](https://opsci.io/research/) - [Bio.xyz: अपने बायोटेक DAO या DeSci परियोजना के लिए वित्त पोषित करें](https://www.bio.xyz/) -- [Fleming Protocol: ओपन-सोर्स डेटा अर्थव्यवस्था जो सहयोगी बायोमेडिकल खोज को बढ़ावा देती है](http://flemingprotocol.io/) - [सक्रिय इंटरफ़ेस इंस्टीट्यूट](https://www.activeinference.org/) - [IdeaMarkets: विकेन्द्रीकृत वैज्ञानिक विश्वसनीयता को सक्षम करना](https://ideamarket.io/) - [DeSci Labs](https://www.desci.com/) diff --git a/public/content/translations/hi/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/hi/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index 72cedb39348..6e20b6dbd33 100644 --- a/public/content/translations/hi/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/hi/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -259,7 +259,6 @@ sidebarDepth: 2 - मुफ़्त में शुरू करें - [**NOWNodes**](https://nownodes.io/) - - [डॉक्स](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - विशेषताएँ - 50+ ब्लॉकचेन नोड्स तक पहुंच - फ़्री API कुंजी @@ -270,11 +269,10 @@ sidebarDepth: 2 - साझा, आर्काइव, बैकअप और समर्पित नोड्स - [**पॉकेट नेटवर्क**](https://www.pokt.network/) - - [डॉक्स](https://docs.pokt.network/home/) + - [डॉक्स](https://docs.pokt.network/) - विशेषताएँ - विकेंद्रीकृत RPC प्रोटोकॉल और बाज़ार - 1M अनुरोध प्रति दिन फ़्री टियर (प्रति समापन बिंदु, अधिकतम 2) - - [सार्वजनिक समापन बिंदु](https://docs.pokt.network/developers/public-endpoints) - प्री-स्टेक+ प्रोग्राम (अगर आपको प्रति दिन 1M से अधिक अनुरोधों की आवश्यकता है) - 15+ ब्लॉकचेन सपोर्ट करता है - 6400+ नोड्स एप्लिकेशन की सेवा के लिए POKT कमा रहे हैं diff --git a/public/content/translations/hi/developers/docs/smart-contracts/languages/index.md b/public/content/translations/hi/developers/docs/smart-contracts/languages/index.md index a010745ae6e..badf592fe6c 100644 --- a/public/content/translations/hi/developers/docs/smart-contracts/languages/index.md +++ b/public/content/translations/hi/developers/docs/smart-contracts/languages/index.md @@ -37,7 +37,7 @@ lang: hi - [Solidity भाषा का पोर्टल](https://soliditylang.org/) - [उदाहरण के लिए Solidity](https://docs.soliditylang.org/en/latest/solidity-by-example.html) - [GitHub](https://github.com/ethereum/solidity/) -- [Solidity Gitter चैटरूम](https://gitter.im/ethereum/solidity) को [Solidity Matrix चैटरूम](https://matrix.to/#/#ethereum_solidity:gitter.im) से जोड़ा गया +- [Solidity Matrix चैटरूम](https://gitter.im/ethereum/solidity) को [Solidity Matrix चैटरूम](https://matrix.to/#/#ethereum_solidity:gitter.im) से जोड़ा गया - [चीट शीट](https://reference.auditless.com/cheatsheet) - [Solidity ब्लॉग](https://blog.soliditylang.org/) - [Solidity Twitter](https://twitter.com/solidity_lang) diff --git a/public/content/translations/hi/developers/docs/smart-contracts/security/index.md b/public/content/translations/hi/developers/docs/smart-contracts/security/index.md index 2f2d038e5a1..05232a42d78 100644 --- a/public/content/translations/hi/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/hi/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -आप एक [पुल भुगतान](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment) प्रणाली का भी उपयोग कर सकते हैं जिसमें उपयोगकर्ताओं को "पुश भुगतान" प्रणाली के बजाय स्मार्ट अनुबंधों से धन निकालने की आवश्यकता होती है जो खातों में धनराशि भेजती है। यह अज्ञात पतों पर अनजाने में कोड ट्रिगर करने की संभावना को हटा देता है (और कुछ इनकार-की-सेवा हमलों को भी रोक सकता है)। +आप एक [पुल भुगतान](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment) प्रणाली का भी उपयोग कर सकते हैं जिसमें उपयोगकर्ताओं को "पुश भुगतान" प्रणाली के बजाय स्मार्ट अनुबंधों से धन निकालने की आवश्यकता होती है जो खातों में धनराशि भेजती है। यह अज्ञात पतों पर अनजाने में कोड ट्रिगर करने की संभावना को हटा देता है (और कुछ इनकार-की-सेवा हमलों को भी रोक सकता है)। #### इन्टिजर अंडरफ्लो और ओवरफ्लो {#integer-underflows-and-overflows} diff --git a/public/content/translations/hi/governance/index.md b/public/content/translations/hi/governance/index.md index 16b983dec6a..cda90e92596 100644 --- a/public/content/translations/hi/governance/index.md +++ b/public/content/translations/hi/governance/index.md @@ -177,6 +177,6 @@ DAO हैक पर और देखें: - [ब्लॉकचेन शासन पर नोट्स](https://vitalik.eth.limo/general/2017/12/17/voting.html) - _विटालिक बुटेरिन_ - [इथेरियम शासन कैसे काम करता है?](https://cryptotesters.com/blog/ethereum-governance) – _क्रिप्टोटेस्टर_ - [इथेरियम शासन कैसे काम करता है](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) – _मीका ज़ोलटू_ -- [इथेरियम कोर डेवलपर क्या है?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) - _हडसन जेमिसन_ +- [इथेरियम कोर डेवलपर क्या है?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) - _हडसन जेमिसन_ - [शासन, भाग 2: धनतंत्र अभी भी खराब है](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) - _विटालिक बुटेरिन_ - [कॉइन मतदान शासन से आगे बढ़ना](https://vitalik.eth.limo/general/2021/08/16/voting3.html) - _विटालिक ब्यूटेरिन_ diff --git a/public/content/translations/hi/whitepaper/index.md b/public/content/translations/hi/whitepaper/index.md index a08cae1ba62..7b3e1486091 100644 --- a/public/content/translations/hi/whitepaper/index.md +++ b/public/content/translations/hi/whitepaper/index.md @@ -508,10 +508,10 @@ Bitcoin माईनिंग एल्गोरिथम, माईनर द 16. [GHOST](https://eprint.iacr.org/2013/881.pdf) 17. [StorJ और स्वायत्त एजेंट, जेफ गार्ज़िक](http://garzikrants.blogspot.ca/2013/01/storj-and-bitcoin-autonomous-agents.html) 18. [ट्यूरिंग फेस्टिवल में माइक हर्न, स्मार्ट प्रॉपर्टी पर](https://www.youtube.com/watch?v=MVyv4t0OKe4) -19. [एथेरियम RLP](https://web.archive.org/web/20250427212320/https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-RLP) -20. [एथेरियम मर्कल पैट्रिशिया ट्री](https://web.archive.org/web/20250427212320/https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-Patricia-Tree) +19. [एथेरियम RLP](https://web.archive.org/web/20250427212320/https://ethereum.org/whitepaper//%5BEnglish%5D-RLP) +20. [एथेरियम मर्कल पैट्रिशिया ट्री](https://web.archive.org/web/20250427212320/https://ethereum.org/whitepaper//%5BEnglish%5D-Patricia-Tree) 21. [मर्कल सम ट्री पर पीटर टॉड](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_वाइट पेपर के इतिहास के लिए, [इस विकि](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md) को देखें।_ +_वाइट पेपर के इतिहास के लिए, [इस विकि](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/) को देखें।_ _एथेरियम, कई समुदाय-संचालित, ओपन-सोर्स सॉफ़्टवेयर प्रोजेक्ट की तरह, अपनी प्रारंभिक स्थापना के बाद से विकसित हुआ है। एथेरियम के नवीनतम विकास और प्रोटोकॉल में परिवर्तन कैसे किए जाते हैं, इसके बारे में जानने के लिए, हम [इस गाइड](/learn/) की अनुशंसा करते हैं।_ diff --git a/public/content/translations/id/community/grants/index.md b/public/content/translations/id/community/grants/index.md index 8f5bff3e4c7..45916a32fd4 100644 --- a/public/content/translations/id/community/grants/index.md +++ b/public/content/translations/id/community/grants/index.md @@ -26,8 +26,7 @@ Proyek-proyek ini telah menciptakan hibah sendiri untuk proyek-proyek yang bertu - [TheGraph](https://airtable.com/shrdfvnFvVch3IOVm) – _ekosistem [The Graph](https://thegraph.com/)_ - [Program Hibah Uniswap](https://www.uniswapfoundation.org/) – _komunitas [Uniswap](https://uniswap.org/)_ -- [Balancer](https://quark-ceres-740.notion.site/Balancer-Grants-938f1b979810427f8d903a904315da41) – _Dana Ekosistem [Balancer](https://balancer.fi/)_ -- [mStable](https://docs.mstable.org/advanced/grants-program) - _[komunitas](https://mstable.org/) mStable_ +- [Balancer](https://balancer.gitbook.io/balancer-v2/ecosystem/community/grants) – _Dana Ekosistem [Balancer](https://balancer.fi/)_ ## Pendanaan kuadrat {#quadratic-funding} diff --git a/public/content/translations/id/community/language-resources/index.md b/public/content/translations/id/community/language-resources/index.md index 9ad8a4235b4..5ca9dd0372f 100644 --- a/public/content/translations/id/community/language-resources/index.md +++ b/public/content/translations/id/community/language-resources/index.md @@ -49,7 +49,7 @@ Jika Anda adalah dwibahasawan dan dapat menolong kami menjangkau lebih banyak or - [Unitimes](https://mp.weixin.qq.com/s/tvloZSDBSOQN9zDQj_91kA) - konten yang dipelihara oleh komunitas, yang membahas tentang Ethereum, DeFi, NFT, pengetahuan terkait Web3 - [123ETH](https://123eth.org/) - sebuah Portal ke ekosistem Ethereum - [Zhen Xiao](http://zhenxiao.com/blockchain/) - pelatihan daring gratis tentang mata uang kripto dan penerapannya -- [Ethereum Whitepaper](https://github.com/ethereum/wiki/wiki/[%E4%B8%AD%E6%96%87]-%E4%BB%A5%E5%A4%AA%E5%9D%8A%E7%99%BD%E7%9A%AE%E4%B9%A6) - versi bahasa Mandarin dari Laporan Resmi Ethereum +- [Ethereum Whitepaper](https://ethereum.org/whitepaper//[%E4%B8%AD%E6%96%87]-%E4%BB%A5%E5%A4%AA%E5%9D%8A%E7%99%BD%E7%9A%AE%E4%B9%A6) - versi bahasa Mandarin dari Laporan Resmi Ethereum **Ekosistem Ethereum** diff --git a/public/content/translations/id/community/support/index.md b/public/content/translations/id/community/support/index.md index 5df8ef3f4da..93d7ba70bb2 100644 --- a/public/content/translations/id/community/support/index.md +++ b/public/content/translations/id/community/support/index.md @@ -50,7 +50,7 @@ Apakah pertanyaan Anda terkait dengan peralatan, proyek, atau pustaka tertentu? Berikut adalah beberapa contoh populer: -- [Solidity](https://gitter.im/ethereum/solidity) +- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/id/contributing/adding-staking-products/index.md b/public/content/translations/id/contributing/adding-staking-products/index.md index 2b1c1e8cb2b..e74118be708 100644 --- a/public/content/translations/id/contributing/adding-staking-products/index.md +++ b/public/content/translations/id/contributing/adding-staking-products/index.md @@ -165,7 +165,7 @@ Untuk [layanan taruhan terkelompok](/staking/pools/): Kriteria [untuk inklusi](#criteria-for-inclusion) di atas digunakan untuk menghitung skor kumulatif untuk setiap produk atau layanan. Ini digunakan sebagai cara untuk mengurutkan dan menampilkan produk yang memenuhi kriteria objektif tertentu. Semakin banyak kriteria yang dibuktikan, semakin tinggi peringkat suatu produk, dengan ikatan diacak saat pemuatan. -Logika kode dan bobot untuk kriteria ini saat ini terdapat dalam [komponen JavaScript ini](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid.js#L350) di repositori kami. +Logika kode dan bobot untuk kriteria ini saat ini terdapat dalam [komponen JavaScript ini](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid/index.tsx#L350) di repositori kami. ## Tambahkan produk atau layanan Anda {#add-product} diff --git a/public/content/translations/id/desci/index.md b/public/content/translations/id/desci/index.md index 17f522b64ee..742fee5335b 100644 --- a/public/content/translations/id/desci/index.md +++ b/public/content/translations/id/desci/index.md @@ -101,7 +101,6 @@ Jelajahi proyek-proyek dan bergabunglah dengan komunitas DeSci. - [OceanDAO: Pendanaan yang diatur oleh DAO untuk ilmu pengetahuan terkait data](https://oceanprotocol.com/) - [Opscientia: alur kerja ilmu pengetahuan terbuka dan terdesentralisasi](https://opsci.io/research/) - [Bio.xyz: dapatkan pendanaan untuk proyek bioteknologi atau proyek DeSci Anda melalui DAO](https://www.bio.xyz/) -- [Fleming Protocol: ekonomi data sumber terbuka yang mendukung penemuan biomedis kolaboratif](http://flemingprotocol.io/) - [Lembaga Inferensi Aktif](https://www.activeinference.org/) - [IdeaMarkets: Memungkinkan kredibilitas ilmiah terdesentralisasi](https://ideamarket.io/) - [Lab DeSci](https://www.desci.com/) diff --git a/public/content/translations/id/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/id/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index 2418386045f..0591dfbc055 100644 --- a/public/content/translations/id/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/id/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -147,11 +147,10 @@ Berikut ini adalah daftar beberapa penyedia node Ethereum paling populer, jangan - Endpoint API yang unik - Dukungan teknis langsung - [**Pocket Network**](https://www.pokt.network/) - - [Dokumen](https://docs.pokt.network/home/) + - [Dokumen](https://docs.pokt.network/) - Fitur - Protokol dan Pasar RPC terdesentralisasi - 1 Juta Permintaan Per Hari untuk Layanan Gratis (per titik akhir, maks. 2) - - [Endpoint Publik](https://docs.pokt.network/developers/public-endpoints) - Pra-Penaruhan+ Program (jika Anda memerlukan lebih dari 1 Juta permintaan per hari) - Didukung 15+ Blockchain - 6400+ Node yang menghasilkan POKT untuk aplikasi layanan diff --git a/public/content/translations/id/developers/docs/programming-languages/python/index.md b/public/content/translations/id/developers/docs/programming-languages/python/index.md index e31fd932670..527e04431bb 100644 --- a/public/content/translations/id/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/id/developers/docs/programming-languages/python/index.md @@ -31,7 +31,7 @@ Perlu penjelasan yang lebih mendasar? Kunjungi [ethereum.org/learn](/learn/) ata ## Artikel tingkat menengah {#intermediate-articles} -- [Pengembangan Dapp untuk Programer Python](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [Pengembangan Dapp untuk Programer Python](https://www.youtube.com/watch?v=tE-8bG35VNw) - [Membuat Antarmuka Ethereum Python: Bagian 1](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [Kontrak Pintar Ethereum di Python: panduan lengkap](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) - [Menggunakan Brownie dan Python untuk menggunakan Kontrak Pintar](https://dev.to/patrickalphac/using-brownie-for-to-deploy-smart-contracts-1kkp) @@ -73,7 +73,7 @@ Proyek berbasis Ethereum berikut ini menggunakan peralatan yang disebutkan di ha - [Curve](https://curve.fi/) dan [Repositori kontrak pintar Curve](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) dan [kontrak pintar yang menggunakan rantai alat Brownie](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/) menggunakan [Python dalam mengelola dan menyebarkan kontrak vesting mereka](https://github.com/sushiswap/sushi-vesting-protocols) -- [Alpha Finance](https://alphafinance.io/), dari kepopuleran Alpha Homora, menggunakan [Brownie untuk menguji dan menyebarkan kontrak pintar](https://github.com/AlphaFinanceLab/alpha-staking-contract) +- [Alpha Venture DAO](https://alphaventuredao.io/), dari kepopuleran Alpha Homora, menggunakan [Brownie untuk menguji dan menyebarkan kontrak pintar](https://github.com/AlphaFinanceLab/alpha-staking-contract) ## Kontributor Komunitas Python {#python-community-contributors} diff --git a/public/content/translations/id/developers/docs/scaling/state-channels/index.md b/public/content/translations/id/developers/docs/scaling/state-channels/index.md index 0e48a0a7662..8597a19c635 100644 --- a/public/content/translations/id/developers/docs/scaling/state-channels/index.md +++ b/public/content/translations/id/developers/docs/scaling/state-channels/index.md @@ -65,7 +65,7 @@ Beberapa proyek menyediakan implementasi kanal state yang dapat Anda integrasika - [Memahami Solusi Penskalaan Lapisan 2 Ethereum: Kanal State, Plasma, dan Truebit](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _– Josh Stark, 2 Feb 2018_ - [Kanal State - sebuah penjelasan](https://www.jeffcoleman.ca/state-channels/) _Nov 6, 2015 - Jeff Coleman_ -- [Dasar-Dasar Kanal State](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [Dasar-Dasar Kanal State](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ **Kanal pembayaran** diff --git a/public/content/translations/id/developers/docs/smart-contracts/security/index.md b/public/content/translations/id/developers/docs/smart-contracts/security/index.md index 62b07fe040f..94d19f89ca9 100644 --- a/public/content/translations/id/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/id/developers/docs/smart-contracts/security/index.md @@ -351,7 +351,7 @@ contract MutexPattern { } ``` -Anda juga dapat menggunakan sistem [pembayaran tarik](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment) yang mengharuskan pengguna menarik dana dari kontrak pintar, sebagai pengganti sistem "pembayaran dorong" yang mengirim dana ke akun. Hal ini menghilangkan kemungkinan secara tidak sengaja memicu kode pada alamat yang tidak dikenal (dan juga dapat mencegah beberapa serangan denial-of-service atau penolakan layanan). +Anda juga dapat menggunakan sistem [pembayaran tarik](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment) yang mengharuskan pengguna menarik dana dari kontrak pintar, sebagai pengganti sistem "pembayaran dorong" yang mengirim dana ke akun. Hal ini menghilangkan kemungkinan secara tidak sengaja memicu kode pada alamat yang tidak dikenal (dan juga dapat mencegah beberapa serangan denial-of-service atau penolakan layanan). #### Underflow dan overflow bilangan bulat {#integer-underflows-and-overflows} diff --git a/public/content/translations/id/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/translations/id/developers/tutorials/run-node-raspberry-pi/index.md index 3f4e4121f12..a7f9c604ea8 100644 --- a/public/content/translations/id/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/translations/id/developers/tutorials/run-node-raspberry-pi/index.md @@ -260,7 +260,7 @@ Tolong diperhitungkan, karena ini adalah gambar pertama berbasis Ubuntu 20.04, j 11. https://www.hyperledger.org/projects/besu 12. https://github.com/prysmaticlabs/prysm 13. https://lighthouse.sigmaprime.io -14. https://ethersphere.github.io/swarm-home +14. https://docs.ethswarm.org/ 15. https://raiden.network 16. https://ipfs.io 17. https://status.im diff --git a/public/content/translations/id/ethereum-forks/index.md b/public/content/translations/id/ethereum-forks/index.md index bb085208699..223eb593d2a 100644 --- a/public/content/translations/id/ethereum-forks/index.md +++ b/public/content/translations/id/ethereum-forks/index.md @@ -58,7 +58,7 @@ Peningkatan lapisan konsensus ini membawa kemampuan bagi staker yang tidak menye Peningkatan ini juga menyediakan fungsionalitas pemindaian akun otomatis, yang terus-menerus memproses akun validator untuk pembayaran imbalan yang tersedia atau penarikan penuh. - [Lebih lanjut tentang penarikan penaruhan](/staking/withdrawals/). -- [Baca spesifikasi peningkatan Capella](https://github.com/ethereum/consensus-specs/blob/master/specs/capella/) +- [Baca spesifikasi peningkatan Capella](https://github.com/ethereum/consensus-specs/tree/master/specs/capella/) @@ -93,7 +93,7 @@ Peningkatan Paris dipicu oleh rantai blok bukti kerja mencapai [total tingkat ke Peningkatan Bellatrix adalah peningkatan terjadwal kedua untuk [Rantai Suar](/roadmap/beacon-chain), mempersiapkan jaringan untuk [Penggabungan](/roadmap/merge/). Peningkatan ini membawa denda validator ke nilai penuh untuk ketidakaktifan dan pelanggaran yang dapat dipotong. Bellatrix juga mencakup pembaruan pada aturan pemilihan garpu untuk mempersiapkan jaringan untuk Penggabungan dan transisi dari blok bukti kerja terakhir ke blok bukti taruhan pertama. Hal ini mencakup membuat klien konsensus menyadari [total kesulitan terminal](/glossary/#terminal-total-difficulty) sebesar 58750000000000000000000. -- [Baca spesifikasi peningkatan Bellatrix](https://github.com/ethereum/consensus-specs/tree/dev/specs/bellatrix) +- [Baca spesifikasi peningkatan Bellatrix](https://github.com/ethereum/consensus-specs/tree/master/specs/bellatrix) --- @@ -148,7 +148,7 @@ Peningkatan jaringan Arrow Glacier menjeda [bom kesulitan](/glossary/#difficulty Peningkatan Altair adalah peningkatan pertama yang terjadwal untuk [Rantai Suar](/roadmap/beacon-chain). Ini memberi tambahan dukungan untuk "komite sinkronisasi" — memungkinkan klien ringan, dan meningkatkan ketidakaktifan validator dan memotong hukuman saat pengembangan berkembang menuju Penggabungan. -- [Baca spesifikasi peningkatan Altair](https://github.com/ethereum/consensus-specs/tree/dev/specs/altair) +- [Baca spesifikasi peningkatan Altair](https://github.com/ethereum/consensus-specs/tree/master/specs/altair) #### Fakta menyenangkan! {#altair-fun-fact} diff --git a/public/content/translations/id/governance/index.md b/public/content/translations/id/governance/index.md index 7c07c587486..7d05ba522c8 100644 --- a/public/content/translations/id/governance/index.md +++ b/public/content/translations/id/governance/index.md @@ -177,6 +177,6 @@ Tata kelola di Ethereum tidaklah didefinisikan dengan kaku. Berbagai peserta kom - [Catatan tentang Tata Kelola Rantai Blok](https://vitalik.eth.limo/general/2017/12/17/voting.html) - _Vitalik Buterin_ - [Bagaimana cara kerja Pemerintahan Ethereum?](https://cryptotesters.com/blog/ethereum-governance) – _Cryptotesters_ - [Bagaimana cara kerja pemerintahan Ethereum](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) – _Micah Zoltu_ -- [Apa yang dimaksud dengan pengembang inti Ethereum?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ +- [Apa yang dimaksud dengan pengembang inti Ethereum?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ - [Tata Kelola, Bagian 2: Plutokrasi Masih Buruk](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) - _Vitalik Buterin_ - [Bergerak melampaui tata kelola pemungutan suara koin](https://vitalik.eth.limo/general/2021/08/16/voting3.html) - _Vitalik Buterin_ diff --git a/public/content/translations/id/whitepaper/index.md b/public/content/translations/id/whitepaper/index.md index df1f51b7874..1db5b74a0b1 100644 --- a/public/content/translations/id/whitepaper/index.md +++ b/public/content/translations/id/whitepaper/index.md @@ -508,10 +508,10 @@ Konsep dari fungsi transisi keadaan sembarang yang diimplementasikan oleh protok 16. [GHOST](https://eprint.iacr.org/2013/881.pdf) 17. [StorJ dan Agen Otonom, Jeff Garzik](http://garzikrants.blogspot.ca/2013/01/storj-and-bitcoin-autonomous-agents.html) 18. [Mike Hearn tentang Properti Pintar pada Festival Turing](https://www.youtube.com/watch?v=MVyv4t0OKe4) -19. [RLP Ethereum](https://web.archive.org/web/20250427212320/https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-RLP) -20. [Pohon Merkle Patricia Ethereum](https://web.archive.org/web/20250427212320/https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-Patricia-Tree) +19. [RLP Ethereum](https://web.archive.org/web/20250427212320/https://ethereum.org/whitepaper//%5BEnglish%5D-RLP) +20. [Pohon Merkle Patricia Ethereum](https://web.archive.org/web/20250427212320/https://ethereum.org/whitepaper//%5BEnglish%5D-Patricia-Tree) 21. [Peter Todd tentang pohon jumlah Merkle](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_Untuk riwayat kertas putih, lihat [wiki ini](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md)._ +_Untuk riwayat kertas putih, lihat [wiki ini](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/)._ _Ethereum, seperti kebanyakan proyek perangkat lunak sumber terbuka yang digerakkan oleh komunitas, telah berkembang sejak peluncuran pertamanya. Untuk mempelajari tentang pengembangan Ethereum terkini, dan bagaimana perubahan protokol dibuat, kami menyarankan [panduan ini](/learn/)._ diff --git a/public/content/translations/it/community/grants/index.md b/public/content/translations/it/community/grants/index.md index 1312d04005a..10018eb249a 100644 --- a/public/content/translations/it/community/grants/index.md +++ b/public/content/translations/it/community/grants/index.md @@ -18,7 +18,6 @@ Questi programmi supportano il grande ecosistema di Ethereum offrendo sovvenzion - [Moloch DAO](https://www.molochdao.com/): _Privacy, ridimensionamento del livello 2, sicurezza del client e molto altro_ - [DAO Grants](https://docs.google.com/spreadsheets/d/1XHc-p_MHNRdjacc8uOEjtPoWL86olP4GyxAJOFO0zxY/edit#gid=0) - _Foglio di calcolo di Google delle organizzazioni che offrono sovvenzioni_ - [Sovvenzioni accademiche](https://esp.ethereum.foundation/academic-grants) - _Sovvenzioni per sostenere il lavoro accademico correlato a Ethereum_ -- [Grantfarm di Blockworks](https://blockworks.co/grants/programs) - _Blockworks ha compilato una directory esaustiva di tutte le sovvenzioni, RDP e bug bounty._ ## Programmi per progetti specifici {#project-specific} @@ -26,14 +25,13 @@ Questi progetti hanno creato le proprie sovvenzioni per progetti volti a svilupp - [Aave Grants Program](https://aavegrants.org/) – _[Aave](https://aave.com/) sovvenzioni DAO_ - [Balancer](https://grants.balancer.community/): _Fondo dell'ecosistema di [Balancer](https://balancer.fi/)_ -- [Chainlink Grants Program](https://chain.link/community/grants) - _Sovvenzioni per la comunity di [Chainlink](https://chain.link/)_ - [Decentraland Grants Program](https://governance.decentraland.org/grants/) - _Metaverso DAO di [Decentraland](https://decentraland.org/)_ - [Lido Ecosystem Grants Organisation (LEGO)](https://lido.fi/lego) – _Ecosistema finanziario di [Lido](https://lido.fi/)_ - [MetaMask Program](https://metamaskgrants.org/): _DAO di sovvenzioni operata dai dipendenti di [MetaMask](https://metamask.io/)_ - [SKALE Network Grants Program](https://skale.space/developers#grants): _ecosistema della [rete SKALE](https://skale.space/)_ -- [Programma di sovvenzioni della Swarm Foundation](https://my.ethswarm.org): _Ecosistema di [Swarm Foundation](https://www.ethswarm.org/)_ +- [Programma di sovvenzioni della Swarm Foundation](https://www.ethswarm.org/grants): _Ecosistema di [Swarm Foundation](https://www.ethswarm.org/)_ - [The Graph](https://thegraph.com/ecosystem/grants/): _Ecosistema di [The Graph](https://thegraph.com/)_ -- [Programma di sovvenzioni di Uniswap](https://www.uniswapfoundation.org/approach): _community di [Uniswap](https://uniswap.org/)_ +- [Programma di sovvenzioni di Uniswap](https://www.uniswapfoundation.org/grants): _community di [Uniswap](https://uniswap.org/)_ ## Finanziamento quadratico {#quadratic-funding} diff --git a/public/content/translations/it/community/language-resources/index.md b/public/content/translations/it/community/language-resources/index.md index 568338e455a..57dcc036d6f 100644 --- a/public/content/translations/it/community/language-resources/index.md +++ b/public/content/translations/it/community/language-resources/index.md @@ -52,7 +52,7 @@ Se sei bilingue e vuoi aiutarci a raggiungere più persone, puoi anche essere co - [Unitimes](https://mp.weixin.qq.com/s/tvloZSDBSOQN9zDQj_91kA) - contenuti mantenuti dalla community, su Ethereum, DeFi, NFT, conoscenza correlata a Web3 - [123ETH](https://123eth.org/) - un Portale per l'ecosistema di Ethereum - [Zhen Xiao](http://zhenxiao.com/blockchain/) - corsi online gratuiti sulle criptovalute e loro applicazioni -- [Ethereum Whitepaper](https://github.com/ethereum/wiki/wiki/[%E4%B8%AD%E6%96%87]-%E4%BB%A5%E5%A4%AA%E5%9D%8A%E7%99%BD%E7%9A%AE%E4%B9%A6) - Versione cinese del Whitepaper di Ethereum +- [Ethereum Whitepaper](https://ethereum.org/whitepaper//[%E4%B8%AD%E6%96%87]-%E4%BB%A5%E5%A4%AA%E5%9D%8A%E7%99%BD%E7%9A%AE%E4%B9%A6) - Versione cinese del Whitepaper di Ethereum **Ecosistema Ethereum** diff --git a/public/content/translations/it/community/online/index.md b/public/content/translations/it/community/online/index.md index 6f38b657f11..4befbfdf904 100644 --- a/public/content/translations/it/community/online/index.md +++ b/public/content/translations/it/community/online/index.md @@ -52,7 +52,7 @@ Se credi che una community dovrebbe essere aggiunta o rimossa secondo queste lin EthStaker Discord: guida, istruzione, assistenza e risorse gestite dalla comunità per gli staker esistenti e potenziali Ethereum.org website team - date un'occhiata e chattate sullo sviluppo e la progettazione di ethereum.org con il team e le persone della community Matos Discord - community dei creatori di web3; un luogo di incontro per costruttori, figure industriali e appassionati di Ethereum. Siamo appassionati di sviluppo, progettazione e cultura del web3. Vieni a costruire con noi. -Solidity Gitter - chat per lo sviluppo in solidity (Gitter) +Solidity Matrix - chat per lo sviluppo in solidity (Gitter) Solidity Matrix - chat per lo sviluppo in solidity (Matrix) Ethereum Stack Exchange - *forum di domande e risposte* Peeranha *-forum decentralizzato di domande e risposte* diff --git a/public/content/translations/it/community/support/index.md b/public/content/translations/it/community/support/index.md index aae0da6c5ac..4b99eccc80d 100644 --- a/public/content/translations/it/community/support/index.md +++ b/public/content/translations/it/community/support/index.md @@ -68,7 +68,7 @@ La tua domanda riguarda un particolare strumento, progetto o libreria? La maggio Ecco alcuni esempi più diffusi: -- [Solidity](https://gitter.im/ethereum/solidity) +- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/it/contributing/adding-staking-products/index.md b/public/content/translations/it/contributing/adding-staking-products/index.md index ac9bded58f6..6e145dfaa24 100644 --- a/public/content/translations/it/contributing/adding-staking-products/index.md +++ b/public/content/translations/it/contributing/adding-staking-products/index.md @@ -165,7 +165,7 @@ Per i [servizi di staking in pool](/staking/pools/): I [criteri di inclusione](#criteria-for-inclusion) di cui sopra vengono utilizzati per calcolare un punteggio cumulativo per ciascun prodotto o servizio. Questo viene utilizzato come mezzo per selezionare e mostrare prodotti che soddisfano determinati criteri oggettivi. Più criteri sono disponibili con le relative prove, più il prodotto sarà in cima all'elenco, mentre i pareggi saranno randomizzati al caricamento. -La logica del codice e le ponderazioni per questi criteri sono attualmente contenute in [questo componente JavaScript](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid.js#L350) nel nostro repository. +La logica del codice e le ponderazioni per questi criteri sono attualmente contenute in [questo componente JavaScript](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid/index.tsx#L350) nel nostro repository. ## Aggiungi il tuo prodotto o servizio {#add-product} diff --git a/public/content/translations/it/desci/index.md b/public/content/translations/it/desci/index.md index 5d07c28bc60..501bf98117b 100644 --- a/public/content/translations/it/desci/index.md +++ b/public/content/translations/it/desci/index.md @@ -101,7 +101,6 @@ Esplora i progetti e unisciti alla community della DeSci. - [OceanDAO: finanziamenti governati dalla DAO per la scienza relativa ai dati](https://oceanprotocol.com/) - [Opscientia: flussi di lavoro scientifici decentralizzati e aperti](https://opsci.io/research/) - [Bio.xyz: ricevi finanziamenti per la tua DAO biotecnologica o il tuo progetto di DeSci](https://www.bio.xyz/) -- [Fleming Protocol: economia dei dati open source che alimenta la scoperta biomedica collaborativa](http://flemingprotocol.io/) - [Istituto di Inferenza Attiva](https://www.activeinference.org/) - [IdeaMarkets: la credibilità scientifica decentralizzata diventa realtà](https://ideamarket.io/) - [DeSci Labs](https://www.desci.com/) diff --git a/public/content/translations/it/developers/docs/apis/backend/index.md b/public/content/translations/it/developers/docs/apis/backend/index.md index 04b8dfd2783..699db34973e 100644 --- a/public/content/translations/it/developers/docs/apis/backend/index.md +++ b/public/content/translations/it/developers/docs/apis/backend/index.md @@ -74,7 +74,6 @@ Queste librerie eliminano buona parte della complessità legata al dover interag **NOWNodes - _Nodi completi ed esploratori di blocchi._** - [NOWNodes.io](https://nownodes.io/) -- [Documentazione](https://documenter.getpostman.com/view/13630829/TVmFkLwy#intro) **QuickNode -** **_Infrastruttura della Blockchain come servizio._** diff --git a/public/content/translations/it/developers/docs/data-availability/blockchain-data-storage-strategies/index.md b/public/content/translations/it/developers/docs/data-availability/blockchain-data-storage-strategies/index.md index 7ab19cff8b4..0e10e67c79b 100644 --- a/public/content/translations/it/developers/docs/data-availability/blockchain-data-storage-strategies/index.md +++ b/public/content/translations/it/developers/docs/data-availability/blockchain-data-storage-strategies/index.md @@ -108,11 +108,11 @@ Questa è la forma più costosa di archiviazione su Ethereum. Questa tabella riassume le diverse opzioni, i loro vantaggi e svantaggi. -| Tipo di archiviazione | Fonte dei dati | Garanzia di disponibilità | Disponibilità onchain | Ulteriori limitazioni | -| ------------------------------ | ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | +| Tipo di archiviazione | Fonte dei dati | Garanzia di disponibilità | Disponibilità onchain | Ulteriori limitazioni | +| ------------------------------ | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | | Blob di EIP-4844 | Offchain | Garanzia di Ethereum per [~18 giorni](https://github.com/ethereum/consensus-specs/blob/master/specs/deneb/p2p-interface.md#configuration) | Solo l'hash è disponibile | | -| Calldata | Offchain | Garanzia di Ethereum per sempre (parte della blockchain) | Disponibile solo se scritto in un contratto, e a quella transazione | | -| Offchain con meccanismi del L1 | Offchain | Garanzia di "un verificatore onesto" durante il periodo di contestazione | Solo hash | Garantito dal meccanismo di contestazione, solo durante il periodo di contestazione | -| Codice del contratto | Onchain o offchain | Garanzia di Ethereum per sempre (parte della blockchain) | Sì | Scritto in un indirizzo "casuale", non può iniziare con `0xEF` | -| Eventi | Onchain | Garanzia di Ethereum per sempre (parte della blockchain) | No | | -| Storage | Onchain | Garanzia di Ethereum per sempre (parte della blockchain e lo stato corrente fino a quando è sovrascritto) | Sì | | +| Calldata | Offchain | Garanzia di Ethereum per sempre (parte della blockchain) | Disponibile solo se scritto in un contratto, e a quella transazione | | +| Offchain con meccanismi del L1 | Offchain | Garanzia di "un verificatore onesto" durante il periodo di contestazione | Solo hash | Garantito dal meccanismo di contestazione, solo durante il periodo di contestazione | +| Codice del contratto | Onchain o offchain | Garanzia di Ethereum per sempre (parte della blockchain) | Sì | Scritto in un indirizzo "casuale", non può iniziare con `0xEF` | +| Eventi | Onchain | Garanzia di Ethereum per sempre (parte della blockchain) | No | | +| Storage | Onchain | Garanzia di Ethereum per sempre (parte della blockchain e lo stato corrente fino a quando è sovrascritto) | Sì | | diff --git a/public/content/translations/it/developers/docs/design-and-ux/index.md b/public/content/translations/it/developers/docs/design-and-ux/index.md index 40ba1cd7f16..688fd7cefd5 100644 --- a/public/content/translations/it/developers/docs/design-and-ux/index.md +++ b/public/content/translations/it/developers/docs/design-and-ux/index.md @@ -23,7 +23,7 @@ Questo è un elenco curato di ricerche utente fatte nel web3 che potrebbero esse | Area di interesse | Nome | |:--------------------------------------------------------------------- |:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Integrazione delle criptovalute | [WalletConnect Pulse 2024: Opinione e utilizzo del cripto-consumatore](https://walletconnect.com/pulse-2024-crypto-consumer-report) | +| Integrazione delle criptovalute | [WalletConnect Pulse 2024: Opinione e utilizzo del cripto-consumatore](https://www.businesswire.com/news/home/20240229407983/en/WalletConnect-Uncovers-Major-Crypto-Consumer-Findings-in-Inaugural-Pulse-Report) | | Integrazione delle criptovalute | [CRADL: la UX nelle criptovalute](https://docs.google.com/presentation/d/1s2OPSH5sMJzxRYaJSSRTe8W2iIoZx0PseIV-WeZWD1s/edit?usp=sharing) | | Integrazione delle criptovalute | [CRADL: ingresso nelle criptovalute](https://docs.google.com/presentation/d/1R9nFuzA-R6SxaGCKhoMbE4Vxe0JxQSTiHXind3LVq_w/edit?usp=sharing) | | Integrazione delle criptovalute | [Report sulla UX Bitcoin](https://github.com/patestevao/BitcoinUX-report/blob/master/report.md) | @@ -33,7 +33,6 @@ Questo è un elenco curato di ricerche utente fatte nel web3 che potrebbero esse | Staking | [Staking: Tendenze fondamentali, risultati e previsioni - Eth Staker](https://lookerstudio.google.com/u/0/reporting/cafcee00-e1af-4148-bae8-442a88ac75fa/page/p_ja2srdhh2c?s=hmbTWDh9hJo) | | Staking | [Staking a Più App](https://github.com/threshold-network/UX-User-Research/blob/main/Multi-App%20Staking%20(MAS)/iterative-user-study/MAS%20Iterative%20User%20Study.pdf) | | OAD | [Aggiornamento 2022 sulla ricerca delle DAO: di cosa hanno bisogno i costruttori di DAO?](https://blog.aragon.org/2022-dao-research-update/) | -| DeFi | [Lo stato della Defi 2024](https://stateofdefi.org/) (sondaggio in corso) | | DeFi | [Gruppi di copertura](https://github.com/threshold-network/UX-User-Research/tree/main/Keep%20Coverage%20Pool) | | DeFi | [ConSensys: rapporto di ricerca sugli utenti DeFI 2022](https://cdn2.hubspot.net/hubfs/4795067/ConsenSys%20Codefi-Defi%20User%20ResearchReport.pdf) | | Metaverso | [Metaverso: report di ricerca sugli utenti](https://www.politico.com/f/?id=00000187-7685-d820-a7e7-7e85d1420000) | diff --git a/public/content/translations/it/developers/docs/frameworks/index.md b/public/content/translations/it/developers/docs/frameworks/index.md index e7c0da024c2..050f0852693 100644 --- a/public/content/translations/it/developers/docs/frameworks/index.md +++ b/public/content/translations/it/developers/docs/frameworks/index.md @@ -114,8 +114,6 @@ Prima di iniziare a studiare i framework, raccomandiamo la lettura della nostra **Catapulta -** **_Strumento di distribuzione di contratti intelligenti multi-catena, automatizza le verifiche negli esploratori dei blocchi, tiene traccia dei contratti intelligenti distribuiti e condivide i rapporti di distribuzione; pronto all'uso per i progetti di Foundry e Hardhat._** -- [Sito Web](https://catapulta.sh/) -- [Documentazione](https://catapulta.sh/docs) - [Github](https://github.com/catapulta-sh) **Covalent -** **_API della blockchain arricchite per oltre 200 catene._** diff --git a/public/content/translations/it/developers/docs/layer-2-scaling/index.md b/public/content/translations/it/developers/docs/layer-2-scaling/index.md index 2097cd2f7ce..eaddbca8e98 100644 --- a/public/content/translations/it/developers/docs/layer-2-scaling/index.md +++ b/public/content/translations/it/developers/docs/layer-2-scaling/index.md @@ -223,7 +223,7 @@ Combinano le parti migliori di diverse tecnologie di livello 2 e possono offrire - [Making Sense of Ethereum’s Layer 2 Scaling Solutions: State Channels, Plasma, and Truebit](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _– Josh Stark, Feb 12 2018_ - [State Channels - an explanation](https://www.jeffcoleman.ca/state-channels/) _Nov 6, 2015 - Jeff Coleman_ -- [Basics of State Channels](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [Basics of State Channels](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ **Canali di pagamento** diff --git a/public/content/translations/it/developers/docs/mev/index.md b/public/content/translations/it/developers/docs/mev/index.md index e8d35f4483f..898954be802 100644 --- a/public/content/translations/it/developers/docs/mev/index.md +++ b/public/content/translations/it/developers/docs/mev/index.md @@ -180,7 +180,7 @@ Di seguito una panoramica di come funziona l'API Builder: 5. Un validatore che utilizza l'API Builder dovrebbe ancora costruire un blocco localmente nel caso in cui il costruttore del blocco non risponda tempestivamente, in modo da non perdere le ricompense della proposta di blocco. Tuttavia, il validatore non può creare un altro blocco utilizzando le transazioni ormai rivelate o un altro set, in quanto equivarrebbe a un _equivoco_ (firmare due blocchi all'interno dello stesso slot), che è un illecito tagliabile. -Un esempio di implementazione dell'API Builder è [MEV Boost](https://github.com/flashbots/mev-boost), un miglioramento rispetto al [meccanismo di asta di Flashbots](https://docs.flashbots.net/Flashbots-auction/overview/) progettato per frenare le esternalità negative del MEV su Ethereum. L'asta di Flashbots consente ai validatori in proof-of-stake di esternalizzare il lavoro di creazione di blocchi redditizi a soggetti specializzati chiamati **ricercatori**. ![Un diagramma che mostra nel dettaglio il flusso del MEV](./mev.png) +Un esempio di implementazione dell'API Builder è [MEV Boost](https://github.com/flashbots/mev-boost), un miglioramento rispetto al [meccanismo di asta di Flashbots](https://docs.flashbots.net/flashbots-auction/overview/) progettato per frenare le esternalità negative del MEV su Ethereum. L'asta di Flashbots consente ai validatori in proof-of-stake di esternalizzare il lavoro di creazione di blocchi redditizi a soggetti specializzati chiamati **ricercatori**. ![Un diagramma che mostra nel dettaglio il flusso del MEV](./mev.png) I ricercatori cercano opportunità di MEV redditizie e inviano pacchetti di transazioni ai propositori dei blocchi insieme a un'[offerta in busta chiusa](https://en.wikipedia.org/wiki/First-price_sealed-bid_auction) per l'inclusione nel blocco. Il validatore che esegue mev-geth, una versione biforcata del client go-ethereum (Geth), deve solo scegliere il pacchetto con il maggior profitto e includerlo come parte del nuovo blocco. Per proteggere i propositori del blocco (validatori) dalle truffe e dalle transazioni non valide, i pacchetti di transazioni passano attraverso i **relayer** per la convalida prima di arrivare al propositore. diff --git a/public/content/translations/it/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/it/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index 8a29e3a51a0..82b185404e2 100644 --- a/public/content/translations/it/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/it/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -259,7 +259,6 @@ Ecco una lista di alcuni dei più popolari fornitori di nodi Ethereum. Aggiungin - Inizia gratuitamente - [**NOWNodes**](https://nownodes.io/) - - [Documenti](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - Caratteristiche - Accesso a oltre 50 nodi della blockchain - Chiave API gratuita @@ -270,11 +269,10 @@ Ecco una lista di alcuni dei più popolari fornitori di nodi Ethereum. Aggiungin - Nodi condivisi, di archivio, di backup e dedicati - [**Pocket Network**](https://www.pokt.network/) - - [Docs](https://docs.pokt.network/home/) + - [Docs](https://docs.pokt.network/) - Caratteristiche - Protocollo RPC e mercato decentralizzati - Livello con 1 milione di richieste giornaliere gratuite (per endpoint, max. 2) - - [Endpoint pubblici](https://docs.pokt.network/developers/public-endpoints) - Programma Pre-Stake+ (se servono più di 1 milione di richieste al giorno) - Più di 15 blockchain supportate - Più di 6.400 nodi che guadagnano POKT a servizio delle applicazioni diff --git a/public/content/translations/it/developers/docs/programming-languages/python/index.md b/public/content/translations/it/developers/docs/programming-languages/python/index.md index 8f7dab77ec9..9fbcda44cbc 100644 --- a/public/content/translations/it/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/it/developers/docs/programming-languages/python/index.md @@ -32,7 +32,7 @@ Hai prima bisogno di nozioni di base? Dai un'occhiata a [ethereum.org/learn](/le ## Articoli di livello intermedio {#intermediate-articles} -- [Dapp Development for Python Programmers](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [Dapp Development for Python Programmers](https://www.youtube.com/watch?v=tE-8bG35VNw) - [Creating a Python Ethereum Interface: Part 1](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [Contratti Intelligenti di Ethereum su Python: una guida (quasi) completa](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) - [Usare Brownie e Python per distribuire i Contratti Intelligenti](https://dev.to/patrickalphac/using-brownie-for-to-deploy-smart-contracts-1kkp) @@ -78,7 +78,7 @@ I seguenti progetti basati su Ethereum usano strumenti menzionati su questa pagi - [Curve](https://curve.fi/) e la [repository dei contratti intelligenti di Curve](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) e i [contratti intelligenti che usano la toolchain di Brownie](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/) usa [Python nella gestione e distribuzione dei suoi vesting contract](https://github.com/sushiswap/sushi-vesting-protocols) -- [Alpha Finance](https://alphafinance.io/), di Alpha Homora, usa [Brownie per testare e distribuire i contratti intelligenti](https://github.com/AlphaFinanceLab/alpha-staking-contract) +- [Alpha Venture DAO](https://alphaventuredao.io/), di Alpha Homora, usa [Brownie per testare e distribuire i contratti intelligenti](https://github.com/AlphaFinanceLab/alpha-staking-contract) ## Discussione della Community di Python {#python-community-contributors} diff --git a/public/content/translations/it/developers/docs/scaling/validium/index.md b/public/content/translations/it/developers/docs/scaling/validium/index.md index ea548046013..eea7e0b546f 100644 --- a/public/content/translations/it/developers/docs/scaling/validium/index.md +++ b/public/content/translations/it/developers/docs/scaling/validium/index.md @@ -162,4 +162,4 @@ Diversi progetti forniscono implementazioni di validium e volizioni che puoi int - [Validium And The Layer 2 Two-By-Two — Issue No. 99](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two) - [Rollup ZK vs Validium](https://blog.matter-labs.io/zkrollup-vs-validium-starkex-5614e38bc263) - [Volition and the Emerging Data Availability spectrum](https://medium.com/starkware/volition-and-the-emerging-data-availability-spectrum-87e8bfa09bb) -- [Rollups, Validiums, and Volitions: Learn About the Hottest Ethereum Scaling Solutions](https://www.defipulse.com/blog/rollups-validiums-and-volitions-learn-about-the-hottest-ethereum-scaling-solutions) +- [Rollups, Validiums, and Volitions: Learn About the Hottest Ethereum Scaling Solutions](https://medium.com/coinmonks/rollups-vs-validiums-vs-volitions-d76300170f4a) diff --git a/public/content/translations/it/developers/docs/smart-contracts/languages/index.md b/public/content/translations/it/developers/docs/smart-contracts/languages/index.md index 8783253b63f..c969cedfd06 100644 --- a/public/content/translations/it/developers/docs/smart-contracts/languages/index.md +++ b/public/content/translations/it/developers/docs/smart-contracts/languages/index.md @@ -37,7 +37,7 @@ Una conoscenza pregressa dei linguaggi di programmazione, specialmente JavaScrip - [Portale del Linguaggio di Solidity](https://soliditylang.org/) - [Solidity per Esempio](https://docs.soliditylang.org/en/latest/solidity-by-example.html) - [GitHub](https://github.com/ethereum/solidity/) -- [Solidity Gitter Chatroom](https://gitter.im/ethereum/solidity) collegato alla [Chatroom di Solidity Matrix](https://matrix.to/#/#ethereum_solidity:gitter.im) +- [Solidity Matrix Chatroom](https://gitter.im/ethereum/solidity) collegato alla [Chatroom di Solidity Matrix](https://matrix.to/#/#ethereum_solidity:gitter.im) - [Cheat Sheet](https://reference.auditless.com/cheatsheet) - [Solidity Blog](https://blog.soliditylang.org/) - [Twitter di Solidity](https://twitter.com/solidity_lang) diff --git a/public/content/translations/it/developers/docs/smart-contracts/security/index.md b/public/content/translations/it/developers/docs/smart-contracts/security/index.md index a15292c8995..512a8177109 100644 --- a/public/content/translations/it/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/it/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -Puoi anche utilizzare un sistema di [pagamenti pull](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment), che richiede agli utenti di prelevare i fondi dai contratti intelligenti, invece di un sistema di "pagamenti push", che invia i fondi ai conti. Ciò rimuove la possibilità di innescare inavvertitamente il codice a indirizzi sconosciuti (e può anche impedire determinati attacchi denial-of-service). +Puoi anche utilizzare un sistema di [pagamenti pull](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment), che richiede agli utenti di prelevare i fondi dai contratti intelligenti, invece di un sistema di "pagamenti push", che invia i fondi ai conti. Ciò rimuove la possibilità di innescare inavvertitamente il codice a indirizzi sconosciuti (e può anche impedire determinati attacchi denial-of-service). #### Sottoeccedenze e sovraflussi di interi {#integer-underflows-and-overflows} diff --git a/public/content/translations/it/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/translations/it/developers/tutorials/run-node-raspberry-pi/index.md index 0b7f03a7701..8fc99e033c3 100644 --- a/public/content/translations/it/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/translations/it/developers/tutorials/run-node-raspberry-pi/index.md @@ -68,7 +68,7 @@ shasum -a 256 ethonarm_22.04.00.img.zip # Hash should output: fb497e8f8a7388b62d6e1efbc406b9558bee7ef46ec7e53083630029c117444f ``` -Nota che le immagini per le schede Rock 5B e Odroid M1 sono disponibili alla [pagina di download](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/quick-guide/download-and-install.html) di Ethereum-su-Arm. +Nota che le immagini per le schede Rock 5B e Odroid M1 sono disponibili alla [pagina di download](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) di Ethereum-su-Arm. ## Flashing della MicroSD {#flashing-the-microsd} @@ -160,7 +160,7 @@ Congratulazioni, hai ora un nodo di Ethereum completo e un validatore in esecuzi ## Maggiori dettagli {#more-details} -Questa pagina ha fornito una panoramica di come configurare un nodo Geth-Lighthouse e validatore utilizzando Raspberry Pi. Istruzioni più dettagliate sono disponibili sul sito web [Ethereum-su-Arm](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/index.html). +Questa pagina ha fornito una panoramica di come configurare un nodo Geth-Lighthouse e validatore utilizzando Raspberry Pi. Istruzioni più dettagliate sono disponibili sul sito web [Ethereum-su-Arm](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/). ## Ogni feedback è benvenuto {#feedback-appreciated} @@ -178,7 +178,7 @@ Sappiamo che Raspberry Pi ha un'enorme base di utenti che potrebbe avere un impa 8. https://www.hyperledger.org/projects/besu 9. https://github.com/prysmaticlabs/prysm 10. https://lighthouse.sigmaprime.io -11. https://ethersphere.github.io/swarm-home +11. https://docs.ethswarm.org/ 12. https://raiden.network 13. https://ipfs.io 14. https://status.im diff --git a/public/content/translations/it/ethereum-forks/index.md b/public/content/translations/it/ethereum-forks/index.md index af60d364d0d..21d7f5dacad 100644 --- a/public/content/translations/it/ethereum-forks/index.md +++ b/public/content/translations/it/ethereum-forks/index.md @@ -118,7 +118,7 @@ EIP-7514 comporta un rafforzamento dell'emissione di ETH, limitando il tasso di -- [Leggi le specifiche dell'aggiornamento di Deneb](https://github.com/ethereum/consensus-specs/blob/master/specs/deneb/) +- [Leggi le specifiche dell'aggiornamento di Deneb](https://github.com/ethereum/consensus-specs/tree/master/specs/deneb/) - [Domande frequenti su Cancun-Deneb ("Dencun")](/roadmap/dencun/) @@ -156,7 +156,7 @@ Questo aggiornamento del livello del consenso ha comportato la possibilità, per L'aggiornamento, inoltre, ha fornito la funzionalità di pulizia automatica dei conti, che elabora continuamente sui conti dei validatori qualsiasi pagamento di ricompense o prelievo completo disponibile. - [Maggiori informazioni sui prelievi in staking](/staking/withdrawals/). -- [Leggi le specifiche dell'aggiornamento Capella](https://github.com/ethereum/consensus-specs/blob/master/specs/capella/) +- [Leggi le specifiche dell'aggiornamento Capella](https://github.com/ethereum/consensus-specs/tree/master/specs/capella/) @@ -191,7 +191,7 @@ L'aggiornamento Paris è stato attivato dal passaggio da una blockchain proof-of L'aggiornamento Bellatrix è stato il secondo aggiornamento programmato per la [Beacon Chain](/roadmap/beacon-chain), preparando la catena per [la Fusione](/roadmap/merge/). Porta le penalità dei validatori al valore pieno per inattività e azioni sanzionabili (slashing). Bellatrix include anche un aggiornamento alle regole di scelta della diramazione per preparare la catena per la Fusione e la transizione dall'ultimo blocco di proof-of-work al primo blocco proof-of-stake. A tale scopo occorre far sì che i client di consenso siano consapevoli della [difficoltà terminale totale](/glossary/#terminal-total-difficulty) di 58750000000000000000000. -- [Leggi le specifiche dell'aggiornamento Bellatrix](https://github.com/ethereum/consensus-specs/tree/dev/specs/bellatrix) +- [Leggi le specifiche dell'aggiornamento Bellatrix](https://github.com/ethereum/consensus-specs/tree/master/specs/bellatrix) --- @@ -246,7 +246,7 @@ L'aggiornamento di rete Arrow Glacier ha rimandato la [bomba di difficoltà](/gl L'aggiornamento Altair è stato il primo aggiornamento pianificato per la [Beacon Chain](/roadmap/beacon-chain). Ha aggiunto il supporto per le "commissioni di sincronizzazione", abilitando i "client leggeri", aumentando le penalità per inattività e slashing per i validatori man mano che lo sviluppo procedeva verso la Fusione. -- [Leggi le specifiche dell'aggiornamento di Altair](https://github.com/ethereum/consensus-specs/tree/dev/specs/altair) +- [Leggi le specifiche dell'aggiornamento di Altair](https://github.com/ethereum/consensus-specs/tree/master/specs/altair) #### Curiosità! {#altair-fun-fact} diff --git a/public/content/translations/it/governance/index.md b/public/content/translations/it/governance/index.md index 9de6e771ca6..fa7cfdd94bd 100644 --- a/public/content/translations/it/governance/index.md +++ b/public/content/translations/it/governance/index.md @@ -177,6 +177,6 @@ La governance in Ethereum non è definita rigidamente. I vari partecipanti della - [Note sulla Governance della Blockchain](https://vitalik.eth.limo/general/2017/12/17/voting.html) - _Vitalik Buterin_ - [Come funziona la governance di Ethereum?](https://cryptotesters.com/blog/ethereum-governance) – _Cryptotester_ - [Come funziona la governance di Ethereum](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) – _Micah Zoltu_ -- [Cos'è uno sviluppatore core di Ethereum?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ +- [Cos'è uno sviluppatore core di Ethereum?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ - [Governance, Parte 2: La plutocrazia non va ancora beene](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) - _Vitalik Buterin_ - [Andando oltre la governance di voto con moneta](https://vitalik.eth.limo/general/2021/08/16/voting3.html) - _Vitalik Buterin_ diff --git a/public/content/translations/it/whitepaper/index.md b/public/content/translations/it/whitepaper/index.md index 41bdbbec199..9be50ab7df3 100644 --- a/public/content/translations/it/whitepaper/index.md +++ b/public/content/translations/it/whitepaper/index.md @@ -508,10 +508,10 @@ Il concetto di funzione di transizione arbitraria tra stati implementato dal pro 16. [GHOST](https://eprint.iacr.org/2013/881.pdf) 17. [StorJ e agenti autonomi, Jeff Garzik](http://garzikrants.blogspot.ca/2013/01/storj-and-bitcoin-autonomous-agents.html) 18. [Mike Hearn sulla proprietà intelligente al Turing Festival](https://www.youtube.com/watch?v=MVyv4t0OKe4) -19. [Ethereum RLP](https://web.archive.org/web/20250427212320/https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-RLP) -20. [Alberi di Merkle e Patricia di Ethereum](https://web.archive.org/web/20250427212320/https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-Patricia-Tree) +19. [Ethereum RLP](https://web.archive.org/web/20250427212320/https://ethereum.org/whitepaper//%5BEnglish%5D-RLP) +20. [Alberi di Merkle e Patricia di Ethereum](https://web.archive.org/web/20250427212320/https://ethereum.org/whitepaper//%5BEnglish%5D-Patricia-Tree) 21. [Peter Todd sugli alberi della somma Merkle](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_Per la storia del whitepaper, vedere [questo wiki](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md)._ +_Per la storia del whitepaper, vedere [questo wiki](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/)._ _Ethereum, come molti progetti di software open source basati su una comunità, si è evoluto dal suo lancio iniziale. Per conoscere gli ultimi sviluppi di Ethereum e come vengono apportate modifiche al protocollo, consigliamo di consultare [questa guida](/learn/)._ diff --git a/public/content/translations/ja/community/events/organizing/index.md b/public/content/translations/ja/community/events/organizing/index.md index e4e94a2931a..b65cd677da7 100644 --- a/public/content/translations/ja/community/events/organizing/index.md +++ b/public/content/translations/ja/community/events/organizing/index.md @@ -218,4 +218,3 @@ Twitterスペース: 記事: - [Danny H.によるETHKLの構築](https://sekto.tech/ethkl24) -- [POKTイベントプレイブック](https://docs.pokt.network/community/pokt-events-playbook) diff --git a/public/content/translations/ja/community/grants/index.md b/public/content/translations/ja/community/grants/index.md index 08adb247f27..c0b3a9d6aab 100644 --- a/public/content/translations/ja/community/grants/index.md +++ b/public/content/translations/ja/community/grants/index.md @@ -30,7 +30,6 @@ lang: ja これらの一般的なプラットフォームは、Web3空間全体の助成金を幅広くカバーしており、資金調達先を探している人にとって有用な出発点となります: -- [Blockworks Grantfarm](https://blockworks.co/grants/programs) - _Blockworksは、すべての助成金、RFP、バグ報奨金の包括的なディレクトリをまとめています。_ - [Blockchain Grants](https://www.blockchaingrants.org/) - _ブロックチェーンと暗号資産の助成金ディレクトリ_ - [Karma Funding Map](https://gap.karmahq.xyz/funding-map) - すべてのWeb3助成金プログラムのディレクトリ、毎週更新 diff --git a/public/content/translations/ja/community/online/index.md b/public/content/translations/ja/community/online/index.md index ada756af2ad..fbca26d8e65 100644 --- a/public/content/translations/ja/community/online/index.md +++ b/public/content/translations/ja/community/online/index.md @@ -51,7 +51,7 @@ lang: ja EthStaker Discord - 既存および潜在的なステーカーのための、コミュニティによるガイダンス、教育、サポート、リソース Ethereum.org website team - チームやコミュニティの人々と一緒にethereum.orgのWeb開発やデザインについてチャットしましょう Matos Discord - ビルダー、業界の重鎮、イーサリアムの愛好家が集まるWeb3クリエイターコミュニティ。 Web3開発、設計、文化に熱心です。 ぜひ一緒に開発しましょう。 -Solidity Gitter - Solidity開発のためのチャット (Gitter) +Solidity Matrix - Solidity開発のためのチャット (Gitter) Solidity Matrix - Solidity開発のためのチャット (Matrix) Ethereum Stack Exchange - 質問と回答のフォーラム Peera Community Forum - 分散型の質問と回答のフォーラム diff --git a/public/content/translations/ja/community/support/index.md b/public/content/translations/ja/community/support/index.md index 0af78c2d31a..72f2969317a 100644 --- a/public/content/translations/ja/community/support/index.md +++ b/public/content/translations/ja/community/support/index.md @@ -68,7 +68,7 @@ lang: ja 下記は人気があるものの例です。 -- [Solidity](https://gitter.im/ethereum/solidity) +- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/ja/contributing/adding-staking-products/index.md b/public/content/translations/ja/contributing/adding-staking-products/index.md index 8c0c299d76f..c79a0c2e6aa 100644 --- a/public/content/translations/ja/contributing/adding-staking-products/index.md +++ b/public/content/translations/ja/contributing/adding-staking-products/index.md @@ -165,7 +165,7 @@ ethereum.orgへの製品の掲載は、1つの要因で決められるもので 上記の[掲載基準](#criteria-for-inclusion)をもとに、各製品・サービスの累積スコアを算出します。 これは、一定の客観的基準を満たした製品の掲載と掲載順を決める手段として使われます。 証拠が提供された基準が多ければ、製品の表示順序が上がります。同点の場合は、ロード時にランダムで表示されます。 -これらの基準のコードロジックと重みは、現在、リポジトリ内の[このJavaScriptコンポーネント](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid.js#L350)に含まれています。 +これらの基準のコードロジックと重みは、現在、リポジトリ内の[このJavaScriptコンポーネント](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid/index.tsx#L350)に含まれています。 ## 製品・サービスの追加 {#add-product} diff --git a/public/content/translations/ja/desci/index.md b/public/content/translations/ja/desci/index.md index e12a7708586..6a24b3536be 100644 --- a/public/content/translations/ja/desci/index.md +++ b/public/content/translations/ja/desci/index.md @@ -102,7 +102,6 @@ Web3の様式を活用することで科学データへのアクセスが大幅 - [OceanDAO: データ関連科学のためのDAOによる資金調達](https://oceanprotocol.com/) - [Opscientia: オープンな分散型科学ワークフロー](https://opsci.io/research/) - [Bio.xyz: バイオテクノロジーDAOまたはDeSciプロジェクトのための資金調達](https://www.bio.xyz/) -- [Fleming Protocol: 協調的な生物医学的発見を促進するオープンソースのデータエコノミー](http://flemingprotocol.io/) - [Active Inference Institute](https://www.activeinference.org/) - [IdeaMarkets: 分散型科学の信頼性を実現](https://ideamarket.io/) - [DeSci Labs](https://www.desci.com/) diff --git a/public/content/translations/ja/developers/docs/frameworks/index.md b/public/content/translations/ja/developers/docs/frameworks/index.md index 3018cf30898..a866f147b88 100644 --- a/public/content/translations/ja/developers/docs/frameworks/index.md +++ b/public/content/translations/ja/developers/docs/frameworks/index.md @@ -120,8 +120,6 @@ lang: ja **Catapulta -** **_マルチチェーンのスマートコントラクトデプロイツール。ブロックエクスプローラーでの検証の自動化、デプロイ済みスマートコントラクトの追跡、デプロイレポートの共有、FoundryおよびHardhatプロジェクトへのプラグアンドプレイに対応。_** -- [ウェブサイト](https://catapulta.sh/) -- [ドキュメント](https://catapulta.sh/docs) - [GitHub](https://github.com/catapulta-sh) **GoldRush (powered by Covalent) -** **_GoldRushは、デベロッパー、アナリスト、企業向けに、最も包括的なブロックチェーンデータAPIスイートを提供します。 DeFiダッシュボード、ウォレット、取引ボット、AIエージェント、コンプライアンスプラットフォームのいずれを構築している場合でも、データAPIは、必要不可欠なオンチェーンデータへの高速で正確、かつデベロッパーフレンドリーなアクセスを提供します_** diff --git a/public/content/translations/ja/developers/docs/mev/index.md b/public/content/translations/ja/developers/docs/mev/index.md index e94d09bd59d..053bcde275e 100644 --- a/public/content/translations/ja/developers/docs/mev/index.md +++ b/public/content/translations/ja/developers/docs/mev/index.md @@ -180,7 +180,7 @@ PBS(提案者と作成者の分離)は、MEVの抽出に伴う悪影響を 5. ビルダーAPIを使用するバリデータの場合でも、ブロックビルダーが迅速に対応しない場合にブロック提案に伴う報酬が受け取れない場合を避けるために、ローカルでブロックを構築する必要があります。 しかし、バリデータは、公開されたトランザクションや別のセットを使って別のブロックを作成することはできません。これは_二重署名_(同じスロット内で2つのブロックに署名すること)に相当し、スラッシング対象の違反行為だからです。 -ビルダーAPIの実装例として、イーサリアムに対するMEVの悪影響を抑制するために設計された[Flashbotsオークションメカニズム](https://docs.flashbots.net/Flashbots-auction/overview)の改良版である[MEV Boost](https://github.com/flashbots/mev-boost)があります。 フラッシュボットのオークションは、プルーフ・オブ・ステークにおいて、バリデータが利益を生むブロックの構築作業を、**サーチャー**と呼ばれる専門のパーティーに委託できる仕組みです。 +ビルダーAPIの実装例として、イーサリアムに対するMEVの悪影響を抑制するために設計された[Flashbotsオークションメカニズム](https://docs.flashbots.net/flashbots-auction/overview)の改良版である[MEV Boost](https://github.com/flashbots/mev-boost)があります。 フラッシュボットのオークションは、プルーフ・オブ・ステークにおいて、バリデータが利益を生むブロックの構築作業を、**サーチャー**と呼ばれる専門のパーティーに委託できる仕組みです。 ![MEVフローを詳細に示す図](./mev.png) サーチャーは、利益を生むMEVの機会を探し、ブロック提案者に対して、ブロックに含めてもらうための[シールドプライス入札](https://en.wikipedia.org/wiki/First-price_sealed-bid_auction)と共にトランザクションバンドルを送ります。 MEV-gethを実行しているバリデータは、go-ethereum (Geth) クライアントのフォーク版で、最も利益の高いバンドルを選び、それを新しいブロックに含めるだけで済みます。 ブロック提案者(バリデータ)をスパムや無効なトランザクションから保護するため、トランザクションバンドルは提案者に届く前に**リレイヤー**を通過して検証されます。 diff --git a/public/content/translations/ja/developers/docs/networks/index.md b/public/content/translations/ja/developers/docs/networks/index.md index a2e03f03b15..9d43f66dcaf 100644 --- a/public/content/translations/ja/developers/docs/networks/index.md +++ b/public/content/translations/ja/developers/docs/networks/index.md @@ -158,7 +158,7 @@ Holeskyテストネットは2025年9月をもって非推奨となります。 ##### リソース -- [Starkscan](https://sepolia.starkscan.co/) +- [Voyager Sepolia Scan](https://sepolia.voyager.online/) ##### フォーセット diff --git a/public/content/translations/ja/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/ja/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index 65adaa8cab2..fc8be99661b 100644 --- a/public/content/translations/ja/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/ja/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -272,7 +272,6 @@ sidebarDepth: 2 - 無料で開始 - [**NOWNodes**](https://nownodes.io/) - - [ドキュメント](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - 機能 - 50以上のブロックチェーンノードへのアクセス - APIキー無料 @@ -283,11 +282,10 @@ sidebarDepth: 2 - 共有、アーカイブ、バックアップ、専用ノード - [**Pocket Network**](https://www.pokt.network/) - - [ドキュメント](https://docs.pokt.network/home/) + - [ドキュメント](https://docs.pokt.network/) - 機能 - 分散型RPCプロトコルとマーケットプレイス - 1日あたり100万件のリクエストができる無料ティア(エンドポイントあたり最大2件) - - [公開エンドポイント](https://docs.pokt.network/developers/public-endpoints) - プレステーク+プログラム(1日に100万件を超えるリクエストが必要な場合) - 15以上のブロックチェーン対応 - アプリケーションへのサービスでPOKTを獲得する6400以上のノード diff --git a/public/content/translations/ja/developers/docs/programming-languages/python/index.md b/public/content/translations/ja/developers/docs/programming-languages/python/index.md index 25375f5a860..923891d1458 100644 --- a/public/content/translations/ja/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/ja/developers/docs/programming-languages/python/index.md @@ -35,7 +35,7 @@ incomplete: true ## 中級者向けの記事 {#intermediate-articles} - [web3.pyの仲間たち: Ape入門](https://snakecharmers.ethereum.org/intro-to-ape/) -- [Pythonプログラマーのためのdapp開発](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [Pythonプログラマーのためのdapp開発](https://www.youtube.com/watch?v=tE-8bG35VNw) - [Pythonイーサリアムインターフェースの作成: パート1](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [Pythonによるイーサリアムスマートコントラクト: (ほぼ)完全ガイド](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) @@ -87,7 +87,7 @@ incomplete: true - [Curve](https://www.curve.finance/)および[Curveスマートコントラクトリポジトリ](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/)および[Brownieツールチェーンを使用したスマートコントラクト](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/)は、[べスティングコントラクトの管理とデプロイにPythonを使用](https://github.com/sushiswap/sushi-vesting-protocols)しています -- Alpha Homoraで有名な[Alpha Finance](https://alphafinance.io/)は、[スマートコントラクトのテストとデプロイにBrownieを使用](https://github.com/AlphaFinanceLab/alpha-staking-contract)しています +- Alpha Homoraで有名な[Alpha Venture DAO](https://alphaventuredao.io/)は、[スマートコントラクトのテストとデプロイにBrownieを使用](https://github.com/AlphaFinanceLab/alpha-staking-contract)しています ## Pythonコミュニティディスカッション {#python-community-contributors} diff --git a/public/content/translations/ja/developers/docs/scaling/state-channels/index.md b/public/content/translations/ja/developers/docs/scaling/state-channels/index.md index e10fade9c55..f74ef649cea 100644 --- a/public/content/translations/ja/developers/docs/scaling/state-channels/index.md +++ b/public/content/translations/ja/developers/docs/scaling/state-channels/index.md @@ -255,7 +255,7 @@ sidebarDepth: 3 - [イーサリアムのレイヤー2スケーリングソリューションを理解する:ステートチャネル、Plasma、Truebit](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _– Josh Stark、2018年2月12日_ - [ステートチャネル - 解説](https://www.jeffcoleman.ca/state-channels/) _2015年11月6日 - Jeff Coleman_ -- [ステートチャネルの基礎](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [ステートチャネルの基礎](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [ブロックチェーンステートチャネル:最新技術](https://ieeexplore.ieee.org/document/9627997) _役に立つコミュニティリソースを知っていますか? Edit this page and add it!_ diff --git a/public/content/translations/ja/developers/docs/scaling/validium/index.md b/public/content/translations/ja/developers/docs/scaling/validium/index.md index 012b3d6d2e2..7dd38be5c7f 100644 --- a/public/content/translations/ja/developers/docs/scaling/validium/index.md +++ b/public/content/translations/ja/developers/docs/scaling/validium/index.md @@ -162,5 +162,5 @@ Validiumは、すべてのトランザクションデータをオフチェーン - [Validiumとレイヤー2 Two-By-Two — 第99号](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two) - [ZKロールアップ vs Validium](https://blog.matter-labs.io/zkrollup-vs-validium-starkex-5614e38bc263) - [Volitionと新たなデータ可用性スペクトラム](https://medium.com/starkware/volition-and-the-emerging-data-availability-spectrum-87e8bfa09bb) -- [ロールアップ、Validium、Volition:最新のイーサリアムスケーリングソリューションについて学ぶ](https://www.defipulse.com/blog/rollups-validiums-and-volitions-learn-about-the-hottest-ethereum-scaling-solutions) +- [ロールアップ、Validium、Volition:最新のイーサリアムスケーリングソリューションについて学ぶ](https://medium.com/coinmonks/rollups-vs-validiums-vs-volitions-d76300170f4a) - [イーサリアムロールアップ実践ガイド](https://web.archive.org/web/20241108192208/https://research.2077.xyz/the-practical-guide-to-ethereum-rollups) diff --git a/public/content/translations/ja/developers/docs/smart-contracts/languages/index.md b/public/content/translations/ja/developers/docs/smart-contracts/languages/index.md index 121a788b1d3..e6797088d27 100644 --- a/public/content/translations/ja/developers/docs/smart-contracts/languages/index.md +++ b/public/content/translations/ja/developers/docs/smart-contracts/languages/index.md @@ -37,7 +37,7 @@ Remix IDEは、SolidityとVyperの両方でコントラクトを作成および - [Solidity言語ポータル](https://soliditylang.org/) - [Solidity by Example](https://docs.soliditylang.org/en/latest/solidity-by-example.html) - [GitHub](https://github.com/ethereum/solidity/) -- [Solidity Gitterチャットルーム](https://gitter.im/ethereum/solidity) ([Solidity Matrixチャットルーム](https://matrix.to/#/#ethereum_solidity:gitter.im)にブリッジ接続) +- [Solidity Matrixチャットルーム](https://gitter.im/ethereum/solidity) ([Solidity Matrixチャットルーム](https://matrix.to/#/#ethereum_solidity:gitter.im)にブリッジ接続) - [チートシート](https://reference.auditless.com/cheatsheet) - [Solidityブログ](https://blog.soliditylang.org/) - [SolidityのTwitter](https://twitter.com/solidity_lang) diff --git a/public/content/translations/ja/developers/docs/smart-contracts/security/index.md b/public/content/translations/ja/developers/docs/smart-contracts/security/index.md index 84e92fcff2f..fcb4beeb87c 100644 --- a/public/content/translations/ja/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/ja/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -アカウントに資金を送る「プッシュ型決済」システムではなく、ユーザーがスマートコントラクトから資金を引き出す必要がある「[プル型決済](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment)」システムを利用することもできます。 これにより、不明なアドレスで不注意にコードをトリガーする可能性を取り除けます (特定のDoS攻撃も防げます) 。 +アカウントに資金を送る「プッシュ型決済」システムではなく、ユーザーがスマートコントラクトから資金を引き出す必要がある「[プル型決済](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment)」システムを利用することもできます。 これにより、不明なアドレスで不注意にコードをトリガーする可能性を取り除けます (特定のDoS攻撃も防げます) 。 #### 整数アンダーフローとオーバーフロー {#integer-underflows-and-overflows} diff --git a/public/content/translations/ja/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/translations/ja/developers/tutorials/run-node-raspberry-pi/index.md index f4d0dd0b0c1..fef3941f207 100644 --- a/public/content/translations/ja/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/translations/ja/developers/tutorials/run-node-raspberry-pi/index.md @@ -64,7 +64,7 @@ shasum -a 256 ethonarm_22.04.00.img.zip # ハッシュ出力は次のようになります: fb497e8f8a7388b62d6e1efbc406b9558bee7ef46ec7e53083630029c117444f ``` -Rock 5BおよびOdroid M1ボード用のイメージは、Ethereum-on-Armの[ダウンロードページ](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/quick-guide/download-and-install.html)で入手できます。 +Rock 5BおよびOdroid M1ボード用のイメージは、Ethereum-on-Armの[ダウンロードページ](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/)で入手できます。 ## MicroSDへの書き込み {#flashing-the-microsd} @@ -158,7 +158,7 @@ sudo systemctl start lighthouse-validator ## 詳細 {#more-details} -このページでは、Raspberry Piを使用してGeth-Lighthouseノードとバリデータを設定する方法の概要について説明しました。 より詳細な手順は、[Ethereum-on-Armウェブサイト](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/index.html)で入手できます。 +このページでは、Raspberry Piを使用してGeth-Lighthouseノードとバリデータを設定する方法の概要について説明しました。 より詳細な手順は、[Ethereum-on-Armウェブサイト](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/)で入手できます。 ## フィードバックのお願い {#feedback-appreciated} @@ -177,7 +177,7 @@ Raspberry Piには膨大なユーザーベースがあり、イーサリアム 8. https://www.hyperledger.org/projects/besu 9. https://github.com/prysmaticlabs/prysm 10. https://lighthouse.sigmaprime.io -11. https://ethersphere.github.io/swarm-home +11. https://docs.ethswarm.org/ 12. https://raiden.network 13. https://ipfs.io 14. https://status.im diff --git a/public/content/translations/ja/ethereum-forks/index.md b/public/content/translations/ja/ethereum-forks/index.md index e9471f2b3ae..53786fe1e8e 100644 --- a/public/content/translations/ja/ethereum-forks/index.md +++ b/public/content/translations/ja/ethereum-forks/index.md @@ -118,7 +118,7 @@ Ethereumの基礎となるソフトウェアは二つに分けることができ - [Pectra.wtf](https://pectra.wtf) - [Pectraがステーキング体験を向上させる方法](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) -- [Electraアップグレードの仕様を読む](https://github.com/ethereum/consensus-specs/blob/master/specs/electra/) +- [Electraアップグレードの仕様を読む](https://github.com/ethereum/consensus-specs/tree/master/specs/electra/) - [Prague-Electra(「Pectra」) FAQ](/roadmap/pectra/) @@ -171,7 +171,7 @@ EIP-7514では、バリデータがネットワークに参加できる「チャ -- [Denebアップグレードの仕様を読む](https://github.com/ethereum/consensus-specs/blob/master/specs/deneb/) +- [Denebアップグレードの仕様を読む](https://github.com/ethereum/consensus-specs/tree/master/specs/deneb/) - [Cancun-Deneb(「Dencun」) FAQ](/roadmap/dencun/) @@ -208,7 +208,7 @@ EIP-7514では、バリデータがネットワークに参加できる「チャ また、このアップグレードによって、自動アカウントスイープ機能も実装され、バリデータアカウントを継続的に処理し、報酬の支払いや全額引き出しができるようになりました。 - [ステーキング出金について詳しく](/staking/withdrawals/). -- [Capellaアップグレードの仕様を読む](https://github.com/ethereum/consensus-specs/blob/master/specs/capella/) +- [Capellaアップグレードの仕様を読む](https://github.com/ethereum/consensus-specs/tree/master/specs/capella/) @@ -242,7 +242,7 @@ Parisアップグレードは、プルーフ・オブ・ワーク・ブロック Bellatrixアップグレードは、[ビーコンチェーン](/roadmap/beacon-chain)で2番目に予定されていたアップグレードで、チェーンを[The Merge](/roadmap/merge/)に備えさせるものでした。 これにより、バリデータのペナルティを、非アクティブおよびスラッシング可能な違反に対して完全な値にしました。 ベラトリックスには、マージ向けチェーンと、最後のプルーフ・オブ・ワークのブロックから最初のプルーフ・オブ・ステークのブロックへの移行を準備するためのフォーク選択ルールのアップデートも含まれます。 これには、コンセンサスクライアントに58750000000000000000000の[最終合計難易度(Terminal Total Difficulty)](/glossary/#terminal-total-difficulty)を認識させることが含まれます。 -- [Bellatrixアップグレードの仕様を読む](https://github.com/ethereum/consensus-specs/tree/dev/specs/bellatrix) +- [Bellatrixアップグレードの仕様を読む](https://github.com/ethereum/consensus-specs/tree/master/specs/bellatrix) --- @@ -295,7 +295,7 @@ Arrow Glacierネットワークアップグレードは、[ディフィカルテ Altairアップグレードは、[ビーコンチェーン](/roadmap/beacon-chain)で最初に予定されていたアップグレードです。 ライトクライアントをサポートするための「同期委員会」を追加しました。また、マージに向けた開発が進むにつれて、バリデータの非アクティブ化とスラッシングのペナルティが増加しました。 -- [Altairアップグレードの仕様を読む](https://github.com/ethereum/consensus-specs/tree/dev/specs/altair) +- [Altairアップグレードの仕様を読む](https://github.com/ethereum/consensus-specs/tree/master/specs/altair) #### 豆知識! {#altair-fun-fact} diff --git a/public/content/translations/ja/governance/index.md b/public/content/translations/ja/governance/index.md index 53179036298..43414c696b8 100644 --- a/public/content/translations/ja/governance/index.md +++ b/public/content/translations/ja/governance/index.md @@ -177,7 +177,7 @@ The DAOハッキング事件をもっと見る - [ブロックチェーンのガバナンスに関する注記](https://vitalik.eth.limo/general/2017/12/17/voting.html) - _Vitalik Buterin_ - [イーサリアムのガバナンスの仕組み](https://cryptotesters.com/blog/ethereum-governance) – _Cryptotesters_ - [イーサリアムのガバナンスの仕組み](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) – _Micah Zoltu_ -- [イーサリアムのコアデベロッパーとは?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ +- [イーサリアムのコアデベロッパーとは?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ - [ガバナンス、パート2: 金権政治はやはり良くない](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) - _Vitalik Buterin_ - [コイン投票ガバナンスからの脱却](https://vitalik.eth.limo/general/2021/08/16/voting3.html) - _Vitalik Buterin_ - [ブロックチェーンのガバナンスを理解する](https://web.archive.org/web/20250124192731/https://research.2077.xyz/understanding-blockchain-governance) - _2077 Research_ diff --git a/public/content/translations/ja/roadmap/pectra/index.md b/public/content/translations/ja/roadmap/pectra/index.md index ad893d0065e..5936238d347 100644 --- a/public/content/translations/ja/roadmap/pectra/index.md +++ b/public/content/translations/ja/roadmap/pectra/index.md @@ -124,4 +124,4 @@ _イーサリアムPectraアップグレード: ステーカーが知ってお - [Pectra.wtf情報ページ](https://pectra.wtf) - [ステーカー体験を向上させるPectraの仕組み](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) - [EIP7702情報ページ](https://eip7702.io/) -- [Pectra開発ネットワーク](https://github.com/ethereum/pm/blob/master/Pectra/pectra-pm.md) +- [Pectra開発ネットワーク](https://github.com/ethereum/pm/blob/master/Network-Upgrade-Archive/Pectra/pectra-pm.md) diff --git a/public/content/translations/ja/whitepaper/index.md b/public/content/translations/ja/whitepaper/index.md index 9211d98b596..77e9b5a36b0 100644 --- a/public/content/translations/ja/whitepaper/index.md +++ b/public/content/translations/ja/whitepaper/index.md @@ -520,6 +520,6 @@ _通貨発行は線形であるにもかかわらず、Bitcoinと同様に、時 20. [Ethereumマークルパトリシアツリー](/developers/docs/data-structures-and-encoding/patricia-merkle-trie/) 21. [マークルサムツリーに関するPeter Toddの論文](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_ホワイトペーパーの歴史については、[このwiki](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md)を参照してください。_ +_ホワイトペーパーの歴史については、[このwiki](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/)を参照してください。_ 多くのコミュニティ主導のオープンソースソフトウェアプロジェクトと同様に、イーサリアムは開始当初から進化してきました。 _Ethereumの最新の開発動向や、プロトコルへの変更がどのように行われるかについて学ぶには、[こちらのガイド](/learn/)をお勧めします。_ diff --git a/public/content/translations/ko/decentralized-identity/index.md b/public/content/translations/ko/decentralized-identity/index.md index 864dd4ccc00..3a10643af6a 100644 --- a/public/content/translations/ko/decentralized-identity/index.md +++ b/public/content/translations/ko/decentralized-identity/index.md @@ -131,7 +131,7 @@ DID는 블록체인에 저장되기 때문에 누구든지 이더리움에서 ### 1. 보편적 로그인 {#universal-dapp-logins} -분산형 신원 증명은 비밀번호 기반 로그인을 [탈중앙화 인증](https://www.ibm.com/blogs/blockchain/2018/10/decentralized-identity-an-alternative-to-password-based-authentication/)으로 대체할 수 있게 합니다. 서비스 제공자는 사용자에게 증명을 발행할 수 있으며, 해당 증명은 이더리움 지갑에 저장됩니다. 증명의 예시로, 소유자가 특정 온라인 커뮤니티에 액세스할 수 있게 하는 [NFT](/nft/)가 있을 수 있습니다. +분산형 신원 증명은 비밀번호 기반 로그인을 [탈중앙화 인증](https://docs.verify.ibm.com/verify/docs/use-cases-decentralized-identity)으로 대체할 수 있게 합니다. 서비스 제공자는 사용자에게 증명을 발행할 수 있으며, 해당 증명은 이더리움 지갑에 저장됩니다. 증명의 예시로, 소유자가 특정 온라인 커뮤니티에 액세스할 수 있게 하는 [NFT](/nft/)가 있을 수 있습니다. 그 후 [이더리움 로그인](https://siwe.xyz/) 기능은 서버가 사용자의 이더리움 계정을 확인하고 해당 계정 주소로부터 필요한 증명 정보를 가져올 수 있도록 합니다. 즉, 사용자는 긴 비밀번호를 기억하지 않고도 플랫폼이나 웹사이트에 액세스할 수 있으며, 이는 사용자의 온라인 환경을 향상합니다. diff --git a/public/content/translations/ko/energy-consumption/index.md b/public/content/translations/ko/energy-consumption/index.md index a303e192ced..10fc544dfd6 100644 --- a/public/content/translations/ko/energy-consumption/index.md +++ b/public/content/translations/ko/energy-consumption/index.md @@ -44,7 +44,7 @@ lang: ko 네트워크를 보호하는 이 메커니즘은 여러 이유로 문제가 있습니다. 첫째, 채굴자는 더 강력한 하드웨어에 투자하여 갈수록 전력이 많이 드는 채굴 장비를 구하는 채굴자 간의 군비 경쟁 조건을 만들어 성공 확률을 높입니다. 이는 네트워크의 에너지 소비량을 증가시키고 하드웨어 폐기물을 생성했습니다. 둘째, 이더리움의 작업 증명 프로토콜(지분 증명 전환하기 전) 연간 총 전력 소비량은 대략 핀란드[^1]와 같고 탄소 발자국은 스위스[^1]와 비슷합니다. -지분 증명은 채굴자 대신 검증자를 사용합니다. 검증자는 에너지 소비로 자산을 미리 지출하지 않고 부정직한 행위를 막기 위한 담보로 ETH를 스테이킹한다는 점을 제외하면 채굴자와 같은 기능을 합니다. 검증자가 문제를 일으키면 이 스테이킹된 ETH는 파괴됩니다. 더 나쁜 행위에는 더 심한 패널티가 주어집니다. 이는 큰 에너지 소비 없이 네트워크를 보호하는 것에 활발하고 정직하게 참여하도록 장려합니다. 작업 증명 네트워크를 보호하는 데에 쓰는 거의 모든 에너지가 채굴 알고리즘에서 나왔기 때문에 지분 증명 전환으로 에너지 소비가 크게 줄었습니다. 지분 증명 아래에서 더욱 강력한 하드웨어에 투자하여 얻을 수 있는 이득이 없으므로, 군비 경쟁 상황이 없고 전자기기 폐기물이 더 적습니다. 이더리움 검증자는 일반적인 노트북이나 [라즈베리 파이](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/user-guide/ethereum2.0.html) 같은 저전력 장치에서 실행할 수 있습니다. +지분 증명은 채굴자 대신 검증자를 사용합니다. 검증자는 에너지 소비로 자산을 미리 지출하지 않고 부정직한 행위를 막기 위한 담보로 ETH를 스테이킹한다는 점을 제외하면 채굴자와 같은 기능을 합니다. 검증자가 문제를 일으키면 이 스테이킹된 ETH는 파괴됩니다. 더 나쁜 행위에는 더 심한 패널티가 주어집니다. 이는 큰 에너지 소비 없이 네트워크를 보호하는 것에 활발하고 정직하게 참여하도록 장려합니다. 작업 증명 네트워크를 보호하는 데에 쓰는 거의 모든 에너지가 채굴 알고리즘에서 나왔기 때문에 지분 증명 전환으로 에너지 소비가 크게 줄었습니다. 지분 증명 아래에서 더욱 강력한 하드웨어에 투자하여 얻을 수 있는 이득이 없으므로, 군비 경쟁 상황이 없고 전자기기 폐기물이 더 적습니다. 이더리움 검증자는 일반적인 노트북이나 [라즈베리 파이](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) 같은 저전력 장치에서 실행할 수 있습니다. [이더리움이 지분 증명을 구현하는 방법](/developers/docs/consensus-mechanisms/pos)과 작업 증명과 지분 증명의 차이점에 대해서 자세히 알아보세요. diff --git a/public/content/translations/ko/governance/index.md b/public/content/translations/ko/governance/index.md index 6db76eb5b5c..659060c256a 100644 --- a/public/content/translations/ko/governance/index.md +++ b/public/content/translations/ko/governance/index.md @@ -177,6 +177,6 @@ DAO 해킹에 대해 자세히 보기: - [블록체인 운영 방식에 대한 설명](https://vitalik.eth.limo/general/2017/12/17/voting.html) - _비탈릭 부테린_ - [이더리움 운영 방식은 어떻게 작동합니까?](https://cryptotesters.com/blog/ethereum-governance) – _크립토테스터스_ - [어떻게 이더리움 운영 방식이 작동하는가](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) – _미카 졸투_ -- [이더리움 코어 개발자란 무엇인가요?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) - _허드슨 제임슨_ +- [이더리움 코어 개발자란 무엇인가요?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) - _허드슨 제임슨_ - [운영 방식, 2부: 금권정치는 아직도 나쁘다](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) - _비탈릭 부테린_ - [코인 투표 운영 방식을 넘어서](https://vitalik.eth.limo/general/2021/08/16/voting3.html) - _비탈릭 부테린_ diff --git a/public/content/translations/ko/whitepaper/index.md b/public/content/translations/ko/whitepaper/index.md index c0eaa5cf448..db7d22c1009 100644 --- a/public/content/translations/ko/whitepaper/index.md +++ b/public/content/translations/ko/whitepaper/index.md @@ -508,10 +508,10 @@ _연속적인 통화 발행에도 불구하고, 공급 증가율은 비트코인 16. [GHOST](https://eprint.iacr.org/2013/881.pdf) 17. [StorJ 와 자동화된 에이전트, Jeff Garzik](http://garzikrants.blogspot.ca/2013/01/storj-and-bitcoin-autonomous-agents.html) 18. [튜링 페스티벌에서 스마트 프로퍼티에 대한 Mike Hearn](http://www.youtube.com/watch?v=Pu4PAMFPo5Y) -19. [이더리움 RLP](https://web.archive.org/web/20250427212320/https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-RLP) -20. [이더리움 머클 패트리시아 트리](https://web.archive.org/web/20250427212320/https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-Patricia-Tree) +19. [이더리움 RLP](https://web.archive.org/web/20250427212320/https://ethereum.org/whitepaper//%5BEnglish%5D-RLP) +20. [이더리움 머클 패트리시아 트리](https://web.archive.org/web/20250427212320/https://ethereum.org/whitepaper//%5BEnglish%5D-Patricia-Tree) 21. [Peter Todd 의 머클 합 트리](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_본 백서의 역사를 알고 싶으면, [this wiki](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md)를 참조하십시오._ +_본 백서의 역사를 알고 싶으면, [this wiki](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/)를 참조하십시오._ _여러가지의 커뮤니티 기반 오픈소스 소프트웨어 프로젝트와 마찬가지로, 이더리움은 초기 등장 이후로 발전해왔습니다. 이더리움의 최신 개발 동향과 프로토콜이 어떻게 바뀌었는지에 대해 알고 싶으시다면, [this guide](/learn/)를 추천드립니다._ diff --git a/public/content/translations/mr/community/events/organizing/index.md b/public/content/translations/mr/community/events/organizing/index.md index b4e87d4e6d0..15a4560ea6c 100644 --- a/public/content/translations/mr/community/events/organizing/index.md +++ b/public/content/translations/mr/community/events/organizing/index.md @@ -218,4 +218,3 @@ Ethereum कार्यक्रम आयोजित करण्यासा लेख: - [Building ETHKL, डॅनी एच. द्वारे](https://sekto.tech/ethkl24) -- [POKT इव्हेंट्स प्लेबुक](https://docs.pokt.network/community/pokt-events-playbook) diff --git a/public/content/translations/mr/community/grants/index.md b/public/content/translations/mr/community/grants/index.md index 734e323df9a..2d3d53875de 100644 --- a/public/content/translations/mr/community/grants/index.md +++ b/public/content/translations/mr/community/grants/index.md @@ -30,7 +30,6 @@ lang: mr हे सामान्य प्लॅटफॉर्म संपूर्ण Web3 स्पेसमध्ये अनुदानांचे विस्तृत कव्हरेज देतात आणि निधी शोधणाऱ्या कोणासाठीही उपयुक्त प्रारंभ बिंदू आहेत: -- [Blockworks Grantfarm](https://blockworks.co/grants/programs) - _Blockworks ने सर्व अनुदान, RFPs आणि बग बाऊंटीजची एक सर्वसमावेशक डिरेक्टरी संकलित केली आहे._ - [Blockchain Grants](https://www.blockchaingrants.org/) - _ब्लॉकचेन आणि क्रिप्टो अनुदानांची डिरेक्टरी_ - [Karma Funding Map](https://gap.karmahq.xyz/funding-map) - सर्व web3 अनुदान कार्यक्रमांची डिरेक्टरी, साप्ताहिक आधारावर अद्यतनित diff --git a/public/content/translations/mr/community/online/index.md b/public/content/translations/mr/community/online/index.md index c93110dc1c4..f5c97509110 100644 --- a/public/content/translations/mr/community/online/index.md +++ b/public/content/translations/mr/community/online/index.md @@ -51,7 +51,7 @@ lang: mr EthStaker Discord - विद्यमान आणि संभाव्य स्टेकर्ससाठी समुदाय-चालित मार्गदर्शन, शिक्षण, समर्थन आणि संसाधने Ethereum.org website team - थांबा आणि टीम व समुदायातील लोकांसोबत ethereum.org वेब डेव्हलपमेंट आणि डिझाइनबद्दल गप्पा मारा Matos Discord - web3 निर्मात्यांचा समुदाय जिथे बिल्डर्स, औद्योगिक क्षेत्रातील प्रमुख व्यक्ती आणि Ethereum उत्साही एकत्र येतात. आम्ही web3 विकास, डिझाइन आणि संस्कृतीबद्दल उत्साही आहोत. आमच्यासोबत तयार करण्यासाठी या. -Solidity Gitter - solidity विकासासाठी चॅट (Gitter) +Solidity Matrix - solidity विकासासाठी चॅट (Gitter) Solidity Matrix - solidity विकासासाठी चॅट (Matrix) Ethereum Stack Exchange - प्रश्न आणि उत्तर मंच Peera Community Forum - विकेंद्रीकृत प्रश्न आणि उत्तर मंच diff --git a/public/content/translations/mr/community/support/index.md b/public/content/translations/mr/community/support/index.md index 111d65ea53e..cba52628d18 100644 --- a/public/content/translations/mr/community/support/index.md +++ b/public/content/translations/mr/community/support/index.md @@ -68,7 +68,7 @@ Ethereum मायनिंग आता शक्य नाही. जेव् येथे काही लोकप्रिय उदाहरणे आहेत: -- [Solidity](https://gitter.im/ethereum/solidity) +- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/mr/contributing/adding-staking-products/index.md b/public/content/translations/mr/contributing/adding-staking-products/index.md index 4a49125a238..037dff32b73 100644 --- a/public/content/translations/mr/contributing/adding-staking-products/index.md +++ b/public/content/translations/mr/contributing/adding-staking-products/index.md @@ -165,7 +165,7 @@ ethereum.org वर उत्पादन सूचीबद्ध करण् वरील [समावेशासाठी निकष](#criteria-for-inclusion) प्रत्येक उत्पादन किंवा सेवेसाठी एकत्रित स्कोअर मोजण्यासाठी वापरले जातात. हे विशिष्ट वस्तुनिष्ठ निकष पूर्ण करणारी उत्पादने क्रमवारी लावण्याचे आणि प्रदर्शित करण्याचे एक साधन म्हणून वापरले जाते. जितक्या अधिक निकषांसाठी पुरावा दिला जाईल, तितके उत्पादन उच्च क्रमाने लावले जाईल, आणि टाय झाल्यास लोड झाल्यावर रँडमाइझ केले जाईल. -या निकषांसाठी कोड लॉजिक आणि वेट्स सध्या आमच्या रेपोमधील [या JavaScript घटकामध्ये](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid.js#L350) आहेत. +या निकषांसाठी कोड लॉजिक आणि वेट्स सध्या आमच्या रेपोमधील [या JavaScript घटकामध्ये](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid/index.tsx#L350) आहेत. ## तुमचे उत्पादन किंवा सेवा जोडा {#add-product} diff --git a/public/content/translations/mr/desci/index.md b/public/content/translations/mr/desci/index.md index 6a929122fe5..e1552b030c6 100644 --- a/public/content/translations/mr/desci/index.md +++ b/public/content/translations/mr/desci/index.md @@ -102,7 +102,6 @@ Web3 पॅटर्नचा वापर करून वैज्ञानि - [OceanDAO: डेटा-संबंधित विज्ञानासाठी DAO-शासित निधीपुरवठा](https://oceanprotocol.com/) - [Opscientia: खुले विकेंद्रित विज्ञान वर्कफ्लो](https://opsci.io/research/) - [Bio.xyz: तुमच्या बायोटेक DAO किंवा desci प्रोजेक्टसाठी निधी मिळवा](https://www.bio.xyz/) -- [Fleming Protocol: ओपन-सोर्स डेटा इकॉनॉमी जी सहयोगी बायोमेडिकल शोधाला चालना देते](http.flemingprotocol.io/) - [Active Inference Institute](https://www.activeinference.org/) - [IdeaMarkets: विकेंद्रित वैज्ञानिक विश्वासार्हता सक्षम करणे](https://ideamarket.io/) - [DeSci Labs](https://www.desci.com/) diff --git a/public/content/translations/mr/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/mr/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index fc6cd29da83..db42f7bee29 100644 --- a/public/content/translations/mr/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/mr/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -272,7 +272,6 @@ sidebarDepth: 2 - विनामूल्य सुरुवात करा - [**NOWNodes**](https://nownodes.io/) - - [डॉक्स](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - वैशिष्ट्ये - ५०+ ब्लॉकचेन नोड्समध्ये प्रवेश - विनामूल्य API की @@ -283,11 +282,10 @@ sidebarDepth: 2 - सामायिक, आर्काइव्ह, बॅकअप आणि समर्पित नोड्स - [**Pocket Network**](https://www.pokt.network/) - - [डॉक्स](https://docs.pokt.network/home/) + - [डॉक्स](https://docs.pokt.network/) - वैशिष्ट्ये - विकेंद्रीकृत RPC प्रोटोकॉल आणि मार्केटप्लेस - प्रतिदिन १ दशलक्ष विनंत्या विनामूल्य टियर (प्रति एंडपॉइंट, कमाल २) - - [सार्वजनिक एंडपॉइंट्स](https://docs.pokt.network/developers/public-endpoints) - प्री-स्टेक+ प्रोग्राम (जर तुम्हाला दररोज १ दशलक्ष पेक्षा जास्त विनंत्यांची आवश्यकता असेल) - १५+ ब्लॉकचेन समर्थित - ६४००+ नोड्स ॲप्लिकेशन्सना सेवा देऊन POKT मिळवत आहेत diff --git a/public/content/translations/mr/developers/docs/programming-languages/python/index.md b/public/content/translations/mr/developers/docs/programming-languages/python/index.md index 53a27cdb588..30324d6c7a3 100644 --- a/public/content/translations/mr/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/mr/developers/docs/programming-languages/python/index.md @@ -35,7 +35,7 @@ incomplete: true ## मध्यम स्तरावरील लेख {#intermediate-articles} - [web3.py चे मित्र: Ape ची ओळख](https://snakecharmers.ethereum.org/intro-to-ape/) -- [पायथॉन प्रोग्रामर्ससाठी Dapp विकास](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [पायथॉन प्रोग्रामर्ससाठी Dapp विकास](https://www.youtube.com/watch?v=tE-8bG35VNw) - [पायथॉन इथेरियम इंटरफेस तयार करणे: भाग 1](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [पायथॉनमधील इथेरियम स्मार्ट कॉन्ट्रॅक्ट्स: एक सर्वसमावेशक(अंदाजे) मार्गदर्शक](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) @@ -87,7 +87,7 @@ incomplete: true - [Curve](https://www.curve.finance/) आणि [Curve स्मार्ट कॉन्ट्रॅक्ट्स रिपॉझिटरी](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) आणि [Brownie टूलचेन वापरणारे स्मार्ट कॉन्ट्रॅक्ट्स](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/) [त्यांच्या वेस्टिंग कॉन्ट्रॅक्ट्सच्या व्यवस्थापन आणि तैनातीमध्ये पायथॉन](https://github.com/sushiswap/sushi-vesting-protocols) वापरते -- [Alpha Finance](https://alphafinance.io/), जे Alpha Homora मुळे प्रसिद्ध आहे, [स्मार्ट कॉन्ट्रॅक्ट्सची चाचणी आणि तैनातीसाठी Brownie](https://github.com/AlphaFinanceLab/alpha-staking-contract) वापरते +- [Alpha Venture DAO](https://alphaventuredao.io/), जे Alpha Homora मुळे प्रसिद्ध आहे, [स्मार्ट कॉन्ट्रॅक्ट्सची चाचणी आणि तैनातीसाठी Brownie](https://github.com/AlphaFinanceLab/alpha-staking-contract) वापरते ## पायथॉन समुदाय चर्चा {#python-community-contributors} diff --git a/public/content/translations/mr/developers/docs/scaling/state-channels/index.md b/public/content/translations/mr/developers/docs/scaling/state-channels/index.md index 64f6d8f95b7..ef0273fccce 100644 --- a/public/content/translations/mr/developers/docs/scaling/state-channels/index.md +++ b/public/content/translations/mr/developers/docs/scaling/state-channels/index.md @@ -255,7 +255,7 @@ sidebarDepth: 3 - [इथेरियमच्या लेयर २ स्केलिंग सोल्यूशन्सचा अर्थ लावणे: स्टेट चॅनेल्स, प्लाझ्मा आणि ट्रूबीट](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _– जोश स्टार्क, १२ फेब्रुवारी २०१८_ - [स्टेट चॅनेल्स - एक स्पष्टीकरण](https://www.jeffcoleman.ca/state-channels/) _६ नोव्हेंबर २०१५ - जेफ कोलमन_ -- [स्टेट चॅनेल्सची मूलभूत माहिती](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [स्टेट चॅनेल्सची मूलभूत माहिती](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [ब्लॉकचेन स्टेट चॅनेल्स: एक अद्ययावत स्थिती](https://ieeexplore.ieee.org/document/9627997) _तुम्हाला मदत केलेल्या सामुदायिक संसाधनाबद्दल माहिती आहे का?_ हे पृष्ठ संपादित करा आणि ते जोडा!_ diff --git a/public/content/translations/mr/developers/docs/scaling/validium/index.md b/public/content/translations/mr/developers/docs/scaling/validium/index.md index c015876b472..de7755ff273 100644 --- a/public/content/translations/mr/developers/docs/scaling/validium/index.md +++ b/public/content/translations/mr/developers/docs/scaling/validium/index.md @@ -162,5 +162,5 @@ ZK-रोलअप्सप्रमाणे, व्हेलिडियम् - [व्हेलिडियम आणि लेअर 2 टू-बाय-टू — अंक क्र. 99](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two) - [ZK-रोलअप्स वि. व्हेलिडियम](https://blog.matter-labs.io/zkrollup-vs-validium-starkex-5614e38bc263) - [व्होलिशन आणि उदयोन्मुख डेटा उपलब्धता स्पेक्ट्रम](https://medium.com/starkware/volition-and-the-emerging-data-availability-spectrum-87e8bfa09bb) -- [रोलअप्स, व्हेलिडियम्स, आणि व्होलिशन्स: सर्वात लोकप्रिय इथेरियम स्केलिंग सोल्यूशन्सबद्दल जाणून घ्या](https://www.defipulse.com/blog/rollups-validiums-and-volitions-learn-about-the-hottest-ethereum-scaling-solutions) +- [रोलअप्स, व्हेलिडियम्स, आणि व्होलिशन्स: सर्वात लोकप्रिय इथेरियम स्केलिंग सोल्यूशन्सबद्दल जाणून घ्या](https://medium.com/coinmonks/rollups-vs-validiums-vs-volitions-d76300170f4a) - [इथेरियम रोलअप्ससाठी व्यावहारिक मार्गदर्शक](https://web.archive.org/web/20241108192208/https://research.2077.xyz/the-practical-guide-to-ethereum-rollups) diff --git a/public/content/translations/mr/developers/docs/smart-contracts/languages/index.md b/public/content/translations/mr/developers/docs/smart-contracts/languages/index.md index 0c6961635c8..2e42e15b496 100644 --- a/public/content/translations/mr/developers/docs/smart-contracts/languages/index.md +++ b/public/content/translations/mr/developers/docs/smart-contracts/languages/index.md @@ -37,7 +37,7 @@ Remix IDE हे Solidity आणि Vyper या दोन्हीमधील - [Solidity लँग्वेज पोर्टल](https://soliditylang.org/) - [उदाहरणांसह Solidity](https://docs.soliditylang.org/en/latest/solidity-by-example.html) - [GitHub](https://github.com/ethereum/solidity/) -- [Solidity Gitter चॅटरूम](https://gitter.im/ethereum/solidity) जे [Solidity Matrix चॅटरूम](https://matrix.to/#/#ethereum_solidity:gitter.im) शी जोडलेले आहे +- [Solidity Matrix चॅटरूम](https://gitter.im/ethereum/solidity) जे [Solidity Matrix चॅटरूम](https://matrix.to/#/#ethereum_solidity:gitter.im) शी जोडलेले आहे - [चीट शीट](https://reference.auditless.com/cheatsheet) - [Solidity ब्लॉग](https://blog.soliditylang.org/) - [Solidity ट्विटर](https://twitter.com/solidity_lang) diff --git a/public/content/translations/mr/developers/docs/smart-contracts/security/index.md b/public/content/translations/mr/developers/docs/smart-contracts/security/index.md index f6d665e45a7..d9c1629c1fe 100644 --- a/public/content/translations/mr/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/mr/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -तुम्ही [पुल पेमेंट्स](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment) प्रणाली देखील वापरू शकता ज्यासाठी वापरकर्त्यांना स्मार्ट कॉन्ट्रॅक्ट्समधून निधी काढणे आवश्यक आहे, "पुश पेमेंट्स" प्रणालीऐवजी जी खात्यांमध्ये निधी पाठवते. यामुळे अज्ञात ॲड्रेसवरील कोड अनावधानाने सुरू होण्याची शक्यता दूर होते (आणि काही डिनायल-ऑफ-सर्व्हिस हल्ले देखील टाळू शकते). +तुम्ही [पुल पेमेंट्स](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment) प्रणाली देखील वापरू शकता ज्यासाठी वापरकर्त्यांना स्मार्ट कॉन्ट्रॅक्ट्समधून निधी काढणे आवश्यक आहे, "पुश पेमेंट्स" प्रणालीऐवजी जी खात्यांमध्ये निधी पाठवते. यामुळे अज्ञात ॲड्रेसवरील कोड अनावधानाने सुरू होण्याची शक्यता दूर होते (आणि काही डिनायल-ऑफ-सर्व्हिस हल्ले देखील टाळू शकते). #### पूर्णांक अंडरफ्लो आणि ओव्हरफ्लो {#integer-underflows-and-overflows} diff --git a/public/content/translations/mr/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/translations/mr/developers/tutorials/run-node-raspberry-pi/index.md index 1bc89541855..42a0987e6e4 100644 --- a/public/content/translations/mr/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/translations/mr/developers/tutorials/run-node-raspberry-pi/index.md @@ -70,7 +70,7 @@ shasum -a 256 ethonarm_22.04.00.img.zip # हॅश आउटपुट असे असावे: fb497e8f8a7388b62d6e1efbc406b9558bee7ef46ec7e53083630029c117444f ``` -लक्षात घ्या की Rock 5B आणि Odroid M1 बोर्डसाठी इमेजेस Ethereum-on-Arm [डाउनलोड पेज](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/quick-guide/download-and-install.html) वर उपलब्ध आहेत. +लक्षात घ्या की Rock 5B आणि Odroid M1 बोर्डसाठी इमेजेस Ethereum-on-Arm [डाउनलोड पेज](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) वर उपलब्ध आहेत. ## MicroSD फ्लॅश करणे {#flashing-the-microsd} @@ -164,7 +164,7 @@ sudo systemctl start lighthouse-validator ## अधिक तपशील {#more-details} -या पानावर Raspberry Pi वापरून Geth-Lighthouse नोड आणि व्हॅलिडेटर कसे सेट करावे याचा आढावा दिला आहे. अधिक तपशीलवार सूचना [Ethereum-on-Arm वेबसाइट](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/index.html) वर उपलब्ध आहेत. +या पानावर Raspberry Pi वापरून Geth-Lighthouse नोड आणि व्हॅलिडेटर कसे सेट करावे याचा आढावा दिला आहे. अधिक तपशीलवार सूचना [Ethereum-on-Arm वेबसाइट](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) वर उपलब्ध आहेत. ## अभिप्रायाचे कौतुक आहे {#feedback-appreciated} @@ -183,7 +183,7 @@ sudo systemctl start lighthouse-validator 8. https://www.hyperledger.org/projects/besu 9. https://github.com/prysmaticlabs/prysm 10. https://lighthouse.sigmaprime.io -11. https://ethersphere.github.io/swarm-home +11. https://docs.ethswarm.org/ 12. https://raiden.network 13. https://ipfs.io 14. https://status.im diff --git a/public/content/translations/mr/roadmap/pectra/index.md b/public/content/translations/mr/roadmap/pectra/index.md index 009d57cfeff..e85dd05a138 100644 --- a/public/content/translations/mr/roadmap/pectra/index.md +++ b/public/content/translations/mr/roadmap/pectra/index.md @@ -124,4 +124,4 @@ _Ethereum पेक्ट्रा अपग्रेड: स्टेकर् - [Pectra.wtf माहिती पृष्ठ](https://pectra.wtf) - [पेक्ट्रा स्टेकर्सचा अनुभव कसा वाढवते](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) - [EIP7702 माहिती पृष्ठ](https://eip7702.io/) -- [पेक्ट्रा डेव्हनेट्स](https://github.com/ethereum/pm/blob/master/Pectra/pectra-pm.md) +- [पेक्ट्रा डेव्हनेट्स](https://github.com/ethereum/pm/blob/master/Network-Upgrade-Archive/Pectra/pectra-pm.md) diff --git a/public/content/translations/mr/whitepaper/index.md b/public/content/translations/mr/whitepaper/index.md index 703ae92317f..8eafa8e675c 100644 --- a/public/content/translations/mr/whitepaper/index.md +++ b/public/content/translations/mr/whitepaper/index.md @@ -519,6 +519,6 @@ Ethereum बद्दल एक सामान्य चिंता स्क 20. [इथेरियम मर्केल पॅट्रिशिया ट्रीज](/developers/docs/data-structures-and-encoding/patricia-merkle-trie/) 21. [मर्कल सम ट्रीजवर पीटर टॉड](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_व्हाइटपेपरच्या इतिहासासाठी, [ही विकी](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md) पहा._ +_व्हाइटपेपरच्या इतिहासासाठी, [ही विकी](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/) पहा._ _इथेरियम, अनेक समुदाय-चालित, ओपन-सोर्स सॉफ्टवेअर प्रकल्पांप्रमाणे, त्याच्या सुरुवातीच्या स्थापनेपासून विकसित झाले आहे. इथेरियममधील नवीनतम घडामोडींबद्दल आणि प्रोटोकॉलमध्ये बदल कसे केले जातात याबद्दल जाणून घेण्यासाठी, आम्ही [या मार्गदर्शकाची](/learn/) शिफारस करतो._ diff --git a/public/content/translations/pl/community/events/organizing/index.md b/public/content/translations/pl/community/events/organizing/index.md index 1cc1763a521..7acfd76be9d 100644 --- a/public/content/translations/pl/community/events/organizing/index.md +++ b/public/content/translations/pl/community/events/organizing/index.md @@ -218,4 +218,3 @@ Przestrzeń na Twitterze: Artykuły: - [Budowanie ETHKL, autorstwa Danny'ego H.](https://sekto.tech/ethkl24) -- [Przewodnik po wydarzeniach POKT](https://docs.pokt.network/community/pokt-events-playbook) diff --git a/public/content/translations/pl/community/grants/index.md b/public/content/translations/pl/community/grants/index.md index 044fb92ce70..55e6c278d8c 100644 --- a/public/content/translations/pl/community/grants/index.md +++ b/public/content/translations/pl/community/grants/index.md @@ -30,7 +30,6 @@ Zasoby te gromadzą i porządkują różne możliwości grantowe w całym ekosys Te ogólne platformy oferują szeroki zakres grantów w całej przestrzeni Web3 i są użytecznymi punktami wyjścia dla każdego, kto szuka finansowania: -- [Blockworks Grantfarm](https://blockworks.co/grants/programs) - _Blockworks opracował kompleksowy katalog wszystkich dotacji, zapytań ofertowych i nagród za błędy._ - [Blockchain Grants](https://www.blockchaingrants.org/) - _Katalog grantów blockchain i krypto_ - [Karma Funding Map](https://gap.karmahq.xyz/funding-map) - Katalog wszystkich programów grantowych Web3, aktualizowany co tydzień diff --git a/public/content/translations/pl/community/online/index.md b/public/content/translations/pl/community/online/index.md index 075ed033a9e..4812d4cb44b 100644 --- a/public/content/translations/pl/community/online/index.md +++ b/public/content/translations/pl/community/online/index.md @@ -51,7 +51,7 @@ Jeśli uważasz, że społeczność powinna zostać dodana lub usunięta na pods EthStaker Discord - prowadzone przez społeczność wskazówki, edukacja, wsparcie i zasoby dla obecnych i potencjalnych stakerów Ethereum.org website team - wpadnij, aby porozmawiać z zespołem i osobami ze społeczności o tworzeniu i projektowaniu strony ethereum.org Matos Discord - społeczność twórców web3, w której spotykają się budowniczy, osobistości z branży i entuzjaści Ethereum. Jesteśmy pasjonatami rozwoju, projektowania i kultury web3. Buduj z nami. -Solidity Gitter - czat dotyczący programowania w Solidity (Gitter) +Solidity Matrix - czat dotyczący programowania w Solidity (Gitter) Solidity Matrix - czat dotyczący programowania w Solidity (Matrix) Ethereum Stack Exchange - forum pytań i odpowiedzi Peera Community Forum - zdecentralizowane forum pytań i odpowiedzi diff --git a/public/content/translations/pl/community/support/index.md b/public/content/translations/pl/community/support/index.md index 7bd46cef415..407eeb18149 100644 --- a/public/content/translations/pl/community/support/index.md +++ b/public/content/translations/pl/community/support/index.md @@ -68,7 +68,7 @@ Czy twoje pytanie dotyczy konkretnego narzędzia, projektu lub biblioteki? Więk Oto kilka popularnych przykładów: -- [Solidity](https://gitter.im/ethereum/solidity) +- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/pl/contributing/adding-staking-products/index.md b/public/content/translations/pl/contributing/adding-staking-products/index.md index 888f523936d..9851528f4ee 100644 --- a/public/content/translations/pl/contributing/adding-staking-products/index.md +++ b/public/content/translations/pl/contributing/adding-staking-products/index.md @@ -165,7 +165,7 @@ Dla [usług stakowania w puli](/staking/pools/): Powyższe [kryteria włączenia](#criteria-for-inclusion) służą do obliczenia łącznej oceny dla każdego produktu lub usługi. Służy to jako sposób sortowania i prezentowania produktów, które spełniają określone obiektywne kryteria. Im więcej kryteriów, dla których dostarczono dowody, tym wyżej produkt będzie sortowany, a w przypadku remisów kolejność będzie losowa przy każdym załadowaniu strony. -Logika kodu i wagi dla tych kryteriów są obecnie zawarte w [tym komponencie JavaScript](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid.js#L350) w naszym repozytorium. +Logika kodu i wagi dla tych kryteriów są obecnie zawarte w [tym komponencie JavaScript](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid/index.tsx#L350) w naszym repozytorium. ## Dodaj swój produkt lub usługę {#add-product} diff --git a/public/content/translations/pl/desci/index.md b/public/content/translations/pl/desci/index.md index 34e261b5a91..079fb811cbb 100644 --- a/public/content/translations/pl/desci/index.md +++ b/public/content/translations/pl/desci/index.md @@ -102,7 +102,6 @@ Przeglądaj projekty i dołącz do społeczności DeSci. - [OceanDAO: finansowanie dla nauki związanej z danymi, zarządzane przez DAO](https://oceanprotocol.com/) - [Opscientia: otwarte, zdecentralizowane przepływy pracy w nauce](https://opsci.io/research/) - [Bio.xyz: zdobądź fundusze na swój biotechnologiczny projekt DAO lub desci](https://www.bio.xyz/) -- [Fleming Protocol: gospodarka danymi typu open-source, która napędza wspólne odkrycia biomedyczne](http://flemingprotocol.io/) - [Active Inference Institute](https://www.activeinference.org/) - [IdeaMarkets: umożliwianie zdecentralizowanej wiarygodności naukowej](https://ideamarket.io/) - [DeSci Labs](https://www.desci.com/) diff --git a/public/content/translations/pl/developers/docs/frameworks/index.md b/public/content/translations/pl/developers/docs/frameworks/index.md index 17d9f582490..f36692b6364 100644 --- a/public/content/translations/pl/developers/docs/frameworks/index.md +++ b/public/content/translations/pl/developers/docs/frameworks/index.md @@ -116,8 +116,6 @@ Zanim zagłębisz się w frameworki, zalecamy najpierw przeczytać nasze wprowad **Catapulta -** **_Wielołańcuchowe narzędzie do wdrażania inteligentnych kontraktów, które automatyzuje weryfikacje w eksploratorach bloków, śledzi wdrożone inteligentne kontrakty i udostępnia raporty wdrożenia. Plug-and-play dla projektów Foundry i Hardhat._** -- [Strona internetowa](https://catapulta.sh/) -- [Dokumentacja](https://catapulta.sh/docs) - [Github](https://github.com/catapulta-sh) **GoldRush (obsługiwany przez Covalent) -** **_GoldRush oferuje najbardziej kompleksowy pakiet API z danymi blockchain dla deweloperów, analityków i przedsiębiorstw._** **_Niezależnie od tego, czy budujesz pulpit DeFi, portfel, bota handlowego, agenta AI czy platformę zgodności, interfejsy API danych zapewniają szybki, dokładny i przyjazny dla programistów dostęp do niezbędnych danych on-chain, których potrzebujesz._** diff --git a/public/content/translations/pl/developers/docs/mev/index.md b/public/content/translations/pl/developers/docs/mev/index.md index 4c0d7be3d9b..6d205a78d87 100644 --- a/public/content/translations/pl/developers/docs/mev/index.md +++ b/public/content/translations/pl/developers/docs/mev/index.md @@ -180,7 +180,7 @@ Poniżej znajduje się przegląd działania Builder API: 5. Oczekuje się, że walidator korzystający z Builder API nadal będzie budował blok lokalnie w przypadku, gdy builder bloków nie odpowie w odpowiednim czasie, aby nie przegapić nagród za propozycję bloku. Jednak walidator nie może stworzyć kolejnego bloku, używając ani teraz ujawnionych transakcji, ani innego zestawu, ponieważ byłoby to równoznaczne z _dwuznacznością_ (podpisaniem dwóch bloków w tym samym slocie), co jest wykroczeniem podlegającym slashingowi. -Przykładem implementacji Builder API jest [MEV Boost](https://github.com/flashbots/mev-boost), ulepszenie [mechanizmu aukcji Flashbots](https://docs.flashbots.net/Flashbots-auction/overview) zaprojektowane w celu ograniczenia negatywnych efektów zewnętrznych MEV w Ethereum. Aukcja Flashbots pozwala walidatorom w systemie dowodu stawki zlecać pracę budowania dochodowych bloków wyspecjalizowanym stronom zwanym **poszukiwaczami**. +Przykładem implementacji Builder API jest [MEV Boost](https://github.com/flashbots/mev-boost), ulepszenie [mechanizmu aukcji Flashbots](https://docs.flashbots.net/flashbots-auction/overview) zaprojektowane w celu ograniczenia negatywnych efektów zewnętrznych MEV w Ethereum. Aukcja Flashbots pozwala walidatorom w systemie dowodu stawki zlecać pracę budowania dochodowych bloków wyspecjalizowanym stronom zwanym **poszukiwaczami**. ![Diagram szczegółowo pokazujący przepływ MEV](./mev.png) Poszukiwacze szukają lukratywnych okazji MEV i wysyłają pakiety transakcji do proposerów bloków wraz z [ofertą w zamkniętej kopercie](https://en.wikipedia.org/wiki/First-price_sealed-bid_auction) w celu włączenia do bloku. Walidator uruchamiający mev-geth, sforkowaną wersję klienta go-ethereum (Geth), musi tylko wybrać pakiet z największym zyskiem i włączyć go jako część nowego bloku. Aby chronić proposerów bloków (walidatorów) przed spamem i nieprawidłowymi transakcjami, pakiety transakcji przechodzą przez **przekaźniki** w celu walidacji, zanim dotrą do proposera. diff --git a/public/content/translations/pl/developers/docs/networks/index.md b/public/content/translations/pl/developers/docs/networks/index.md index 5109f87ab6a..6a53c5e7ce3 100644 --- a/public/content/translations/pl/developers/docs/networks/index.md +++ b/public/content/translations/pl/developers/docs/networks/index.md @@ -158,7 +158,7 @@ Sieć testowa dla [Starknet](https://www.starknet.io). ##### Źródła -- [Starkscan](https://sepolia.starkscan.co/) +- [Voyager Sepolia Scan](https://sepolia.voyager.online/) ##### Krany diff --git a/public/content/translations/pl/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/pl/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index 0385e5aa630..bf4f3e23d5b 100644 --- a/public/content/translations/pl/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/pl/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -272,7 +272,6 @@ Oto lista najbardziej popularnych dostawców węzłów Ethereum, jak chcesz, mo - Zacznij za darmo - [**NOWNodes**](https://nownodes.io/) - - [Dokumentacja](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - Funkcje - Dostęp do węzłów na ponad 50 blockchainach - Darmowy klucz API @@ -283,11 +282,10 @@ Oto lista najbardziej popularnych dostawców węzłów Ethereum, jak chcesz, mo - Węzły współdzielone, archiwalne, zapasowe i dedykowane - [**Pocket Network**](https://www.pokt.network/) - - [Dokumentacja](https://docs.pokt.network/home/) + - [Dokumentacja](https://docs.pokt.network/) - Funkcje - Zdecentralizowany protokół RPC i rynek - 1M Zapytań Dziennie Za Darmo (na endpoint, maks 2) - - [Publiczne punkty końcowe](https://docs.pokt.network/developers/public-endpoints) - Program Pre-Stake+ (jeśli potrzebujesz więcej niż 1M zapytań dziennie) - 15+ Wspieranych Blockchainów - 6400+ Węzłów zarabiających POKT za serwowanie danych diff --git a/public/content/translations/pl/developers/docs/programming-languages/python/index.md b/public/content/translations/pl/developers/docs/programming-languages/python/index.md index 72b374b4b18..9a766b74baa 100644 --- a/public/content/translations/pl/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/pl/developers/docs/programming-languages/python/index.md @@ -35,7 +35,7 @@ Potrzebujesz bardziej podstawowych informacji? Sprawdź [ethereum.org/learn](/le ## Artykuły dla średniozaawansowanych {#intermediate-articles} - [Przyjaciele web3.py: Wprowadzenie do Ape](https://snakecharmers.ethereum.org/intro-to-ape/) -- [Rozwój dappów dla programistów Pythona](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [Rozwój dappów dla programistów Pythona](https://www.youtube.com/watch?v=tE-8bG35VNw) - [Tworzenie interfejsu Ethereum w Pythonie: Część 1](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [Inteligentne kontrakty Ethereum w Pythonie: (dość) kompleksowy przewodnik](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) @@ -87,7 +87,7 @@ Następujące projekty oparte o Ethereum, które używają narzędzi wspomnianyc - [Curve](https://www.curve.finance/) i [repozytorium inteligentnych kontraktów Curve](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) i [inteligentne kontrakty wykorzystujące zestaw narzędzi Brownie](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/) używa [Pythona do zarządzania i wdrażania swoich kontraktów vestingowych](https://github.com/sushiswap/sushi-vesting-protocols) -- [Alpha Finance](https://alphafinance.io/), znane z Alpha Homora, używa [Brownie do testowania i wdrażania inteligentnych kontraktów](https://github.com/AlphaFinanceLab/alpha-staking-contract) +- [Alpha Venture DAO](https://alphaventuredao.io/), znane z Alpha Homora, używa [Brownie do testowania i wdrażania inteligentnych kontraktów](https://github.com/AlphaFinanceLab/alpha-staking-contract) ## Dyskusja społeczności Pythona {#python-community-contributors} diff --git a/public/content/translations/pl/developers/docs/scaling/state-channels/index.md b/public/content/translations/pl/developers/docs/scaling/state-channels/index.md index 525b430bd84..2e51c9e0acd 100644 --- a/public/content/translations/pl/developers/docs/scaling/state-channels/index.md +++ b/public/content/translations/pl/developers/docs/scaling/state-channels/index.md @@ -255,7 +255,7 @@ Wiele projektów dostarcza implementacje kanałów uzyskiwania informacji, któr - [Zrozumieć rozwiązania skalujące warstwy 2 Ethereum: kanały stanu, Plasma i Truebit](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _– Josh Stark, 12 lutego 2018_ - [Kanały stanu — wyjaśnienie](https://www.jeffcoleman.ca/state-channels/) _6 listopada 2015 – Jeff Coleman_ -- [Podstawy kanałów stanu](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [Podstawy kanałów stanu](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [Kanały stanu blockchain: stan wiedzy](https://ieeexplore.ieee.org/document/9627997) _Znasz jakieś zasoby społeczności, które Ci pomogły? Edytuj tę stronę i dodaj je!_ diff --git a/public/content/translations/pl/developers/docs/scaling/validium/index.md b/public/content/translations/pl/developers/docs/scaling/validium/index.md index 14ebfed0ff3..a1110fe8157 100644 --- a/public/content/translations/pl/developers/docs/scaling/validium/index.md +++ b/public/content/translations/pl/developers/docs/scaling/validium/index.md @@ -162,5 +162,5 @@ Istnieje wiele projektów, które zapewniają implementacje Validium i Volitions - [Validium And The Layer 2 Two-By-Two — Issue No. 99](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two) - [ZK-rollups vs Validium](https://blog.matter-labs.io/zkrollup-vs-validium-starkex-5614e38bc263) - [Volition and the Emerging Data Availability spectrum](https://medium.com/starkware/volition-and-the-emerging-data-availability-spectrum-87e8bfa09bb) -- [Rollups, Validiums, and Volitions: Learn About the Hottest Ethereum Scaling Solutions](https://www.defipulse.com/blog/rollups-validiums-and-volitions-learn-about-the-hottest-ethereum-scaling-solutions) +- [Rollups, Validiums, and Volitions: Learn About the Hottest Ethereum Scaling Solutions](https://medium.com/coinmonks/rollups-vs-validiums-vs-volitions-d76300170f4a) - [Praktyczny przewodnik po rollupach Ethereum](https://web.archive.org/web/20241108192208/https://research.2077.xyz/the-practical-guide-to-ethereum-rollups) diff --git a/public/content/translations/pl/developers/docs/smart-contracts/security/index.md b/public/content/translations/pl/developers/docs/smart-contracts/security/index.md index 25509d59307..1213d1285f1 100644 --- a/public/content/translations/pl/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/pl/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -Można również użyć systemu [płatności typu pull](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment), który wymaga od użytkowników wypłacania środków z inteligentnych kontraktów, zamiast systemu „płatności typu push”, który wysyła środki na konta. Eliminuje to możliwość przypadkowego uruchomienia kodu pod nieznanymi adresami (i może również zapobiec niektórym atakom typu „odmowa usługi”). +Można również użyć systemu [płatności typu pull](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment), który wymaga od użytkowników wypłacania środków z inteligentnych kontraktów, zamiast systemu „płatności typu push”, który wysyła środki na konta. Eliminuje to możliwość przypadkowego uruchomienia kodu pod nieznanymi adresami (i może również zapobiec niektórym atakom typu „odmowa usługi”). #### Niedomiar i przepełnienie liczb całkowitych {#integer-underflows-and-overflows} diff --git a/public/content/translations/pl/developers/docs/storage/index.md b/public/content/translations/pl/developers/docs/storage/index.md index 2f378ffa99d..639461f68cc 100644 --- a/public/content/translations/pl/developers/docs/storage/index.md +++ b/public/content/translations/pl/developers/docs/storage/index.md @@ -18,7 +18,7 @@ W przeciwieństwie do centralnie zlokalizowanego serwera obsługiwanego przez je **Swarm —** **platforma rozproszonej pamięci masowej i usługa dystrybucji treści dla stosu web3 Ethereum.** -- [Swarm](https://ethersphere.github.io/swarm-home/) +- [Swarm](https://docs.ethswarm.org//) - [GitHub](https://github.com/ethersphere/swarm) **OrbitDB —** **zdecentralizowana baza danych peer-to-peer oparta na IPFS.** diff --git a/public/content/translations/pl/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/translations/pl/developers/tutorials/run-node-raspberry-pi/index.md index c10f41f9ae7..7674dfe5eb1 100644 --- a/public/content/translations/pl/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/translations/pl/developers/tutorials/run-node-raspberry-pi/index.md @@ -70,7 +70,7 @@ shasum -a 256 ethonarm_22.04.00.img.zip # Wynikowy hasz powinien być: fb497e8f8a7388b62d6e1efbc406b9558bee7ef46ec7e53083630029c117444f ``` -Zwróć uwagę, że obrazy dla płyt Rock 5B i Odroid M1 są dostępne na stronie [pobierania](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/quick-guide/download-and-install.html) Ethereum-on-Arm. +Zwróć uwagę, że obrazy dla płyt Rock 5B i Odroid M1 są dostępne na stronie [pobierania](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) Ethereum-on-Arm. ## Flashowanie MicroSD {#flashing-the-microsd} @@ -164,7 +164,7 @@ Gratulacje, masz teraz pełny węzeł Ethereum i walidatora działającego na Ra ## Więcej szczegółów {#more-details} -Ta strona zawiera przegląd sposobu konfiguracji węzła i walidatora Geth-Lighthouse przy użyciu Raspberry Pi. Bardziej szczegółowe instrukcje są dostępne na [stronie internetowej Ethereum-on-Arm](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/index.html). +Ta strona zawiera przegląd sposobu konfiguracji węzła i walidatora Geth-Lighthouse przy użyciu Raspberry Pi. Bardziej szczegółowe instrukcje są dostępne na [stronie internetowej Ethereum-on-Arm](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/). ## Twoja opinia jest mile widziana {#feedback-appreciated} @@ -183,7 +183,7 @@ Zapoznaj się ze szczegółami tego samouczka, spróbuj uruchomić go na sieciac 8. https://www.hyperledger.org/projects/besu 9. https://github.com/prysmaticlabs/prysm 10. https://lighthouse.sigmaprime.io -11. https://ethersphere.github.io/swarm-home +11. https://docs.ethswarm.org/ 12. https://raiden.network 13. https://ipfs.io 14. https://status.im diff --git a/public/content/translations/pl/ethereum-forks/index.md b/public/content/translations/pl/ethereum-forks/index.md index 6149f155a9c..013ecb3ec6e 100644 --- a/public/content/translations/pl/ethereum-forks/index.md +++ b/public/content/translations/pl/ethereum-forks/index.md @@ -28,7 +28,7 @@ Te zmiany reguł mogą spowodować tymczasowy podział w sieci. Nowe bloki możn Uaktualnienie Altair jest pierwszym planowanym uaktualnieniem [łańcucha śledzącego](/roadmap/beacon-chain). Jego wdrożenie ma nastąpić w 2021 r. Wprowadzi ono wsparcie dla „komitetów synchronizacji”, które mogą umożliwiać korzystanie z lekkich klientów, a także podniesie kary za brak aktywności i cięcia do ich pełnych wartości. -- [Przeczytaj specyfikację uaktualnienia Altair](https://github.com/ethereum/consensus-specs/tree/dev/specs/altair) +- [Przeczytaj specyfikację uaktualnienia Altair](https://github.com/ethereum/consensus-specs/tree/master/specs/altair) --- diff --git a/public/content/translations/pl/governance/index.md b/public/content/translations/pl/governance/index.md index b37cef4db38..0745112e5c5 100644 --- a/public/content/translations/pl/governance/index.md +++ b/public/content/translations/pl/governance/index.md @@ -177,6 +177,6 @@ Zarządzanie w Ethereum nie jest jednoznacznie zdefiniowane. Perspektywy na ten - [Więcej o zarządzaniu blockchain](https://vitalik.eth.limo/general/2017/12/17/voting.html) – _Vitalik Buterin_ - [Jak działa zarządzanie Ethereum?](https://cryptotesters.com/blog/ethereum-governance) — _Cryptotesters_ - [Jak działa zarządzanie Ethereum](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) — _Micah Zoltu_ -- [Czym jest główny deweloper Ethereum?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) — _Hudson Jameson_ +- [Czym jest główny deweloper Ethereum?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) — _Hudson Jameson_ - [Zarządzanie, część 2: plutokracja jest nadal zła](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) – _Vitalik Buterin_ - [Wyjście poza zarządzanie głosowaniem monetami](https://vitalik.eth.limo/general/2021/08/16/voting3.html) – _Vitalik Buterin_ diff --git a/public/content/translations/pl/learn/index.md b/public/content/translations/pl/learn/index.md index 8e380d6e902..a8eb2faf8a4 100644 --- a/public/content/translations/pl/learn/index.md +++ b/public/content/translations/pl/learn/index.md @@ -15,7 +15,7 @@ Oto kilka doskonałych tekstów na początek: Oprócz informacji zawartych na tej stronie istnieje wiele zasobów stworzonych przez społeczność, które warto sprawdzić: -- [District0x](https://education.district0x.io/general-topics/understanding-ethereum/) _An educational resource about Ethereum targeted at beginners_ +- [District0x](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _An educational resource about Ethereum targeted at beginners_ - [Ethereum.wiki](https://eth.wiki) _A community-built wiki about Ethereum’s technology_ - [Kauri](https://kauri.io) _Technical articles and tutorials for Ethereum and related projects_ - [Ethereum Foundation YouTube](https://www.youtube.com/channel/UCNOfzGXD_C9YMYmnefmPH0g) _Videos and talks about Ethereum_ @@ -28,7 +28,7 @@ Oprócz informacji zawartych na tej stronie istnieje wiele zasobów stworzonych Nowy na Ethereum? Poniższe artykuły i zasoby pomogą ci zacząć. - [A Beginner’s Guide to Ethereum](https://blog.coinbase.com/a-beginners-guide-to-ethereum-46dd486ceecf) _23.01.2017 - Linda Xie_ -- [What is Ethereum?](https://education.district0x.io/general-topics/understanding-ethereum/what-is-ethereum/) _District0x_ +- [What is Ethereum?](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [The Case for Ethereum](http://blog.eladgil.com/2018/01/the-case-for-ethereum.html) _ 30.01.2018 - Elad Gil_ - [Blockchains: How they Work and Why they’ll Change the World](https://spectrum.ieee.org/computing/networks/blockchains-how-they-work-and-why-theyll-change-the-world) _28.09.2017 - Morgan Peck_ - [Don’t let Doubts about Blockchains Close your Mind](https://www.bloomberg.com/opinion/articles/2018-04-27/blockchains-warrant-skepticism-but-keep-an-open-mind) _27.04.2018 - Tyler Cowen_ @@ -75,7 +75,7 @@ Podejmowanych jest wiele starań, aby Ethereum było bardziej „skalowalne” p ### Płatności i State Channels {#payment--state-channels} - [State Channels - an explanation](https://www.jeffcoleman.ca/state-channels/) _06.11.2015 - Jeff Coleman_ -- [Basics of State Channels](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [Basics of State Channels](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ ### Łańcuchy boczne {#sidechains} @@ -84,7 +84,7 @@ Podejmowanych jest wiele starań, aby Ethereum było bardziej „skalowalne” p ### Plasma {#plasma} - [Understanding Plasma, Part 1: The Basics](https://www.theblockcrypto.com/2019/02/07/understanding-plasma-part-1-the-basics/) _07.02.2019 - Daniel Goldman_ -- [Understanding Plasma](https://education.district0x.io/general-topics/understanding-ethereum/understanding-plasma/) _District0x_ +- [Understanding Plasma](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [Learn Plasma - A learning resource for the Plasma framework](https://www.learnplasma.org/en/) ## ETH 2.0 {#consensus-layer-upgrades} diff --git a/public/content/translations/pl/roadmap/pectra/index.md b/public/content/translations/pl/roadmap/pectra/index.md index 2597e118140..f63fad4725c 100644 --- a/public/content/translations/pl/roadmap/pectra/index.md +++ b/public/content/translations/pl/roadmap/pectra/index.md @@ -124,4 +124,4 @@ _Uaktualnienie Pectra: co muszą wiedzieć stakerzy — Blockdaemon_ - [Strona informacyjna pectra.wtf](https://pectra.wtf) - [Jak Pectra poprawia doświadczenia użytkowników](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) - [Strona informacyjna EIP7702](https://eip7702.io/) -- [Sieci deweloperskie Pectra](https://github.com/ethereum/pm/blob/master/Pectra/pectra-pm.md) +- [Sieci deweloperskie Pectra](https://github.com/ethereum/pm/blob/master/Network-Upgrade-Archive/Pectra/pectra-pm.md) diff --git a/public/content/translations/pl/whitepaper/index.md b/public/content/translations/pl/whitepaper/index.md index e7142bfecc6..ea10b97f8da 100644 --- a/public/content/translations/pl/whitepaper/index.md +++ b/public/content/translations/pl/whitepaper/index.md @@ -533,6 +533,6 @@ Koncepcja dowolnej funkcji przejścia stanu, zaimplementowana w protokole Ethere 20. [Drzewa Merkle Patricia w Ethereum](/developers/docs/data-structures-and-encoding/patricia-merkle-trie/) 21. [Peter Todd o drzewach sum Merkle](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_Historia białej księgi znajduje się na [tej stronie wiki](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md)._ +_Historia białej księgi znajduje się na [tej stronie wiki](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/)._ _Ethereum, podobnie jak wiele projektów oprogramowania open-source tworzonych przez społeczność, rozwija się od czasu jego początkowego powstania. _Aby dowiedzieć się o najnowszych zmianach w Ethereum i o tym, jak wprowadzane są zmiany w protokole, polecamy [ten przewodnik](/learn/)._ diff --git a/public/content/translations/pt-br/community/grants/index.md b/public/content/translations/pt-br/community/grants/index.md index a6767b4dc54..e72cdcdcdf4 100644 --- a/public/content/translations/pt-br/community/grants/index.md +++ b/public/content/translations/pt-br/community/grants/index.md @@ -18,21 +18,19 @@ Esses programas abrangem um amplo ecossistema Ethereum ao oferecer recompensas a - [Moloch DAO](https://www.molochdao.com/) – _Privacidade, dimensionamento da camada 2, segurança do cliente e mais_ - [Concessões DAO](https://docs.google.com/spreadsheets/d/1XHc-p_MHNRdjacc8uOEjtPoWL86olP4GyxAJOFO0zxY/edit#gid=0) – _Planilha Google de organizações que oferecem concessões_ - [Bolsas acadêmicas](https://esp.ethereum.foundation/academic-grants) – _Bolsas para apoiar o trabalho acadêmico relacionado com o Ethereum_ -- [Blockworks Grantfarm](https://blockworks.co/grants/programs) - _A Blockworks compilou um diretório abrangente de todas as recompensas, RFPs e programas de caça a bugs._ ## Especificidades do projeto {#project-specific} Estes projetos criaram seus próprios programas de recompensas destinados a desenvolvimento e experimentação de suas tecnologias. - [Programa de concessões Aave](https://aavegrants.org/) – _[Aave](https://aave.com/) concede DAO_ -- [Balancer](https://quark-ceres-740.notion.site/Balancer-Grants-938f1b979810427f8d903a904315da41) – _Fundo do ecossistema [Balancer](https://balancer.fi/)_ -- [Programa de concessões da Chainlink](https://chain.link/community/grants) – _Concessões da comunidade da [Chainlink](https://chain.link/)_ +- [Balancer](https://balancer.gitbook.io/balancer-v2/ecosystem/community/grants) – _Fundo do ecossistema [Balancer](https://balancer.fi/)_ - [Programa de recompensas Decentraland](https://governance.decentraland.org/grants/) – _[Decentraland](https://decentraland.org/)Metaverso DAO_ - [Lido Ecosystem Grants Organisation (LEGO)](https://lido.fi/lego) – _Ecossistema financeiro [Lido](https://lido.fi/)_ - [Programa MetaMask](https://metamaskgrants.org/) - _[MetaMask](https://metamask.io/) bolsas lideradas por funcionários DAO_ - [Programa de bolsas da SKALE Network](https://skale.space/developers#grants) - _[Ecossistema da SKALE Network](https://skale.space/)_ - [The Graph](https://airtable.com/shrdfvnFvVch3IOVm) – _Ecossistema [The Graph](https://thegraph.com/)_ -- [Uniswap Grants Program](https://www.uniswapfoundation.org/opportunities) - _[Comunidade da Uniswap](https://uniswap.org/)_ +- [Uniswap Grants Program](https://www.uniswapfoundation.org/grants) - _[Comunidade da Uniswap](https://uniswap.org/)_ ## Financiamento quadrático {#quadratic-funding} diff --git a/public/content/translations/pt-br/community/language-resources/index.md b/public/content/translations/pt-br/community/language-resources/index.md index e6fa9f26080..8c6fa82101d 100644 --- a/public/content/translations/pt-br/community/language-resources/index.md +++ b/public/content/translations/pt-br/community/language-resources/index.md @@ -51,7 +51,7 @@ Se você for bilíngue e deseja nos ajudar a alcançar mais pessoas, também pod - [Unitimes](https://mp.weixin.qq.com/s/tvloZSDBSOQN9zDQj_91kA): conteúdo mantido pela comunidade sobre Ethereum, DeFi, NFT ou conhecimento relacionado à Web3 - [123ETH](https://123eth.org/): um portal para o ecossistema Ethereum - [Zhen Xiao](http://zhenxiao.com/blockchain/): cursos on-line gratuitos sobre criptomoedas e suas aplicações -- [Ethereum Whitepaper](https://github.com/ethereum/wiki/wiki/[%E4%B8%AD%E6%96%87]-%E4%BB%A5%E5%A4%AA%E5%9D%8A%E7%99%BD%E7%9A%AE%E4%B9%A6): versão chinesa do Ethereum Whitepaper +- [Ethereum Whitepaper](https://ethereum.org/whitepaper//[%E4%B8%AD%E6%96%87]-%E4%BB%A5%E5%A4%AA%E5%9D%8A%E7%99%BD%E7%9A%AE%E4%B9%A6): versão chinesa do Ethereum Whitepaper **Ecossistema Ethereum** diff --git a/public/content/translations/pt-br/community/online/index.md b/public/content/translations/pt-br/community/online/index.md index be210702b0e..fd449d3da2d 100644 --- a/public/content/translations/pt-br/community/online/index.md +++ b/public/content/translations/pt-br/community/online/index.md @@ -27,7 +27,7 @@ Centenas de milhares de entusiastas do Ethereum se reúnem nestes fóruns na Int EthStaker Discord - orientação, educação, apoio e recursos geridos pela comunidade para stakers existentes e potenciais Equipe do site Ethereum.org – pare e converse sobre desenvolvimento e design do site ethereum.org com a equipe e pessoas da comunidade Matos Discord – comunidade de criadores da Web3 na qual construtores, líderes do setor e entusiastas do Ethereum se encontram. Somos apaixonados pelo desenvolvimento, design e cultura Web3. Venha criar conosco. -Solidity Gitter — chat para desenvolvimento do solidity (Gitter) +Solidity Gitter — chat para desenvolvimento do solidity (Gitter) Solidity Matrix — chat para desenvolvimento do solidity (Matrix) Ethereum Stack Exchange — fórum de perguntas e respostas Peeranha — fórum descentralizado de perguntas e respostas diff --git a/public/content/translations/pt-br/community/support/index.md b/public/content/translations/pt-br/community/support/index.md index cac3562873b..efc1b1e6d97 100644 --- a/public/content/translations/pt-br/community/support/index.md +++ b/public/content/translations/pt-br/community/support/index.md @@ -52,7 +52,7 @@ Sua pergunta está relacionada a uma ferramenta, projeto ou biblioteca em partic Aqui estão alguns exemplos populares: -- [Solidity](https://gitter.im/ethereum/solidity/) +- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/pt-br/contributing/adding-staking-products/index.md b/public/content/translations/pt-br/contributing/adding-staking-products/index.md index f2a07f32901..6b101be5c3b 100644 --- a/public/content/translations/pt-br/contributing/adding-staking-products/index.md +++ b/public/content/translations/pt-br/contributing/adding-staking-products/index.md @@ -165,7 +165,7 @@ Para [serviços de participação (stake) em pool](/staking/pools/): Os [critérios de inclusão](#criteria-for-inclusion) acima são usados para calcular a pontuação acumulada para cada produto ou serviço. Isso é usado como meio de classificação e apresentação de produtos que atendem a determinados critérios objetivos. Quanto mais critérios forem fornecidos para essa evidência, maior será a classificação de um produto, com ligações exibidas aleatoriamente durante o carregamento. -Atualmente, a lógica e os valores do código para esses critérios estão contidos [neste componente JavaScript](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid.js#L350) em nosso repositório. +Atualmente, a lógica e os valores do código para esses critérios estão contidos [neste componente JavaScript](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid/index.tsx#L350) em nosso repositório. ## Adicione seu produto ou serviço {#add-product} diff --git a/public/content/translations/pt-br/desci/index.md b/public/content/translations/pt-br/desci/index.md index 5134b95462a..9285d777bf7 100644 --- a/public/content/translations/pt-br/desci/index.md +++ b/public/content/translations/pt-br/desci/index.md @@ -101,7 +101,6 @@ Explore projetos e junte-se à comunidade DeSci. - [OceanDAO: financiamento governado pela DAO para ciência relacionada a dados](https://oceanprotocol.com/) - [Opscientia: fluxos de trabalho de ciência descentralizados abertos](https://opsci.io/research/) - [Bio.xyz: obtenha financiamento para sua DAO de biotecnologia ou projeto desci](https://www.bio.xyz/) -- [Fleming Protocol: economia de dados de código aberto que alimenta a descoberta biomédica colaborativa](http://flemingprotocol.io/) - [Active Inference Institute](https://www.activeinference.org/) - [IdeaMarkets: para uma credibilidade científica descentralizada](https://ideamarket.io/) - [DeSci Labs](https://www.desci.com/) diff --git a/public/content/translations/pt-br/developers/docs/apis/backend/index.md b/public/content/translations/pt-br/developers/docs/apis/backend/index.md index b37a575143b..b5459e72699 100644 --- a/public/content/translations/pt-br/developers/docs/apis/backend/index.md +++ b/public/content/translations/pt-br/developers/docs/apis/backend/index.md @@ -74,7 +74,6 @@ Essas bibliotecas abstraem muito da complexidade de interagir diretamente com um **NOWNodes - _Nós Completos e Exploradores de Blocos._** - [NOWNodes.io](https://nownodes.io/) -- [Documentação](https://documenter.getpostman.com/view/13630829/TVmFkLwy#intro) **QuickNode -** **_Infraestrutura Blockchain como Serviço._** diff --git a/public/content/translations/pt-br/developers/docs/frameworks/index.md b/public/content/translations/pt-br/developers/docs/frameworks/index.md index 2aff45b8216..344059241c4 100644 --- a/public/content/translations/pt-br/developers/docs/frameworks/index.md +++ b/public/content/translations/pt-br/developers/docs/frameworks/index.md @@ -114,8 +114,6 @@ Antes de mergulhar em frameworks, recomendamos que você primeiro leia a nossa i **Catapulta -** **_Ferramenta de contrato inteligente em várias cadeias que automatiza a verificação em exploradores de blocos, monitora os contratos inteligentes e compartilha relatórios de implementação desse contratos plug-n-play para projetos Foundry e Hardhat._** -- [Website](https://catapulta.sh/) -- [Documentação](https://catapulta.sh/docs) - [GitHub](https://github.com/catapulta-sh) **Covalent -** **_APIs de blockchain enriquecidas para mais de 200 redes._** diff --git a/public/content/translations/pt-br/developers/docs/mev/index.md b/public/content/translations/pt-br/developers/docs/mev/index.md index 187c2ca8f3f..2ea3af8b45f 100644 --- a/public/content/translations/pt-br/developers/docs/mev/index.md +++ b/public/content/translations/pt-br/developers/docs/mev/index.md @@ -180,7 +180,7 @@ Veja abaixo uma resumo geral de como a Builder API funciona: 5. Ainda é esperado que um validador usando a Builder API construa um bloco localmente caso o construtor de blocos não responda prontamente, para que não percam as recompensas de proposta de bloco. No entanto, o validador não pode criar outro bloco usando as transações agora reveladas ou outro conjunto, pois equivaleria a _equívoco_ (assinar dois blocos dentro do mesmo slot), o que é uma infração passível de advertência. -Uma implementação de exemplo da Builder API é [MEV Boost](https://github.com/flashbots/mev-boost), uma melhoria no mecanismo de leilão [Flashbots](https://docs.flashbots.net/Flashbots-auction/overview/) projetada para limitar as externalidades negativas de MEV no Ethereum. O leilão Flashbots permite que os mineradores em prova de trabalho externalizem o trabalho de construção de blocos lucrativos a partes especializadas chamadas de **buscadores**. +Uma implementação de exemplo da Builder API é [MEV Boost](https://github.com/flashbots/mev-boost), uma melhoria no mecanismo de leilão [Flashbots](https://docs.flashbots.net/flashbots-auction/overview/) projetada para limitar as externalidades negativas de MEV no Ethereum. O leilão Flashbots permite que os mineradores em prova de trabalho externalizem o trabalho de construção de blocos lucrativos a partes especializadas chamadas de **buscadores**. Os buscadores procuram oportunidades de MEV lucrativas e enviam pacotes de transação para os mineradores, juntamente com uma [oferta de preço selada](https://en.wikipedia.org/wiki/First-price_sealed-bid_auction) para inclusão no bloco. O minerador executando mev-geth, uma versão bifurcada do cliente go-ethereum (Geth) só precisa escolher o pacote com mais lucro e minerá-lo como parte do novo bloco. Para proteger os mineradores de transações de spam e inválidas, os pacotes de transações passam por **retransmissores** (relayers) para validação antes de chegar aos mineradores. diff --git a/public/content/translations/pt-br/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/pt-br/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index 677f3e8b25e..c3c8158aab5 100644 --- a/public/content/translations/pt-br/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/pt-br/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -259,7 +259,6 @@ Segue uma lista de alguns dos fornecedores de nós para Ethereum mais populares. - Comece gratuitamente - [**NOWNodes**](https://nownodes.io/) - - [Documentos](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - Recursos - Acesso a mais de 50 nós da blockchain - Chave de API gratuita @@ -270,11 +269,10 @@ Segue uma lista de alguns dos fornecedores de nós para Ethereum mais populares. - Nós compartilhados, de arquivo, de cópia de segurança e dedicados - [**Pocket Network**](https://www.pokt.network/) - - [Documentos](https://docs.pokt.network/home/) + - [Documentos](https://docs.pokt.network/) - Recursos - Protocolo RPC descentralizado e mercado - 1 milhão de solicitações gratuitas por dia (por ponto de extremidade, máx. 2) - - [Pontos de extremidade públicos](https://docs.pokt.network/developers/public-endpoints) - Programa Pre-Stake+ (se você precisar de mais de 1 milhão de solicitações por dia) - Mais de 15 blockchains compatíveis - Mais de 6.400 nós com ganhos de POKT a serviço dos aplicativos diff --git a/public/content/translations/pt-br/developers/docs/programming-languages/python/index.md b/public/content/translations/pt-br/developers/docs/programming-languages/python/index.md index e77a11c7eec..3f1f12b822e 100644 --- a/public/content/translations/pt-br/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/pt-br/developers/docs/programming-languages/python/index.md @@ -32,7 +32,7 @@ Precisa de uma introdução geral? Confira [ethereum.org/learn](/learn/) ou [eth ## Artigos intermediários {#intermediate-articles} -- [Desenvolvimento de Dapp para programadores Python](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [Desenvolvimento de Dapp para programadores Python](https://www.youtube.com/watch?v=tE-8bG35VNw) - [Criando uma Interface Python Ethereum: Parte 1](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [Contratos Inteligentes Ethereum em Python: um guia (mais ou menos) abrangente](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) - [Usando Brownie e Python para implantar Contratos Inteligentes](https://dev.to/patrickalphac/using-brownie-for-to-deploy-smart-contracts-1kkp) @@ -78,7 +78,7 @@ Os seguintes projetos baseados na Ethereum usam ferramentas mencionadas nesta p - [Repositório de contratos inteligentes Curve](https://curve.fi/) e [Curve](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) e [contratos inteligentes usando ferramentas Brownie](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/) usa [Python na gestão e implantação dos seus contratos adquiridos](https://github.com/sushiswap/sushi-vesting-protocols) -- [Alpha Finance](https://alphafinance.io/), da Alpha Homora fame, usa [Brownie para testar e implantar contratos inteligentes](https://github.com/AlphaFinanceLab/alpha-staking-contract) +- [Alpha Venture DAO](https://alphaventuredao.io/), da Alpha Homora fame, usa [Brownie para testar e implantar contratos inteligentes](https://github.com/AlphaFinanceLab/alpha-staking-contract) ## Comunidade de discussão Python {#python-community-contributors} diff --git a/public/content/translations/pt-br/developers/docs/scaling/state-channels/index.md b/public/content/translations/pt-br/developers/docs/scaling/state-channels/index.md index fe07eb9b422..c0667c73331 100644 --- a/public/content/translations/pt-br/developers/docs/scaling/state-channels/index.md +++ b/public/content/translations/pt-br/developers/docs/scaling/state-channels/index.md @@ -255,7 +255,7 @@ Vários projetos fornecem implementações da cadeia Plasma que você pode integ - [Entendendo a camada 2](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _12 de fev., 2018 - Josh Stark_ - [Canais de estado: uma explicação](https://www.jeffcoleman.ca/state-channels/) _6 de nov., 2015 - Jeff Coleman_ -- [Fundamentos dos canais de estado](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [Fundamentos dos canais de estado](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [Canais de estado da blockchain: um componente de última geração](https://ieeexplore.ieee.org/document/9627997) _Conhece um recurso da comunidade que ajudou você? Edite essa página e adicione-o!_ \ No newline at end of file diff --git a/public/content/translations/pt-br/developers/docs/scaling/validium/index.md b/public/content/translations/pt-br/developers/docs/scaling/validium/index.md index cf29cf30b1e..4d27137442b 100644 --- a/public/content/translations/pt-br/developers/docs/scaling/validium/index.md +++ b/public/content/translations/pt-br/developers/docs/scaling/validium/index.md @@ -162,4 +162,4 @@ Vários projetos fornecem implementações de validium e volitions que você pod - [Validium e a camada 2 juntos – Edição nº 99](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two) - [ZK-rollups vs Validium](https://blog.matter-labs.io/zkrollup-vs-validium-starkex-5614e38bc263) - [Volition e o espectro emergente de disponibilidade de dados](https://medium.com/starkware/volition-and-the-emerging-data-availability-spectrum-87e8bfa09bb) -- [Rollups, Validiums, e Volitions: aprenda sobre as soluções de dimensionamento mais recentes do Ethereum](https://www.defipulse.com/blog/rollups-validiums-and-volitions-learn-about-the-hottest-ethereum-scaling-solutions) +- [Rollups, Validiums, e Volitions: aprenda sobre as soluções de dimensionamento mais recentes do Ethereum](https://medium.com/coinmonks/rollups-vs-validiums-vs-volitions-d76300170f4a) diff --git a/public/content/translations/pt-br/developers/docs/smart-contracts/languages/index.md b/public/content/translations/pt-br/developers/docs/smart-contracts/languages/index.md index 9acad354d54..4e03783385c 100644 --- a/public/content/translations/pt-br/developers/docs/smart-contracts/languages/index.md +++ b/public/content/translations/pt-br/developers/docs/smart-contracts/languages/index.md @@ -37,7 +37,7 @@ Conhecimento anterior de linguagens de programação, especialmente de JavaScrip - [Portal da linguagem Solidity](https://soliditylang.org/) - [Solidity como exemplo](https://docs.soliditylang.org/en/latest/solidity-by-example.html) - [GitHub](https://github.com/ethereum/solidity/) -- [Solidity Gitter Chatroom](https://gitter.im/ethereum/solidity) ponte para [Solidity Matrix Chatroom](https://matrix.to/#/#ethereum_solidity:gitter.im) +- [Solidity Matrix Chatroom](https://gitter.im/ethereum/solidity) ponte para [Solidity Matrix Chatroom](https://matrix.to/#/#ethereum_solidity:gitter.im) - [Dicas](https://reference.auditless.com/cheatsheet) - [Blog da Solidity](https://blog.soliditylang.org/) - [Solidity Twitter](https://twitter.com/solidity_lang) diff --git a/public/content/translations/pt-br/developers/docs/smart-contracts/security/index.md b/public/content/translations/pt-br/developers/docs/smart-contracts/security/index.md index 5ede6a868fc..2f250c0fed8 100644 --- a/public/content/translations/pt-br/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/pt-br/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -Você também pode usar um sistema de [receber pagamentos](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment), que exige que os usuários retirem fundos dos contratos inteligentes, em vez de um sistema de "envio de pagamentos" que envia fundos para contas. Isso elimina a possibilidade de acionar código inadvertidamente em endereços desconhecidos (e também pode impedir determinados ataques de negação de serviço). +Você também pode usar um sistema de [receber pagamentos](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment), que exige que os usuários retirem fundos dos contratos inteligentes, em vez de um sistema de "envio de pagamentos" que envia fundos para contas. Isso elimina a possibilidade de acionar código inadvertidamente em endereços desconhecidos (e também pode impedir determinados ataques de negação de serviço). #### Overflows e underflows em inteiro {#integer-underflows-and-overflows} diff --git a/public/content/translations/pt-br/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/translations/pt-br/developers/tutorials/run-node-raspberry-pi/index.md index 94b31639d96..71efde63434 100644 --- a/public/content/translations/pt-br/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/translations/pt-br/developers/tutorials/run-node-raspberry-pi/index.md @@ -68,7 +68,7 @@ shasum -a 256 ethonarm_22.04.00.img.zip # Hash should output: fb497e8f8a7388b62d6e1efbc406b9558bee7ef46ec7e53083630029c117444f ``` -Note que as imagens para as placas Rock 5B e Odroid M1 estão disponíveis no Ethereum-On-Arm [página de downloads](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/quick-guide/download-and-install.html). +Note que as imagens para as placas Rock 5B e Odroid M1 estão disponíveis no Ethereum-On-Arm [página de downloads](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/). ## Instalando o MicroSD {#flashing-the-microsd} @@ -160,7 +160,7 @@ Parabéns, agora você tem um nó Ethereum completo e um validador rodando em um ## Mais detalhes {#more-details} -Esta página deu uma visão geral de como configurar um nó e validador Geth-Lighthouse usando Raspberry Pi. Instruções mais detalhadas estão disponíveis no [site Ethereum-on-Arm](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/index.html). +Esta página deu uma visão geral de como configurar um nó e validador Geth-Lighthouse usando Raspberry Pi. Instruções mais detalhadas estão disponíveis no [site Ethereum-on-Arm](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/). ## Agradecemos o feedback {#feedback-appreciated} @@ -178,7 +178,7 @@ Sabemos que o Raspberry Pi tem uma enorme base de usuários, que pode ter um imp 8. https://www.hyperledger.org/projects/besu 9. https://github.com/prysmaticlabs/prysm 10. https://lighthouse.sigmaprime.io -11. https://ethersphere.github.io/swarm-home +11. https://docs.ethswarm.org/ 12. https://raiden.network 13. https://ipfs.io 14. https://status.im diff --git a/public/content/translations/pt-br/ethereum-forks/index.md b/public/content/translations/pt-br/ethereum-forks/index.md index 3ade9eee805..99f40576b70 100644 --- a/public/content/translations/pt-br/ethereum-forks/index.md +++ b/public/content/translations/pt-br/ethereum-forks/index.md @@ -55,7 +55,7 @@ Essa atualização da camada de consenso trouxe a capacidade para os stakers que A atualização também forneceu a funcionalidade de varredura automática de contas, que processa continuamente as contas do validador para todos os pagamentos de recompensas disponíveis ou saques totais. - [Mais sobre saques de staking](/staking/withdrawals/). -- [Leia a especificação da atualização Capella](https://github.com/ethereum/consensus-specs/blob/master/specs/capella/) +- [Leia a especificação da atualização Capella](https://github.com/ethereum/consensus-specs/tree/master/specs/capella/) @@ -88,7 +88,7 @@ A atualização Paris foi desencadeada pela cadeia de blocos de prova de trabalh A atualização Bellatrix foi a segunda atualização agendada para a [Beacon Chain](/roadmap/beacon-chain), preparando a cadeia para o [The Merge](/roadmap/merge/). Ela traz penalidades ao validador para seus valores totais por inatividade e ofensas sancionáveis. Bellatrix também inclui uma atualização nas regras de escolha de bifurcações para preparar a cadeia para o The Merge e a transição do último bloco de prova de trabalho para o primeiro bloco de prova de participação. Isso inclui informar os clientes de consenso sobre a [dificuldade total do terminal](/glossary/#terminal-total-difficulty) de 58750000000000000000000. -- [Leia a especificação da atualização Bellatrix](https://github.com/ethereum/consensus-specs/tree/dev/specs/bellatrix) +- [Leia a especificação da atualização Bellatrix](https://github.com/ethereum/consensus-specs/tree/master/specs/bellatrix) --- @@ -139,7 +139,7 @@ A implementação de rede Arrow Glacier atrasou a [bomba de dificuldade](/glossa A Altair foi a primeira implementação programada para a [Beacon Chain](/roadmap/beacon-chain). Foi adicionado suporte para “comitês de sincronização”, permitindo clientes leves, aumentando a inatividade do validador e removendo penalidades à medida que o desenvolvimento avançava para o The Merge. -- [Leia a especificação de melhoria da Altair](https://github.com/ethereum/consensus-specs/tree/dev/specs/altair) +- [Leia a especificação de melhoria da Altair](https://github.com/ethereum/consensus-specs/tree/master/specs/altair) #### Fato engraçado! {#altair-fun-fact} diff --git a/public/content/translations/pt-br/governance/index.md b/public/content/translations/pt-br/governance/index.md index 11c25d61b22..2ae2b46fe67 100644 --- a/public/content/translations/pt-br/governance/index.md +++ b/public/content/translations/pt-br/governance/index.md @@ -177,6 +177,6 @@ A governança na Ethereum não está definida de forma rígida. Vários particip - [Notas sobre governança da blockchain](https://vitalik.eth.limo/general/2017/12/17/voting.html) - _Vitalik Buterin_ - [Como funciona a governança Ethereum?](https://cryptotesters.com/blog/ethereum-governance) – _Criptotesters_ - [Como funciona a governança Ethereum](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) – _Micah Zoltu_ -- [O que é um desenvolvedor principal Ethereum?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) – _Hudson Jameson_ +- [O que é um desenvolvedor principal Ethereum?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) – _Hudson Jameson_ - [Governança, Parte 2: a plutocracia ainda é uma desvantagem](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) – _Vitalik Buterin_ - [Indo além da governança por meio da votação com moedas.](https://vitalik.eth.limo/general/2021/08/16/voting3.html) – _Vitalik Buterin_ diff --git a/public/content/translations/pt-br/whitepaper/index.md b/public/content/translations/pt-br/whitepaper/index.md index 33a9a839b33..51290da5661 100644 --- a/public/content/translations/pt-br/whitepaper/index.md +++ b/public/content/translations/pt-br/whitepaper/index.md @@ -508,10 +508,10 @@ O conceito de uma função de transição de estado arbitrária implementada pel 16. [GHOST](https://eprint.iacr.org/2013/881.pdf) 17. [StorJ e agentes autónomos, Jeff Garzik](http://garzikrants.blogspot.ca/2013/01/storj-and-bitcoin-autonomous-agents.html) 18. [Mike Hearn fala sobre propriedades inteligentes no Festival de Turing](https://www.youtube.com/watch?v=MVyv4t0OKe4) -19. [Ethereum RLP](https://web.archive.org/web/20250427212320/https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-RLP) -20. [Árvores Ethereum Merkle Patricia](https://web.archive.org/web/20250427212320/https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-Patricia-Tree) +19. [Ethereum RLP](https://web.archive.org/web/20250427212320/https://ethereum.org/whitepaper//%5BEnglish%5D-RLP) +20. [Árvores Ethereum Merkle Patricia](https://web.archive.org/web/20250427212320/https://ethereum.org/whitepaper//%5BEnglish%5D-Patricia-Tree) 21. [Pedro Todd sobre árvores da soma Merkle](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_Para a história do whitepaper, veja [esta wiki](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md)._ +_Para a história do whitepaper, veja [esta wiki](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/)._ _O Ethereum, como muitos projetos de software de código aberto impulsionados pela comunidade, evoluiu desde sua criação. Para saber mais sobre desenvolvimentos recentes do Ethereum e como as mudanças no protocolo são feitas, recomendamos a leitura [deste manual](/learn/)._ diff --git a/public/content/translations/ru/community/grants/index.md b/public/content/translations/ru/community/grants/index.md index 95fc493a5b7..9de8ef13059 100644 --- a/public/content/translations/ru/community/grants/index.md +++ b/public/content/translations/ru/community/grants/index.md @@ -18,7 +18,6 @@ lang: ru - [DAO Moloch](https://www.molochdao.com/): _конфиденциальность, масштабирование второго уровня, безопасность клиентов и многое другое._ - [Гранты DAO](https://docs.google.com/spreadsheets/d/1XHc-p_MHNRdjacc8uOEjtPoWL86olP4GyxAJOFO0zxY/edit#gid=0): _Google-таблица организаций, предлагающих гранты._ - [Академические гранты](https://esp.ethereum.foundation/academic-grants): _гранты на поддержку академической работы, связанной с Ethereum._ -- [Blockworks Grantfarm](https://blockworks.co/grants/programs): _компания Blockworks составила полный каталог всех грантов, запросов предложений (RFP) и наград за найденные ошибки._ ## Отдельные проекты {#project-specific} @@ -26,14 +25,13 @@ lang: ru - [Программа грантов Aave](https://aavegrants.org/) — _гранты DAO от [Aave](https://aave.com/)_ - [Balancer](https://grants.balancer.community/): _фонд экосистемы [Balancer](https://balancer.fi/)._ -- [Программа грантов Chainlink](https://chain.link/community/grants) — _гранты сообщества [Chainlink](https://chain.link/)_ - [ Программа грантов Decentraland](https://governance.decentraland.org/grants/): _метавселенная DAO [Decentraland](https://decentraland.org/)._ - [Организация грантов экосистемы Lido (LEGO)](https://lido.fi/lego): _финансовая экосистема [Lido](https://lido.fi/)._ - [ Программа MetaMask](https://metamaskgrants.org/): _DAO по выдаче грантов под руководством сотрудников [MetaMask](https://metamask.io/)._ - [Программа грантов SKALE Network](https://skale.space/developers#grants): _экосистема [SKALE Network](https://skale.space/)._ -- [Программа грантов фонда Swarm](https://my.ethswarm.org) — _экосистема [фонда Swarm](https://www.ethswarm.org/)_ +- [Программа грантов фонда Swarm](https://www.ethswarm.org/grants) — _экосистема [фонда Swarm](https://www.ethswarm.org/)_ - [The Graph](https://thegraph.com/ecosystem/grants/) — _экосистема [Graph](https://thegraph.com/)_ -- [Программа грантов Uniswap](https://www.uniswapfoundation.org/approach) — _сообщество [Uniswap](https://uniswap.org/)_ +- [Программа грантов Uniswap](https://www.uniswapfoundation.org/grants) — _сообщество [Uniswap](https://uniswap.org/)_ ## Квадратичное финансирование {#quadratic-funding} diff --git a/public/content/translations/ru/community/language-resources/index.md b/public/content/translations/ru/community/language-resources/index.md index a90f8259c1a..1ba331f8d74 100644 --- a/public/content/translations/ru/community/language-resources/index.md +++ b/public/content/translations/ru/community/language-resources/index.md @@ -52,7 +52,7 @@ Ethereum.org переведен на более чем 40 языков, кото - [Unitimes](https://mp.weixin.qq.com/s/tvloZSDBSOQN9zDQj_91kA) — контент, поддерживаемый сообществом, охватывающий знания, связанные с Ethereum, децентрализованными финансами (DeFi), невзаимозаменяемыми токенами (NFT) и Web3 - [123ETH](https://123eth.org/) — портал в экосистему Ethereum - [Zhen Xiao](http://zhenxiao.com/blockchain/) — бесплатные онлайн-курсы по криптовалюте и ее применению -- [Техническая документация об Ethereum](https://github.com/ethereum/wiki/wiki/[%E4%B8%AD%E6%96%87]-%E4%BB%A5%E5%A4%AA%E5%9D%8A%E7%99%BD%E7%9A%AE%E4%B9%A6) — китайская версия технической документации об Ethereum +- [Техническая документация об Ethereum](https://ethereum.org/whitepaper//[%E4%B8%AD%E6%96%87]-%E4%BB%A5%E5%A4%AA%E5%9D%8A%E7%99%BD%E7%9A%AE%E4%B9%A6) — китайская версия технической документации об Ethereum **Экосистема Ethereum** diff --git a/public/content/translations/ru/community/online/index.md b/public/content/translations/ru/community/online/index.md index 4b1c6891339..8bc37bd4af2 100644 --- a/public/content/translations/ru/community/online/index.md +++ b/public/content/translations/ru/community/online/index.md @@ -27,7 +27,7 @@ lang: ru Сообщество EthStaker на Discord — сообщество для образования, наставничества, поддержки и предоставления ресурсов для существующих и потенциальных стейкеров Команда сайта Ethereum.org — возможность решить проблемы и поговорить о разработке и дизайне ethereum.org с командой и членами сообщества Matos Discord — сообщество создателей Web3, где собираются разработчики, видные представители отрасли и энтузиасты Ethereum. Мы заинтересованы в разработке, дизайне и культуре Web3. Создавайте вместе с нами. -Solidity Gitter — чат для разработки Solidity (Gitter) +Solidity Matrix — чат для разработки Solidity (Gitter) Solidity Matrix — чат для разработки Solidity (Matrix) Ethereum Stack Exchange *— форум вопросов и ответов* Peeranha *— децентрализованный форум вопросов и ответов* diff --git a/public/content/translations/ru/community/support/index.md b/public/content/translations/ru/community/support/index.md index 56b6de4ce2a..47043cd51e1 100644 --- a/public/content/translations/ru/community/support/index.md +++ b/public/content/translations/ru/community/support/index.md @@ -68,7 +68,7 @@ lang: ru Вот примеры нескольких популярных. -- [Solidity](https://gitter.im/ethereum/solidity) +- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/ru/desci/index.md b/public/content/translations/ru/desci/index.md index 55f6b74f8f2..78836d03ea3 100644 --- a/public/content/translations/ru/desci/index.md +++ b/public/content/translations/ru/desci/index.md @@ -101,7 +101,6 @@ Web3 обладает потенциалом, который позволит р - [OceanDAO: финансирование науки, связанной с данными, под управлением DAO](https://oceanprotocol.com/) - [Opscientia: открытые децентрализованные научные рабочие процессы](https://opsci.io/research/) - [Bio.xyz: получите финансирование для своего биотехнологического проекта DAO или desci](https://www.bio.xyz/) -- [Fleming Protocol: экономика данных с открытым исходным кодом, способствующая совместным биомедицинским открытиям](http://flemingprotocol.io/) - [Active Inference Institute](https://www.activeinference.org/) - [IdeaMarkets: обеспечение децентрализованного научного доверия](https://ideamarket.io/) - [DeSci Labs](https://www.desci.com/) diff --git a/public/content/translations/ru/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/ru/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index de5044fcaa7..ed28218587e 100644 --- a/public/content/translations/ru/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/ru/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -147,11 +147,10 @@ sidebarDepth: 2 - Уникальные конечные точки API - Прямая, техническая поддержка - [**Pocket Network**](https://www.pokt.network/) - - [Документация](https://docs.pokt.network/home/) + - [Документация](https://docs.pokt.network/) - Функции - Децентрализованный протокол RPC и торговая площадка - Уровень бесплатного пользования 1 млн запросов в день (на конечную точку, максимум 2) - - [Публичные конечные точки](https://docs.pokt.network/developers/public-endpoints) - Программа Pre-Stake+ (если вам нужно более 1 млн запросов в день) - Поддержка 15+ блокчейнов - 6400+ узлов обслуживают приложения, зарабатывая при этом POKT diff --git a/public/content/translations/ru/governance/index.md b/public/content/translations/ru/governance/index.md index 350f7c8d714..27258e5e8f2 100644 --- a/public/content/translations/ru/governance/index.md +++ b/public/content/translations/ru/governance/index.md @@ -177,6 +177,6 @@ _Примечание. Любой человек может входить в н - [Заметки об управлении блокчейном](https://vitalik.eth.limo/general/2017/12/17/voting.html) — _Виталик Бутерин_ - [Как работает управление Ethereum?](https://cryptotesters.com/blog/ethereum-governance) – _Cryptotesters_ - [Как работает управление Ethereum](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) – _Micah Zoltu_ -- [Кто такой основной разработчик Ethereum?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) — _Hudson Jameson_ +- [Кто такой основной разработчик Ethereum?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) — _Hudson Jameson_ - [Управление, часть 2. Плутократия — это все еще плохо](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) — _Виталик Бутерин_ - [Выход за рамки управления, использующего голосование монетами](https://vitalik.eth.limo/general/2021/08/16/voting3.html) — _Виталик Бутерин_ diff --git a/public/content/translations/ru/learn/index.md b/public/content/translations/ru/learn/index.md index 7b9789f86bb..2e0a6cc56db 100644 --- a/public/content/translations/ru/learn/index.md +++ b/public/content/translations/ru/learn/index.md @@ -15,7 +15,7 @@ lang: ru В дополнение к информации на этой странице есть много созданных сообществом ресурсов, которые стоит изучить: -- [District0x](https://education.district0x.io/general-topics/understanding-ethereum/) _Образовательный ресурс о Ethereum, предназначенный для начинающих_ +- [District0x](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _Образовательный ресурс о Ethereum, предназначенный для начинающих_ - [Ethereum.wiki](https://eth.wiki) _Созданная сообществом вики о технологии Ethereum_ - [Kauri](https://kauri.io) _Технические статьи и руководства по Ethereum и связанным с ним проектам_ - [YouTube Ethereum Foundation](https://www.youtube.com/channel/UCNOfzGXD_C9YMYmnefmPH0g) _Видео и выступления о Ethereum_ @@ -28,7 +28,7 @@ lang: ru Вы недавно познакомились с Ethereum? Эти статьи и ресурсы – отличное начало. - [A Beginner’s Guide to Ethereum](https://blog.coinbase.com/a-beginners-guide-to-ethereum-46dd486ceecf) _Feb 23, 2017 - Linda Xie_ -- [What is Ethereum?](https://education.district0x.io/general-topics/understanding-ethereum/what-is-ethereum/) _District0x_ +- [What is Ethereum?](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [The Case for Ethereum](http://blog.eladgil.com/2018/01/the-case-for-ethereum.html) _Jan 30, 2018 - Elad Gil_ - [Blockchains: How they Work and Why they’ll Change the World](https://spectrum.ieee.org/computing/networks/blockchains-how-they-work-and-why-theyll-change-the-world) _Sept 28, 2017 - Morgan Peck_ - [Don’t let Doubts about Blockchains Close your Mind](https://www.bloomberg.com/opinion/articles/2018-04-27/blockchains-warrant-skepticism-but-keep-an-open-mind) _April 27, 2018 - Tyler Cowen_ @@ -75,7 +75,7 @@ lang: ru ### Каналы платежей и состояний {#payment--state-channels} - [State Channels - an explanation](https://www.jeffcoleman.ca/state-channels/) _Nov 6, 2015 - Jeff Coleman_ -- [Basics of State Channels](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [Basics of State Channels](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ ### Технология Sidechains {#sidechains} @@ -84,7 +84,7 @@ lang: ru ### Технология Plasma {#plasma} - [Understanding Plasma, Part 1: The Basics](https://www.theblockcrypto.com/2019/02/07/understanding-plasma-part-1-the-basics/) _Feb 7, 2019 - Daniel Goldman_ -- [Understanding Plasma](https://education.district0x.io/general-topics/understanding-ethereum/understanding-plasma/) _District0x_ +- [Understanding Plasma](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [Learn Plasma – образовательный ресурс о технологии Plasma](https://www.learnplasma.org/en/) ## ETH 2.0 {#consensus-layer-upgrades} diff --git a/public/content/translations/ru/whitepaper/index.md b/public/content/translations/ru/whitepaper/index.md index edacd8045ac..2bff372d730 100644 --- a/public/content/translations/ru/whitepaper/index.md +++ b/public/content/translations/ru/whitepaper/index.md @@ -508,10 +508,10 @@ Ethereum как протокол изначально рассчитан на т 16. [GHOST](https://eprint.iacr.org/2013/881.pdf) 17. [StorJ и автономные агенты, Джефф Гарзик](http://garzikrants.blogspot.ca/2013/01/storj-and-bitcoin-autonomous-agents.html) 18. [Майк Херн об умном имуществе на фестивале Тьюринга](https://www.youtube.com/watch?v=MVyv4t0OKe4) -19. [Ethereum RLP](https://web.archive.org/web/20250427212320/https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-RLP) -20. [Деревья Меркла-Патриции в Ethereum](https://web.archive.org/web/20250427212320/https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-Patricia-Tree) +19. [Ethereum RLP](https://web.archive.org/web/20250427212320/https://ethereum.org/whitepaper//%5BEnglish%5D-RLP) +20. [Деревья Меркла-Патриции в Ethereum](https://web.archive.org/web/20250427212320/https://ethereum.org/whitepaper//%5BEnglish%5D-Patricia-Tree) 21. [Питер Тодд о суммируемых деревьях Меркла](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_Историю проектного документа смотрите в [этой статье](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md)._ +_Историю проектного документа смотрите в [этой статье](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/)._ _Ethereum, как и многие проекты с открытым исходным кодом, управляемые сообществом, эволюционировал с момента своего создания. Чтобы узнать о последних событиях в Ethereum, и как внесены изменения в протокол, мы рекомендуем [это руководство](/learn/)._ diff --git a/public/content/translations/sw/community/grants/index.md b/public/content/translations/sw/community/grants/index.md index c02db101f42..6856b9afbd1 100644 --- a/public/content/translations/sw/community/grants/index.md +++ b/public/content/translations/sw/community/grants/index.md @@ -26,10 +26,9 @@ Miradi hii imeunda misaada yao kwa miradi inayolenga kukuza na kujaribu teknoloj - [Mpango wa Ruzuku wa Aave](https://aavegrants.org/) - _[Aave](https://aave.com/) hutoa ruzuku za DAO_ - [Mpango wa Ruzuku za Compound](https://compoundgrants.questbook.app/) - _[Compaound](https://compound.finance/) hugharamia ikolojia_ -- [Balancer](https://quark-ceres-740.notion.site/Balancer-Grants-938f1b979810427f8d903a904315da41) - _fedha za ikolojia ya [Balancer](https://balancer.fi/)_ +- [Balancer](https://balancer.gitbook.io/balancer-v2/ecosystem/community/grants) - _fedha za ikolojia ya [Balancer](https://balancer.fi/)_ - [Mpango wa Ruzuku wa Consensys](https://consensys.net/grants/) - _[Consensys](https://consensys.net/) fedha za minyororo ya blocku & ruzuku za Ethereum_ - [Shirika la Ruzuku ya Ikolojia ya Lido (LEGO)](https://lego.lido.fi/) - _hugharamia ikolojia ya [Lido](https://lido.fi/)_ -- [Programu ya Ruzuku ya mStable](https://docs.mstable.org/advanced/grants-program) - _jamii ya [mStablei](https://mstable.org/)_ - [Grafu](https://airtable.com/shrdfvnFvVch3IOVm) - _Ikolojia ya [Grafu](https://thegraph.com/)_ - [Programu ya Ruzuku za Uniswap](https://www.uniswapfoundation.org/) - _Jamii ya [Uniswap](https://uniswap.org/)_ diff --git a/public/content/translations/sw/community/language-resources/index.md b/public/content/translations/sw/community/language-resources/index.md index 126389f3c45..31a3a660987 100644 --- a/public/content/translations/sw/community/language-resources/index.md +++ b/public/content/translations/sw/community/language-resources/index.md @@ -51,7 +51,7 @@ Kama unazungumza lugha zaidi ya moja na ungependa kutusaidia kufikia watu wengi - [Unitimes](https://mp.weixin.qq.com/s/tvloZSDBSOQN9zDQj_91kA) - maudhui yanayodumisha jamii, yakieleza juu ya Ethereum, DeFi, NFT, maarifa yanayohusiana na Web3 - [123ETH](https://123eth.org/) - Lango la ikolojia ya Ethereum - [Zhen Xiao](http://zhenxiao.com/blockchain/) - kozi za bure juu ya sarafu ya kripto na programu zake -- [Karatasi Nyeupe](https://github.com/ethereum/wiki/wiki/[%E4%B8%AD%E6%96%87]-%E4%BB%A5%E5%A4%AA%E5%9D%8A%E7%99%BD%E7%9A%AE%E4%B9%A6) - Toleo la kichina la Karatasi Nyeupe +- [Karatasi Nyeupe](https://ethereum.org/whitepaper//[%E4%B8%AD%E6%96%87]-%E4%BB%A5%E5%A4%AA%E5%9D%8A%E7%99%BD%E7%9A%AE%E4%B9%A6) - Toleo la kichina la Karatasi Nyeupe **Ikolojia ya Ethereum** diff --git a/public/content/translations/sw/community/online/index.md b/public/content/translations/sw/community/online/index.md index 137326efcb6..4608c398b56 100644 --- a/public/content/translations/sw/community/online/index.md +++ b/public/content/translations/sw/community/online/index.md @@ -26,7 +26,7 @@ Mamia ya maelfu ya wapenzi wa Ethereum hukusanyika kwenye majukwaa haya ya mtand CryptoDevs - Maboresho ya Ethereum yanalenga jamii ya Discord EthStaker Discord - jamii iliyozama kutoa usaidizi wa usimamizi wa miradi kwa maboresho ya Timu ya tovuti ya Ethereum.org - tembelea na upige gumzo kwenye maboresho ya wavuti wa ethereum.org na uunde na timu na watu kutoka katika jamii -Solidity Gitter - gumzo la maboresho ya solidity (Gitter) +Solidity Matrix - gumzo la maboresho ya solidity (Gitter) Solidity Matrix - gumzo la maboresho ya solidity (Matrix) ## YouTube na Twitter {#youtube-and-twitter} diff --git a/public/content/translations/sw/community/support/index.md b/public/content/translations/sw/community/support/index.md index de54ff3978a..a6aa2c61958 100644 --- a/public/content/translations/sw/community/support/index.md +++ b/public/content/translations/sw/community/support/index.md @@ -50,7 +50,7 @@ Je swali lako linahusiana na chimbo fulani maalum, mradi au maktaba? Miradi ming Hii ni baadhi ya mifano maalum: -- [Uimara](https://gitter.im/ethereum/solidity) +- [Uimara](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/sw/desci/index.md b/public/content/translations/sw/desci/index.md index ceb1cb8b3bd..f2f5b4d7605 100644 --- a/public/content/translations/sw/desci/index.md +++ b/public/content/translations/sw/desci/index.md @@ -102,7 +102,6 @@ Gundua miradi na ujiunge na jumuiya ya DeSci. - [OceanDAO: ufadhili unaosimamiwa na DAO kwa ajili ya sayansi inayohusiana na data](https://oceanprotocol.com/) - [Opscientia: mtiririko wa kazi wazi wa sayansi iliyogatuliwa](https://opsci.io/research/) - [Bio.xyz: pata ufadhili kwa mradi wako wa biotech DAO au desci](https://www.bio.xyz/) -- [Fleming Protocol: uchumi wa data huria unaochochea ugunduzi wa ushirikiano wa kibayomedikali](http://flemingprotocol.io/) - [Taasisi ya Active Inference](https://www.activeinference.org/) - [IdeaMarkets: kuwezesha uaminifu wa kisayansi uliogatuliwa](https://ideamarket.io/) - [DeSci Labs](https://www.desci.com/) diff --git a/public/content/translations/sw/developers/docs/frameworks/index.md b/public/content/translations/sw/developers/docs/frameworks/index.md index 0db4454b832..876c12cdf1e 100644 --- a/public/content/translations/sw/developers/docs/frameworks/index.md +++ b/public/content/translations/sw/developers/docs/frameworks/index.md @@ -122,8 +122,6 @@ Kabla ya kuingia kwa undani kwenye mifumo, tunapendekeza kwanza usome utangulizi **Catapulta -** **_Zana ya kupeleka mikataba-erevu ya minyororo mingi, fanya uthibitishaji kiotomatiki katika wachunguzi wa bloku, fuatilia mikataba-erevu iliyopelekwa na ushiriki ripoti za upelekaji, plug-n-play kwa miradi ya Foundry na Hardhat._** -- [Tovuti](https://catapulta.sh/) -- [Nyaraka](https://catapulta.sh/docs) - [Github](https://github.com/catapulta-sh) **GoldRush (inayoendeshwa na Covalent) -** **_GoldRush hutoa seti kamili zaidi ya API ya data ya mnyororo wa bloku kwa wasanidi programu, wachambuzi, na biashara. Iwe unajenga dashibodi ya DeFi, mkoba, roboti ya biashara, wakala wa AI au jukwaa la kufuata sheria, API za data hutoa ufikiaji wa haraka, sahihi, na rafiki kwa msanidi programu kwa data muhimu ya onchain unayohitaji_** diff --git a/public/content/translations/sw/developers/docs/mev/index.md b/public/content/translations/sw/developers/docs/mev/index.md index 19c1133b426..74b01b287c5 100644 --- a/public/content/translations/sw/developers/docs/mev/index.md +++ b/public/content/translations/sw/developers/docs/mev/index.md @@ -180,7 +180,7 @@ Hapa chini kuna muhtasari wa jinsi API ya Mjenzi inavyofanya kazi: 5. Mthibitishaji anayetumia API ya Mjenzi bado anatarajiwa kujenga kizuizi ndani ya nchi ikiwa mjenzi wa kizuizi atashindwa kujibu haraka, ili wasikose zawadi za pendekezo la kizuizi. Hata hivyo, mthibitishaji hawezi kuunda kizuizi kingine kwa kutumia miamala iliyofunuliwa sasa au seti nyingine, kwani ingekuwa sawa na _usawazishaji_ (kusaini vizuizi viwili ndani ya nafasi moja), ambalo ni kosa linaloweza kuadhibiwa. -Mfano wa utekelezaji wa API ya Mjenzi ni [MEV Boost](https://github.com/flashbots/mev-boost), uboreshaji wa [utaratibu wa mnada wa Flashbots](https://docs.flashbots.net/Flashbots-auction/overview) ulioundwa ili kuzuia athari mbaya za nje za MEV kwenye Ethereum. Mnada wa Flashbots unaruhusu wathibitishaji katika uthibitisho-wa-dau kukabidhi kazi ya kujenga vizuizi vyenye faida kwa wahusika maalum wanaoitwa **watafutaji**. +Mfano wa utekelezaji wa API ya Mjenzi ni [MEV Boost](https://github.com/flashbots/mev-boost), uboreshaji wa [utaratibu wa mnada wa Flashbots](https://docs.flashbots.net/flashbots-auction/overview) ulioundwa ili kuzuia athari mbaya za nje za MEV kwenye Ethereum. Mnada wa Flashbots unaruhusu wathibitishaji katika uthibitisho-wa-dau kukabidhi kazi ya kujenga vizuizi vyenye faida kwa wahusika maalum wanaoitwa **watafutaji**. ![Mchoro unaoonyesha mtiririko wa MEV kwa undani](./mev.png) Watafutaji hutafuta fursa za MEV zenye faida na kutuma vifurushi vya miamala kwa wapendekezaji wa vizuizi pamoja na [zabuni ya bei iliyofungwa](https://en.wikipedia.org/wiki/First-price_sealed-bid_auction) kwa ajili ya kujumuishwa katika kizuizi. Mthibitishaji anayeendesha mev-geth, toleo la uma la mteja wa go-ethereum (Geth) anahitaji tu kuchagua kifurushi chenye faida zaidi na kukijumuisha kama sehemu ya kizuizi kipya. Ili kuwalinda wapendekezaji wa vizuizi (wathibitishaji) dhidi ya barua taka na miamala batili, vifurushi vya miamala hupitia **warudishaji** kwa ajili ya uthibitisho kabla ya kufika kwa mpendekezaji. diff --git a/public/content/translations/sw/developers/docs/networks/index.md b/public/content/translations/sw/developers/docs/networks/index.md index a2237455a3b..e6ee8285739 100644 --- a/public/content/translations/sw/developers/docs/networks/index.md +++ b/public/content/translations/sw/developers/docs/networks/index.md @@ -158,7 +158,7 @@ Testnet kwa ajili ya [Starknet](https://www.starknet.io). ##### Rasilimali -- [Starkscan](https://sepolia.starkscan.co/) +- [Voyager Sepolia Scan](https://sepolia.voyager.online/) ##### Mabomba diff --git a/public/content/translations/sw/developers/docs/smart-contracts/languages/index.md b/public/content/translations/sw/developers/docs/smart-contracts/languages/index.md index a77326049c4..a46920ca1ae 100644 --- a/public/content/translations/sw/developers/docs/smart-contracts/languages/index.md +++ b/public/content/translations/sw/developers/docs/smart-contracts/languages/index.md @@ -37,7 +37,7 @@ Ujuzi wa awali wa lugha za programu, hasa JavaScript au Python, unaweza kukusaid - [Tovuti ya Lugha ya Solidity](https://soliditylang.org/) - [Solidity kwa Mfano](https://docs.soliditylang.org/en/latest/solidity-by-example.html) - [GitHub](https://github.com/ethereum/solidity/) -- [Chumba cha Gumzo cha Solidity Gitter](https://gitter.im/ethereum/solidity) kimeunganishwa na [Chumba cha Gumzo cha Solidity Matrix](https://matrix.to/#/#ethereum_solidity:gitter.im) +- [Chumba cha Gumzo cha Solidity Matrix](https://gitter.im/ethereum/solidity) kimeunganishwa na [Chumba cha Gumzo cha Solidity Matrix](https://matrix.to/#/#ethereum_solidity:gitter.im) - [Karatasi ya Kudokezea](https://reference.auditless.com/cheatsheet) - [Blogu ya Solidity](https://blog.soliditylang.org/) - [Twitter ya Solidity](https://twitter.com/solidity_lang) diff --git a/public/content/translations/sw/developers/docs/smart-contracts/security/index.md b/public/content/translations/sw/developers/docs/smart-contracts/security/index.md index 4e31a0a62fc..6e80184c25d 100644 --- a/public/content/translations/sw/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/sw/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -Unaweza pia kutumia mfumo wa [malipo ya kuvuta](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment) unaohitaji watumiaji kutoa fedha kutoka kwa mikataba-erevu, badala ya mfumo wa "malipo ya kusukuma" unaotuma fedha kwenye akaunti. Hii huondoa uwezekano wa kuanzisha msimbo bila kukusudia katika anwani zisizojulikana (na pia inaweza kuzuia mashambulizi fulani ya kunyimwa huduma). +Unaweza pia kutumia mfumo wa [malipo ya kuvuta](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment) unaohitaji watumiaji kutoa fedha kutoka kwa mikataba-erevu, badala ya mfumo wa "malipo ya kusukuma" unaotuma fedha kwenye akaunti. Hii huondoa uwezekano wa kuanzisha msimbo bila kukusudia katika anwani zisizojulikana (na pia inaweza kuzuia mashambulizi fulani ya kunyimwa huduma). #### Kupungua na kufurika kwa nambari kamili {#integer-underflows-and-overflows} diff --git a/public/content/translations/sw/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/translations/sw/developers/tutorials/run-node-raspberry-pi/index.md index 0297e8620b1..5c3ebeec0a0 100644 --- a/public/content/translations/sw/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/translations/sw/developers/tutorials/run-node-raspberry-pi/index.md @@ -64,7 +64,7 @@ shasum -a 256 ethonarm_22.04.00.img.zip # Hashi inapaswa kutoa: fb497e8f8a7388b62d6e1efbc406b9558bee7ef46ec7e53083630029c117444f ``` -Kumbuka kuwa picha za bodi za Rock 5B na Odroid M1 zinapatikana kwenye [ukurasa wa upakuaji](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/quick-guide/download-and-install.html) wa Ethereum-on-Arm. +Kumbuka kuwa picha za bodi za Rock 5B na Odroid M1 zinapatikana kwenye [ukurasa wa upakuaji](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) wa Ethereum-on-Arm. ## Kuweka Picha ya Programu kwenye MicroSD {#flashing-the-microsd} @@ -158,7 +158,7 @@ Hongera, sasa una nodi kamili ya Ethereum na mthibitishaji inayoendeshwa kwenye ## Maelezo zaidi {#more-details} -Ukurasa huu umetoa muhtasari wa jinsi ya kuweka nodi na mthibitishaji wa Geth-Lighthouse kwa kutumia Raspberry Pi. Maagizo ya kina zaidi yanapatikana kwenye [tovuti ya Ethereum-on-Arm](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/index.html). +Ukurasa huu umetoa muhtasari wa jinsi ya kuweka nodi na mthibitishaji wa Geth-Lighthouse kwa kutumia Raspberry Pi. Maagizo ya kina zaidi yanapatikana kwenye [tovuti ya Ethereum-on-Arm](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/). ## Maoni yanakaribishwa {#feedback-appreciated} @@ -177,7 +177,7 @@ Tafadhali chunguza kwa kina maelezo katika mafunzo haya, jaribu kuendesha kwenye 8. https://www.hyperledger.org/projects/besu 9. https://github.com/prysmaticlabs/prysm 10. https://lighthouse.sigmaprime.io -11. https://ethersphere.github.io/swarm-home +11. https://docs.ethswarm.org/ 12. https://raiden.network 13. https://ipfs.io 14. https://status.im diff --git a/public/content/translations/sw/ethereum-forks/index.md b/public/content/translations/sw/ethereum-forks/index.md index 069a9e91994..146b8856192 100644 --- a/public/content/translations/sw/ethereum-forks/index.md +++ b/public/content/translations/sw/ethereum-forks/index.md @@ -118,7 +118,7 @@ Maboresho ya ufanisi na usalama wa itifaki: - [Pectra.wtf](https://pectra.wtf) - [Jinsi Pectra itakavyoboresha uzoefu wa kusimamisha](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) -- [Soma vigezo vya sasisho la Electra](https://github.com/ethereum/consensus-specs/blob/master/specs/electra/) +- [Soma vigezo vya sasisho la Electra](https://github.com/ethereum/consensus-specs/tree/master/specs/electra/) - [Maswali Yanayoulizwa Mara kwa Mara kuhusu Prague-Electra ("Pectra")](/roadmap/pectra/) @@ -171,7 +171,7 @@ EIP-7514 inaleta ukaguzi kwenye utoaji wa ETH kwa kuweka kikomo cha kiwango cha -- [Soma vigezo vya sasisho la Deneb](https://github.com/ethereum/consensus-specs/blob/master/specs/deneb/) +- [Soma vigezo vya sasisho la Deneb](https://github.com/ethereum/consensus-specs/tree/master/specs/deneb/) - [Maswali Yanayoulizwa Mara kwa Mara kuhusu Cancun-Deneb ("Dencun")](/roadmap/dencun/) @@ -208,7 +208,7 @@ Uboreshaji huu wa safu ya makubaliano ulileta uwezo kwa watumiaji wa staking amb Uboreshaji pia uliweka uwezo wa kufutwa kwa akaunti moja kwa moja, ambao unaendelea kuchambua akaunti za wadhibiti kwa malipo yoyote ya tuzo zilizopo au uondoaji kamili. - [Zaidi kuhusu uondoaji wa kusimamisha](/staking/withdrawals/). -- [Soma vigezo vya sasisho la Capella](https://github.com/ethereum/consensus-specs/blob/master/specs/capella/) +- [Soma vigezo vya sasisho la Capella](https://github.com/ethereum/consensus-specs/tree/master/specs/capella/) @@ -242,7 +242,7 @@ Sasisho la Paris lilianzishwa na mnyororo wa bloku wa uthibitishaji-wa-kazi kupi Sasisho la Bellatrix lilikuwa sasisho la pili lililopangwa kwa [Mnyororo Kioleza](/roadmap/beacon-chain), likiandaa mnyororo kwa ajili ya [Muungano](/roadmap/merge/). Huleta adhabu za waidhinishaji kwa maadili yao kamili kwa kutokuwa na shughuli na makosa yanayoweza kupunguzwa. Bellatrix pia inajumuisha sasisho kwa sheria za uchaguzi wa umma ili kuandaa mnyororo wa Kuunganisha na mpito kutoka kizuizi cha mwisho cha uthibitisho wa kazi hadi kizuizi cha kwanza cha uthibitisho wa kitalu. Hii inajumuisha kuzifanya programu za makubaliano zifahamu kuhusu [ugumu wa jumla wa mwisho](/glossary/#terminal-total-difficulty) wa 58750000000000000000000. -- [Soma vigezo vya sasisho la Bellatrix](https://github.com/ethereum/consensus-specs/tree/dev/specs/bellatrix) +- [Soma vigezo vya sasisho la Bellatrix](https://github.com/ethereum/consensus-specs/tree/master/specs/bellatrix) --- @@ -295,7 +295,7 @@ Sasisho la mtandao la Arrow Glacier lilisogeza nyuma [bomu la ugumu](/glossary/# Sasisho la Altair lilikuwa sasisho la kwanza lililopangwa kwa [Mnyororo Kioleza](/roadmap/beacon-chain). Iliongeza usaidizi kwa "kamati za kusawazisha" - kuwezesha wateja wepesi, na kuongezeka kwa kutotumika kwa kiidhinisha na kupunguza adhabu kadiri maendeleo yanavyosonga mbele kuelekea Kuunganisha. -- [Soma vigezo vya sasisho la Altair](https://github.com/ethereum/consensus-specs/tree/dev/specs/altair) +- [Soma vigezo vya sasisho la Altair](https://github.com/ethereum/consensus-specs/tree/master/specs/altair) #### Ukweli wa kufurahisha! {#altair-fun-fact} diff --git a/public/content/translations/sw/governance/index.md b/public/content/translations/sw/governance/index.md index 6412865e7f2..b6ca7d9d256 100644 --- a/public/content/translations/sw/governance/index.md +++ b/public/content/translations/sw/governance/index.md @@ -177,7 +177,7 @@ Usimamizi wa Ethereum haiko wazi kwa utaratibu thabiti. Washirika mbalimbali wa - [Dondoo kuhusu Utawala wa Blockchain](https://vitalik.eth.limo/general/2017/12/17/voting.html) - _Vitalik Buterin_ - [Utawala wa Ethereum Hufanyaje Kazi?](https://cryptotesters.com/blog/ethereum-governance) – _Cryptotesters_ - [Jinsi utawala wa Ethereum unavyofanya kazi](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) – _Micah Zoltu_ -- [Msanidi wa msingi wa Ethereum ni nani?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ +- [Msanidi wa msingi wa Ethereum ni nani?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ - [Utawala, Sehemu ya 2: Plutokrasia Bado ni Mbaya](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) - _Vitalik Buterin_ - [Kuvuka mipaka ya utawala wa upigaji kura wa sarafu](https://vitalik.eth.limo/general/2021/08/16/voting3.html) - _Vitalik Buterin_ - [Kuelewa Utawala wa Blockchain](https://web.archive.org/web/20250124192731/https://research.2077.xyz/understanding-blockchain-governance) - _2077 Research_ diff --git a/public/content/translations/ta/community/events/organizing/index.md b/public/content/translations/ta/community/events/organizing/index.md index b6541fb24e8..10886621ef9 100644 --- a/public/content/translations/ta/community/events/organizing/index.md +++ b/public/content/translations/ta/community/events/organizing/index.md @@ -218,4 +218,3 @@ LinkedIn விளம்பரத்திற்கான மிகவும் கட்டுரைகள்: - [ETHKL ஐ உருவாக்குதல், Danny H. மூலம்](https://sekto.tech/ethkl24) -- [POKT நிகழ்வுகள் பிளேபுக்](https://docs.pokt.network/community/pokt-events-playbook) diff --git a/public/content/translations/ta/community/grants/index.md b/public/content/translations/ta/community/grants/index.md index 242bb598174..ce8b4b5b9ab 100644 --- a/public/content/translations/ta/community/grants/index.md +++ b/public/content/translations/ta/community/grants/index.md @@ -30,7 +30,6 @@ lang: ta இந்த பொதுவான platform கள் Web3 பரப்பளவில் гран்டுகளின் பரந்த கவரேஜை வழங்குகின்றன மற்றும் நிதி தேடும் யாருக்கும் ஆரம்பப்புள்ளியாக பயன்படுகின்றன: -- [Blockworks Grantfarm](https://blockworks.co/grants/programs) - _பிளாக்வொர்க்ஸ் அனைத்து மானியங்கள், RFP-கள் மற்றும் பிழை வெகுமதிகளின் விரிவான அடைவு பட்டியலைத் தொகுத்துள்ளது._ - [Blockchain Grants](https://www.blockchaingrants.org/) - _பிளாக்செயின் மற்றும் கிரிப்டோ மானியங்களின் கோப்பகம்_ - [Karma Funding Map](https://gap.karmahq.xyz/funding-map) - அனைத்து வெப்3 மானியத் திட்டங்களின் கோப்பகம், வாரந்தோறும் புதுப்பிக்கப்படுகிறது diff --git a/public/content/translations/ta/community/online/index.md b/public/content/translations/ta/community/online/index.md index 4ccd804d71c..c3cf6090e48 100644 --- a/public/content/translations/ta/community/online/index.md +++ b/public/content/translations/ta/community/online/index.md @@ -51,7 +51,7 @@ lang: ta EthStaker Discord - தற்போதுள்ள மற்றும் சாத்தியமான ஸ்டேக்கர்களுக்கான சமூகம் நடத்தும் வழிகாட்டுதல், கல்வி, ஆதரவு மற்றும் வளங்கள் Ethereum.org வலைத்தளக் குழு - குழு மற்றும் சமூகத்தைச் சேர்ந்தவர்களுடன் ethereum.org வலை மேம்பாடு மற்றும் வடிவமைப்பு பற்றி அரட்டையடிக்க வாருங்கள் Matos Discord - பில்டர்கள், தொழில் தலைவர்கள் மற்றும் எத்தேரியம் ஆர்வலர்கள் கூடும் web3 உருவாக்குநர்கள் சமூகம். நாம் web3 மேம்பாடு, வடிவமைப்பு மற்றும் கலாச்சாரத்தில் பேரார்வம் கொண்டுள்ளோம். எங்களுடன் சேர்ந்து உருவாக்குங்கள். -Solidity Gitter - சாலிடிட்டி மேம்பாட்டிற்கான அரட்டை (Gitter) +Solidity Matrix - சாலிடிட்டி மேம்பாட்டிற்கான அரட்டை (Gitter) Solidity Matrix - சாலிடிட்டி மேம்பாட்டிற்கான அரட்டை (Matrix) Ethereum Stack Exchange - கேள்வி பதில் மன்றம் Peera Community Forum - பரவலாக்கப்பட்ட கேள்வி பதில் மன்றம் diff --git a/public/content/translations/ta/community/support/index.md b/public/content/translations/ta/community/support/index.md index ee397d88151..087766155e0 100644 --- a/public/content/translations/ta/community/support/index.md +++ b/public/content/translations/ta/community/support/index.md @@ -68,7 +68,7 @@ Dapps உருவாக்குவது சவாலானது. அனு பிரபலமான சில உதாரணங்கள்: -- [Solidity](https://gitter.im/ethereum/solidity) +- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/ta/contributing/adding-staking-products/index.md b/public/content/translations/ta/contributing/adding-staking-products/index.md index b77a0e507c2..cd68d2a0532 100644 --- a/public/content/translations/ta/contributing/adding-staking-products/index.md +++ b/public/content/translations/ta/contributing/adding-staking-products/index.md @@ -165,7 +165,7 @@ Node அல்லது client அமைப்பு, மேலாண்மை மேலே உள்ள [சேர்ப்பதற்கான அளவுகோல்கள்](#criteria-for-inclusion) ஒவ்வொரு தயாரிப்பு அல்லது சேவைக்கும் ஒட்டுமொத்த மதிப்பெண்ணைக் கணக்கிடப் பயன்படுத்தப்படுகின்றன. இது குறிப்பிட்ட பொருளாதார அளவுகோல்களை பூர்த்தி செய்யும் தயாரிப்புகளை வரிசைப்படுத்தவும் காட்சிப்படுத்தவும் பயன்படுகிறது. பல அளவுகோல்களுக்கு ஆதாரங்கள் வழங்கப்பட்டால், தயாரிப்பு மேலே வரிசைப்படுத்தப்படும், சமமான மதிப்பெண்கள் இருந்தால் பதிவேற்றத்தின் போது சீரற்ற முறையில் வரிசைப்படுத்தப்படும். -இந்த அளவுகோல்களுக்கான குறியீட்டு தர்க்கம் மற்றும் எடைகள் தற்போது எங்கள் ரெப்போவில் உள்ள [இந்த ஜாவாஸ்கிரிப்ட் கூறில்](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid.js#L350) அடங்கியுள்ளன. +இந்த அளவுகோல்களுக்கான குறியீட்டு தர்க்கம் மற்றும் எடைகள் தற்போது எங்கள் ரெப்போவில் உள்ள [இந்த ஜாவாஸ்கிரிப்ட் கூறில்](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid/index.tsx#L350) அடங்கியுள்ளன. ## உங்கள் தயாரிப்பு அல்லது சேவையைச் சேர்க்கவும் {#add-product} diff --git a/public/content/translations/ta/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/ta/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index c30e9046917..bc01010a611 100644 --- a/public/content/translations/ta/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/ta/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -272,7 +272,6 @@ Node சேவையைப் பயன்படுத்துவதற்க - இலவசமாகத் தொடங்குங்கள் - [**NOWNodes**](https://nownodes.io/) - - [ஆவணங்கள்](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - அம்சங்கள் - 50+ பிளாக்செயின் முனைகளுக்கான அணுகல் - இலவச API கீ @@ -283,11 +282,10 @@ Node சேவையைப் பயன்படுத்துவதற்க - பகிரப்பட்ட, காப்பகம், காப்பு மற்றும் பிரத்யேக முனைகள் - [**Pocket Network**](https://www.pokt.network/) - - [ஆவணங்கள்](https://docs.pokt.network/home/) + - [ஆவணங்கள்](https://docs.pokt.network/) - அம்சங்கள் - பரவலாக்கப்பட்ட RPC நெறிமுறை மற்றும் சந்தை - ஒரு நாளைக்கு 1M கோரிக்கைகள் இலவச அடுக்கு (ஒரு முனைப்புள்ளிக்கு, அதிகபட்சம் 2) - - [பொது முனைப்புள்ளிகள்](https://docs.pokt.network/developers/public-endpoints) - ப்ரீ-ஸ்டேக்+ திட்டம் (உங்களுக்கு ஒரு நாளைக்கு 1M க்கும் அதிகமான கோரிக்கைகள் தேவைப்பட்டால்) - 15+ பிளாக்செயின்கள் ஆதரிக்கப்படுகின்றன - பயன்பாடுகளுக்கு சேவை செய்வதற்காக POKT சம்பாதிக்கும் 6400+ முனைகள் diff --git a/public/content/translations/ta/developers/docs/programming-languages/python/index.md b/public/content/translations/ta/developers/docs/programming-languages/python/index.md index 59ca52e6dad..8f7f96bb86e 100644 --- a/public/content/translations/ta/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/ta/developers/docs/programming-languages/python/index.md @@ -35,7 +35,7 @@ incomplete: true ## இடைநிலை கட்டுரைகள் {#intermediate-articles} - [web3.py-இன் நண்பர்கள்: Ape-க்கு அறிமுகம்](https://snakecharmers.ethereum.org/intro-to-ape/) -- [பைத்தான் நிரலர்களுக்கான Dapp உருவாக்கம்](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [பைத்தான் நிரலர்களுக்கான Dapp உருவாக்கம்](https://www.youtube.com/watch?v=tE-8bG35VNw) - [ஒரு பைத்தான் Ethereum இடைமுகத்தை உருவாக்குதல்: பகுதி 1](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [பைத்தானில் Ethereum ஸ்மார்ட் ஒப்பந்தங்கள்: ஒரு விரிவான (போன்ற) வழிகாட்டி](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) @@ -87,7 +87,7 @@ incomplete: true - [Curve](https://www.curve.finance/) மற்றும் [Curve ஸ்மார்ட் ஒப்பந்தங்கள் களஞ்சியம்](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) மற்றும் [Brownie கருவித்தொகுப்பைப் பயன்படுத்தும் ஸ்மார்ட் ஒப்பந்தங்கள்](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/) [தங்களது ஒப்படைப்பு ஒப்பந்தங்களை நிர்வகிப்பதிலும் வரிசைப்படுத்துவதிலும் பைத்தானைப் பயன்படுத்துகிறது](https://github.com/sushiswap/sushi-vesting-protocols) -- [Alpha Finance](https://alphafinance.io/), ஆல்ஃபா ஹோமோரா புகழ் பெற்றது, [ஸ்மார்ட் ஒப்பந்தங்களை சோதிக்கவும் வரிசைப்படுத்தவும் Brownie-ஐப் பயன்படுத்துகிறது](https://github.com/AlphaFinanceLab/alpha-staking-contract) +- [Alpha Venture DAO](https://alphaventuredao.io/), ஆல்ஃபா ஹோமோரா புகழ் பெற்றது, [ஸ்மார்ட் ஒப்பந்தங்களை சோதிக்கவும் வரிசைப்படுத்தவும் Brownie-ஐப் பயன்படுத்துகிறது](https://github.com/AlphaFinanceLab/alpha-staking-contract) ## பைத்தான் சமூகக் கலந்துரையாடல் {#python-community-contributors} diff --git a/public/content/translations/ta/developers/docs/scaling/state-channels/index.md b/public/content/translations/ta/developers/docs/scaling/state-channels/index.md index 1264994f83c..63d4edb2404 100644 --- a/public/content/translations/ta/developers/docs/scaling/state-channels/index.md +++ b/public/content/translations/ta/developers/docs/scaling/state-channels/index.md @@ -255,7 +255,7 @@ Ethereum போன்ற பொது பிளாக்செயின்கள - [Ethereum-இன் அடுக்கு 2 அளவிடுதல் தீர்வுகளைப் புரிந்துகொள்ளுதல்: நிலை சேனல்கள், பிளாஸ்மா மற்றும் Truebit](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _– Josh Stark, பிப் 12 2018_ - [நிலை சேனல்கள் - ஒரு விளக்கம்](https://www.jeffcoleman.ca/state-channels/) _நவ 6, 2015 - Jeff Coleman_ -- [நிலை சேனல்களின் அடிப்படைகள்](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [நிலை சேனல்களின் அடிப்படைகள்](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [பிளாக்செயின் நிலை சேனல்கள்: ஒரு அதிநவீன பார்வை](https://ieeexplore.ieee.org/document/9627997) _உங்களுக்கு உதவிய ஒரு சமூக வளம் பற்றி தெரியுமா?_ இந்தப் பக்கத்தைத் திருத்தி அதைச் சேர்க்கவும்!_ diff --git a/public/content/translations/ta/developers/docs/scaling/validium/index.md b/public/content/translations/ta/developers/docs/scaling/validium/index.md index 35f7abba9e5..9a23c8688e8 100644 --- a/public/content/translations/ta/developers/docs/scaling/validium/index.md +++ b/public/content/translations/ta/developers/docs/scaling/validium/index.md @@ -162,5 +162,5 @@ Validium-கள் அனைத்து பரிவர்த்தனைத் - [Validium மற்றும் அடுக்கு 2 இரண்டுக்கு இரண்டு — இதழ் எண். 99](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two) - [ZK-ரோலப்கள் vs Validium](https://blog.matter-labs.io/zkrollup-vs-validium-starkex-5614e38bc263) - [விருப்பத்தேர்வு மற்றும் வளர்ந்து வரும் தரவு கிடைத்தல் நிறமாலை](https://medium.com/starkware/volition-and-the-emerging-data-availability-spectrum-87e8bfa09bb) -- [ரோலப்கள், Validium-கள் மற்றும் விருப்பத்தேர்வுகள்: வெப்பமான எத்தேரியம் அளவிடுதல் தீர்வுகள் பற்றி அறிக](https://www.defipulse.com/blog/rollups-validiums-and-volitions-learn-about-the-hottest-ethereum-scaling-solutions) +- [ரோலப்கள், Validium-கள் மற்றும் விருப்பத்தேர்வுகள்: வெப்பமான எத்தேரியம் அளவிடுதல் தீர்வுகள் பற்றி அறிக](https://medium.com/coinmonks/rollups-vs-validiums-vs-volitions-d76300170f4a) - [ஈதரியம் ரோல்அப்களுக்கான நடைமுறை வழிகாட்டி](https://web.archive.org/web/20241108192208/https://research.2077.xyz/the-practical-guide-to-ethereum-rollups) diff --git a/public/content/translations/ta/developers/docs/smart-contracts/languages/index.md b/public/content/translations/ta/developers/docs/smart-contracts/languages/index.md index 1a916361f89..8f7b8af2d2b 100644 --- a/public/content/translations/ta/developers/docs/smart-contracts/languages/index.md +++ b/public/content/translations/ta/developers/docs/smart-contracts/languages/index.md @@ -37,7 +37,7 @@ Remix IDE ஆனது Solidity மற்றும் Vyper இரண்டி - [Solidity மொழி நுழைவாயில்](https://soliditylang.org/) - [எடுத்துக்காட்டு மூலம் Solidity](https://docs.soliditylang.org/en/latest/solidity-by-example.html) - [GitHub](https://github.com/ethereum/solidity/) -- [Solidity Gitter அரட்டை அறை](https://gitter.im/ethereum/solidity) [Solidity Matrix அரட்டை அறைக்கு](https://matrix.to/#/#ethereum_solidity:gitter.im) இணைக்கப்பட்டுள்ளது +- [Solidity Matrix அரட்டை அறை](https://gitter.im/ethereum/solidity) [Solidity Matrix அரட்டை அறைக்கு](https://matrix.to/#/#ethereum_solidity:gitter.im) இணைக்கப்பட்டுள்ளது - [ஏமாற்றுத் தாள்](https://reference.auditless.com/cheatsheet) - [Solidity வலைப்பதிவு](https://blog.soliditylang.org/) - [Solidity Twitter](https://twitter.com/solidity_lang) diff --git a/public/content/translations/ta/developers/docs/smart-contracts/security/index.md b/public/content/translations/ta/developers/docs/smart-contracts/security/index.md index 8fe57551034..d2b68888d74 100644 --- a/public/content/translations/ta/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/ta/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -கணக்குகளுக்கு நிதியை அனுப்பும் "புஷ் பேமெண்ட்ஸ்" முறைக்கு பதிலாக, ஸ்மார்ட் ஒப்பந்தங்களிலிருந்து பயனர்கள் நிதியைத் திரும்பப் பெற வேண்டிய [புல் பேமெண்ட்ஸ்](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment) முறையையும் நீங்கள் பயன்படுத்தலாம். இது அறியப்படாத முகவரிகளில் தற்செயலாகக் குறியீட்டைத் தூண்டும் வாய்ப்பை நீக்குகிறது (மேலும் சில சேவை மறுப்புத் தாக்குதல்களையும் தடுக்கலாம்). +கணக்குகளுக்கு நிதியை அனுப்பும் "புஷ் பேமெண்ட்ஸ்" முறைக்கு பதிலாக, ஸ்மார்ட் ஒப்பந்தங்களிலிருந்து பயனர்கள் நிதியைத் திரும்பப் பெற வேண்டிய [புல் பேமெண்ட்ஸ்](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment) முறையையும் நீங்கள் பயன்படுத்தலாம். இது அறியப்படாத முகவரிகளில் தற்செயலாகக் குறியீட்டைத் தூண்டும் வாய்ப்பை நீக்குகிறது (மேலும் சில சேவை மறுப்புத் தாக்குதல்களையும் தடுக்கலாம்). #### முழு எண் அண்டர்ஃப்ளோஸ் மற்றும் ஓவர்ஃப்ளோஸ் {#integer-underflows-and-overflows} diff --git a/public/content/translations/ta/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/translations/ta/developers/tutorials/run-node-raspberry-pi/index.md index 831775d3a99..49a46e94a9b 100644 --- a/public/content/translations/ta/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/translations/ta/developers/tutorials/run-node-raspberry-pi/index.md @@ -70,7 +70,7 @@ shasum -a 256 ethonarm_22.04.00.img.zip # ஹாஷ் வெளியீடு: fb497e8f8a7388b62d6e1efbc406b9558bee7ef46ec7e53083630029c117444f ``` -Rock 5B மற்றும் Odroid M1 போர்டுகளுக்கான படங்கள் Ethereum-on-Arm [பதிவிறக்கங்கள் பக்கத்தில்](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/quick-guide/download-and-install.html) கிடைக்கும் என்பதை நினைவில் கொள்க. +Rock 5B மற்றும் Odroid M1 போர்டுகளுக்கான படங்கள் Ethereum-on-Arm [பதிவிறக்கங்கள் பக்கத்தில்](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) கிடைக்கும் என்பதை நினைவில் கொள்க. ## மைக்ரோ எஸ்டியை ஃபிளாஷ் செய்தல் {#flashing-the-microsd} @@ -164,7 +164,7 @@ sudo systemctl start lighthouse-validator ## மேலும் விவரங்கள் {#more-details} -இந்தப் பக்கம் ராஸ்பெர்ரி பையைப் பயன்படுத்தி Geth-Lighthouse முனை மற்றும் சரிபார்ப்பவரை எவ்வாறு அமைப்பது என்பது பற்றிய ஒரு கண்ணோட்டத்தை அளித்துள்ளது. மேலும் விரிவான வழிமுறைகள் [Ethereum-on-Arm இணையதளத்தில்](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/index.html) கிடைக்கின்றன. +இந்தப் பக்கம் ராஸ்பெர்ரி பையைப் பயன்படுத்தி Geth-Lighthouse முனை மற்றும் சரிபார்ப்பவரை எவ்வாறு அமைப்பது என்பது பற்றிய ஒரு கண்ணோட்டத்தை அளித்துள்ளது. மேலும் விரிவான வழிமுறைகள் [Ethereum-on-Arm இணையதளத்தில்](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) கிடைக்கின்றன. ## கருத்துகள் வரவேற்கப்படுகின்றன {#feedback-appreciated} @@ -183,7 +183,7 @@ sudo systemctl start lighthouse-validator 8. https://www.hyperledger.org/projects/besu 9. https://github.com/prysmaticlabs/prysm 10. https://lighthouse.sigmaprime.io -11. https://ethersphere.github.io/swarm-home +11. https://docs.ethswarm.org/ 12. https://raiden.network 13. https://ipfs.io 14. https://status.im diff --git a/public/content/translations/ta/roadmap/pectra/index.md b/public/content/translations/ta/roadmap/pectra/index.md index 7addfeffc4c..ac3d51e14ff 100644 --- a/public/content/translations/ta/roadmap/pectra/index.md +++ b/public/content/translations/ta/roadmap/pectra/index.md @@ -124,4 +124,4 @@ _எத்தேரியம் பெக்ட்ரா மேம்படு - [Pectra.wtf தகவல் பக்கம்](https://pectra.wtf) - [பெக்ட்ரா ஸ்டேக்கர் அனுபவத்தை எவ்வாறு மேம்படுத்துகிறது](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) - [EIP7702 தகவல் பக்கம்](https://eip7702.io/) -- [பெக்ட்ரா டெவ்நெட்கள்](https://github.com/ethereum/pm/blob/master/Pectra/pectra-pm.md) +- [பெக்ட்ரா டெவ்நெட்கள்](https://github.com/ethereum/pm/blob/master/Network-Upgrade-Archive/Pectra/pectra-pm.md) diff --git a/public/content/translations/ta/whitepaper/index.md b/public/content/translations/ta/whitepaper/index.md index 9c88bfa7bc1..6918b6dc3ec 100644 --- a/public/content/translations/ta/whitepaper/index.md +++ b/public/content/translations/ta/whitepaper/index.md @@ -516,6 +516,6 @@ _நேரியல் நாணய வழங்கல் இருந்தப 20. [எத்தேரியம் மெர்க்கல் பாட்ரிசியா மரங்கள்](/developers/docs/data-structures-and-encoding/patricia-merkle-trie/) 21. [மெர்க்கல் கூட்டுத்தொகை மரங்கள் குறித்து பீட்டர் டாட்](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_வெள்ளை அறிக்கையின் வரலாற்றைப் பார்க்க, [இந்த விக்கியைப்](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md) பார்க்கவும்._ +_வெள்ளை அறிக்கையின் வரலாற்றைப் பார்க்க, [இந்த விக்கியைப்](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/) பார்க்கவும்._ _எத்தேரியம், பல சமூகம் சார்ந்த, திறந்த மூல மென்பொருள் திட்டங்களைப் போலவே, அதன் ஆரம்ப உருவாக்கத்திலிருந்து வளர்ச்சியடைந்துள்ளது. _எத்தேரியத்தின் சமீபத்திய மேம்பாடுகள் மற்றும் நெறிமுறையில் மாற்றங்கள் எவ்வாறு செய்யப்படுகின்றன என்பதைப் பற்றி அறிய, [இந்த வழிகாட்டியை](/learn/) நாங்கள் பரிந்துரைக்கிறோம்._ diff --git a/public/content/translations/te/community/events/organizing/index.md b/public/content/translations/te/community/events/organizing/index.md index 8b5363ece63..24ab58421ff 100644 --- a/public/content/translations/te/community/events/organizing/index.md +++ b/public/content/translations/te/community/events/organizing/index.md @@ -218,4 +218,3 @@ hideEditButton: true వ్యాసాలు: - [డాని హెచ్. ద్వారా ETHKL నిర్మించడం](https://sekto.tech/ethkl24) -- [POKT ఈవెంట్స్ ప్లేబుక్](https://docs.pokt.network/community/pokt-events-playbook) diff --git a/public/content/translations/te/community/grants/index.md b/public/content/translations/te/community/grants/index.md index e268de86989..c9cfb1478dd 100644 --- a/public/content/translations/te/community/grants/index.md +++ b/public/content/translations/te/community/grants/index.md @@ -30,7 +30,6 @@ lang: te ఈ సాధారణ ప్లాట్‌ఫారమ్‌లు మొత్తం Web3 స్పేస్‌లో గ్రాంట్ల యొక్క విస్తృత కవరేజీని అందిస్తాయి మరియు నిధుల కోసం చూస్తున్న ఎవరికైనా ఉపయోగకరమైన ప్రారంభ స్థానాలు: -- [Blockworks Grantfarm](https://blockworks.co/grants/programs) - _Blockworks అన్ని గ్రాంట్లు, RFPలు మరియు బగ్ బౌంటీల యొక్క సమగ్ర డైరెక్టరీని సంకలనం చేసింది._ - [Blockchain Grants](https://www.blockchaingrants.org/) - _బ్లాక్ చైను మరియు క్రిప్టో గ్రాంట్ల డైరెక్టరీ_ - [Karma Funding Map](https://gap.karmahq.xyz/funding-map) - అన్ని Web3 గ్రాంటు కార్యక్రమాల డైరెక్టరీ, వారానికి ఒకసారి నవీకరించబడుతుంది diff --git a/public/content/translations/te/community/online/index.md b/public/content/translations/te/community/online/index.md index fb45fb7130a..fbdd19cff9c 100644 --- a/public/content/translations/te/community/online/index.md +++ b/public/content/translations/te/community/online/index.md @@ -51,7 +51,7 @@ lang: te EthStaker Discord - ఇప్పటికే ఉన్న మరియు సంభావ్య స్టేకర్‌ల కోసం కమ్యూనిటీ-నడిపే మార్గదర్శకత్వం, విద్య, మద్దతు మరియు వనరులు Ethereum.org website team - ఆగి, ethereum.org వెబ్ అభివృద్ధి మరియు డిజైన్ గురించి బృందంతో మరియు కమ్యూనిటీలోని వ్యక్తులతో చాట్ చేయండి Matos Discord - వెబ్3 సృష్టికర్తల కమ్యూనిటీ, ఇక్కడ బిల్డర్‌లు, పారిశ్రామిక ప్రముఖులు మరియు ఇతీరియము ఉత్సాహవంతులు సమావేశమవుతారు. మేము వెబ్3 అభివృద్ధి, డిజైన్ మరియు సంస్కృతిపై మక్కువ కలిగి ఉన్నాము. మాతో కలిసి నిర్మించండి. -Solidity Gitter - సాలిడిటీ అభివృద్ధి కోసం చాట్ (Gitter) +Solidity Matrix - సాలిడిటీ అభివృద్ధి కోసం చాట్ (Gitter) Solidity Matrix - సాలిడిటీ అభివృద్ధి కోసం చాట్ (Matrix) Ethereum Stack Exchange - ప్రశ్న మరియు జవాబు ఫోరమ్ Peera Community Forum - వికేంద్రీకృత ప్రశ్న మరియు జవాబు ఫోరమ్ diff --git a/public/content/translations/te/community/support/index.md b/public/content/translations/te/community/support/index.md index af97049de82..d7524310601 100644 --- a/public/content/translations/te/community/support/index.md +++ b/public/content/translations/te/community/support/index.md @@ -68,7 +68,7 @@ lang: te ఇక్కడ కొన్ని ప్రసిద్ధ ఉదాహరణలు ఉన్నాయి: -- [Solidity](https://gitter.im/ethereum/solidity) +- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/te/contributing/adding-staking-products/index.md b/public/content/translations/te/contributing/adding-staking-products/index.md index bef1494ac6b..d7e619c45b3 100644 --- a/public/content/translations/te/contributing/adding-staking-products/index.md +++ b/public/content/translations/te/contributing/adding-staking-products/index.md @@ -165,7 +165,7 @@ Ethereum.orgలో ఉత్పత్తిని జాబితా చేయ ప్రతి ఉత్పత్తి లేదా సేవకు సంచిత స్కోర్‌ను లెక్కించడానికి పైన ఉన్న [చేర్చడానికి ప్రమాణాలు](#criteria-for-inclusion) ఉపయోగించబడతాయి. ఇది నిర్దిష్ట లక్ష్య ప్రమాణాలకు అనుగుణంగా ఉత్పత్తులను క్రమబద్ధీకరించడానికి మరియు ప్రదర్శించడానికి సాధనంగా ఉపయోగించబడుతుంది. సాక్ష్యం అందించిన మరిన్ని ప్రమాణాలు, లోడ్‌లో సంబంధాలు యాదృచ్ఛికంగా మారడంతో, అధిక ఉత్పత్తి క్రమబద్ధీకరించబడుతుంది. -ఈ ప్రమాణాల కోసం కోడ్ లాజిక్ మరియు వెయిట్‌లు ప్రస్తుతం మా రెపోలోని [ఈ జావాస్క్రిప్ట్ కాంపోనెంట్‌లో](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid.js#L350) ఉన్నాయి. +ఈ ప్రమాణాల కోసం కోడ్ లాజిక్ మరియు వెయిట్‌లు ప్రస్తుతం మా రెపోలోని [ఈ జావాస్క్రిప్ట్ కాంపోనెంట్‌లో](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid/index.tsx#L350) ఉన్నాయి. ## మీ ఉత్పత్తి లేదా సేవను జోడించండి {#add-product} diff --git a/public/content/translations/te/desci/index.md b/public/content/translations/te/desci/index.md index 1cb144e96ca..ab6941527cc 100644 --- a/public/content/translations/te/desci/index.md +++ b/public/content/translations/te/desci/index.md @@ -102,7 +102,6 @@ Web3 నమూనాలను ఉపయోగించి శాస్త్ర - [OceanDAO: DAO డేటా-సంబంధిత సైన్స్ కోసం నిధులను నిర్వహిస్తుంది](https://oceanprotocol.com/) - [Opscientia: ఓపెన్ వికేంద్రీకృత సైన్స్ వర్క్‌ఫ్లోలు](https://opsci.io/research/) - [Bio.xyz: మీ బయోటెక్ DAO లేదా desci ప్రాజెక్ట్ కోసం నిధులు పొందండి](https://www.bio.xyz/) -- [ఫ్లెమింగ్ ప్రోటోకాల్: సహకార బయోమెడికల్ ఆవిష్కరణకు ఇంధనం నింపే ఓపెన్ సోర్స్ డేటా ఎకానమీ](http://flemingprotocol.io/) - [యాక్టివ్ ఇన్ఫరెన్స్ ఇన్స్టిట్యూట్](https://www.activeinference.org/) - [IdeaMarkets: వికేంద్రీకృత శాస్త్రీయ విశ్వసనీయతను ప్రారంభించడం](https://ideamarket.io/) - [DeSci Labs](https://www.desci.com/) diff --git a/public/content/translations/te/developers/docs/frameworks/index.md b/public/content/translations/te/developers/docs/frameworks/index.md index 57074c831ee..e24de1137ce 100644 --- a/public/content/translations/te/developers/docs/frameworks/index.md +++ b/public/content/translations/te/developers/docs/frameworks/index.md @@ -120,8 +120,6 @@ lang: te **Catapulta -** **_మల్టీ-చైన్ స్మార్ట్ కాంట్రాక్ట్‌ల డిప్లాయ్‌మెంట్ టూల్, బ్లాక్ ఎక్స్‌ప్లోరర్‌లలో ధృవీకరణలను ఆటోమేట్ చేస్తుంది, డిప్లాయ్ చేసిన స్మార్ట్ కాంట్రాక్ట్‌లను ట్రాక్ చేస్తుంది మరియు డిప్లాయ్‌మెంట్ నివేదికలను పంచుకుంటుంది, Foundry మరియు Hardhat ప్రాజెక్ట్‌ల కోసం ప్లగ్-ఎన్-ప్లే._** -- [వెబ్‌సైట్](https://catapulta.sh/) -- [డాక్యుమెంటేషన్](https://catapulta.sh/docs) - [Github](https://github.com/catapulta-sh) **GoldRush (Covalent ద్వారా ఆధారితం) -** **_GoldRush డెవలపర్‌లు, విశ్లేషకులు మరియు ఎంటర్‌ప్రైజెస్‌ల కోసం అత్యంత సమగ్రమైన బ్లాక్‌చైన్ డేటా ఎపిఐ సూట్‌ను అందిస్తుంది. మీరు DeFi డాష్‌బోర్డ్, వాలెట్, ట్రేడింగ్ బాట్, AI ఏజెంట్ లేదా కంప్లయన్స్ ప్లాట్‌ఫామ్‌ను నిర్మిస్తున్నా, డేటా APIలు మీకు అవసరమైన ఆన్‌చైన్ డేటాకు వేగవంతమైన, ఖచ్చితమైన మరియు డెవలపర్-స్నేహపూర్వక యాక్సెస్‌ను అందిస్తాయి_** diff --git a/public/content/translations/te/developers/docs/mev/index.md b/public/content/translations/te/developers/docs/mev/index.md index a23bb7b5c5b..a2e0560665e 100644 --- a/public/content/translations/te/developers/docs/mev/index.md +++ b/public/content/translations/te/developers/docs/mev/index.md @@ -180,7 +180,7 @@ PBS కింద, ఒక బ్లాక్ బిల్డర్ ఒక లా 5. బిల్డర్ ఎపిఐని ఉపయోగించే ఒక వాలిడేటర్ బ్లాక్ బిల్డర్ సకాలంలో స్పందించడంలో విఫలమైతే, బ్లాక్ ప్రతిపాదన రివార్డులను కోల్పోకుండా ఉండటానికి, స్థానికంగా ఒక బ్లాక్‌ను నిర్మించాలని ఇప్పటికీ భావిస్తారు. అయినప్పటికీ, వాలిడేటర్ ఇప్పుడు బహిర్గతం చేయబడిన లావాదేవీలను లేదా మరొక సెట్‌ను ఉపయోగించి మరొక బ్లాక్‌ను సృష్టించలేడు, ఎందుకంటే ఇది _ఈక్వివోకేషన్_ (ఒకే జాబితాలో రెండు బ్లాక్‌లపై సంతకం చేయడం) అవుతుంది, ఇది స్లాష్ చేయదగిన నేరం. -బిల్డర్ ఎపిఐ యొక్క ఒక ఉదాహరణ అమలు [MEV బూస్ట్](https://github.com/flashbots/mev-boost), ఇది ఇతీరియముపై MEV యొక్క ప్రతికూల బాహ్య ప్రభావాలను అరికట్టడానికి రూపొందించిన [Flashbots వేలం మెకానిజం](https://docs.flashbots.net/Flashbots-auction/overview) పై ఒక మెరుగుదల. ఫ్లాష్‌బాట్స్ వేలం ప్రూఫ్-ఆఫ్-స్టేక్‌లో ఉన్న వాలిడేటర్లకు **సెర్చర్లు** అని పిలువబడే ప్రత్యేక పార్టీలకు లాభదాయకమైన బ్లాక్‌లను నిర్మించే పనిని అవుట్‌సోర్స్ చేయడానికి అనుమతిస్తుంది. +బిల్డర్ ఎపిఐ యొక్క ఒక ఉదాహరణ అమలు [MEV బూస్ట్](https://github.com/flashbots/mev-boost), ఇది ఇతీరియముపై MEV యొక్క ప్రతికూల బాహ్య ప్రభావాలను అరికట్టడానికి రూపొందించిన [Flashbots వేలం మెకానిజం](https://docs.flashbots.net/flashbots-auction/overview) పై ఒక మెరుగుదల. ఫ్లాష్‌బాట్స్ వేలం ప్రూఫ్-ఆఫ్-స్టేక్‌లో ఉన్న వాలిడేటర్లకు **సెర్చర్లు** అని పిలువబడే ప్రత్యేక పార్టీలకు లాభదాయకమైన బ్లాక్‌లను నిర్మించే పనిని అవుట్‌సోర్స్ చేయడానికి అనుమతిస్తుంది. ![MEV ప్రవాహాన్ని వివరంగా చూపే ఒక రేఖాచిత్రం](./mev.png) సెర్చర్లు లాభదాయకమైన MEV అవకాశాల కోసం వెతుకుతారు మరియు బ్లాక్‌లో చేర్చడానికి [సీల్డ్-ప్రైస్ బిడ్](https://en.wikipedia.org/wiki/First-price_sealed-bid_auction)తో పాటు బ్లాక్ ప్రపోజర్లకు లావాదేవీ బండిల్‌లను పంపుతారు. mev-geth ను నడుపుతున్న వాలిడేటర్, గో-ఇథిరియం (Geth) క్లయింట్ యొక్క ఫోర్క్ వెర్షన్, కేవలం అత్యంత లాభదాయకమైన బండిల్‌ను ఎంచుకుని దానిని కొత్త బ్లాక్‌లో చేర్చాలి. బ్లాక్ ప్రపోజర్లను (వాలిడేటర్లను) స్పామ్ మరియు చెల్లని లావాదేవీల నుండి రక్షించడానికి, లావాదేవీ బండిల్స్ ప్రపోజర్‌కు చేరడానికి ముందు ధృవీకరణ కోసం **రిలేయర్స్** ద్వారా వెళతాయి. diff --git a/public/content/translations/te/developers/docs/networks/index.md b/public/content/translations/te/developers/docs/networks/index.md index 898c37cd0e6..924805d9d55 100644 --- a/public/content/translations/te/developers/docs/networks/index.md +++ b/public/content/translations/te/developers/docs/networks/index.md @@ -158,7 +158,7 @@ lang: te ##### వనరులు -- [Starkscan](https://sepolia.starkscan.co/) +- [Voyager Sepolia Scan](https://sepolia.voyager.online/) ##### ఫాసెట్‌లు diff --git a/public/content/translations/te/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/te/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index 1c903434c0d..883a9b486de 100644 --- a/public/content/translations/te/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/te/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -272,7 +272,6 @@ sidebarDepth: 2 - ఉచితంగా ప్రారంభించండి - [**NOWNodes**](https://nownodes.io/) - - [డాక్స్](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - లక్షణాలు - 50+ బ్లాక్ చైన్ నోడ్స్‌కు యాక్సెస్ - ఉచిత API కీ @@ -283,11 +282,10 @@ sidebarDepth: 2 - భాగస్వామ్య, ఆర్కైవ్, బ్యాకప్ మరియు ప్రత్యేక నోడ్స్ - [**Pocket Network**](https://www.pokt.network/) - - [డాక్స్](https://docs.pokt.network/home/) + - [డాక్స్](https://docs.pokt.network/) - లక్షణాలు - వికేంద్రీకృత RPC ప్రోటోకాల్ మరియు మార్కెట్‌ప్లేస్ - రోజుకు 1M అభ్యర్థనల ఉచిత శ్రేణి (ఒక ఎండ్‌పాయింట్‌కు, గరిష్టంగా 2) - - [పబ్లిక్ ఎండ్‌పాయింట్లు](https://docs.pokt.network/developers/public-endpoints) - ప్రీ-స్టేక్+ ప్రోగ్రామ్ (మీకు రోజుకు 1M కంటే ఎక్కువ అభ్యర్థనలు అవసరమైతే) - 15+ బ్లాక్‌చైన్‌లకు మద్దతు ఉంది - అప్లికేషన్‌లకు సేవ చేయడం కోసం POKT సంపాదిస్తున్న 6400+ నోడ్స్ diff --git a/public/content/translations/te/developers/docs/programming-languages/python/index.md b/public/content/translations/te/developers/docs/programming-languages/python/index.md index 58ba0de3a32..08200907240 100644 --- a/public/content/translations/te/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/te/developers/docs/programming-languages/python/index.md @@ -35,7 +35,7 @@ incomplete: true ## మధ్యస్థ వ్యాసాలు {#intermediate-articles} - [web3.py యొక్క మిత్రులు: Apeకి పరిచయం](https://snakecharmers.ethereum.org/intro-to-ape/) -- [పైథాన్ ప్రోగ్రామర్‌ల కోసం డాప్ అభివృద్ధి](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [పైథాన్ ప్రోగ్రామర్‌ల కోసం డాప్ అభివృద్ధి](https://www.youtube.com/watch?v=tE-8bG35VNw) - [ఒక పైథాన్ ఇతీరియము ఇంటర్‌ఫేస్‌ను సృష్టించడం: భాగం 1](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [పైథాన్‌లో ఇతీరియము స్మార్ట్ కాంట్రాక్టులు: ఒక సమగ్ర(మైన) గైడ్](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) @@ -87,7 +87,7 @@ incomplete: true - [Curve](https://www.curve.finance/) మరియు [Curve స్మార్ట్ కాంట్రాక్ట్స్ రిపోజిటరీ](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) మరియు [బ్రౌనీ టూల్‌చెయిన్‌ను ఉపయోగించే స్మార్ట్ కాంట్రాక్టులు](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/) [వారి వెస్టింగ్ కాంట్రాక్టులను నిర్వహించడం మరియు డిప్లాయ్ చేయడంలో పైథాన్](https://github.com/sushiswap/sushi-vesting-protocols) ను ఉపయోగిస్తుంది. -- ఆల్ఫా హోమోరా కీర్తికి చెందిన [ఆల్ఫా ఫైనాన్స్](https://alphafinance.io/), [స్మార్ట్ కాంట్రాక్టులను పరీక్షించడానికి మరియు డిప్లాయ్ చేయడానికి బ్రౌనీని](https://github.com/AlphaFinanceLab/alpha-staking-contract) ఉపయోగిస్తుంది. +- ఆల్ఫా హోమోరా కీర్తికి చెందిన [ఆల్ఫా ఫైనాన్స్](https://alphaventuredao.io/), [స్మార్ట్ కాంట్రాక్టులను పరీక్షించడానికి మరియు డిప్లాయ్ చేయడానికి బ్రౌనీని](https://github.com/AlphaFinanceLab/alpha-staking-contract) ఉపయోగిస్తుంది. ## పైథాన్ కమ్యూనిటీ చర్చ {#python-community-contributors} diff --git a/public/content/translations/te/developers/docs/scaling/state-channels/index.md b/public/content/translations/te/developers/docs/scaling/state-channels/index.md index 339c36d8b34..e12ae750af0 100644 --- a/public/content/translations/te/developers/docs/scaling/state-channels/index.md +++ b/public/content/translations/te/developers/docs/scaling/state-channels/index.md @@ -255,7 +255,7 @@ Ethereum వంటి పబ్లిక్ బ్లాక్‌చెయిన - [Ethereum యొక్క లేయర్ 2 స్కేలింగ్ పరిష్కారాలను అర్థం చేసుకోవడం: స్టేట్ ఛానెల్స్, ప్లాస్మా మరియు ట్రూబిట్](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _– జోష్ స్టార్క్, ఫిబ్రవరి 12 2018_ - [స్టేట్ ఛానెల్స్ - ఒక వివరణ](https://www.jeffcoleman.ca/state-channels/) _Nov 6, 2015 - జెఫ్ కోల్మన్_ -- [స్టేట్ ఛానెల్స్ యొక్క ప్రాథమికాలు](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [స్టేట్ ఛానెల్స్ యొక్క ప్రాథమికాలు](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [బ్లాక్‌చెయిన్ స్టేట్ ఛానెల్స్: ఎ స్టేట్ ఆఫ్ ది ఆర్ట్](https://ieeexplore.ieee.org/document/9627997) _మీకు సహాయపడిన కమ్యూనిటీ వనరు గురించి తెలుసా? ఈ పేజీని సవరించి, దాన్ని జోడించండి!_ diff --git a/public/content/translations/te/developers/docs/scaling/validium/index.md b/public/content/translations/te/developers/docs/scaling/validium/index.md index a47db2ff7f6..98ce57e4be1 100644 --- a/public/content/translations/te/developers/docs/scaling/validium/index.md +++ b/public/content/translations/te/developers/docs/scaling/validium/index.md @@ -162,5 +162,5 @@ ZK-రోలప్‌ల మాదిరిగానే, వాలిడియ - [వాలిడియం మరియు లేయర్ 2 టూ-బై-టూ — ఇష్యూ నం. 99](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two) - [ZK-రోలప్‌లు vs వాలిడియం](https://blog.matter-labs.io/zkrollup-vs-validium-starkex-5614e38bc263) - [వోలిషన్ మరియు ఉద్భవిస్తున్న డేటా లభ్యత స్పెక్ట్రమ్](https://medium.com/starkware/volition-and-the-emerging-data-availability-spectrum-87e8bfa09bb) -- [రోలప్‌లు, వాలిడియంలు, మరియు వోలిషన్లు: హాటెస్ట్ Ethereum స్కేలింగ్ పరిష్కారాల గురించి తెలుసుకోండి](https://www.defipulse.com/blog/rollups-validiums-and-volitions-learn-about-the-hottest-ethereum-scaling-solutions) +- [రోలప్‌లు, వాలిడియంలు, మరియు వోలిషన్లు: హాటెస్ట్ Ethereum స్కేలింగ్ పరిష్కారాల గురించి తెలుసుకోండి](https://medium.com/coinmonks/rollups-vs-validiums-vs-volitions-d76300170f4a) - [Ethereum రోలప్‌లకు ప్రాక్టికల్ గైడ్](https://web.archive.org/web/20241108192208/https://research.2077.xyz/the-practical-guide-to-ethereum-rollups) diff --git a/public/content/translations/te/developers/docs/smart-contracts/security/index.md b/public/content/translations/te/developers/docs/smart-contracts/security/index.md index 2d364e80d36..6cc93dee973 100644 --- a/public/content/translations/te/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/te/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -మీరు ఖాతాలకు నిధులను పంపే “పుష్ పేమెంట్స్” సిస్టమ్‌కు బదులుగా, వినియోగదారులను స్మార్ట్ కాంట్రాక్ట్‌ల నుండి నిధులను ఉపసంహరించుకోవాలని కోరే [పుల్ పేమెంట్స్](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment) సిస్టమ్‌ను కూడా ఉపయోగించవచ్చు. ఇది తెలియని చిరునామాలలో అనుకోకుండా కోడ్‌ను ట్రిగ్గర్ చేసే అవకాశాన్ని తొలగిస్తుంది (మరియు కొన్ని డినయల్-ఆఫ్-సర్వీస్ దాడులను కూడా నివారించగలదు). +మీరు ఖాతాలకు నిధులను పంపే “పుష్ పేమెంట్స్” సిస్టమ్‌కు బదులుగా, వినియోగదారులను స్మార్ట్ కాంట్రాక్ట్‌ల నుండి నిధులను ఉపసంహరించుకోవాలని కోరే [పుల్ పేమెంట్స్](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment) సిస్టమ్‌ను కూడా ఉపయోగించవచ్చు. ఇది తెలియని చిరునామాలలో అనుకోకుండా కోడ్‌ను ట్రిగ్గర్ చేసే అవకాశాన్ని తొలగిస్తుంది (మరియు కొన్ని డినయల్-ఆఫ్-సర్వీస్ దాడులను కూడా నివారించగలదు). #### ఇంటిజర్ అండర్‌ఫ్లోలు మరియు ఓవర్‌ఫ్లోలు {#integer-underflows-and-overflows} diff --git a/public/content/translations/te/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/translations/te/developers/tutorials/run-node-raspberry-pi/index.md index ce35a3b0a94..fea294abb71 100644 --- a/public/content/translations/te/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/translations/te/developers/tutorials/run-node-raspberry-pi/index.md @@ -70,7 +70,7 @@ shasum -a 256 ethonarm_22.04.00.img.zip # Hash should output: fb497e8f8a7388b62d6e1efbc406b9558bee7ef46ec7e53083630029c117444f ``` -Rock 5B మరియు Odroid M1 బోర్డుల కోసం ఇమేజ్‌లు Ethereum-on-Arm [డౌన్‌లోడ్‌ల పేజీ](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/quick-guide/download-and-install.html)లో అందుబాటులో ఉన్నాయని గమనించండి. +Rock 5B మరియు Odroid M1 బోర్డుల కోసం ఇమేజ్‌లు Ethereum-on-Arm [డౌన్‌లోడ్‌ల పేజీ](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/)లో అందుబాటులో ఉన్నాయని గమనించండి. ## మైక్రోSDని ఫ్లాష్ చేయడం {#flashing-the-microsd} @@ -164,7 +164,7 @@ sudo systemctl start lighthouse-validator ## మరిన్ని వివరాలు {#more-details} -ఈ పేజీ రాస్ప్బెర్రీ పై ఉపయోగించి Geth-Lighthouse నోడ్ మరియు వ్యాలిడేటర్‌ను ఎలా సెటప్ చేయాలో ఒక అవలోకనాన్ని ఇచ్చింది. [Ethereum-on-Arm వెబ్‌సైట్](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/index.html)లో మరింత వివరణాత్మక సూచనలు అందుబాటులో ఉన్నాయి. +ఈ పేజీ రాస్ప్బెర్రీ పై ఉపయోగించి Geth-Lighthouse నోడ్ మరియు వ్యాలిడేటర్‌ను ఎలా సెటప్ చేయాలో ఒక అవలోకనాన్ని ఇచ్చింది. [Ethereum-on-Arm వెబ్‌సైట్](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/)లో మరింత వివరణాత్మక సూచనలు అందుబాటులో ఉన్నాయి. ## అభిప్రాయం అభినందనీయం {#feedback-appreciated} @@ -183,7 +183,7 @@ sudo systemctl start lighthouse-validator 8. https://www.hyperledger.org/projects/besu 9. https://github.com/prysmaticlabs/prysm 10. https://lighthouse.sigmaprime.io -11. https://ethersphere.github.io/swarm-home +11. https://docs.ethswarm.org/ 12. https://raiden.network 13. https://ipfs.io 14. https://status.im diff --git a/public/content/translations/te/ethereum-forks/index.md b/public/content/translations/te/ethereum-forks/index.md index 42fc258d159..791604cd4c0 100644 --- a/public/content/translations/te/ethereum-forks/index.md +++ b/public/content/translations/te/ethereum-forks/index.md @@ -118,7 +118,7 @@ sidebarDepth: 1 - [Pectra.wtf](https://pectra.wtf) - [పెక్ట్రా స్టేకింగ్ అనుభవాన్ని ఎలా మెరుగుపరుస్తుందో](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) -- [ఎలెక్ట్రా నవీకరణ స్పెసిఫికేషన్‌లను చదవండి](https://github.com/ethereum/consensus-specs/blob/master/specs/electra/) +- [ఎలెక్ట్రా నవీకరణ స్పెసిఫికేషన్‌లను చదవండి](https://github.com/ethereum/consensus-specs/tree/master/specs/electra/) - [ప్రేగ్-ఎలెక్ట్రా ("పెక్ట్రా") FAQ](/roadmap/pectra/) @@ -171,7 +171,7 @@ EIP-7514, నెట్‌వర్క్‌లోకి వాలిడేటర -- [డెనెబ్ నవీకరణ స్పెసిఫికేషన్‌లను చదవండి](https://github.com/ethereum/consensus-specs/blob/master/specs/deneb/) +- [డెనెబ్ నవీకరణ స్పెసిఫికేషన్‌లను చదవండి](https://github.com/ethereum/consensus-specs/tree/master/specs/deneb/) - [కాన్కున్-డెనెబ్ ("డెన్కున్") FAQ](/roadmap/dencun/) @@ -208,7 +208,7 @@ EIP-7514, నెట్‌వర్క్‌లోకి వాలిడేటర ఈ నవీకరణ ఆటోమేటిక్ ఖాతా స్వీపింగ్ కార్యాచరణను కూడా అందించింది, ఇది ఏదైనా అందుబాటులో ఉన్న రివార్డు చెల్లింపులు లేదా పూర్తి ఉపసంహరణల కోసం వాలిడేటర్ ఖాతాలను నిరంతరం ప్రాసెస్ చేస్తుంది. - [స్టేకింగ్ ఉపసంహరణల గురించి మరింత](/staking/withdrawals/). -- [కాపెల్లా నవీకరణ స్పెసిఫికేషన్‌లను చదవండి](https://github.com/ethereum/consensus-specs/blob/master/specs/capella/) +- [కాపెల్లా నవీకరణ స్పెసిఫికేషన్‌లను చదవండి](https://github.com/ethereum/consensus-specs/tree/master/specs/capella/) @@ -242,7 +242,7 @@ EIP-7514, నెట్‌వర్క్‌లోకి వాలిడేటర బెలాట్రిక్స్ నవీకరణ [బీకన్ చైన్](/roadmap/beacon-chain) కోసం రెండవ షెడ్యూల్డ్ నవీకరణ, ఇది చైన్‌ను [ది మెర్జ్](/roadmap/merge/) కోసం సిద్ధం చేస్తుంది. ఇది నిష్క్రియాత్మకత మరియు స్లాషబుల్ నేరాల కోసం వాలిడేటర్ జరిమానాలను వాటి పూర్తి విలువలకు తీసుకువస్తుంది. బెలాట్రిక్స్, ది మెర్జ్ మరియు చివరి ప్రూఫ్-ఆఫ్-వర్క్ బ్లాక్ నుండి మొదటి ప్రూఫ్-ఆఫ్-స్టేక్ బ్లాక్‌కు పరివర్తన కోసం చైన్‌ను సిద్ధం చేయడానికి ఫోర్క్ ఎంపిక నియమాలకు ఒక నవీకరణను కూడా కలిగి ఉంటుంది. ఇందులో ఏకాభిప్రాయం ఖాతాదారులకు 58750000000000000000000 [టర్మినల్ టోటల్ డిఫికల్టీ](/glossary/#terminal-total-difficulty) గురించి తెలియజేయడం ఉంటుంది. -- [బెలాట్రిక్స్ నవీకరణ స్పెసిఫికేషన్‌ను చదవండి](https://github.com/ethereum/consensus-specs/tree/dev/specs/bellatrix) +- [బెలాట్రిక్స్ నవీకరణ స్పెసిఫికేషన్‌ను చదవండి](https://github.com/ethereum/consensus-specs/tree/master/specs/bellatrix) --- @@ -295,7 +295,7 @@ EIP-7514, నెట్‌వర్క్‌లోకి వాలిడేటర అల్టెయిర్ నవీకరణ [బీకన్ చైన్](/roadmap/beacon-chain) కోసం మొదటి షెడ్యూల్డ్ నవీకరణ. ఇది "సింక్ కమిటీలకు" మద్దతును జోడించింది— తేలికైన ఖాతాదారులను ప్రారంభించడం, మరియు ది మెర్జ్ వైపు అభివృద్ధి జరుగుతున్నప్పుడు వాలిడేటర్ నిష్క్రియాత్మకత మరియు స్లాషింగ్ జరిమానాలను పెంచింది. -- [అల్టెయిర్ నవీకరణ స్పెసిఫికేషన్‌ను చదవండి](https://github.com/ethereum/consensus-specs/tree/dev/specs/altair) +- [అల్టెయిర్ నవీకరణ స్పెసిఫికేషన్‌ను చదవండి](https://github.com/ethereum/consensus-specs/tree/master/specs/altair) #### సరదా వాస్తవం! {#altair-fun-fact} diff --git a/public/content/translations/te/governance/index.md b/public/content/translations/te/governance/index.md index 6856764471e..925a2f1723f 100644 --- a/public/content/translations/te/governance/index.md +++ b/public/content/translations/te/governance/index.md @@ -177,7 +177,7 @@ Ethereumలో పాలన కఠినంగా నిర్వచించబ - [బ్లాక్‌చైన్ పాలనపై గమనికలు](https://vitalik.eth.limo/general/2017/12/17/voting.html) - _విటాలిక్ బుటెరిన్_ - [Ethereum పాలన ఎలా పనిచేస్తుంది?](https://cryptotesters.com/blog/ethereum-governance) – _క్రిప్టోటెస్టర్స్_ - [Ethereum పాలన ఎలా పనిచేస్తుంది](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) – _Micah Zoltu_ -- [Ethereum కోర్ డెవలపర్ అంటే ఏమిటి?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) - _హడ్సన్ జేమ్సన్_ +- [Ethereum కోర్ డెవలపర్ అంటే ఏమిటి?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) - _హడ్సన్ జేమ్సన్_ - [పాలన, భాగం 2: ప్లూటోక్రసీ ఇంకా చెడ్డది](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) - _విటాలిక్ బుటెరిన్_ - [కాయిన్ ఓటింగ్ పాలనను దాటి వెళ్లడం](https://vitalik.eth.limo/general/2021/08/16/voting3.html) - _విటాలిక్ బుటెరిన్_ - [బ్లాక్‌చైన్ పాలనను అర్థం చేసుకోవడం](https://web.archive.org/web/20250124192731/https://research.2077.xyz/understanding-blockchain-governance) - _2077 రీసెర్చ్_ diff --git a/public/content/translations/te/whitepaper/index.md b/public/content/translations/te/whitepaper/index.md index e93132ed5d2..89c13b8bf38 100644 --- a/public/content/translations/te/whitepaper/index.md +++ b/public/content/translations/te/whitepaper/index.md @@ -507,6 +507,6 @@ Bitcoin మైనింగ్ అల్గోరిథం మైనింగ్ 20. [ఇతీరియము మెర్కిల్ పాట్రీషియా ట్రీస్](/developers/docs/data-structures-and-encoding/patricia-merkle-trie/) 21. [మెర్కిల్ సమ్ ట్రీస్‌పై పీటర్ టాడ్](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_శ్వేతపత్రం యొక్క చరిత్ర కోసం, [ఈ వికీ](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md)ని చూడండి._ +_శ్వేతపత్రం యొక్క చరిత్ర కోసం, [ఈ వికీ](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/)ని చూడండి._ _ఇతీరియము, అనేక కమ్యూనిటీ-ఆధారిత, ఓపెన్-సోర్స్ సాఫ్ట్‌వేర్ ప్రాజెక్ట్‌ల వలె, దాని ప్రారంభం నుండి అభివృద్ధి చెందింది. ఎథేరియం యొక్క తాజా అభివృద్ధిల గురించి తెలుసుకోవడానికి, మరియు ప్రోటోకాల్‌కు మార్పులు ఎలా చేయబడతాయో తెలుసుకోవడానికి, మేము [ఈ గైడ్‌ను](/learn/) సిఫార్సు చేస్తున్నాము._ diff --git a/public/content/translations/tr/community/events/organizing/index.md b/public/content/translations/tr/community/events/organizing/index.md index 1099fafbb3c..b5d720b93bb 100644 --- a/public/content/translations/tr/community/events/organizing/index.md +++ b/public/content/translations/tr/community/events/organizing/index.md @@ -218,4 +218,3 @@ Twitter alanı: Makaleler: - [ETHKL'yi İnşa Etmek, Danny H. tarafından](https://sekto.tech/ethkl24) -- [POKT Etkinlikler El Kitabı](https://docs.pokt.network/community/pokt-events-playbook) diff --git a/public/content/translations/tr/community/grants/index.md b/public/content/translations/tr/community/grants/index.md index 18cdfae6c92..de5c596d073 100644 --- a/public/content/translations/tr/community/grants/index.md +++ b/public/content/translations/tr/community/grants/index.md @@ -30,7 +30,6 @@ Bu kaynaklar, Ethereum ekosistemindeki çeşitli hibe fırsatlarını derleyip d Bu genel platformlar, tüm Web3 alanındaki hibeleri geniş bir şekilde kapsar ve fon arayan herkes için yararlı başlangıç noktalarıdır: -- [Blockworks Grantfarm](https://blockworks.co/grants/programs) - _Blockworks, tüm hibelerin, RFP'lerin ve hata ödüllerinin kapsamlı bir dizinini derlemiştir._ - [Blockchain Grants](https://www.blockchaingrants.org/) - _Blokzincir ve kripto para hibeleri dizini_ - [Karma Funding Map](https://gap.karmahq.xyz/funding-map) - Haftalık olarak güncellenen tüm web3 hibe programlarının dizini diff --git a/public/content/translations/tr/community/online/index.md b/public/content/translations/tr/community/online/index.md index 1c47a9f0197..f67b92acf67 100644 --- a/public/content/translations/tr/community/online/index.md +++ b/public/content/translations/tr/community/online/index.md @@ -51,7 +51,7 @@ Bir topluluğun bu yönergelere göre eklenmesi veya kaldırılması gerektiğin EthStaker Discord - mevcut ve potansiyel paydaşlar için topluluk tarafından yönetilen rehberlik, eğitim, destek ve kaynaklar Ethereum.org web sitesi ekibi - ekiple ve topluluktaki kişilerle ethereum.org web geliştirme ve tasarımı hakkında sohbet etmek için uğrayın Matos Discord - kurucuların, sektör liderlerinin ve Ethereum meraklılarının takıldığı web3 yaratıcıları topluluğu. Web3 geliştirme, tasarım ve kültürü hakkında tutkuluyuz. Gelin, bizimle inşa edin. -Solidity Gitter - Solidity geliştirmesi için sohbet (Gitter) +Solidity Matrix - Solidity geliştirmesi için sohbet (Gitter) Solidity Matrix - Solidity geliştirmesi için sohbet (Matrix) Ethereum Stack Exchange - soru ve cevap forumu Peera Community Forum - merkeziyetsiz soru ve cevap forumu diff --git a/public/content/translations/tr/community/support/index.md b/public/content/translations/tr/community/support/index.md index e2df386e52e..96a50a30308 100644 --- a/public/content/translations/tr/community/support/index.md +++ b/public/content/translations/tr/community/support/index.md @@ -68,7 +68,7 @@ Sorunuz belirli bir araç, proje veya kütüphane ile mi ilgili? Çoğu projede İşte bazı popüler örnekler: -- [Solidity](https://gitter.im/ethereum/solidity) +- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/tr/contributing/adding-staking-products/index.md b/public/content/translations/tr/contributing/adding-staking-products/index.md index 23a13ca30d6..340baefb312 100644 --- a/public/content/translations/tr/contributing/adding-staking-products/index.md +++ b/public/content/translations/tr/contributing/adding-staking-products/index.md @@ -165,7 +165,7 @@ Düğüm veya istemci kurulumu, yönetimi veya geçişi ile ilgili yazılım ür Yukarıdaki [dahil edilme kriterleri](#criteria-for-inclusion), her ürün veya hizmet için kümülatif bir puanı hesaplamak için kullanılır. Bu, belirli objektif kriterleri karşılayan ürünleri sıralamak ve sergilemek için bir araç olarak kullanılır. Kanıt için ne kadar çok kriter sağlanırsa, bir ürün o kadar yüksek sıralanır ve beraberlikler yükte rastgele hâle getirilir. -Bu kriterlere yönelik kod mantığı ve ağırlıklar şu anda depomuzdaki [bu JavaScript bileşeninde](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid.js#L350) yer almaktadır. +Bu kriterlere yönelik kod mantığı ve ağırlıklar şu anda depomuzdaki [bu JavaScript bileşeninde](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid/index.tsx#L350) yer almaktadır. ## Ürününüzü veya hizmetinizi ekleyin {#add-product} diff --git a/public/content/translations/tr/desci/index.md b/public/content/translations/tr/desci/index.md index baf40b38805..40627346352 100644 --- a/public/content/translations/tr/desci/index.md +++ b/public/content/translations/tr/desci/index.md @@ -102,7 +102,6 @@ DeSci topluluğuna katılın ve gelişmelerden haberdar olun! - [OceanDAO: Veri ile ilgili bilimler için DAO tarafından yönetilen fonlama](https://oceanprotocol.com/) - [Opscientia: açık merkeziyetsiz bilim iş akışları](https://opsci.io/research/) - [Bio.xyz: biyoteknoloji DAO'nuz veya desci projeniz için fon alın](https://www.bio.xyz/) -- [Fleming Protokolü: iş birliğine dayalı biyomedikal keşifleri destekleyen açık kaynaklı veri ekonomisi](http://flemingprotocol.io/) - [Active Inference Institute](https://www.activeinference.org/) - [IdeaMarkets: merkeziyetsiz bilimsel güvenilirliği etkinleştirme](https://ideamarket.io/) - [DeSci Labs](https://www.desci.com/) diff --git a/public/content/translations/tr/developers/docs/frameworks/index.md b/public/content/translations/tr/developers/docs/frameworks/index.md index 0d74c47c205..fbeed1abfa1 100644 --- a/public/content/translations/tr/developers/docs/frameworks/index.md +++ b/public/content/translations/tr/developers/docs/frameworks/index.md @@ -114,8 +114,6 @@ Tam teşekküllü bir dapp inşa etmek teknolojinin farklı parçalarını gerek **Catapulta -** **_Çok zincirli akıllı sözleşme dağıtım aracı, blok arayıcılarda doğrulamaları otomatikleştirin, dağıtılan akıllı sözleşmeleri takip edin ve dağıtım raporlarını paylaşın, Foundry ve Hardhat projeleri için tak ve çalıştır özelliği._** -- [Web sitesi](https://catapulta.sh/) -- [Belgeler](https://catapulta.sh/docs) - [Github](https://github.com/catapulta-sh) **GoldRush (Covalent tarafından desteklenmektedir) -** **_GoldRush, geliştiriciler, analistler ve işletmeler için en kapsamlı blokzincir veri API paketini sunar. İster bir DeFi panosu, bir cüzdan, bir alım satım botu, bir yapay zeka aracısı isterse bir uyumluluk platformu oluşturuyor olun, veri API'leri ihtiyacınız olan temel zincir üstü verilere hızlı, doğru ve geliştirici dostu erişim sağlar_** diff --git a/public/content/translations/tr/developers/docs/mev/index.md b/public/content/translations/tr/developers/docs/mev/index.md index 476c6a1a6e4..6b3096b739b 100644 --- a/public/content/translations/tr/developers/docs/mev/index.md +++ b/public/content/translations/tr/developers/docs/mev/index.md @@ -180,7 +180,7 @@ Benzer şekilde, ödeme koşulsuz olduğu için doğrulayıcıların da inşacı 5. İnşacı API kullanan bir doğrulayıcının, blok önerisi ödüllerini kaçırmamak adına blok oluşturucunun hemen yanıt vermemesi durumunda yerel olarak bir blok oluşturması beklenir. Ancak doğrulayıcı, o anda açığa çıkarılan işlemleri veya başka bir seti kullanarak yeni bir blok oluşturamaz çünkü bu, kesme (slashing) ile cezalandırılabilen bir suç olan _yanıltmaca_ (aynı yuvada iki bloğu imzalama) anlamına gelir. -İnşacı API'sinin bir örnek uygulaması, MEV'nin Ethereum üzerindeki olumsuz dışsallıklarını engellemek için tasarlanmış [Flashbots açık artırma mekanizmasında](https://docs.flashbots.net/Flashbots-auction/overview) bir geliştirme olan [MEV Boost](https://github.com/flashbots/mev-boost)'tur. Flashbots açık artırması, hisse ispatındaki doğrulayıcıların kârlı bloklar oluşturma işini **arayıcılar** adı verilen uzman taraflara yaptırmasına olanak tanır. +İnşacı API'sinin bir örnek uygulaması, MEV'nin Ethereum üzerindeki olumsuz dışsallıklarını engellemek için tasarlanmış [Flashbots açık artırma mekanizmasında](https://docs.flashbots.net/flashbots-auction/overview) bir geliştirme olan [MEV Boost](https://github.com/flashbots/mev-boost)'tur. Flashbots açık artırması, hisse ispatındaki doğrulayıcıların kârlı bloklar oluşturma işini **arayıcılar** adı verilen uzman taraflara yaptırmasına olanak tanır. ![MEV akışını ayrıntılı olarak gösteren bir şema](./mev.png) Arayıcılar kazançlı MEV fırsatlarını arar ve bloğa dahil edilmesi için [kapalı fiyat teklifi](https://en.wikipedia.org/wiki/First-price_sealed-bid_auction) ile birlikte blok önerenlere işlem paketleri gönderir. Go-ethereum (Geth) istemcisinin çatallı bir versiyonu olan mev-geth'i çalıştıran doğrulayıcının tek yapması gereken, en fazla kârı sağlayan paketi seçmek ve yeni bloğun bir parçası olacak şekilde eklemektir. Blok önerenlerini (doğrulayıcıları) spam ve geçersiz işlemlerden korumak için, işlem paketleri önerene ulaşmadan önce doğrulama için **aktarıcılardan** geçer. diff --git a/public/content/translations/tr/developers/docs/networks/index.md b/public/content/translations/tr/developers/docs/networks/index.md index 7d38cd4f050..fda041ec056 100644 --- a/public/content/translations/tr/developers/docs/networks/index.md +++ b/public/content/translations/tr/developers/docs/networks/index.md @@ -158,7 +158,7 @@ Holesky test ağı Eylül 2025 itibarıyla kullanımdan kaldırılmıştır. His ##### Kaynaklar -- [Starkscan](https://sepolia.starkscan.co/) +- [Voyager Sepolia Scan](https://sepolia.voyager.online/) ##### Musluklar diff --git a/public/content/translations/tr/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/tr/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index 46e4ddfeea5..81a4e4e7f56 100644 --- a/public/content/translations/tr/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/tr/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -272,7 +272,6 @@ Bir düğüm hizmeti kullanarak, ürününüzün altyapı yönünü merkezileşt - Ücretsiz başlayın - [**NOWNodes**](https://nownodes.io/) - - [Belgeler](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - Özellikler - 50'den fazla blok zincir düğümüne erişim - Ücretsiz API Anahtarı @@ -283,11 +282,10 @@ Bir düğüm hizmeti kullanarak, ürününüzün altyapı yönünü merkezileşt - Paylaşılan, arşivlenen, yedeklenen ve özel düğümler - [**Pocket Network**](https://www.pokt.network/) - - [Belgeler](https://docs.pokt.network/home/) + - [Belgeler](https://docs.pokt.network/) - Özellikler - Merkeziyetsiz RPC Protokolü ve Pazar Yeri - Günlük 1 Milyon Talep Bulunan Ücretsiz Katman (uç nokta başına maks. 2) - - [Genel Uç Noktalar](https://docs.pokt.network/developers/public-endpoints) - Pre-Stake+ Programı (günde 1 milyondan fazla talebe ihtiyacınız varsa) - 15'ten Fazla Blok Zinciri Desteklenir - Uygulamalara hizmet ederek POKT kazanan 6400'den fazla Düğüm diff --git a/public/content/translations/tr/developers/docs/programming-languages/python/index.md b/public/content/translations/tr/developers/docs/programming-languages/python/index.md index e1a1a85dfa4..c26588de40d 100644 --- a/public/content/translations/tr/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/tr/developers/docs/programming-languages/python/index.md @@ -35,7 +35,7 @@ Başlamadan önce daha temel bir bilgiye mi ihtiyacınız var? [ethereum.org/lea ## Orta seviye makaleler {#intermediate-articles} - [web3.py Dostları: Ape'e Giriş](https://snakecharmers.ethereum.org/intro-to-ape/) -- [Python Programcıları için Merkeziyetsiz Uygulama Geliştirme](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [Python Programcıları için Merkeziyetsiz Uygulama Geliştirme](https://www.youtube.com/watch?v=tE-8bG35VNw) - [Python Ethereum Arayüzü Oluşturma: Bölüm 1](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [Python'da Ethereum Akıllı Sözleşmeleri: kapsamlı(msı) bir rehber](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) @@ -87,7 +87,7 @@ Aşağıdaki Ethereum tabanlı projeler bu sayfada bahsedilen araçları kullan - [Curve](https://www.curve.finance/) ve [Curve akıllı sözleşmeler deposu](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) ve [Brownie araç zincirini kullanan akıllı sözleşmeler](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/), [hak ediş sözleşmelerini yönetmek ve dağıtmak için Python kullanır](https://github.com/sushiswap/sushi-vesting-protocols) -- Alpha Homora ile tanınan [Alpha Finance](https://alphafinance.io/), [akıllı sözleşmeleri test etmek ve dağıtmak için Brownie kullanır](https://github.com/AlphaFinanceLab/alpha-staking-contract) +- Alpha Homora ile tanınan [Alpha Venture DAO](https://alphaventuredao.io/), [akıllı sözleşmeleri test etmek ve dağıtmak için Brownie kullanır](https://github.com/AlphaFinanceLab/alpha-staking-contract) ## Python Topluluğu tartışması {#python-community-contributors} diff --git a/public/content/translations/tr/developers/docs/scaling/state-channels/index.md b/public/content/translations/tr/developers/docs/scaling/state-channels/index.md index 13efd8b7254..6630ba4584a 100644 --- a/public/content/translations/tr/developers/docs/scaling/state-channels/index.md +++ b/public/content/translations/tr/developers/docs/scaling/state-channels/index.md @@ -255,7 +255,7 @@ Merkeziyetsiz uygulamalarınıza entegre edebileceğiniz özel kanallara ilişki - [Ethereum’un Katman 2 Ölçeklendirme Çözümlerini Anlamak: Özel Kanallar, Plazma ve Truebit](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _– Josh Stark, 12 Şubat 2018_ - [Özel Kanallar - bir açıklama](https://www.jeffcoleman.ca/state-channels/) _6 Kas 2015 - Jeff Coleman_ -- [Özel Kanalların Temelleri](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [Özel Kanalların Temelleri](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [Blokzincir Özel Kanalları: Son Teknoloji](https://ieeexplore.ieee.org/document/9627997) _Size yardımcı olan bir topluluk kaynağı mı biliyorsunuz? Bu sayfayı düzenleyin ve onu ekleyin!_ diff --git a/public/content/translations/tr/developers/docs/scaling/validium/index.md b/public/content/translations/tr/developers/docs/scaling/validium/index.md index c20b0b80abe..b14fea6a1e6 100644 --- a/public/content/translations/tr/developers/docs/scaling/validium/index.md +++ b/public/content/translations/tr/developers/docs/scaling/validium/index.md @@ -162,5 +162,5 @@ Merkeziyetsiz uygulamalarınıza entegre edebileceğiniz Validium ve istemlere i - [Validium ve Katman 2 Karşılaştırması — Sayı No. 99](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two) - [ZK-toplamalar ve Validium karşılaştırması](https://blog.matter-labs.io/zkrollup-vs-validium-starkex-5614e38bc263) - [İstem ve Gelişmekte Olan Veri Kullanılabilirliği Spektrumu](https://medium.com/starkware/volition-and-the-emerging-data-availability-spectrum-87e8bfa09bb) -- [Toplamalar, Validium'lar ve İstemler: En Popüler Ethereum Ölçeklendirme Çözümleri Hakkında Bilgi Edinin](https://www.defipulse.com/blog/rollups-validiums-and-volitions-learn-about-the-hottest-ethereum-scaling-solutions) +- [Toplamalar, Validium'lar ve İstemler: En Popüler Ethereum Ölçeklendirme Çözümleri Hakkında Bilgi Edinin](https://medium.com/coinmonks/rollups-vs-validiums-vs-volitions-d76300170f4a) - [Ethereum Toplamaları için Pratik Kılavuz](https://web.archive.org/web/20241108192208/https://research.2077.xyz/the-practical-guide-to-ethereum-rollups) diff --git a/public/content/translations/tr/developers/docs/smart-contracts/languages/index.md b/public/content/translations/tr/developers/docs/smart-contracts/languages/index.md index 7d4315e6dd7..faabbe4db9f 100644 --- a/public/content/translations/tr/developers/docs/smart-contracts/languages/index.md +++ b/public/content/translations/tr/developers/docs/smart-contracts/languages/index.md @@ -37,7 +37,7 @@ Programlama dilleri, özellikle JavaScript veya Python hakkında önceden bilgiy - [Solidity Dil Portalı](https://soliditylang.org/) - [Örneklerle Solidity](https://docs.soliditylang.org/en/latest/solidity-by-example.html) - [GitHub](https://github.com/ethereum/solidity/) -- [Solidity Matrix Sohbet Odasına](https://matrix.to/#/#ethereum_solidity:gitter.im) köprülenmiş [Solidity Gitter Sohbet Odası](https://gitter.im/ethereum/solidity) +- [Solidity Matrix Sohbet Odasına](https://matrix.to/#/#ethereum_solidity:gitter.im) köprülenmiş [Solidity Matrix Sohbet Odası](https://gitter.im/ethereum/solidity) - [Kopya Kağıdı](https://reference.auditless.com/cheatsheet) - [Solidity Blogu](https://blog.soliditylang.org/) - [Solidity Twitter](https://twitter.com/solidity_lang) diff --git a/public/content/translations/tr/developers/docs/smart-contracts/security/index.md b/public/content/translations/tr/developers/docs/smart-contracts/security/index.md index fc756ab30cb..35cf4703711 100644 --- a/public/content/translations/tr/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/tr/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -Ayrıca fonları hesaplara gönderen bir "itme ödemeleri" sistemi yerine, kullanıcıların akıllı sözleşmelerden fonlarını çekmesini gerektiren bir [çekme ödemeleri](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment) sistemini de kullanabilirsiniz. Bu, bilinmeyen adreslerde yanlışlıkla kod tetikleme ihtimalini ortadan kaldırır (ve aynı zamanda belirli hizmet reddi saldırılarını önleyebilir). +Ayrıca fonları hesaplara gönderen bir "itme ödemeleri" sistemi yerine, kullanıcıların akıllı sözleşmelerden fonlarını çekmesini gerektiren bir [çekme ödemeleri](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment) sistemini de kullanabilirsiniz. Bu, bilinmeyen adreslerde yanlışlıkla kod tetikleme ihtimalini ortadan kaldırır (ve aynı zamanda belirli hizmet reddi saldırılarını önleyebilir). #### Tamsayı yetersizlikleri ve taşmaları {#integer-underflows-and-overflows} diff --git a/public/content/translations/tr/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/translations/tr/developers/tutorials/run-node-raspberry-pi/index.md index ab7d8dfdf05..2cd10ec837a 100644 --- a/public/content/translations/tr/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/translations/tr/developers/tutorials/run-node-raspberry-pi/index.md @@ -70,7 +70,7 @@ shasum -a 256 ethonarm_22.04.00.img.zip # Karma çıktısı şu şekilde olmalıdır: fb497e8f8a7388b62d6e1efbc406b9558bee7ef46ec7e53083630029c117444f ``` -Rock 5B ve Odroid M1 kartları için imajların Ethereum-on-Arm [indirmeler sayfasında](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/quick-guide/download-and-install.html) mevcut olduğunu unutmayın. +Rock 5B ve Odroid M1 kartları için imajların Ethereum-on-Arm [indirmeler sayfasında](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) mevcut olduğunu unutmayın. ## MicroSD'ye İmaj Yükleme {#flashing-the-microsd} @@ -164,7 +164,7 @@ Tebrikler, artık Raspberry Pi üzerinde çalışan tam bir Ethereum düğümün ## Daha fazla ayrıntı {#more-details} -Bu sayfa, Raspberry Pi kullanarak bir Geth-Lighthouse düğümü ve doğrulayıcısının nasıl kurulacağına dair genel bir bakış sunmuştur. Daha ayrıntılı talimatlar [Ethereum-on-Arm web sitesinde](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/index.html) mevcuttur. +Bu sayfa, Raspberry Pi kullanarak bir Geth-Lighthouse düğümü ve doğrulayıcısının nasıl kurulacağına dair genel bir bakış sunmuştur. Daha ayrıntılı talimatlar [Ethereum-on-Arm web sitesinde](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) mevcuttur. ## Geri bildirimleriniz bizim için değerli {#feedback-appreciated} @@ -183,7 +183,7 @@ Lütfen bu eğiticinin ayrıntılarını inceleyin, test ağlarında çalıştı 8. https://www.hyperledger.org/projects/besu 9. https://github.com/prysmaticlabs/prysm 10. https://lighthouse.sigmaprime.io -11. https://ethersphere.github.io/swarm-home +11. https://docs.ethswarm.org/ 12. https://raiden.network 13. https://ipfs.io 14. https://status.im diff --git a/public/content/translations/tr/ethereum-forks/index.md b/public/content/translations/tr/ethereum-forks/index.md index 807dfee4e59..165d11e5410 100644 --- a/public/content/translations/tr/ethereum-forks/index.md +++ b/public/content/translations/tr/ethereum-forks/index.md @@ -118,7 +118,7 @@ Protokol verimliliği ve güvenlik iyileştirmeleri: - [Pectra.wtf](https://pectra.wtf) - [Pectra hisseleme deneyimini nasıl geliştirecek?](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) -- [Electra yükseltme özelliklerini okuyun](https://github.com/ethereum/consensus-specs/blob/master/specs/electra/) +- [Electra yükseltme özelliklerini okuyun](https://github.com/ethereum/consensus-specs/tree/master/specs/electra/) - [Prag-Electra ("Pectra") SSS](/roadmap/pectra/) @@ -171,7 +171,7 @@ EIP-7514, doğrulayıcıların ağa katılabilmeleri için gereken "kazanç" ora -- [Deneb yükseltme özelliklerini okuyun](https://github.com/ethereum/consensus-specs/blob/master/specs/deneb/) +- [Deneb yükseltme özelliklerini okuyun](https://github.com/ethereum/consensus-specs/tree/master/specs/deneb/) - [Cancun-Deneb ("Dencun") SSS](/roadmap/dencun/) @@ -208,7 +208,7 @@ Bu fikir birliği katmanı yükseltmesi, ilk yatırma işlemleriyle birlikte dah Yükseltme ayrıca, mevcut tüm ödül ödemeleri veya tam çekimler için doğrulayıcı hesaplarını sürekli işleyen otomatik hesap süpürme işlevselliğini getirdi. - [Hisseleme para çekme işlemleri hakkında daha fazla bilgi](/staking/withdrawals/). -- [Capella yükseltme özelliklerini okuyun](https://github.com/ethereum/consensus-specs/blob/master/specs/capella/) +- [Capella yükseltme özelliklerini okuyun](https://github.com/ethereum/consensus-specs/tree/master/specs/capella/) @@ -242,7 +242,7 @@ Paris yükseltmesi, iş ispatı blokzincirinin 58750000000000000000000 [son topl Bellatrix yükseltmesi, zinciri [Birleşim](/roadmap/merge/)'e hazırlayan [İşaret Zinciri](/roadmap/beacon-chain) için ikinci planlanmış yükseltmeydi. Eylemsizlik ve kesinti yapılabilir saldırıların tam değerlerine yönelik doğrulayıcı cezaları getiriyor. Bellatrix ayrıca, çatallanma seçim kurallarına yönelik, zinciri Birleşim'e ve son iş ispatı bloğundan ilk hisse ispatı bloğuna geçişe hazırlamayı amaçlayan bir yükseltme içeriyor. Bu, mutabakat istemcilerinin 58750000000000000000000 [son toplam zorluk](/glossary/#terminal-total-difficulty) değerinden haberdar edilmesini içerir. -- [Bellatrix yükseltme özelliklerini okuyun](https://github.com/ethereum/consensus-specs/tree/dev/specs/bellatrix) +- [Bellatrix yükseltme özelliklerini okuyun](https://github.com/ethereum/consensus-specs/tree/master/specs/bellatrix) --- @@ -295,7 +295,7 @@ Arrow Glacier ağ yükseltmesi, [bomba değerini](/glossary/#difficulty-bomb) bi Altair yükseltmesi, [İşaret Zinciri](/roadmap/beacon-chain) için ilk planlanmış yükseltmeydi. ''Senkronizasyon komiteleri'' için destek ekleyerek Birleşim'e doğru ilerlerken hafif istemcileri, daha yüksek doğrulayıcı durgunluğunu ve kesme cezalarını mümkün kıldı. -- [Altair yükseltme özelliklerini okuyun](https://github.com/ethereum/consensus-specs/tree/dev/specs/altair) +- [Altair yükseltme özelliklerini okuyun](https://github.com/ethereum/consensus-specs/tree/master/specs/altair) #### Eğlenceli gerçek! {#altair-fun-fact} diff --git a/public/content/translations/tr/governance/index.md b/public/content/translations/tr/governance/index.md index cd88f835e37..b888f91c772 100644 --- a/public/content/translations/tr/governance/index.md +++ b/public/content/translations/tr/governance/index.md @@ -177,7 +177,7 @@ Ethereum'daki yönetişimin katı kuralları yoktur. Çeşitli topluluk katılı - [Blokzincir Yönetişimi Üzerine Notlar](https://vitalik.eth.limo/general/2017/12/17/voting.html) - _Vitalik Buterin_ - [Ethereum Yönetişimi nasıl işler?](https://cryptotesters.com/blog/ethereum-governance) – _Cryptotesters_ - [Ethereum yönetişimi nasıl işler](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) – _Micah Zoltu_ -- [Ethereum çekirdek geliştiricisi nedir?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ +- [Ethereum çekirdek geliştiricisi nedir?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ - [Yönetişim, Bölüm 2: Plütokrasi Hâlâ Kötüdür](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) - _Vitalik Buterin_ - [Jeton oylamalı yönetişimin ötesine geçmek](https://vitalik.eth.limo/general/2021/08/16/voting3.html) - _Vitalik Buterin_ - [Blokzincir Yönetişimini Anlamak](https://web.archive.org/web/20250124192731/https://research.2077.xyz/understanding-blockchain-governance) - _2077 Research_ diff --git a/public/content/translations/tr/roadmap/pectra/index.md b/public/content/translations/tr/roadmap/pectra/index.md index ca9be02e59a..fc87a8cfa5e 100644 --- a/public/content/translations/tr/roadmap/pectra/index.md +++ b/public/content/translations/tr/roadmap/pectra/index.md @@ -124,4 +124,4 @@ _Ethereum Pectra Yükseltmesi: Paydaşların Bilmesi Gerekenler — Blockdaemon_ - [Pectra.wtf bilgi sayfası](https://pectra.wtf) - [Pectra paydaş deneyimini nasıl geliştiriyor](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) - [EIP7702 bilgi sayfası](https://eip7702.io/) -- [Pectra devnet'leri](https://github.com/ethereum/pm/blob/master/Pectra/pectra-pm.md) +- [Pectra devnet'leri](https://github.com/ethereum/pm/blob/master/Network-Upgrade-Archive/Pectra/pectra-pm.md) diff --git a/public/content/translations/tr/whitepaper/index.md b/public/content/translations/tr/whitepaper/index.md index e9bad2a89bd..1d85830287c 100644 --- a/public/content/translations/tr/whitepaper/index.md +++ b/public/content/translations/tr/whitepaper/index.md @@ -521,6 +521,6 @@ Ethereum protokolü tarafından uygulanan keyfi bir durum geçiş fonksiyonu kav 20. [Ethereum Merkle Patricia ağaçları](/developers/docs/data-structures-and-encoding/patricia-merkle-trie/) 21. [Peter Todd, Merkle toplam ağaçları hakkında](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_Tanıtım belgesinin geçmişi için [bu wiki'ye](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md) bakın._ +_Tanıtım belgesinin geçmişi için [bu wiki'ye](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/) bakın._ _Birçok topluluk odaklı, açık kaynaklı yazılım projesi gibi Ethereum'un da ilk başlangıcından bu yana gelişerek büyümeye devam ediyor. _Ethereum'daki en son gelişmeler ve protokolde nasıl değişiklikler yapıldığı hakkında bilgi edinmek için [bu kılavuzu](/learn/) öneririz._ diff --git a/public/content/translations/uk/community/events/organizing/index.md b/public/content/translations/uk/community/events/organizing/index.md index 18b0d0082ef..5825288698a 100644 --- a/public/content/translations/uk/community/events/organizing/index.md +++ b/public/content/translations/uk/community/events/organizing/index.md @@ -218,4 +218,3 @@ X.com стане основою вашого просування в соціа Статті: - [Створення ETHKL, від Денні Х.](https://sekto.tech/ethkl24) -- [Посібник POKT з організації подій](https://docs.pokt.network/community/pokt-events-playbook) diff --git a/public/content/translations/uk/community/grants/index.md b/public/content/translations/uk/community/grants/index.md index ef70e22fd80..ba1f3cdc20d 100644 --- a/public/content/translations/uk/community/grants/index.md +++ b/public/content/translations/uk/community/grants/index.md @@ -30,7 +30,6 @@ lang: uk Ці загальні платформи пропонують широке охоплення грантів у всьому просторі Web3 і є корисними відправними точками для всіх, хто шукає фінансування: -- [Blockworks Grantfarm](https://blockworks.co/grants/programs) - _Blockworks склав вичерпний каталог усіх грантів, RFP та винагород за виявлення помилок._ - [Blockchain Grants](https://www.blockchaingrants.org/) - _Каталог грантів у сфері блокчейну та криптовалют_ - [Karma Funding Map](https://gap.karmahq.xyz/funding-map) - Каталог усіх грантових програм Web3, що оновлюється щотижня diff --git a/public/content/translations/uk/community/online/index.md b/public/content/translations/uk/community/online/index.md index d131dcc67b3..9c430d88506 100644 --- a/public/content/translations/uk/community/online/index.md +++ b/public/content/translations/uk/community/online/index.md @@ -51,7 +51,7 @@ lang: uk EthStaker Discord — керівництво, навчання, підтримка та ресурси для існуючих і потенційних стейкерів, керовані спільнотою Команда вебсайту Ethereum.org — завітайте та поспілкуйтеся про веб-розробку та дизайн ethereum.org з командою та членами спільноти Matos Discord — спільнота творців Web3, де спілкуються розробники, лідери індустрії та ентузіасти Ethereum. Ми зацікавлені в розробці, дизайні та культурі Web3. Створюйте з нами. -Solidity Gitter — чат для розробки на Solidity (Gitter) +Solidity Matrix — чат для розробки на Solidity (Gitter) Solidity Matrix — чат для розробки на Solidity (Matrix) Ethereum Stack Exchange — форум запитань і відповідей Форум спільноти Peera — децентралізований форум запитань і відповідей diff --git a/public/content/translations/uk/community/support/index.md b/public/content/translations/uk/community/support/index.md index 91b0bdfe7d4..797a3e65231 100644 --- a/public/content/translations/uk/community/support/index.md +++ b/public/content/translations/uk/community/support/index.md @@ -68,7 +68,7 @@ lang: uk Ось кілька популярних прикладів: -- [Solidity](https://gitter.im/ethereum/solidity) +- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/uk/contributing/adding-staking-products/index.md b/public/content/translations/uk/contributing/adding-staking-products/index.md index 29733733b3b..7091d34f60e 100644 --- a/public/content/translations/uk/contributing/adding-staking-products/index.md +++ b/public/content/translations/uk/contributing/adding-staking-products/index.md @@ -165,7 +165,7 @@ lang: uk Наведені вище [критерії для включення](#criteria-for-inclusion) використовуються для розрахунку сукупного балу для кожного продукту або послуги. Це використовується як засіб для сортування та демонстрації продуктів, які відповідають певним об'єктивним критеріям. Чим більше критеріїв підтверджено доказами, тим вище буде відсортовано продукт, а у разі однакової кількості балів порядок буде рандомізовано під час завантаження. -Логіка коду та ваги для цих критеріїв наразі містяться в [цьому компоненті JavaScript](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid.js#L350) у нашому репозиторії. +Логіка коду та ваги для цих критеріїв наразі містяться в [цьому компоненті JavaScript](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid/index.tsx#L350) у нашому репозиторії. ## Додайте свій продукт або послугу {#add-product} diff --git a/public/content/translations/uk/desci/index.md b/public/content/translations/uk/desci/index.md index 8195201ae58..2440ba6abd7 100644 --- a/public/content/translations/uk/desci/index.md +++ b/public/content/translations/uk/desci/index.md @@ -102,7 +102,6 @@ Web3 має потенціал розірвати цю несправну мод - [OceanDAO: фінансування науки, пов’язаної з даними, під управлінням DAO](https://oceanprotocol.com/) - [Opscientia: відкриті робочі процеси децентралізованої науки](https://opsci.io/research/) - [Bio.xyz: отримайте фінансування для свого біотех-DAO або проєкту DeSci](https://www.bio.xyz/) -- [Fleming Protocol: економіка даних із відкритим кодом, що стимулює спільні біомедичні відкриття](http://flemingprotocol.io/) - [Active Inference Institute](https://www.activeinference.org/) - [IdeaMarkets: забезпечення децентралізованої наукової достовірності](https://ideamarket.io/) - [DeSci Labs](https://www.desci.com/) diff --git a/public/content/translations/uk/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/uk/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index 9b5d6d9a26f..906c593fc88 100644 --- a/public/content/translations/uk/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/uk/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -272,7 +272,6 @@ sidebarDepth: 2 - Почніть безкоштовно - [**NOWNodes**](https://nownodes.io/) - - [Документація](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - Особливості - Доступ до більш, ніж 50 сервісів блокчейну - Безкоштовний ключ API @@ -283,11 +282,10 @@ sidebarDepth: 2 - Спільні, архівні, резервні та виділені вузли - [**Pocket Network**](https://www.pokt.network/) - - [Документація](https://docs.pokt.network/home/) + - [Документація](https://docs.pokt.network/) - Особливості - Децентралізований протокол RPC і Ринок - 1 мільйон безкоштовних запитів (максимум 2, до кінцевої точки) - - [Публічні кінцеві точки](https://docs.pokt.network/developers/public-endpoints) - Додаток Pre-Stake+ (якщо вам необхідно мати більше ніж 1 мільйон запитів на день) - Підтримування більше 15 Blockchains - Більше 6400 сервісів, які заробляють POKT для обслуговування додатків diff --git a/public/content/translations/uk/developers/docs/programming-languages/python/index.md b/public/content/translations/uk/developers/docs/programming-languages/python/index.md index 400fcc6653c..b858d1e1930 100644 --- a/public/content/translations/uk/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/uk/developers/docs/programming-languages/python/index.md @@ -35,7 +35,7 @@ incomplete: true ## Статті для середнього рівня {#intermediate-articles} - [Друзі web3.py: Вступ до Ape](https://snakecharmers.ethereum.org/intro-to-ape/) -- [Розробка Dapp для програмістів на Python](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [Розробка Dapp для програмістів на Python](https://www.youtube.com/watch?v=tE-8bG35VNw) - [Створення інтерфейсу Python для Ethereum: частина 1](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [Смарт-контракти Ethereum на Python: вичерпний(ish) посібник](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) @@ -87,7 +87,7 @@ incomplete: true - [Curve](https://www.curve.finance/) та [репозиторій смарт-контрактів Curve](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) та [смарт-контракти, що використовують набір інструментів Brownie](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/) використовує [Python для управління та розгортання своїх контрактів вестингу](https://github.com/sushiswap/sushi-vesting-protocols) -- [Alpha Finance](https://alphafinance.io/), відомий своїм проєктом Alpha Homora, використовує [Brownie для тестування та розгортання смарт-контрактів](https://github.com/AlphaFinanceLab/alpha-staking-contract) +- [Alpha Venture DAO](https://alphaventuredao.io/), відомий своїм проєктом Alpha Homora, використовує [Brownie для тестування та розгортання смарт-контрактів](https://github.com/AlphaFinanceLab/alpha-staking-contract) ## Обговорення спільноти Python {#python-community-contributors} diff --git a/public/content/translations/uk/developers/docs/scaling/state-channels/index.md b/public/content/translations/uk/developers/docs/scaling/state-channels/index.md index 1a873ae634d..d036ec47336 100644 --- a/public/content/translations/uk/developers/docs/scaling/state-channels/index.md +++ b/public/content/translations/uk/developers/docs/scaling/state-channels/index.md @@ -255,7 +255,7 @@ sidebarDepth: 3 - [Огляд рішень для масштабування шару 2 в Ethereum: канали стану, Plasma та Truebit](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _— Джош Старк, 12 лютого 2018 року_ - [Канали стану — пояснення](https://www.jeffcoleman.ca/state-channels/) _6 листопада 2015 року — Джефф Коулман_ -- [Основи каналів стану](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [Основи каналів стану](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [Канали стану блокчейну: сучасний стан](https://ieeexplore.ieee.org/document/9627997) _Знайшли ресурс, який допоміг з цією темою? Відредагуйте цю сторінку і додайте його!_ diff --git a/public/content/translations/uk/developers/docs/scaling/validium/index.md b/public/content/translations/uk/developers/docs/scaling/validium/index.md index d459b25374e..2c95f457ae8 100644 --- a/public/content/translations/uk/developers/docs/scaling/validium/index.md +++ b/public/content/translations/uk/developers/docs/scaling/validium/index.md @@ -162,5 +162,5 @@ Validium досягає масштабованості, зберігаючи в - [Validium та матриця два на два для шару 2 — випуск № 99](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two) - [ZK-ролапи проти Validium](https://blog.matter-labs.io/zkrollup-vs-validium-starkex-5614e38bc263) - [Volition та спектр доступності даних, що з'являється](https://medium.com/starkware/volition-and-the-emerging-data-availability-spectrum-87e8bfa09bb) -- [Ролапи, Validium та Volitions: дізнайтеся про найгарячіші рішення для масштабування Ethereum](https://www.defipulse.com/blog/rollups-validiums-and-volitions-learn-about-the-hottest-ethereum-scaling-solutions) +- [Ролапи, Validium та Volitions: дізнайтеся про найгарячіші рішення для масштабування Ethereum](https://medium.com/coinmonks/rollups-vs-validiums-vs-volitions-d76300170f4a) - [Практичний посібник зі зведень Ethereum](https://web.archive.org/web/20241108192208/https://research.2077.xyz/the-practical-guide-to-ethereum-rollups) diff --git a/public/content/translations/uk/developers/docs/smart-contracts/security/index.md b/public/content/translations/uk/developers/docs/smart-contracts/security/index.md index 65e5f02428b..3e4c9456228 100644 --- a/public/content/translations/uk/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/uk/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -Ви також можете використовувати систему [pull-платежів](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment), яка вимагає від користувачів знімати кошти зі смарт-контрактів, замість системи «push-платежів», яка надсилає кошти на облікові записи. Це усуває можливість ненавмисного запуску коду за невідомими адресами (і може також запобігти певним атакам типу «відмова в обслуговуванні»). +Ви також можете використовувати систему [pull-платежів](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment), яка вимагає від користувачів знімати кошти зі смарт-контрактів, замість системи «push-платежів», яка надсилає кошти на облікові записи. Це усуває можливість ненавмисного запуску коду за невідомими адресами (і може також запобігти певним атакам типу «відмова в обслуговуванні»). #### Цілочисельні недоповнення та переповнення {#integer-underflows-and-overflows} diff --git a/public/content/translations/uk/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/translations/uk/developers/tutorials/run-node-raspberry-pi/index.md index 664f3a46caf..377469b87b3 100644 --- a/public/content/translations/uk/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/translations/uk/developers/tutorials/run-node-raspberry-pi/index.md @@ -64,7 +64,7 @@ shasum -a 256 ethonarm_22.04.00.img.zip # Хеш має вивести: fb497e8f8a7388b62d6e1efbc406b9558bee7ef46ec7e53083630029c117444f ``` -Зауважте, що образи для плат Rock 5B і Odroid M1 доступні на [сторінці завантажень](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/quick-guide/download-and-install.html) Ethereum-on-Arm. +Зауважте, що образи для плат Rock 5B і Odroid M1 доступні на [сторінці завантажень](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) Ethereum-on-Arm. ## Прошивка MicroSD {#flashing-the-microsd} @@ -158,7 +158,7 @@ sudo systemctl start lighthouse-validator ## Докладніше {#more-details} -На цій сторінці наведено огляд того, як налаштувати вузол Geth-Lighthouse і валідатор за допомогою Raspberry Pi. Докладніші інструкції доступні на [вебсайті Ethereum-on-Arm](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/index.html). +На цій сторінці наведено огляд того, як налаштувати вузол Geth-Lighthouse і валідатор за допомогою Raspberry Pi. Докладніші інструкції доступні на [вебсайті Ethereum-on-Arm](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/). ## Будемо вдячні за відгуки {#feedback-appreciated} @@ -177,7 +177,7 @@ sudo systemctl start lighthouse-validator 8. https://www.hyperledger.org/projects/besu 9. https://github.com/prysmaticlabs/prysm 10. https://lighthouse.sigmaprime.io -11. https://ethersphere.github.io/swarm-home +11. https://docs.ethswarm.org/ 12. https://raiden.network 13. https://ipfs.io 14. https://status.im diff --git a/public/content/translations/uk/ethereum-forks/index.md b/public/content/translations/uk/ethereum-forks/index.md index 973553135a2..99c10dde93b 100644 --- a/public/content/translations/uk/ethereum-forks/index.md +++ b/public/content/translations/uk/ethereum-forks/index.md @@ -118,7 +118,7 @@ The software that underlies Ethereum is composed of two halves, known as the [ex - [Pectra.wtf](https://pectra.wtf) - [Як Pectra покращить досвід стейкінгу](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) -- [Ознайомтеся зі специфікаціями оновлення Electra](https://github.com/ethereum/consensus-specs/blob/master/specs/electra/) +- [Ознайомтеся зі специфікаціями оновлення Electra](https://github.com/ethereum/consensus-specs/tree/master/specs/electra/) - [ЧаПи про Prague-Electra («Pectra»)](/roadmap/pectra/) @@ -171,7 +171,7 @@ EIP-7514 посилює емісію ETH, обмежуючи швидкість -- [Ознайомтеся зі специфікаціями оновлення Deneb](https://github.com/ethereum/consensus-specs/blob/master/specs/deneb/) +- [Ознайомтеся зі специфікаціями оновлення Deneb](https://github.com/ethereum/consensus-specs/tree/master/specs/deneb/) - [ЧаПи про Cancun-Deneb («Dencun»)](/roadmap/dencun/) @@ -213,7 +213,7 @@ Capella відбулася одночасно з оновленням рівня Оновлення також забезпечило функцію автоматичного очищення облікового запису, яка постійно обробляє облікові записи валідатора для будь-яких доступних виплат винагород або повного зняття коштів. - [Докладніше про виведення коштів зі стейкінгу](/staking/withdrawals/). -- [Ознайомтеся зі специфікаціями оновлення Capella](https://github.com/ethereum/consensus-specs/blob/master/specs/capella/) +- [Ознайомтеся зі специфікаціями оновлення Capella](https://github.com/ethereum/consensus-specs/tree/master/specs/capella/) @@ -247,7 +247,7 @@ Capella відбулася одночасно з оновленням рівня Оновлення Bellatrix було другим запланованим оновленням для [Beacon Chain](/roadmap/beacon-chain), яке готувало ланцюжок до [The Merge](/roadmap/merge/). Він повертає штрафи валідатора до повного значення за бездіяльність і порушення, які можна скоротити. Bellatrix також включає оновлення правил вибору виделки щоб підготувати ланцюжок до The Merge і переходу від останнього блоку proof-of-work до першого блоку proof-of-stake. Це включає інформування клієнтів консенсусу про [граничну загальну складність](/glossary/#terminal-total-difficulty) у 58750000000000000000000. -- [Ознайомтеся зі специфікацією оновлення Bellatrix](https://github.com/ethereum/consensus-specs/tree/dev/specs/bellatrix) +- [Ознайомтеся зі специфікацією оновлення Bellatrix](https://github.com/ethereum/consensus-specs/tree/master/specs/bellatrix) --- @@ -300,7 +300,7 @@ Capella відбулася одночасно з оновленням рівня Оновлення Altair було першим запланованим оновленням [Beacon Chain](/roadmap/beacon-chain). Було додано підтримку "комітетів синхронізації" — дозволяє використовувати легкі клієнти, а також збільшено штрафи за бездіяльність валідаторів і скорочення штрафних санкцій у міру наближення до The Merge. -- [Ознайомтеся зі специфікацією оновлення Altair](https://github.com/ethereum/consensus-specs/tree/dev/specs/altair) +- [Ознайомтеся зі специфікацією оновлення Altair](https://github.com/ethereum/consensus-specs/tree/master/specs/altair) #### Цікавий факт! {#altair-fun-fact} diff --git a/public/content/translations/uk/governance/index.md b/public/content/translations/uk/governance/index.md index 1405b6c6c5d..67a33934e68 100644 --- a/public/content/translations/uk/governance/index.md +++ b/public/content/translations/uk/governance/index.md @@ -177,6 +177,6 @@ _Примітка. Будь-хто може належати до кількох - [Примітка до управління Blockchain](https://vitalik.eth.limo/general/2017/12/17/voting.html) - _Vitalik Buterin_ - [Як працює управління Ethereum?](https://cryptotesters.com/blog/ethereum-governance) – _Криптотестувальники_ - [Як працює управління Ethereum](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) - _Міка Золту_ -- [Хто основний розробник Ethereum?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) - _Хадсон Джеймсон_ +- [Хто основний розробник Ethereum?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) - _Хадсон Джеймсон_ - [Керування, частина 2. Плутократія — це все ще погано](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) — _Віталік Бутерін_ - [Відмова від керування з голосуванням монетами](https://vitalik.eth.limo/general/2021/08/16/voting3.html) — _Віталік Бутерін_ diff --git a/public/content/translations/uk/roadmap/pectra/index.md b/public/content/translations/uk/roadmap/pectra/index.md index 0a72cebba41..a8e1523dca4 100644 --- a/public/content/translations/uk/roadmap/pectra/index.md +++ b/public/content/translations/uk/roadmap/pectra/index.md @@ -124,4 +124,4 @@ _Оновлення Ethereum Pectra: що потрібно знати стейк - [Інформаційна сторінка Pectra.wtf](https://pectra.wtf) - [Як Pectra покращує досвід стейкерів](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) - [Інформаційна сторінка EIP7702](https://eip7702.io/) -- [Девнети Pectra](https://github.com/ethereum/pm/blob/master/Pectra/pectra-pm.md) +- [Девнети Pectra](https://github.com/ethereum/pm/blob/master/Network-Upgrade-Archive/Pectra/pectra-pm.md) diff --git a/public/content/translations/uk/whitepaper/index.md b/public/content/translations/uk/whitepaper/index.md index ad54081268f..4bbcc148856 100644 --- a/public/content/translations/uk/whitepaper/index.md +++ b/public/content/translations/uk/whitepaper/index.md @@ -514,6 +514,6 @@ _Незважаючи на лінійну емісію валюти, так са 20. [Ethereum Merkle Patricia trees](/developers/docs/data-structures-and-encoding/patricia-merkle-trie/) 21. [Пітер Тодд про дерева сум Меркла](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_Історію білої книги див. у [цій вікі](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md)._ +_Історію білої книги див. у [цій вікі](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/)._ _Платформа Ethereum, як і багато інших проєктів програмного забезпечення з відкритим вихідним кодом, що керуються спільнотою, еволюціонувала з моменту її створення. Щоб дізнатися про останні розробки Ethereum і про те, як вносяться зміни до протоколу, ми рекомендуємо [цей посібник](/learn/)._ diff --git a/public/content/translations/ur/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/ur/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index 29c0111f19a..c38b2c84a03 100644 --- a/public/content/translations/ur/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/ur/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -272,7 +272,6 @@ sidebarDepth: 2 - مفت میں شروع کریں۔ - [**NOWNodes**](https://nownodes.io/) - - [Docs](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - خصوصیات - 50+ بلاک چین نوڈز تک رسائی۔ - مفت API کی (Key)۔ @@ -283,11 +282,10 @@ sidebarDepth: 2 - مشترکہ، آرکائیو، بیک اپ اور وقف شدہ نوڈز۔ - [**Pocket Network**](https://www.pokt.network/) - - [Docs](https://docs.pokt.network/home/) + - [Docs](https://docs.pokt.network/) - خصوصیات - ڈی سینٹرلائزڈ RPC پروٹوکول اور مارکیٹ پلیس۔ - 1M درخواستیں فی دن مفت ٹائیر (فی اینڈ پوائنٹ، زیادہ سے زیادہ 2)۔ - - [پبلک اینڈ پوائنٹس](https://docs.pokt.network/developers/public-endpoints) - پری-اسٹیک+ پروگرام (اگر آپ کو روزانہ 1M سے زیادہ درخواستوں کی ضرورت ہے)۔ - 15+ بلاک چینز کی حمایت یافتہ۔ - 6400+ نوڈز جو ایپلی کیشنز کی خدمت کے لیے POKT کما رہے ہیں۔ diff --git a/public/content/translations/ur/developers/docs/programming-languages/python/index.md b/public/content/translations/ur/developers/docs/programming-languages/python/index.md index 34383154dce..bd265c9177e 100644 --- a/public/content/translations/ur/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/ur/developers/docs/programming-languages/python/index.md @@ -35,7 +35,7 @@ incomplete: true ## درمیانی سطح کے مضامین {#intermediate-articles} - [web3.py کے دوست: Ape کا تعارف](https://snakecharmers.ethereum.org/intro-to-ape/) -- [پائیتھن پروگرامرز کے لیے Dapp ڈیولپمنٹ](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [پائیتھن پروگرامرز کے لیے Dapp ڈیولپمنٹ](https://www.youtube.com/watch?v=tE-8bG35VNw) - [ایک پائیتھن Ethereum انٹرفیس بنانا: حصہ 1](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [پائیتھن میں Ethereum اسمارٹ کنٹریکٹس: ایک جامع (ish) گائیڈ](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) @@ -87,7 +87,7 @@ incomplete: true - [Curve](https://www.curve.finance/) اور [Curve smart contracts repository](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) اور [Brownie ٹول چین کا استعمال کرتے ہوئے اسمارٹ کنٹریکٹس](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/) [اپنے ویسٹنگ کنٹریکٹس کو منظم کرنے اور ڈیپلائے کرنے میں پائیتھن کا استعمال کرتا ہے](https://github.com/sushiswap/sushi-vesting-protocols) -- [Alpha Finance](https://alphafinance.io/)، جو Alpha Homora کی شہرت کا حامل ہے، [اسمارٹ کنٹریکٹس کی جانچ اور ڈیپلائے کرنے کے لیے Brownie کا استعمال کرتا ہے](https://github.com/AlphaFinanceLab/alpha-staking-contract) +- [Alpha Venture DAO](https://alphaventuredao.io/)، جو Alpha Homora کی شہرت کا حامل ہے، [اسمارٹ کنٹریکٹس کی جانچ اور ڈیپلائے کرنے کے لیے Brownie کا استعمال کرتا ہے](https://github.com/AlphaFinanceLab/alpha-staking-contract) ## پائیتھن کمیونٹی ڈسکشن {#python-community-contributors} diff --git a/public/content/translations/ur/developers/docs/scaling/state-channels/index.md b/public/content/translations/ur/developers/docs/scaling/state-channels/index.md index 6b68d7853f5..4a827d16912 100644 --- a/public/content/translations/ur/developers/docs/scaling/state-channels/index.md +++ b/public/content/translations/ur/developers/docs/scaling/state-channels/index.md @@ -255,7 +255,7 @@ sidebarDepth: 3 - [ایتھیریم کے لیئر 2 اسکیلنگ سلوشنز کو سمجھنا: اسٹیٹ چینلز، پلازما، اور ٹروبٹ](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _– Josh Stark, Feb 12 2018_ - [اسٹیٹ چینلز - ایک وضاحت](https://www.jeffcoleman.ca/state-channels/) _Nov 6, 2015 - Jeff Coleman_ -- [اسٹیٹ چینلز کی بنیادی باتیں](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [اسٹیٹ چینلز کی بنیادی باتیں](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [بلاک چین اسٹیٹ چینلز: ایک اسٹیٹ آف دی آرٹ](https://ieeexplore.ieee.org/document/9627997) _کسی کمیونٹی وسیلے کے بارے میں جانتے ہیں جس نے آپ کی مدد کی ہو؟ اس صفحہ میں ترمیم کریں اور اسے شامل کریں!_ diff --git a/public/content/translations/ur/developers/docs/scaling/validium/index.md b/public/content/translations/ur/developers/docs/scaling/validium/index.md index e3a7b78bd37..1ca31c5b113 100644 --- a/public/content/translations/ur/developers/docs/scaling/validium/index.md +++ b/public/content/translations/ur/developers/docs/scaling/validium/index.md @@ -162,5 +162,5 @@ ZK-رول اپس کی طرح، ویلیڈیمز زیادہ تر سادہ ایپ - [ویلیڈیم اور لئیر 2 ٹو-بائی-ٹو — شمارہ نمبر 99](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two) - [ZK-رول اپس بمقابلہ ویلیڈیم](https://blog.matter-labs.io/zkrollup-vs-validium-starkex-5614e38bc263) - [وولیشن اور ابھرتا ہوا ڈیٹا دستیابی اسپیکٹرم](https://medium.com/starkware/volition-and-the-emerging-data-availability-spectrum-87e8bfa09bb) -- [رول اپس، ویلیڈیمز، اور وولیشنز: گرم ترین ایتھریم اسکیلنگ سلوشنز کے بارے میں جانیں](https://www.defipulse.com/blog/rollups-validiums-and-volitions-learn-about-the-hottest-ethereum-scaling-solutions) +- [رول اپس، ویلیڈیمز، اور وولیشنز: گرم ترین ایتھریم اسکیلنگ سلوشنز کے بارے میں جانیں](https://medium.com/coinmonks/rollups-vs-validiums-vs-volitions-d76300170f4a) - [Ethereum رول اپس کے لیے عملی گائیڈ](https://web.archive.org/web/20241108192208/https://research.2077.xyz/the-practical-guide-to-ethereum-rollups) diff --git a/public/content/translations/ur/developers/docs/smart-contracts/languages/index.md b/public/content/translations/ur/developers/docs/smart-contracts/languages/index.md index 09a2725e18f..32118cec3fd 100644 --- a/public/content/translations/ur/developers/docs/smart-contracts/languages/index.md +++ b/public/content/translations/ur/developers/docs/smart-contracts/languages/index.md @@ -37,7 +37,7 @@ Remix IDE، Solidity اور Vyper دونوں میں کنٹریکٹس بنانے - [Solidity لینگویج پورٹل](https://soliditylang.org/) - [Solidity بہ مثال](https://docs.soliditylang.org/en/latest/solidity-by-example.html) - [GitHub](https://github.com/ethereum/solidity/) -- [Solidity Gitter چیٹ روم](https://gitter.im/ethereum/solidity) سے [Solidity Matrix چیٹ روم](https://matrix.to/#/#ethereum_solidity:gitter.im) پر برج کیا گیا۔ +- [Solidity Matrix چیٹ روم](https://gitter.im/ethereum/solidity) سے [Solidity Matrix چیٹ روم](https://matrix.to/#/#ethereum_solidity:gitter.im) پر برج کیا گیا۔ - [چیٹ شیٹ](https://reference.auditless.com/cheatsheet) - [Solidity بلاگ](https://blog.soliditylang.org/) - [Solidity ٹویٹر](https://twitter.com/solidity_lang) diff --git a/public/content/translations/ur/developers/docs/smart-contracts/security/index.md b/public/content/translations/ur/developers/docs/smart-contracts/security/index.md index 2fd5f507271..fe305a4c1ce 100644 --- a/public/content/translations/ur/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/ur/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -آپ [پل پیمنٹس](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment) سسٹم کا بھی استعمال کرسکتے ہیں جس میں صارفین کو اسمارٹ کنٹریکٹس سے فنڈز نکالنے کی ضرورت ہوتی ہے، بجائے اس کے کہ "پش پیمنٹس" سسٹم جو اکاؤنٹس کو فنڈز بھیجتا ہے۔ یہ نامعلوم ایڈریسز پر نادانستہ طور پر کوڈ کو متحرک کرنے کے امکان کو ختم کرتا ہے (اور کچھ ڈینائل-آف-سروس حملوں کو بھی روک سکتا ہے)۔ +آپ [پل پیمنٹس](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment) سسٹم کا بھی استعمال کرسکتے ہیں جس میں صارفین کو اسمارٹ کنٹریکٹس سے فنڈز نکالنے کی ضرورت ہوتی ہے، بجائے اس کے کہ "پش پیمنٹس" سسٹم جو اکاؤنٹس کو فنڈز بھیجتا ہے۔ یہ نامعلوم ایڈریسز پر نادانستہ طور پر کوڈ کو متحرک کرنے کے امکان کو ختم کرتا ہے (اور کچھ ڈینائل-آف-سروس حملوں کو بھی روک سکتا ہے)۔ #### انٹیجر انڈر فلوز اور اوور فلوز {#integer-underflows-and-overflows} diff --git a/public/content/translations/ur/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/translations/ur/developers/tutorials/run-node-raspberry-pi/index.md index d0aceca64b5..61700ba7c1d 100644 --- a/public/content/translations/ur/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/translations/ur/developers/tutorials/run-node-raspberry-pi/index.md @@ -64,7 +64,7 @@ shasum -a 256 ethonarm_22.04.00.img.zip # Hash should output: fb497e8f8a7388b62d6e1efbc406b9558bee7ef46ec7e53083630029c117444f ``` -نوٹ کریں کہ Rock 5B اور Odroid M1 بورڈز کے لئے امیجز Ethereum-on-Arm [ڈاؤن لوڈز پیج](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/quick-guide/download-and-install.html) پر دستیاب ہیں۔ +نوٹ کریں کہ Rock 5B اور Odroid M1 بورڈز کے لئے امیجز Ethereum-on-Arm [ڈاؤن لوڈز پیج](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) پر دستیاب ہیں۔ ## مائیکرو ایس ڈی کو فلیش کرنا {#flashing-the-microsd} @@ -158,7 +158,7 @@ sudo systemctl start lighthouse-validator ## مزید تفصیلات {#more-details} -اس صفحے نے Raspberry Pi کا استعمال کرکے Geth-Lighthouse نوڈ اور ویلیڈیٹر کو کیسے سیٹ اپ کیا جائے اس کا ایک جائزہ دیا۔ مزید تفصیلی ہدایات [Ethereum-on-Arm ویب سائٹ](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/index.html) پر دستیاب ہیں۔ +اس صفحے نے Raspberry Pi کا استعمال کرکے Geth-Lighthouse نوڈ اور ویلیڈیٹر کو کیسے سیٹ اپ کیا جائے اس کا ایک جائزہ دیا۔ مزید تفصیلی ہدایات [Ethereum-on-Arm ویب سائٹ](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) پر دستیاب ہیں۔ ## فیڈ بیک کی تعریف کی جاتی ہے {#feedback-appreciated} @@ -177,7 +177,7 @@ sudo systemctl start lighthouse-validator 8. https://www.hyperledger.org/projects/besu 9. https://github.com/prysmaticlabs/prysm 10. https://lighthouse.sigmaprime.io -11. https://ethersphere.github.io/swarm-home +11. https://docs.ethswarm.org/ 12. https://raiden.network 13. https://ipfs.io 14. https://status.im diff --git a/public/content/translations/ur/ethereum-forks/index.md b/public/content/translations/ur/ethereum-forks/index.md index bd229d7cd84..4c6dca17053 100644 --- a/public/content/translations/ur/ethereum-forks/index.md +++ b/public/content/translations/ur/ethereum-forks/index.md @@ -118,7 +118,7 @@ sidebarDepth: 1 - [Pectra.wtf](https://pectra.wtf) - [پیکٹرا اسٹیکنگ کے تجربے کو کیسے بہتر بنائے گا](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) -- [الیکٹرا اپ گریڈ کی تفصیلات پڑھیں](https://github.com/ethereum/consensus-specs/blob/master/specs/electra/) +- [الیکٹرا اپ گریڈ کی تفصیلات پڑھیں](https://github.com/ethereum/consensus-specs/tree/master/specs/electra/) - [پراگ-الیکٹرا ("پیکٹرا") عمومی سوالات](/roadmap/pectra/) @@ -171,7 +171,7 @@ EIP-7514 ETH کے اجراء میں سختی لاتا ہے جس میں "چرن" -- [دینیب اپ گریڈ کی تفصیلات پڑھیں](https://github.com/ethereum/consensus-specs/blob/master/specs/deneb/) +- [دینیب اپ گریڈ کی تفصیلات پڑھیں](https://github.com/ethereum/consensus-specs/tree/master/specs/deneb/) - [کینکن-دینیب ("ڈینکن") عمومی سوالات](/roadmap/dencun/) @@ -208,7 +208,7 @@ EIP-7514 ETH کے اجراء میں سختی لاتا ہے جس میں "چرن" اپ گریڈ نے خودکار اکاؤنٹ سویپنگ کی فعالیت بھی فراہم کی، جو کسی بھی دستیاب انعامات کی ادائیگیوں یا مکمل ودڈرالز کے لیے ویلیڈیٹر اکاؤنٹس پر مسلسل کارروائی کرتی ہے۔ - [اسٹیکنگ ودڈرالز پر مزید](/staking/withdrawals/)۔ -- [کپیلا اپ گریڈ کی تفصیلات پڑھیں](https://github.com/ethereum/consensus-specs/blob/master/specs/capella/) +- [کپیلا اپ گریڈ کی تفصیلات پڑھیں](https://github.com/ethereum/consensus-specs/tree/master/specs/capella/) @@ -242,7 +242,7 @@ EIP-7514 ETH کے اجراء میں سختی لاتا ہے جس میں "چرن" بیلاٹرکس اپ گریڈ [بیکن چین](/roadmap/beacon-chain) کے لیے دوسرا طے شدہ اپ گریڈ تھا، جو چین کو [دی مرج](/roadmap/merge/) کے لیے تیار کرتا ہے۔ یہ ویلیڈیٹر کے جرمانے کو غیرفعالیت اور سلیش ایبل جرائم کے لیے ان کی پوری قدروں تک لاتا ہے۔ بیلاٹرکس میں فورک کے انتخاب کے قواعد میں ایک اپ ڈیٹ بھی شامل ہے تاکہ چین کو دی مرج اور آخری پروف-آف-ورک بلاک سے پہلے پروف-آف-اسٹیک بلاک میں منتقلی کے لیے تیار کیا جا سکے۔ اس میں کنسینسس کلائنٹس کو 58750000000000000000000 کی [ٹرمینل ٹوٹل ڈفیکلٹی](/glossary/#terminal-total-difficulty) سے آگاہ کرنا شامل ہے۔ -- [بیلاٹرکس اپ گریڈ کی تفصیلات پڑھیں](https://github.com/ethereum/consensus-specs/tree/dev/specs/bellatrix) +- [بیلاٹرکس اپ گریڈ کی تفصیلات پڑھیں](https://github.com/ethereum/consensus-specs/tree/master/specs/bellatrix) --- @@ -295,7 +295,7 @@ EIP-7514 ETH کے اجراء میں سختی لاتا ہے جس میں "چرن" Altair اپ گریڈ [بیکن چین](/roadmap/beacon-chain) کے لیے پہلا طے شدہ اپ گریڈ تھا۔ اس نے "سنک کمیٹیوں" کے لیے سپورٹ شامل کی—لائٹ کلائنٹس کو فعال کیا، اور ویلیڈیٹر کی غیرفعالیت اور سلیشنگ جرمانے میں اضافہ کیا جیسے جیسے ترقی دی مرج کی طرف بڑھی۔ -- [Altair اپ گریڈ کی تفصیلات پڑھیں](https://github.com/ethereum/consensus-specs/tree/dev/specs/altair) +- [Altair اپ گریڈ کی تفصیلات پڑھیں](https://github.com/ethereum/consensus-specs/tree/master/specs/altair) #### مزے کی بات! {#altair-fun-fact} diff --git a/public/content/translations/ur/governance/index.md b/public/content/translations/ur/governance/index.md index a8868a8bf55..d8c44e2e63f 100644 --- a/public/content/translations/ur/governance/index.md +++ b/public/content/translations/ur/governance/index.md @@ -177,7 +177,7 @@ Ethereum میں گورننس کی سختی سے تعریف نہیں کی گئی - [بلاک چین گورننس پر نوٹس](https://vitalik.eth.limo/general/2017/12/17/voting.html) - _Vitalik Buterin_ - [Ethereum گورننس کیسے کام کرتی ہے؟](https://cryptotesters.com/blog/ethereum-governance) – _Cryptotesters_ - [Ethereum گورننس کیسے کام کرتی ہے](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) – _Micah Zoltu_ -- [Ethereum کور ڈویلپر کیا ہے؟](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ +- [Ethereum کور ڈویلپر کیا ہے؟](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ - [گورننس، حصہ 2: پلوٹوکریسی اب بھی خراب ہے](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) - _Vitalik Buterin_ - [کوائن ووٹنگ گورننس سے آگے بڑھنا](https://vitalik.eth.limo/general/2021/08/16/voting3.html) - _Vitalik Buterin_ - [بلاک چین گورننس کو سمجھنا](https://web.archive.org/web/20250124192731/https://research.2077.xyz/understanding-blockchain-governance) - _2077 Research_ diff --git a/public/content/translations/zh-tw/community/events/organizing/index.md b/public/content/translations/zh-tw/community/events/organizing/index.md index 96a1a6dff21..f0e4c6d18f7 100644 --- a/public/content/translations/zh-tw/community/events/organizing/index.md +++ b/public/content/translations/zh-tw/community/events/organizing/index.md @@ -218,4 +218,3 @@ X.com將成為您社交媒體推廣的核心支柱。 儘量保持活躍並堅 文章: - [建設ETHKL,作者:Danny H.](https://sekto.tech/ethkl24) -- [POKT活動指南](https://docs.pokt.network/community/pokt-events-playbook) diff --git a/public/content/translations/zh-tw/community/grants/index.md b/public/content/translations/zh-tw/community/grants/index.md index 1babc1bb6e4..a74de78911e 100644 --- a/public/content/translations/zh-tw/community/grants/index.md +++ b/public/content/translations/zh-tw/community/grants/index.md @@ -30,7 +30,6 @@ lang: zh-tw 這些平臺涵蓋了對整個 Web3 領域的廣泛資助資訊,對於任何尋求資金的人來説都是有用的起點: -- [Blockworks Grantfarm](https://blockworks.co/grants/programs) - _Blockworks 彙整了所有補助金、提案徵求 (RFP) 和漏洞賞金的綜合目錄。_ - [Blockchain Grants](https://www.blockchaingrants.org/) - _區塊鏈和加密貨幣補助金目錄_ - [Karma Funding Map](https://gap.karmahq.xyz/funding-map) - 所有 Web3 補助金計畫的目錄,每週更新 diff --git a/public/content/translations/zh-tw/community/online/index.md b/public/content/translations/zh-tw/community/online/index.md index 47befebe4ae..6629b8dcbbd 100644 --- a/public/content/translations/zh-tw/community/online/index.md +++ b/public/content/translations/zh-tw/community/online/index.md @@ -51,7 +51,7 @@ lang: zh-tw EthStaker Discord - 為現有和潛在質押者提供由社群經營的指導、教育、支援和資源 Ethereum.org 網站團隊 - 來和團隊及社群成員聊聊 ethereum.org 的網站開發和設計吧 Matos Discord - Web3 創作者社群,是開發者、產業領袖和以太坊愛好者的聚集地。 我們熱愛 web3 開發、設計及文化。 來和我們一起開發吧。 -Solidity Gitter - Solidity 開發聊天室 (Gitter) +Solidity Matrix - Solidity 開發聊天室 (Gitter) Solidity Matrix - Solidity 開發聊天室 (Matrix) Ethereum Stack Exchange - 問答論壇 Peera Community Forum - 去中心化問答論壇 diff --git a/public/content/translations/zh-tw/community/support/index.md b/public/content/translations/zh-tw/community/support/index.md index cb52a16f7a4..fe33a904b18 100644 --- a/public/content/translations/zh-tw/community/support/index.md +++ b/public/content/translations/zh-tw/community/support/index.md @@ -68,7 +68,7 @@ lang: zh-tw 常見示例有: -- [Solidity](https://gitter.im/ethereum/solidity) +- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/zh-tw/contributing/adding-staking-products/index.md b/public/content/translations/zh-tw/contributing/adding-staking-products/index.md index 4332f26b265..8148944151f 100644 --- a/public/content/translations/zh-tw/contributing/adding-staking-products/index.md +++ b/public/content/translations/zh-tw/contributing/adding-staking-products/index.md @@ -165,7 +165,7 @@ lang: zh-tw 上述[納入標準](#criteria-for-inclusion)是用來計算各個產品或服務的累積分數。 該評分用來對滿足特定客觀標準的產品進行排序和展示。 能夠證實滿足的標準越多,產品的排序就越高,且載入時是隨機排列的。 -這些標準的程式碼邏輯和權重,目前包含在我們儲存庫中的[這個 JavaScript 元件](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid.js#L350)裡。 +這些標準的程式碼邏輯和權重,目前包含在我們儲存庫中的[這個 JavaScript 元件](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid/index.tsx#L350)裡。 ## 新增您的產品或服務 {#add-product} diff --git a/public/content/translations/zh-tw/desci/index.md b/public/content/translations/zh-tw/desci/index.md index 4def5a6299c..5f07a652559 100644 --- a/public/content/translations/zh-tw/desci/index.md +++ b/public/content/translations/zh-tw/desci/index.md @@ -101,7 +101,6 @@ Web3 廣泛試驗過去中心化自治組織和 Web3 開發的不同激勵模型 - [OceanDAO:管理資料相關科學資金的去中心化自治組織](https://oceanprotocol.com/) - [Opscientia:開放的去中心化科研工作流程](https://opsci.io/research/) - [Bio.xyz:為你的生物技術去中心化自治組織或去中心化科研專案募資](https://www.bio.xyz/) -- [Fleming Protocol:推動協作生物醫學發現的開源式資料經濟](http://flemingprotocol.io/) - [Active Inference Institute](https://www.activeinference.org/) - [IdeaMarkets:實現去中心化的科學可信度](https://ideamarket.io/) - [去中心化科研實驗室](https://www.desci.com/) diff --git a/public/content/translations/zh-tw/developers/docs/apis/backend/index.md b/public/content/translations/zh-tw/developers/docs/apis/backend/index.md index 2c3ebf8c993..30a2c2d5966 100644 --- a/public/content/translations/zh-tw/developers/docs/apis/backend/index.md +++ b/public/content/translations/zh-tw/developers/docs/apis/backend/index.md @@ -74,7 +74,6 @@ lang: zh-tw **NOWNodes - _全節點和區塊瀏覽器。_** - [NOWNodes.io](https://nownodes.io/) -- [文件](https://documenter.getpostman.com/view/13630829/TVmFkLwy#intro) **QuickNode -** **_區塊鏈基礎設施即服務。_** diff --git a/public/content/translations/zh-tw/developers/docs/frameworks/index.md b/public/content/translations/zh-tw/developers/docs/frameworks/index.md index a97475f402e..4639e6d1166 100644 --- a/public/content/translations/zh-tw/developers/docs/frameworks/index.md +++ b/public/content/translations/zh-tw/developers/docs/frameworks/index.md @@ -122,8 +122,6 @@ lang: zh-tw **Catapulta -** **_多鏈智慧合約部署工具,可在區塊瀏覽器中自動驗證、追蹤已部署的智慧合約並分享部署報告,為 Foundry 和 Hardhat 專案提供隨插即用功能。_** -- [網站](https://catapulta.sh/) -- [說明文件](https://catapulta.sh/docs) - [Github](https://github.com/catapulta-sh) **GoldRush (由 Covalent 提供技術支援) -** **_GoldRush 為開發人員、分析師和企業提供最全面的區塊鏈資料 API 套件, 無論您是在建構 DeFi 儀表板、錢包、交易機器人、AI 代理程式還是合規平台,資料 API 都能提供快速、準確且對開發人員友善的存取方式,讓您取得所需的必要鏈上資料_** diff --git a/public/content/translations/zh-tw/developers/docs/mev/index.md b/public/content/translations/zh-tw/developers/docs/mev/index.md index de697d92a04..f7cc6cbc9ae 100644 --- a/public/content/translations/zh-tw/developers/docs/mev/index.md +++ b/public/content/translations/zh-tw/developers/docs/mev/index.md @@ -180,7 +180,7 @@ MEV榨取暴增於2021年初期, 而其導長時間之高額Gas費. 快閃機器 5. 如果區塊構建者未能及時響應,使用構建者應用程式介面的驗證者仍有可能在本地構建區塊,因此他們不會錯過區塊提交獎勵。 然而,驗證者不能使用已揭示的交易或另一組交易來創建另一個區塊,因為這將構成 _雙重簽署_ (在同一個時槽內簽署兩個區塊) 的行為,這是一種可罰沒的違規行為。 -建構者 API 的一個實作範例是 [MEV Boost](https://github.com/flashbots/mev-boost),這是對 [Flashbots 拍賣機制](https://docs.flashbots.net/Flashbots-auction/overview) 的改進,旨在抑制 MEV 對以太坊的負面外部性。 Flashbots 拍賣允許權益證明中的驗證者將建構有利可圖區塊的工作外包給稱為 **搜尋者** 的專業參與方。 +建構者 API 的一個實作範例是 [MEV Boost](https://github.com/flashbots/mev-boost),這是對 [Flashbots 拍賣機制](https://docs.flashbots.net/flashbots-auction/overview) 的改進,旨在抑制 MEV 對以太坊的負面外部性。 Flashbots 拍賣允許權益證明中的驗證者將建構有利可圖區塊的工作外包給稱為 **搜尋者** 的專業參與方。 ![詳細展示 MEV 流程的圖表](./mev.png) 搜尋者尋找有利可圖的 MEV 機會,並將交易捆綁包連同 [密封價格投標](https://en.wikipedia.org/wiki/First-price_sealed-bid_auction) 一起發送給區塊提議者,以便將其納入區塊。 運行 mev-geth,即 go-ethereum (Geth) 用戶端的分叉版本的驗證者只需要選擇利潤最高的交易包,並將其新增到新區塊的一部分。 為了保護區塊提議者 (驗證者) 免受垃圾郵件和無效交易的影響,交易捆綁包在到達提議者之前會經過 **中繼者** 進行驗證。 diff --git a/public/content/translations/zh-tw/developers/docs/networks/index.md b/public/content/translations/zh-tw/developers/docs/networks/index.md index 23d9d3eaedf..7305e3fec0d 100644 --- a/public/content/translations/zh-tw/developers/docs/networks/index.md +++ b/public/content/translations/zh-tw/developers/docs/networks/index.md @@ -158,7 +158,7 @@ Holesky 測試網將在 2025 年 9 月棄用。 質押營運者和基礎設施 ##### 資源 -- [Starkscan](https://sepolia.starkscan.co/) +- [Voyager Sepolia Scan](https://sepolia.voyager.online/) ##### 水龍頭 diff --git a/public/content/translations/zh-tw/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/zh-tw/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index 00f4327f2be..f9eccdaf91e 100644 --- a/public/content/translations/zh-tw/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/zh-tw/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -272,7 +272,6 @@ sidebarDepth: 2 - 免費開始試用 - [**NOWNodes**](https://nownodes.io/) - - [文件](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - 功能 - 存取超過 50 個區塊鏈節點 - 免費應用程式介面金鑰 @@ -283,11 +282,10 @@ sidebarDepth: 2 - 共享、歸檔、備份和專用節點 - [**Pocket Network**](https://www.pokt.network/) - - [文件](https://docs.pokt.network/home/) + - [文件](https://docs.pokt.network/) - 功能 - 去中央化遠端程序中呼叫協定與市場 - 免費方案每天 100 萬個請求(每個端點,最大為 2) - - [公用端點](https://docs.pokt.network/developers/public-endpoints) - Pre-Stake+ 計畫(如果你每天需要超過 100 萬個請求) - 支援超過 15 條區塊鏈 - 6400+ 節點透過服務應用程式賺取 POKT 幣 diff --git a/public/content/translations/zh-tw/developers/docs/programming-languages/python/index.md b/public/content/translations/zh-tw/developers/docs/programming-languages/python/index.md index 9a0347dfe7c..acc59b3ad1f 100644 --- a/public/content/translations/zh-tw/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/zh-tw/developers/docs/programming-languages/python/index.md @@ -35,7 +35,7 @@ incomplete: true ## 中階文章 {#intermediate-articles} - [web3.py 的夥伴們:Ape 簡介](https://snakecharmers.ethereum.org/intro-to-ape/) -- [獻給 Python 程式設計師的去中心化應用程式開發](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [獻給 Python 程式設計師的去中心化應用程式開發](https://www.youtube.com/watch?v=tE-8bG35VNw) - [建立 Python 以太坊介面:第 1 部分](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [Python 中的以太坊智能合約:一份(相當)全面的指南](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) @@ -87,7 +87,7 @@ incomplete: true - [Curve](https://www.curve.finance/) 與 [Curve 智能合約儲存庫](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) 與 [使用 Brownie 工具鏈的智能合約](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/) 使用 [Python 來管理和部署其歸屬合約](https://github.com/sushiswap/sushi-vesting-protocols) -- 以 Alpha Homora 聞名的 [Alpha Finance](https://alphafinance.io/) 使用 [Brownie 來測試和部署智能合約](https://github.com/AlphaFinanceLab/alpha-staking-contract) +- 以 Alpha Homora 聞名的 [Alpha Venture DAO](https://alphaventuredao.io/) 使用 [Brownie 來測試和部署智能合約](https://github.com/AlphaFinanceLab/alpha-staking-contract) ## Python 社群討論 {#python-community-contributors} diff --git a/public/content/translations/zh-tw/developers/docs/scaling/state-channels/index.md b/public/content/translations/zh-tw/developers/docs/scaling/state-channels/index.md index 631b0eace70..1f451a5a2a2 100644 --- a/public/content/translations/zh-tw/developers/docs/scaling/state-channels/index.md +++ b/public/content/translations/zh-tw/developers/docs/scaling/state-channels/index.md @@ -255,7 +255,7 @@ sidebarDepth: 3 - [理解以太坊的 Layer 2 擴容解決方案:狀態通道、Plasma 和 Truebit](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _– Josh Stark,2018 年 2 月 12 日_ - [狀態通道 - 釋義](https://www.jeffcoleman.ca/state-channels/) _2015 年 11 月 6 日 - Jeff Coleman_ -- [狀態通道基本概念](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [狀態通道基本概念](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [區塊鏈狀態通道:前沿技術概覽](https://ieeexplore.ieee.org/document/9627997) _知道一個曾經幫助你學習更多社區或社團資源? 歡迎在本頁自由編輯或添加內容!_ diff --git a/public/content/translations/zh-tw/developers/docs/scaling/validium/index.md b/public/content/translations/zh-tw/developers/docs/scaling/validium/index.md index 32295321c7d..4b7c55b226a 100644 --- a/public/content/translations/zh-tw/developers/docs/scaling/validium/index.md +++ b/public/content/translations/zh-tw/developers/docs/scaling/validium/index.md @@ -162,5 +162,5 @@ Validium 透過將所有交易資料保存在鏈下,並在轉送狀態更新 - [Validium 和 Layer 2 的 2x2 比較 — 第 99 期](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two) - [ZK-rollup 與 Validium 的比較](https://blog.matter-labs.io/zkrollup-vs-validium-starkex-5614e38bc263) - [Volition 和新興的資料可用性光譜](https://medium.com/starkware/volition-and-the-emerging-data-availability-spectrum-87e8bfa09bb) -- [Rollup、Validium 和 Volition:了解最熱門的以太坊擴張解決方案](https://www.defipulse.com/blog/rollups-validiums-and-volitions-learn-about-the-hottest-ethereum-scaling-solutions) +- [Rollup、Validium 和 Volition:了解最熱門的以太坊擴張解決方案](https://medium.com/coinmonks/rollups-vs-validiums-vs-volitions-d76300170f4a) - [以太坊卷軸實用指南](https://web.archive.org/web/20241108192208/https://research.2077.xyz/the-practical-guide-to-ethereum-rollups) diff --git a/public/content/translations/zh-tw/developers/docs/smart-contracts/languages/index.md b/public/content/translations/zh-tw/developers/docs/smart-contracts/languages/index.md index ceed3eb684a..f0cf2082af9 100644 --- a/public/content/translations/zh-tw/developers/docs/smart-contracts/languages/index.md +++ b/public/content/translations/zh-tw/developers/docs/smart-contracts/languages/index.md @@ -37,7 +37,7 @@ Remix 整合開發環境提供一個全面的開發環境,用於透過 Solidit - [Solidity 語言入口網站](https://soliditylang.org/) - [Solidity 範例](https://docs.soliditylang.org/en/latest/solidity-by-example.html) - [GitHub](https://github.com/ethereum/solidity/) -- [Solidity Gitter 聊天室](https://gitter.im/ethereum/solidity)橋接到 [Solidity Matrix 聊天室](https://matrix.to/#/#ethereum_solidity:gitter.im) +- [Solidity Matrix 聊天室](https://gitter.im/ethereum/solidity)橋接到 [Solidity Matrix 聊天室](https://matrix.to/#/#ethereum_solidity:gitter.im) - [快捷手冊](https://reference.auditless.com/cheatsheet) - [Solidity 部落格](https://blog.soliditylang.org/) - [Solidity Twitter](https://twitter.com/solidity_lang) diff --git a/public/content/translations/zh-tw/developers/docs/smart-contracts/security/index.md b/public/content/translations/zh-tw/developers/docs/smart-contracts/security/index.md index 406c86936c8..c376a73a5d3 100644 --- a/public/content/translations/zh-tw/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/zh-tw/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -你還可以使用[提取款項](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment)系統,要求使用者從智慧型合約提款,而不是使用「推送付款」系統傳送資金至帳戶。 如此一來,就可免除在未知地址上意外啟動程式碼的可能性(也能防止特定阻斷服務攻擊)。 +你還可以使用[提取款項](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment)系統,要求使用者從智慧型合約提款,而不是使用「推送付款」系統傳送資金至帳戶。 如此一來,就可免除在未知地址上意外啟動程式碼的可能性(也能防止特定阻斷服務攻擊)。 #### 整數下溢與上溢 {#integer-underflows-and-overflows} diff --git a/public/content/translations/zh-tw/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/translations/zh-tw/developers/tutorials/run-node-raspberry-pi/index.md index 7ecbdbb2b64..51e596a7420 100644 --- a/public/content/translations/zh-tw/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/translations/zh-tw/developers/tutorials/run-node-raspberry-pi/index.md @@ -64,7 +64,7 @@ shasum -a 256 ethonarm_22.04.00.img.zip # 雜湊值應輸出: fb497e8f8a7388b62d6e1efbc406b9558bee7ef46ec7e53083630029c117444f ``` -請注意,Rock 5B 和 Odroid M1 開發板的映像檔可在 Ethereum-on-Arm 的 [下載頁面](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/quick-guide/download-and-install.html) 取得。 +請注意,Rock 5B 和 Odroid M1 開發板的映像檔可在 Ethereum-on-Arm 的 [下載頁面](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) 取得。 ## 刷入 MicroSD {#flashing-the-microsd} @@ -158,7 +158,7 @@ sudo systemctl start lighthouse-validator ## 更多詳細資訊 {#more-details} -本頁面概述了如何使用 Raspberry Pi 設定 Geth-Lighthouse 節點和驗證程式。 更詳細的說明可在 [Ethereum-on-Arm 網站](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/index.html) 上取得。 +本頁面概述了如何使用 Raspberry Pi 設定 Geth-Lighthouse 節點和驗證程式。 更詳細的說明可在 [Ethereum-on-Arm 網站](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) 上取得。 ## 感謝您的回饋 {#feedback-appreciated} @@ -177,7 +177,7 @@ sudo systemctl start lighthouse-validator 8. https://www.hyperledger.org/projects/besu 9. https://github.com/prysmaticlabs/prysm 10. https://lighthouse.sigmaprime.io -11. https://ethersphere.github.io/swarm-home +11. https://docs.ethswarm.org/ 12. https://raiden.network 13. https://ipfs.io 14. https://status.im diff --git a/public/content/translations/zh-tw/ethereum-forks/index.md b/public/content/translations/zh-tw/ethereum-forks/index.md index 9ae87bbafae..92f4d0f2506 100644 --- a/public/content/translations/zh-tw/ethereum-forks/index.md +++ b/public/content/translations/zh-tw/ethereum-forks/index.md @@ -118,7 +118,7 @@ Prague-Electra(“Pectra”)升級包括對以太坊協議的幾項改進, - [Pectra.wtf](https://pectra.wtf) - [Pectra 將如何增強質押體驗](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) -- [閱讀 Electra 升級規範](https://github.com/ethereum/consensus-specs/blob/master/specs/electra/) +- [閱讀 Electra 升級規範](https://github.com/ethereum/consensus-specs/tree/master/specs/electra/) - [Prague-Electra (「Pectra」) 常見問題](/roadmap/pectra/) @@ -171,7 +171,7 @@ EIP-7514 將驗證者加入網路的「流失」率限制在每個時期八 (8) -- [閱讀 Deneb 升級規範](https://github.com/ethereum/consensus-specs/blob/master/specs/deneb/) +- [閱讀 Deneb 升級規範](https://github.com/ethereum/consensus-specs/tree/master/specs/deneb/) - [Cancun-Deneb (「Dencun」) 常見問題](/roadmap/dencun/) @@ -208,7 +208,7 @@ Capella 升級是共識層(信標鏈)的第三次重大升級,實現了質 此升級還提供了自動帳戶掃描功能,可持續處理驗證者帳戶的任何可用獎勵支付或全額提款。 - [深入了解質押提款](/staking/withdrawals/). -- [閱讀 Capella 升級規範](https://github.com/ethereum/consensus-specs/blob/master/specs/capella/) +- [閱讀 Capella 升級規範](https://github.com/ethereum/consensus-specs/tree/master/specs/capella/) @@ -243,7 +243,7 @@ Paris 升級是由於工作量證明區塊鏈通過了 58750000000000000000000 Bellatrix 升級是[信標鏈](/roadmap/beacon-chain)的第二次預定升級,為鏈準備[合併](/roadmap/merge/)。 它將驗證者因怠惰及進行了可被罰沒的行為而受到的懲罰提高到其全部價值。 Bellatrix 升級還包括對分叉選擇規則的更新,讓信標鏈為合併以及從最後一個工作量證明區塊過渡到第一個權益證明區塊做好準備。 這包括讓共識用戶端意識到 58750000000000000000000 的[終端總難度](/glossary/#terminal-total-difficulty)。 -- [閱讀 Bellatrix 升級規範](https://github.com/ethereum/consensus-specs/tree/dev/specs/bellatrix) +- [閱讀 Bellatrix 升級規範](https://github.com/ethereum/consensus-specs/tree/master/specs/bellatrix) --- @@ -296,7 +296,7 @@ Arrow Glacier 網路升級將[難度炸彈](/glossary/#difficulty-bomb)推遲了 Altair 升級是[信標鏈](/roadmap/beacon-chain)的第一次預定升級。 此次升級增加了對「同步委員會」的支援—支援輕量用戶端,在向合併進展的過程中,增加了對驗證者怠惰及可被罰沒行為的懲罰。 -- [閱讀 Altair 升級規範](https://github.com/ethereum/consensus-specs/tree/dev/specs/altair) +- [閱讀 Altair 升級規範](https://github.com/ethereum/consensus-specs/tree/master/specs/altair) #### 趣聞! {#altair-fun-fact} diff --git a/public/content/translations/zh-tw/governance/index.md b/public/content/translations/zh-tw/governance/index.md index deef7e2dd68..23e20216aea 100644 --- a/public/content/translations/zh-tw/governance/index.md +++ b/public/content/translations/zh-tw/governance/index.md @@ -177,6 +177,6 @@ _注意:任何人都能參與多個組別,例如,協定開發者可以支 - [區塊鏈治理筆記](https://vitalik.eth.limo/general/2017/12/17/voting.html) - _Vitalik Buterin_ - [以太坊管理體系如何運作?](https://cryptotesters.com/blog/ethereum-governance) – _Cryptotesters_ - [以太坊管理體系如何運作](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) – _Micah Zoltu_ -- [以太坊核心開發者為何?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ +- [以太坊核心開發者為何?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ - [管理體系,第二部分:統治階級仍舊令人搖頭](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) - _Vitalik Buterin_ - [跳脫代幣投票治理體系](https://vitalik.eth.limo/general/2021/08/16/voting3.html) - _Vitalik Buterin_ diff --git a/public/content/translations/zh-tw/roadmap/pectra/index.md b/public/content/translations/zh-tw/roadmap/pectra/index.md index 0e0f8fb7480..587a91a4e1d 100644 --- a/public/content/translations/zh-tw/roadmap/pectra/index.md +++ b/public/content/translations/zh-tw/roadmap/pectra/index.md @@ -124,4 +124,4 @@ _以太坊 Pectra 升級:質押者需要知道什麼 — Blockdaemon_ - [Pectra.wtf 資訊頁面](https://pectra.wtf) - [Pectra 如何提升質押者體驗](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) - [EIP-7702 資訊頁面](https://eip7702.io/) -- [Pectra devnets](https://github.com/ethereum/pm/blob/master/Pectra/pectra-pm.md) +- [Pectra devnets](https://github.com/ethereum/pm/blob/master/Network-Upgrade-Archive/Pectra/pectra-pm.md) diff --git a/public/content/translations/zh-tw/whitepaper/index.md b/public/content/translations/zh-tw/whitepaper/index.md index 6ca17483f52..ed2707265eb 100644 --- a/public/content/translations/zh-tw/whitepaper/index.md +++ b/public/content/translations/zh-tw/whitepaper/index.md @@ -520,6 +520,6 @@ _儘管貨幣發行是線性的,但就像比特幣一樣,隨著時間的推 20. [以太坊 Merkle Patricia 樹](/developers/docs/data-structures-and-encoding/patricia-merkle-trie/) 21. [Peter Todd 談默克爾和樹](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_關於白皮書的歷史,請參閱[此 wiki](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md)。_ +_關於白皮書的歷史,請參閱[此 wiki](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/)。_ _值得一提的是, 以太坊, 就像所有社群主導之開源計畫, 正日益更新進化, 且不斷嘗試超越初期視野目標. _若要了解以太坊的最新發展,以及協議變更是如何制定的,我們建議您閱讀[本指南](/learn/)。_ diff --git a/public/content/translations/zh/community/events/organizing/index.md b/public/content/translations/zh/community/events/organizing/index.md index 8fff6a66203..b18dcf187c0 100644 --- a/public/content/translations/zh/community/events/organizing/index.md +++ b/public/content/translations/zh/community/events/organizing/index.md @@ -218,4 +218,3 @@ X.com将成为您社交媒体推广的核心支柱。 尽量保持活跃并坚 文章: - [建设ETHKL,作者:Danny H.](https://sekto.tech/ethkl24) -- [POKT活动指南](https://docs.pokt.network/community/pokt-events-playbook) diff --git a/public/content/translations/zh/community/grants/index.md b/public/content/translations/zh/community/grants/index.md index 5cf7d501c7a..79a1d26b3bd 100644 --- a/public/content/translations/zh/community/grants/index.md +++ b/public/content/translations/zh/community/grants/index.md @@ -30,7 +30,6 @@ lang: zh 这类通用平台涵盖了整个 Web3 领域内的各类资助项目,对于任何寻求资金支持的人来说,都是极具价值的起点: -- [Blockworks Grantfarm](https://blockworks.co/grants/programs) - _Blockworks 编译了一份包含所有资助、提案征求和漏洞悬赏的完整名录。_ - [Blockchain Grants](https://www.blockchaingrants.org/) - _区块链和加密货币资助目录_ - [Karma Funding Map](https://gap.karmahq.xyz/funding-map) - 所有 Web3 资助计划目录,每周更新 diff --git a/public/content/translations/zh/community/online/index.md b/public/content/translations/zh/community/online/index.md index 46729d664f6..923f9c68a8c 100644 --- a/public/content/translations/zh/community/online/index.md +++ b/public/content/translations/zh/community/online/index.md @@ -39,7 +39,7 @@ lang: zh ## 聊天室 {#chat-rooms} -Ethereum Cat Herders - 为以太坊开发提供项目管理支持的社区 Ethereum Hackers - 由 ETHGlobal 运营的 Discord 聊天室:一个面向全球以太坊黑客的在线社区 CryptoDevs - 专注于以太坊开发的 Discord 社区 EthStaker Discord - 为现有和潜在质押者提供社区运营的指导、教育、支持和资源 Ethereum.org 网站团队 - 来与团队和社区成员聊聊 ethereum.org 网站的开发和设计 Matos Discord - Web3 创建者社区,这里聚集了构建者、行业领袖和以太坊爱好者。 我们热衷于 Web3 的开发、设计和文化。 与我们一起构建。 Solidity Gitter - Solidity 开发聊天室 (Gitter) Solidity Matrix - Solidity 开发聊天室 (Matrix) Ethereum Stack Exchange - 问答论坛 Peera Community Forum - 去中心化问答论坛 +Ethereum Cat Herders - 为以太坊开发提供项目管理支持的社区 Ethereum Hackers - 由 ETHGlobal 运营的 Discord 聊天室:一个面向全球以太坊黑客的在线社区 CryptoDevs - 专注于以太坊开发的 Discord 社区 EthStaker Discord - 为现有和潜在质押者提供社区运营的指导、教育、支持和资源 Ethereum.org 网站团队 - 来与团队和社区成员聊聊 ethereum.org 网站的开发和设计 Matos Discord - Web3 创建者社区,这里聚集了构建者、行业领袖和以太坊爱好者。 我们热衷于 Web3 的开发、设计和文化。 与我们一起构建。 Solidity Matrix - Solidity 开发聊天室 (Gitter) Solidity Matrix - Solidity 开发聊天室 (Matrix) Ethereum Stack Exchange - 问答论坛 Peera Community Forum - 去中心化问答论坛 ## YouTube 和 X (前身为 Twitter) {#youtube-and-twitter} diff --git a/public/content/translations/zh/community/support/index.md b/public/content/translations/zh/community/support/index.md index b0ccbc2573b..7d75170869f 100644 --- a/public/content/translations/zh/community/support/index.md +++ b/public/content/translations/zh/community/support/index.md @@ -68,7 +68,7 @@ lang: zh 以下是一些比较常见的例子: -- [Solidity](https://gitter.im/ethereum/solidity) +- [Solidity](https://app.element.io/#/room/#solidity:matrix.org) - [ethers.js](https://discord.gg/6jyGVDK6Jx) - [web3.js](https://discord.gg/GsABYQu4sC) - [Hardhat](https://discord.gg/xtrMGhmbfZ) diff --git a/public/content/translations/zh/contributing/adding-staking-products/index.md b/public/content/translations/zh/contributing/adding-staking-products/index.md index d3ccb06ac27..3e1082e91a2 100644 --- a/public/content/translations/zh/contributing/adding-staking-products/index.md +++ b/public/content/translations/zh/contributing/adding-staking-products/index.md @@ -165,7 +165,7 @@ lang: zh 上述[纳入标准](#criteria-for-inclusion)将用于计算每个产品或服务的累积评分。 这些分数会用来分类和展示满足某些客观标准的产品。 提供证据的标准越多,产品的排序就越高,并且在加载时会随机排列。 -这些标准的逻辑代码和权重目前包含在我们代码库的[这个 JavaScript 组件](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid.js#L350)中。 +这些标准的逻辑代码和权重目前包含在我们代码库的[这个 JavaScript 组件](https://github.com/ethereum/ethereum-org-website/blob/dev/src/components/Staking/StakingProductsCardGrid/index.tsx#L350)中。 ## 添加你的产品或服务 {#add-product} diff --git a/public/content/translations/zh/desci/index.md b/public/content/translations/zh/desci/index.md index f105a6451d7..85e55b86c5a 100644 --- a/public/content/translations/zh/desci/index.md +++ b/public/content/translations/zh/desci/index.md @@ -102,7 +102,6 @@ summaryPoint3: "它以开放科学运动为基础。" - [OceanDAO:由 DAO 治理的、面向数据相关科学的资金](https://oceanprotocol.com/) - [Opscientia:开放的去中心化科学工作流程](https://opsci.io/research/) - [Bio.xyz:为你的生物技术 DAO 或 DeSci 项目获得资金](https://www.bio.xyz/) -- [Fleming Protocol:促进协作性生物医学发现的开源数据经济](http://flemingprotocol.io/) - [主动推理研究所](https://www.activeinference.org/) - [IdeaMarkets:实现去中心化科学信誉](https://ideamarket.io/) - [DeSci 实验室](https://www.desci.com/) diff --git a/public/content/translations/zh/developers/docs/frameworks/index.md b/public/content/translations/zh/developers/docs/frameworks/index.md index 65d4a324fef..0626dc26223 100644 --- a/public/content/translations/zh/developers/docs/frameworks/index.md +++ b/public/content/translations/zh/developers/docs/frameworks/index.md @@ -114,8 +114,6 @@ lang: zh **Catapulta -** **_多链智能合约部署工具,可在区块浏览器中自动验证,跟踪已部署的智能合约并共享部署报告,为 Foundry 和 Hardhat 项目提供即插即用功能。_** -- [网站](https://catapulta.sh/) -- [文档](https://catapulta.sh/docs) - [Github](https://github.com/catapulta-sh) **GoldRush (由 Covalent 提供支持) -** **_GoldRush 为开发者、分析师和企业提供最全面的区块链数据 API 套件。 无论你是在构建 DeFi 看板、钱包、交易机器人、人工智能代理还是合规平台,数据 API 都能让你快速、准确且对开发者友好地访问所需的基本链上数据_** diff --git a/public/content/translations/zh/developers/docs/mev/index.md b/public/content/translations/zh/developers/docs/mev/index.md index cc5968d1e79..abfb60aa2e3 100644 --- a/public/content/translations/zh/developers/docs/mev/index.md +++ b/public/content/translations/zh/developers/docs/mev/index.md @@ -180,7 +180,7 @@ MEV 并不都是坏事 - 以太坊的 MEV 既有积极的作用,也有消极 5. 如果区块构建者未能及时响应,使用构建者应用程序接口的验证者仍有可能在本地构建区块,这样他们就不会错过区块提出奖励。 但是,验证者不能使用当前已披露的交易或另一组交易创建另一个区块,因为这相当于_模棱两可_(在同一时隙内签署两个区块),这是一种可被罚没的违规行为。 -[MEV-Boost](https://github.com/flashbots/mev-boost) 是构建者应用程序接口的一个示例实现,它是对 [Flashbots 拍卖机制](https://docs.flashbots.net/Flashbots-auction/overview)的改进,旨在抑制 MEV 对以太坊的负面外部性。 Flashbots 拍卖允许权益证明中的验证者将构建有利可图区块的工作外包给称为**搜索者**的专门参与方。 +[MEV-Boost](https://github.com/flashbots/mev-boost) 是构建者应用程序接口的一个示例实现,它是对 [Flashbots 拍卖机制](https://docs.flashbots.net/flashbots-auction/overview)的改进,旨在抑制 MEV 对以太坊的负面外部性。 Flashbots 拍卖允许权益证明中的验证者将构建有利可图区块的工作外包给称为**搜索者**的专门参与方。 ![详细展示 MEV 流程的图表](./mev.png) 搜索者寻找利润丰厚的 MEV 机会,并将交易捆绑包连同[密封价格出价](https://en.wikipedia.org/wiki/First-price_sealed-bid_auction)一起发送给区块提议者,以将其包含在区块中。 运行 mev-geth(go-ethereum (Geth) 客户端的分叉版本)的验证者只需要选择利润最高的交易包,并将其纳为新区块的一部分。 为了保护区块提议者(验证者)免受垃圾信息和无效交易的干扰,交易捆绑包在到达提议者之前会通过**中继者**进行验证。 diff --git a/public/content/translations/zh/developers/docs/networks/index.md b/public/content/translations/zh/developers/docs/networks/index.md index 3cba14ae6e9..2970f4e3604 100644 --- a/public/content/translations/zh/developers/docs/networks/index.md +++ b/public/content/translations/zh/developers/docs/networks/index.md @@ -158,7 +158,7 @@ Holesky 测试网将于 2025 年 9 月停用。 质押运营商和基础设施 ##### 资源 -- [Starkscan](https://sepolia.starkscan.co/) +- [Voyager Sepolia Scan](https://sepolia.voyager.online/) ##### 水龙头 diff --git a/public/content/translations/zh/developers/docs/nodes-and-clients/nodes-as-a-service/index.md b/public/content/translations/zh/developers/docs/nodes-and-clients/nodes-as-a-service/index.md index 0001b76efd8..b9cdabefe72 100644 --- a/public/content/translations/zh/developers/docs/nodes-and-clients/nodes-as-a-service/index.md +++ b/public/content/translations/zh/developers/docs/nodes-and-clients/nodes-as-a-service/index.md @@ -272,7 +272,6 @@ sidebarDepth: 2 - 免费试用 - [**NOWNodes**](https://nownodes.io/) - - [文档](https://documenter.getpostman.com/view/13630829/TVmFkLwy) - 功能 - 访问超过 50 个区块链节点 - 免费应用程序接口密钥 @@ -283,11 +282,10 @@ sidebarDepth: 2 - 共享、归档、备份和专用节点 - [**Pocket Network**](https://www.pokt.network/) - - [文档](https://docs.pokt.network/home/) + - [文档](https://docs.pokt.network/) - 功能 - 去中心化的远程过程调用协议和市场 - 每天 100 万个请求的免费套餐(每个端点,最多 2 个) - - [公共端点](https://docs.pokt.network/developers/public-endpoints) - Pre-Stake+ 计划(如果你每天需要超过 100 万个请求) - 支持超过 15 条区块链 - 6400 多个节点为应用程序服务并赚取 POKT diff --git a/public/content/translations/zh/developers/docs/programming-languages/python/index.md b/public/content/translations/zh/developers/docs/programming-languages/python/index.md index 302f61aa41c..deb88155cb9 100644 --- a/public/content/translations/zh/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/zh/developers/docs/programming-languages/python/index.md @@ -35,7 +35,7 @@ incomplete: true ## 中级文章 {#intermediate-articles} - [web3.py 之友:Ape 简介](https://snakecharmers.ethereum.org/intro-to-ape/) -- [面向 Python 程序员的去中心化应用程序开发](https://levelup.gitconnected.com/dapps-development-for-python-developers-f52b32b54f28) +- [面向 Python 程序员的去中心化应用程序开发](https://www.youtube.com/watch?v=tE-8bG35VNw) - [创建 Python 以太坊接口:第 1 部分](https://hackernoon.com/creating-a-python-ethereum-interface-part-1-4d2e47ea0f4d) - [Python 中的以太坊智能合约:一份(较)全面的指南](https://hackernoon.com/ethereum-smart-contracts-in-python-a-comprehensive-ish-guide-771b03990988) @@ -87,7 +87,7 @@ incomplete: true - [Curve](https://www.curve.finance/) 和 [Curve 智能合约代码库](https://github.com/curvefi/curve-contract) - [BadgerDAO](https://badger.com/) 和[使用 Brownie 工具链的智能合约](https://github.com/Badger-Finance/badger-system) - [Sushi](https://sushi.com/) 使用 [Python 管理和部署其归属合约](https://github.com/sushiswap/sushi-vesting-protocols) -- [Alpha Finance](https://alphafinance.io/)(因 Alpha Homora 而闻名)使用 [Brownie 来测试和部署智能合约](https://github.com/AlphaFinanceLab/alpha-staking-contract) +- [Alpha Venture DAO](https://alphaventuredao.io/)(因 Alpha Homora 而闻名)使用 [Brownie 来测试和部署智能合约](https://github.com/AlphaFinanceLab/alpha-staking-contract) ## Python 社区讨论 {#python-community-contributors} diff --git a/public/content/translations/zh/developers/docs/scaling/state-channels/index.md b/public/content/translations/zh/developers/docs/scaling/state-channels/index.md index 0907b8837ca..622e45b5021 100644 --- a/public/content/translations/zh/developers/docs/scaling/state-channels/index.md +++ b/public/content/translations/zh/developers/docs/scaling/state-channels/index.md @@ -255,7 +255,7 @@ sidebarDepth: 3 - [认识以太坊的二层网络扩容解决方案:状态通道、Plasma 和 Truebit](https://medium.com/l4-media/making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) _– Josh Stark,2018 年 2 月 12 日_ - [状态通道 - 详解](https://www.jeffcoleman.ca/state-channels/) _2015 年 11 月 6 日 - Jeff Coleman_ -- [状态通道基础知识](https://education.district0x.io/general-topics/understanding-ethereum/basics-state-channels/) _District0x_ +- [状态通道基础知识](https://unlock-protocol.github.io/ethhub/ethereum-roadmap/layer-2-scaling/state-channels/) _District0x_ - [区块链状态通道:前沿技术](https://ieeexplore.ieee.org/document/9627997) _你还知道哪些对你有帮助的社区资源? 请编辑本页面并添加进来!_ diff --git a/public/content/translations/zh/developers/docs/scaling/validium/index.md b/public/content/translations/zh/developers/docs/scaling/validium/index.md index 2e1ef8e9459..8a50e1930ae 100644 --- a/public/content/translations/zh/developers/docs/scaling/validium/index.md +++ b/public/content/translations/zh/developers/docs/scaling/validium/index.md @@ -162,5 +162,5 @@ Validium 实现了可扩展性。它将所有交易数据保存在链下并且 - [Validium 和二层网络二分法 — 第 99 期](https://www.buildblockchain.tech/newsletter/issues/no-99-validium-and-the-layer-2-two-by-two) - [ZK 卷叠与 Validium 的比较](https://blog.matter-labs.io/zkrollup-vs-validium-starkex-5614e38bc263) - [Volition 和新兴的数据可用性范围](https://medium.com/starkware/volition-and-the-emerging-data-availability-spectrum-87e8bfa09bb) -- [Rollup、Validium 和 Volition:了解最热门的以太坊扩容解决方案](https://www.defipulse.com/blog/rollups-validiums-and-volitions-learn-about-the-hottest-ethereum-scaling-solutions) +- [Rollup、Validium 和 Volition:了解最热门的以太坊扩容解决方案](https://medium.com/coinmonks/rollups-vs-validiums-vs-volitions-d76300170f4a) - [以太坊 Rollup 实用指南](https://web.archive.org/web/20241108192208/https://research.2077.xyz/the-practical-guide-to-ethereum-rollups) diff --git a/public/content/translations/zh/developers/docs/smart-contracts/languages/index.md b/public/content/translations/zh/developers/docs/smart-contracts/languages/index.md index efca2340e0d..e8e60416503 100644 --- a/public/content/translations/zh/developers/docs/smart-contracts/languages/index.md +++ b/public/content/translations/zh/developers/docs/smart-contracts/languages/index.md @@ -37,7 +37,7 @@ Remix 集成开发环境提供了一个全面的开发环境,用于创建和 - [Solidity 语言门户](https://soliditylang.org/) - [Solidity 示例](https://docs.soliditylang.org/en/latest/solidity-by-example.html) - [GitHub](https://github.com/ethereum/solidity/) -- [Solidity Gitter 聊天室](https://gitter.im/ethereum/solidity)桥接至 [Solidity Matrix 聊天室](https://matrix.to/#/#ethereum_solidity:gitter.im) +- [Solidity Matrix 聊天室](https://gitter.im/ethereum/solidity)桥接至 [Solidity Matrix 聊天室](https://matrix.to/#/#ethereum_solidity:gitter.im) - [速查表](https://reference.auditless.com/cheatsheet) - [Solidity 博客](https://blog.soliditylang.org/) - [Solidity Twitter](https://twitter.com/solidity_lang) diff --git a/public/content/translations/zh/developers/docs/smart-contracts/security/index.md b/public/content/translations/zh/developers/docs/smart-contracts/security/index.md index 664f30bc0ef..38c57f3f0dc 100644 --- a/public/content/translations/zh/developers/docs/smart-contracts/security/index.md +++ b/public/content/translations/zh/developers/docs/smart-contracts/security/index.md @@ -354,7 +354,7 @@ contract MutexPattern { } ``` -你也可以使用[拉取支付](https://docs.openzeppelin.com/contracts/5.x/api/security#PullPayment)系统,该系统要求用户从智能合约中提取资金,而不是将资金发送到账户的“推送支付”系统。 这样就消除了意外触发未知地址中代码的可能性(还可以防止某些拒绝服务攻击)。 +你也可以使用[拉取支付](https://docs.openzeppelin.com/contracts/5.x/api/utils#security#PullPayment)系统,该系统要求用户从智能合约中提取资金,而不是将资金发送到账户的“推送支付”系统。 这样就消除了意外触发未知地址中代码的可能性(还可以防止某些拒绝服务攻击)。 #### 整数下溢和上溢 {#integer-underflows-and-overflows} diff --git a/public/content/translations/zh/developers/tutorials/run-node-raspberry-pi/index.md b/public/content/translations/zh/developers/tutorials/run-node-raspberry-pi/index.md index 577a50c046d..d1f0bc5fb4b 100644 --- a/public/content/translations/zh/developers/tutorials/run-node-raspberry-pi/index.md +++ b/public/content/translations/zh/developers/tutorials/run-node-raspberry-pi/index.md @@ -64,7 +64,7 @@ shasum -a 256 ethonarm_22.04.00.img.zip # 哈希值应输出:fb497e8f8a7388b62d6e1efbc406b9558bee7ef46ec7e53083630029c117444f ``` -请注意,Rock 5B 和 Odroid M1 单板机的镜像可在 Ethereum-on-Arm [下载页面](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/quick-guide/download-and-install.html)获取。 +请注意,Rock 5B 和 Odroid M1 单板机的镜像可在 Ethereum-on-Arm [下载页面](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/)获取。 ## 刷写 MicroSD {#flashing-the-microsd} @@ -158,7 +158,7 @@ sudo systemctl start lighthouse-validator ## 更多详细信息 {#more-details} -本页概述了如何使用树莓派设置 Geth-Lighthouse 节点和验证者。 更详细的说明可在 [Ethereum-on-Arm 网站](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/index.html)上找到。 +本页概述了如何使用树莓派设置 Geth-Lighthouse 节点和验证者。 更详细的说明可在 [Ethereum-on-Arm 网站](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/)上找到。 ## 感谢您的反馈 {#feedback-appreciated} @@ -177,7 +177,7 @@ sudo systemctl start lighthouse-validator 8. https://www.hyperledger.org/projects/besu 9. https://github.com/prysmaticlabs/prysm 10. https://lighthouse.sigmaprime.io -11. https://ethersphere.github.io/swarm-home +11. https://docs.ethswarm.org/ 12. https://raiden.network 13. https://ipfs.io 14. https://status.im diff --git a/public/content/translations/zh/ethereum-forks/index.md b/public/content/translations/zh/ethereum-forks/index.md index 53f3fd0ea75..fe389b9becd 100644 --- a/public/content/translations/zh/ethereum-forks/index.md +++ b/public/content/translations/zh/ethereum-forks/index.md @@ -118,7 +118,7 @@ Prague-Electra(“Pectra”)升级包括对以太坊协议的几项改进, - [Pectra.wtf](https://pectra.wtf) - [Pectra 将如何提升质押体验](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) -- [阅读 Electra 升级规范](https://github.com/ethereum/consensus-specs/blob/master/specs/electra/) +- [阅读 Electra 升级规范](https://github.com/ethereum/consensus-specs/tree/master/specs/electra/) - [布拉格-Electra(“Pectra”)升级常见问题解答](/roadmap/pectra/) @@ -171,7 +171,7 @@ EIP-7514 通过限制验证者加入网络的“流动”率至每个时代最 -- [阅读 Deneb 升级规范](https://github.com/ethereum/consensus-specs/blob/master/specs/deneb/) +- [阅读 Deneb 升级规范](https://github.com/ethereum/consensus-specs/tree/master/specs/deneb/) - [坎昆-Deneb(“Dencun”)升级常见问题解答](/roadmap/dencun/) @@ -208,7 +208,7 @@ EIP-7514 通过限制验证者加入网络的“流动”率至每个时代最 该升级还提供了自动帐户扫描功能,可以持续处理验证者帐户的任何可用奖励支付或全额提款。 - [关于质押提款的更多信息](/staking/withdrawals/). -- [阅读 Capella 升级规范](https://github.com/ethereum/consensus-specs/blob/master/specs/capella/) +- [阅读 Capella 升级规范](https://github.com/ethereum/consensus-specs/tree/master/specs/capella/) @@ -242,7 +242,7 @@ EIP-7514 通过限制验证者加入网络的“流动”率至每个时代最 Bellatrix 升级是为[信标链](/roadmap/beacon-chain)计划的第二次升级,为[合并](/roadmap/merge/)做准备。 它将验证者由于怠惰及进行了可被罚没的行为而受到的惩罚提高到其全部价值。 Bellatrix 升级还包括对分叉选择规则的更新,让信标链为合并以及从最后一个工作量证明区块过渡到第一个权益证明区块做好准备。 这包括让共识客户端知晓 58750000000000000000000 的[终端总难度](/glossary/#terminal-total-difficulty)。 -- [阅读 Bellatrix 升级规范](https://github.com/ethereum/consensus-specs/tree/dev/specs/bellatrix) +- [阅读 Bellatrix 升级规范](https://github.com/ethereum/consensus-specs/tree/master/specs/bellatrix) --- @@ -295,7 +295,7 @@ Bellatrix 升级是为[信标链](/roadmap/beacon-chain)计划的第二次升级 Altair 升级是为[信标链](/roadmap/beacon-chain)计划的第一次升级。 它增加了对“同步委员会”的支持—支持轻客户端,在向合并进展的过程中,增加了对验证者怠惰及可被罚没行为的惩罚。 -- [阅读 Altair 升级规范](https://github.com/ethereum/consensus-specs/tree/dev/specs/altair) +- [阅读 Altair 升级规范](https://github.com/ethereum/consensus-specs/tree/master/specs/altair) #### 趣闻! {#altair-fun-fact} diff --git a/public/content/translations/zh/governance/index.md b/public/content/translations/zh/governance/index.md index 15977ca59d1..09810291e9e 100644 --- a/public/content/translations/zh/governance/index.md +++ b/public/content/translations/zh/governance/index.md @@ -177,7 +177,7 @@ DAO 分叉是为了应对 [2016 年的 DAO 攻击](https://www.coindesk.com/lear - [关于区块链治理的笔记](https://vitalik.eth.limo/general/2017/12/17/voting.html) - _Vitalik Buterin_ - [以太坊治理如何运作?](https://cryptotesters.com/blog/ethereum-governance) – _Cryptotesters_ - [以太坊治理如何运作](https://medium.com/coinmonks/how-ethereum-governance-works-71856426b63a) – _Micah Zoltu_ -- [什么是以太坊核心开发者?](https://hudsonjameson.com/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ +- [什么是以太坊核心开发者?](https://hudsonjameson.com/posts/2020-06-22-what-is-an-ethereum-core-developer/) - _Hudson Jameson_ - [治理,第 2 部分:财阀统治依然糟糕](https://vitalik.eth.limo/general/2018/03/28/plutocracy.html) - _Vitalik Buterin_ - [超越代币投票治理](https://vitalik.eth.limo/general/2021/08/16/voting3.html) - _Vitalik Buterin_ - [理解区块链治理](https://web.archive.org/web/20250124192731/https://research.2077.xyz/understanding-blockchain-governance) - _2077 Research_ diff --git a/public/content/translations/zh/roadmap/pectra/index.md b/public/content/translations/zh/roadmap/pectra/index.md index a05d04488b4..469461a69ce 100644 --- a/public/content/translations/zh/roadmap/pectra/index.md +++ b/public/content/translations/zh/roadmap/pectra/index.md @@ -124,4 +124,4 @@ _以太坊Pectra升级:质押者需要了解的内容 — Blockdaemon_ - [Pectra.wtf 信息页面](https://pectra.wtf) - [Pectra 如何提升质押者体验](https://www.kiln.fi/post/next-ethereum-upgrade-how-pectra-will-enhance-the-staking-experience) - [EIP7702 信息页面](https://eip7702.io/) -- [Pectra 开发者测试网络](https://github.com/ethereum/pm/blob/master/Pectra/pectra-pm.md) +- [Pectra 开发者测试网络](https://github.com/ethereum/pm/blob/master/Network-Upgrade-Archive/Pectra/pectra-pm.md) diff --git a/public/content/translations/zh/whitepaper/index.md b/public/content/translations/zh/whitepaper/index.md index af3803a7d8f..910306491cd 100644 --- a/public/content/translations/zh/whitepaper/index.md +++ b/public/content/translations/zh/whitepaper/index.md @@ -513,6 +513,6 @@ _尽管是线性货币发行,但随着时间的推移,就像比特币一样 20. [以太坊默克尔帕特里夏树](/developers/docs/data-structures-and-encoding/patricia-merkle-trie/) 21. [Peter Todd 谈默克尔和树](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_有关白皮书的历史,请参阅[此维基](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md)。_ +_有关白皮书的历史,请参阅[此维基](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/)。_ 和众多社区驱动的开源软件项目一样,以太坊自启动以来一直不断发展。 要了解以太坊的最新发展以及协议的变更方式,我们建议您阅读[本指南](/learn/)。_ diff --git a/public/content/whitepaper/index.md b/public/content/whitepaper/index.md index 690f25c48e3..e2b0949293a 100644 --- a/public/content/whitepaper/index.md +++ b/public/content/whitepaper/index.md @@ -517,6 +517,6 @@ The concept of an arbitrary state transition function as implemented by the Ethe 20. [Ethereum Merkle Patricia trees](/developers/docs/data-structures-and-encoding/patricia-merkle-trie/) 21. [Peter Todd on Merkle sum trees](https://web.archive.org/web/20140623061815/http://sourceforge.net/p/bitcoin/mailman/message/31709140/) -_For history of the whitepaper, see [this wiki](https://web.archive.org/web/20250427212319/https://github.com/ethereum/wiki/blob/old-before-deleting-all-files-go-to-wiki-wiki-instead/old-whitepaper-for-historical-reference.md)._ +_For history of the whitepaper, see [this wiki](https://web.archive.org/web/20250427212319/https://ethereum.org/whitepaper/)._ _Ethereum, like many community-driven, open-source software projects, has evolved since its initial inception. To learn about the latest developments of Ethereum, and how changes to the protocol are made, we recommend [this guide](/learn/)._ diff --git a/src/components/MergeArticleList.tsx b/src/components/MergeArticleList.tsx index 1763cfa61b3..a6034afef87 100644 --- a/src/components/MergeArticleList.tsx +++ b/src/components/MergeArticleList.tsx @@ -54,7 +54,7 @@ const MergeArticleList = () => { description: t( "page-upgrades-index:page-upgrade-article-author-ethereum-foundation" ), - link: "https://github.com/ethereum/consensus-specs/tree/dev/specs/bellatrix", + link: "https://github.com/ethereum/consensus-specs/tree/master/specs/bellatrix", }, { title: t( diff --git a/src/data/wallets/wallet-data.ts b/src/data/wallets/wallet-data.ts index 5b702ae4ba0..ab2e7f155f4 100644 --- a/src/data/wallets/wallet-data.ts +++ b/src/data/wallets/wallet-data.ts @@ -838,7 +838,7 @@ export const walletsData: WalletData[] = [ image: FoxWalletImage, twBackgroundColor: "bg-[#000000]", twGradiantBrandColor: "from-[#000000]", - url: "https://foxwallet.com/en", + url: "https://foxwallet.com/", active_development_team: true, languages_supported: [ "en",