Agoric / dapp-offer-up

Offer Up is a simple Dapp for the Agoric smart contract platform that permits users to explore items for sale in a marketplace
6 stars 5 forks source link

add IDX config, button #86

Closed dckc closed 1 month ago

dckc commented 4 months ago

trying out Google's Project IDX

see also:

dckc commented 4 months ago

some timing info from when I first tried it. I hope we can amortize this somehow...

$ yarn
[4/4] Building fresh packages...
Done in 252.47s.
$ yarn start:docker
...
Done in 128.59s.
$ yarn start:contract
...
Done in 79.51s.
dckc commented 4 months ago

Connect Wallet fails due to CORS

I can start the chain and the contract. I can even start the UI. But I haven't figured out how to Connect Wallet.

dckc commented 1 month ago

I have no particular plans to continue this work.