954194 ランダム
 HOME | DIARY | PROFILE 【フォローする】 【ログイン】

情報開発と利活用

情報開発と利活用

【毎日開催】
15記事にいいね!で1ポイント
10秒滞在
いいね! --/--
おめでとうございます!
ミッションを達成しました。
※「ポイントを獲得する」ボタンを押すと広告が表示されます。
x

PR

Profile

令和維新

令和維新

Recent Posts

コストのかかるミスを避けるための5つの重要な暗号通貨の教訓(5 Essential Cryptocurrency Lessons to Avoid Costly Mistakes)
最新の仮想通貨の下落からの観察(Observations from the Latest Crypto Pullback)
「自公を過半数割れに追い込もう!」知らなかった。比例代表は、日本を各選挙ブロックに分け、「各ブロック内」のそれぞれの政党の得票数で当選者数を決める(ドント方式)。京都六区に向かいます
先端技術情報20241021
(1)ウォール街の新資産クラス: グレースケールはBTCのETF時代を生き残るのか? Wall Street’s new asset class: Will Grayscale survive the Bitcoin ETF era?
投資を100倍にするこの来るべき仮想通貨の強気相場に参加するのに最適な3つのテレグラムグループ(Best 3 telegram groups to join this coming crypto bull run that will 100x your investments)
デックスツールズの上位トレンドの暗号通貨:ブリッジボット、ビアオコイン、へミュール(Top Trending Cryptocurrencies on DEXTools: Bridge Bot, Biaocoin, and Hemule)
「自公を過半数割れに追い込もう!」自民をぶっ壊す日本保守党か、 手取りを増やす国民民主党?それとも積極財政の参政党?
先端技術情報20241020
(3)トレーダーはモメンタム指標で数百万ドルを稼ぐ。方法は次のとおり。Traders make millions with momentum indicators. Here’s how.

Comments

Favorite Blog

🍇新作・歴史小説 (2… New! 神風スズキさん

源氏物語〔9帖 葵 13… New! Photo USMさん

タチウオで夜遊び Nori1022さん

Open conditional vs… samito07さん

小学校でハープコン… 47弦の詩人さん

Category

Keyword Search

▼キーワード検索

Archives

Freepage List

Headline News

Shopping List

お買いものレビューがまだ書かれていません。
2023.06.10
XML
カテゴリ:イーサリアム

Understanding EVM To Understand Aurora
オーロラを理解するためにEVMを理解する

To understand Aurora, one first needs to understand Ethereum Virtual Machine (EVM). Just like video games have engines that run gaming logic, physics, and graphics, so, too, do blockchain
networks have frameworks like EVM. Except, instead of games, they run smart contracts.

オーロラを理解するために、人は最初にイーサリアムバーチャル マシン(EVM)を理解する必要があります。 ビデオゲームが同じくそれほどゲーム論理、物理と図形処理を動かすエンジンを持っているのとまったく同じように、ブロックチェーンネットワークも、EVMのようにフレームワークを持っています。 ゲームの代わりに、それらはスマート契約を走らせます。

Specifically, EVM is a runtime environment in charge of executing Ethereum smart contracts, scripted with Solidity programming language. After every new block (transaction) is executed
and added on Ethereum, EVM executes its smart contracts and recalls the network’s state because it is a software layer across all Ethereum nodes.

特に、EVMは、ソリディティプログラム用言語で事前に書かれた イーサリアムのスマート契約を実行する責任を持って、ランタイム環境です。 すべての新しいブロック(トランザクション)が実行されて、イーサリアム上に加えられた後、EVMはそのスマート契約を実行して、それがすべての イーサリアムのノード全体に渡るソフトウェア層であるから、ネットワークの状態を思い出させます。

To extend the previous analogy further, this would also be the case for multiplayer games, powered by their engines.

さらに前の類比を拡張するために、これは同じくそれらのエンジンを原動力とするマルチプレ-ヤーゲームのための状態となるでしょう。

Aurora runs EVM on the Near network, making it not only compatible to run smart contracts from Ethereum, but from other EVM-compatible networks: Polygon, Avalanche (its C-chain), and Binance Smart Chain. Thanks to this EVM compatibility, developers can easily clone an Ethereum dApp and port it to the Aurora ecosystem.

オーロラが、それを イーサリアムからスマート契約を行なうために、互換性があるようにするだけではなく、他のEVM互換のネットワークからもそうする、Nearネットワーク上でEVMを走らせます:ポリゴン、アヴァランチ(そのCチェーン)そしてバイナンス・スマートチェーン。 このEVM互換性のおかげで、デベロッパーは、容易に イーサリアムdApp をクローンして、オーロラエコシステムにそれを移植することができます。

How Does Aurora Work?
オーロラがどのように働くか?

Aurora is so compatible with Ethereum that one can send Ethereum transactions to Aurora without extra bridging steps. That’s because Aurora already has integrated token bridging.

オーロラは非常に イーサリアムと互換性があるので、人が余分の橋渡しステップなしで イーサリアム取引をオーロラに送ることができます。それはオーロラがすでにトークンの橋渡しを統合しているからです。



Source: Aurora.dev
出典: Aurora.dev

More precisely, Ethereum transactions are executed with Aurora’s Sputnik VM runtime, a tweaked EVM written in Rust programming language. After Ethereum funds are sent to Aurora,
they can then be moved to Near itself, via the Rainbow Bridge, created by Aurora’s software
engineer Kirill Abramov.

いっそう正確には、 イーサリアム取引はオーロラの Sputnik VM ランタイム、Rustプログラム用言語で書かれた微調整されたEVMで実行されます。 Ethereum 資金がオーロラに送られた後、それらはそれから、オーロラのソフトウェア・エンジニア、キリル・アブラモフ、によって作られた、レインボーブリッジを経由して、Nearそれ自身に移すことができます。

This can be done with the most popular crypto wallet MetaMask, as with any other dApp. The Rainbow Bridge serves as a trustless cross-chain repository to transfer any ERC-20 token
between Ethereum and Aurora, and vice-versa.

これは、その他のいかなる dAppとでも同じように、最も人気が高い仮想通貨のウオレット MetaMask で行うことができます。 レインボーブリッジは イーサリアムとオーロラの間にどんなERC- 20トークンでも転送する信用不要チェーンをまたがるレポジトリの役をして、そして逆もまたしかりです。

Aurora’s Native Governance Token
オーロラのネイティブ統治トークン

AuroraDAO is in charge of AURORA governance token distribution. This decentralized autonomous organization (DAO) works by voting weight of AURORA token holders. They vote on proposals for the project, including assigning the members of the Council, the DAO’s equivalent to board of directors.

オーロラDAO はオーロラ統治トークン流通を担当しています。 この分散自律組織(DAO)は、オーロラトークンホルダーの重みを投票することによって、働きます。彼らは DAO の理事会に相当する評議会のメンバーを割り当てることを含め企画の提案について投票をします。

AURORA tokens launched on Nov. 18, 2021, capped to 1B. Out of that, 48% is allocated for AuroraDAO’s future projects, 20% is for the community, and the rest is allocated for integrating
Aurora into dApps, partnerships, initial DEX offerings (IDOs), and incentives.

オーロラのトークンは、 1奥を上限に、2021年11月18日に開始しました。 それから、48%がオーロラDAO の未来のプロジェクトに割り当てられ、20%が共同体のために、そして残りはオーロラをdAppsに統合することや提携や、最初のDEX提供(IDO)と動機付けに割り当てられます。

As of October 2022, only 7% of AURORA tokens are in circulation. To mitigate demand, AuroraDAO set an unlocking schedule spanning across two years, with linear unlocking after every three months at a 12.5% rate, nine months after the launch (added to the first
six months).

2022年10月時点で、オーロラのトークンのたった7%しか流通していません。 需要を和らげるためにオーロラDAOは、12.5%のレートで、線形ロック解除が3カ月ごとという状態で、(最初の6カ月に加えられた)開始の9カ月後に、2年にわたるロック解除スケジュールを設定しました。

===============================
インターネット・コンピュータランキング
===============================
ネットサービスランキング
===============================














お気に入りの記事を「いいね!」で応援しよう

Last updated  2023.06.11 04:40:27
コメント(0) | コメントを書く



© Rakuten Group, Inc.
X