LogoLogo
AragonAN DAO
🇯🇵 Aragonユーザー向けドキュメント
🇯🇵 Aragonユーザー向けドキュメント
  • 🔷Aragon
    • Aragonの価値観、財務、法務
      • 法務・技術インフラ
      • 財務インフラ
      • DAOのサポートネットワーク
    • DAOについて学ぶ
      • DAOとは?
      • なぜDAOが必要なのか
      • 自律分権型ガバナンスとは?
      • AN DAOとは?
      • TAO投票
      • なぜDAOを設立するためにAragonを利用する?
  • 🌐プロダクト
    • 前提条件
    • クイックスタート
    • Metamaskの設定
      • Ethereumのはじめ方
      • Rinkebyテストネットのはじめ方
      • Polygonのはじめ方
      • Mumbaiテストネットのはじめ方
      • Harmonyのはじめ方
      • Harmonyテストネットのはじめ方
      • Metis Andromedaのはじめ方
      • Stardustテストネットのはじめ方
      • BSCテストネットのはじめ方
      • トランザクションの署名のしかた
      • シードフレーズを使ってアカウントをMetamaskにインポートする
      • ガストラッカー
    • Frameウォレットの設定
    • マルチシグウォレットの設定
    • 🏗️Setting up a Gnosis Safe MultiSig Wallet
    • Aragon Client
      • Aragon Clientとは
      • DAOの作り方
        • テンプレート
        • 企業型テンプレート
        • メンバーシップ型テンプレート
        • レピュテーション型テンプレート
      • PolygonでのDAOの作り方
      • HarmonyでのDAOの作り方
      • DAOを見てみる
        • Home Page(ホーム画面)
        • Apps(アプリ)
          • Tokens App(トークンアプリ)
          • Voting App(投票アプリ)
          • Finance App(財務アプリ)
          • Agent App(エージェントアプリ)
            • 🏗️How to install the Agent App in your DAO
            • FrameでAgentを利用する
        • システムの設定
          • 権限の設定
          • App Center(アプリセンター)
          • Organization(DAOページ)の設定
      • DAOを開始した後に
        • DAOのQuorum(定足数)を変更する方法
          • AragonコンソールでQuorum(定足数)を変更する
          • EVMcrisprでQuorum(定足数)を変更する
        • Otocoで法規制に遵守する
        • 法規制に適合したトークンの発行
        • 🏗️How to create a Legal Wrapper for your DAO with Otoco
        • 🏗️How to Operate your DAO from your Mobile Phone
      • DAOの失敗ケース🧱
  • ‼️FAQ
    • プロダクト
      • Aragon Client
        • DAOはどこ?
        • DAO作成の確認に時間がかかる
        • DAOの読み込みに時間がかかっている
        • DAO作成トランザクションが失敗する
        • ブルースクリーンが表示されるのですが?
        • An unexpected error has occurred(予期せぬエラーが発生しました)
        • Firefoxでアプリが表示されない
        • エージェントまたはVaultのアドレスに直接資金を受け取ること
        • アラゴンアプリのアドレスに誤って送信した資金を回収する方法
        • Finance AppでEURSを入金する
        • Ethereumネットワークではどのテンプレートが利用できますか?
        • Polygonネットワークではどのテンプレートが利用できますか?
        • Harmonyネットワークではどのテンプレートが利用できますか?
        • Metis Andromedaネットワークではどのテンプレートが利用できますか?
        • DAOを削除するには
    • その他
      • メタマスクのトランザクションに関するアラート
      • Aragonはオープンソースですか?
      • Aragonで作成されたDAOはどこで閲覧できますか?
      • 旧DAIから新DAIへの移行方法
      • Aragon0.8以前に作成された組織のセキュリティに関するお知らせ
      • 一般的なトラブルシューティングのヒント
Powered by GitBook
On this page
  1. プロダクト
  2. Aragon Client
  3. DAOを見てみる
  4. Apps(アプリ)
  5. Agent App(エージェントアプリ)

How to install the Agent App in your DAO

PreviousAgent App(エージェントアプリ)NextFrameでAgentを利用する

Last updated 2 years ago

Page under construction.

You need the Agent App but it has not yet been installed in your DAO? Fear not, it can still be installed using , a tool to modify 'the DNA' of your DAO.

The Agent App is not installed since it is not appearing under 'APPS' in the DAO menu bar:

Before we head to EVM Crispr we need you to collect the 'address' of your DAO. You can find it under 'SYSTEM > Organization':

Now let's go to the terminal of EVM Crispr:

Clean the terminal by removing all the example commands which you will find when opening it:

Now Copy/ Paste the following commands in the terminal:

load aragonos as ar
  
ar:connect <your dao address> token-manager voting (
  install agent:new
  grant voting agent:new TRANSFER_ROLE voting
  grant voting agent:new EXECUTE_ROLE voting
  grant voting token-manager ISSUE_ROLE voting
)

Next to installing the Agent app we also grant the voting app with the TRANSFER_ROLE, EXECUTE_ROLE, and ISSUE_ROLE so exec agent and act agent commands can be used in the future.

This is what the terminal should look like after Copy/ Paste of the above commands:

Find the DAO address which you saved earlier and now replace <your dao address> with the address. Click Connect and connect with your Web3 wallet (usually MetaMask).

Make sure your Web3 wallet is connected to the Network on which the Aragon DAO was created. Also it should be set to the Account which has created the DAO on Aragon Client and/ or owns the DAO tokens

Now click on Forwarding from... :

A transaction request should now pop-up in your Web3 wallet. Confirm the transaction. Once the transaction has successfully processed in your Web3 wallet return to your Aragon DAO and open the 'Voting' app from the menu bar. You should see that a vote has been generated:

Now open the vote by clicking on it, and connect your Web3 wallet at the top right hand corner. Once connected scroll down and approve the vote by clicking Yes:

If your address does not have enough 'DAO tokens' for the vote to meet the Support and Minimum approval necessary, then mobilise other token holders to vote so the vote can pass.

TheAgent App should look like this:

And for more options using the Agent App with EVM Crispr, check here:

Then click Create transaction and Confirm the transaction in your Web3 wallet. Once the transaction has processed and the vote has passed you should now see the Agent App appear automagically in the menu bar!

Read the next Article on !

🌐
🏗️
🥳
how to use the Agent app
🏗️
EVM Crispr
Agent | EVMcrispr Docs
Logo
EVMcrispr Terminalblossom_labs
Logo