daostack / arc.js_legacy

This repository is deprecated
GNU General Public License v3.0
28 stars 14 forks source link

Question about arc.js and alchemy #227

Closed goodstemy closed 6 years ago

goodstemy commented 6 years ago

I using alchemy to view my own DAO after I created it with arc.js. Step by step:

  1. I run Ganache standalone
  2. Connecting to Ganache using metamask
  3. In alchemy project I run npm run migrate-ganache
  4. Then npm run start-ganache
  5. After I execute migration command in arc.js project npm explore @daostack/arc.js -- npm start migrateContracts
  6. Then I created DAO with this code: 2018-05-22 19 13 46

    Browser logs:

    2018-05-22 19 14 20

    Alchemy:

    2018-05-22 19 14 34

DAO created successfully but I can't see my DAO in alchemy, only Genesis  ☹️

dkent600 commented 6 years ago

@goodstemy Can you please submit your question over in the alchemy repo? Thanks.

goodstemy commented 6 years ago

👌