Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Gasless transfer/stake/unstake

オープン
#47 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
20/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
領域
blockchain

調査の方向性

Start by reading EIP-1776 and reviewing the existing DEV token and Lockup contract references mentioned in the proposal. Determine the design and implementation boundaries for MDEV conversion, gasless transfers, staking, and unstaking, including the required off-chain server; done would require an agreed proposal and implementation plan.

索引モデルが issue の本文から書いたものです。

説明

core layers usability

Many beginners don't have ETH for gas fees. That's a challenge commonly known as the barrier to entry for blockchains (especially Ethereum).

Smart contracts that support meta-transactions (https://github.com/ethereum/EIPs/issues/1776) allow users to interact with the contract by simply signing them in their wallets.

DEV tokens are already deployed and have no upgradability, so creating a paired token to support meta-transactions. For example, MDEV.

  • MDEV is designed to be converted with DEV on a 1:1 basis, and MDEV can achieve gasless transfers with functions like metaTransfer.
  • Staking and unstaking could be made gasless by having the Lockup contract support meta-transactions.

MDEV implementations will not be built into the protocol core because meta-transactions require an off-chain server.

主要言語
言語のデータがありません
スター
11
フォーク
7
PR マージ指標
30日以内にマージされた PR はありません

環境構築

このプロジェクトには開発コンテナ、Dockerfile、コントリビューションガイドがありません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

dev-protocol/DIPs のほかの issue

dev-protocol/DIPs の issue をすべて見る

似ている issue

Blockchain の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。