LoginSignup
0
0

More than 5 years have passed since last update.

ropsten上でeth送る、のメモ

Posted at

自分向けのメモとして書いとく。

もうデプロイしてる状態で、consoleに接続する。

ROPSTEN_MNEMONIC='OOOOOOOO' INFURA_ACCESS_TOKEN='OOOOOOO' truffle console --network ropsten

接続できたら、

contract = MyToken.at(MyToken.address)
contract.transfer('_送り先のアドレス入れる_', 1e18)

で、logsにちゃんと意図した送り先とか入ってたらOK

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0