問題タブ [remix]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
blockchain - 複数の引数を作成ボタンに渡す方法
次のようなサンプルコードがあります。
コントラクトを作成するには、作成ボタンに 3 つの引数 (address _teamMultisig、uint _start、uint _end) を渡す必要があるだけです。
エラーが発生します:
と:
エラーを与える
ここで引数を渡す正しい方法は何ですか?
private-key - remix JS vm ethereumからエクスポートウォレットを取得するには?
Etherum remixを使用してスマート コントラクトを開発する場合、5 つのアカウントがあります。
それらをエクスポートしたり、秘密鍵を取得したりするにはどうすればよいですか?