Haruki Kondo

Results 3 comments of Haruki Kondo

My `confif.js`file is here ```js:config.js import { config } from "@onflow/fcl"; config({ "accessNode.api": process.env.REACT_APP_ACCESS_NODE, "discovery.wallet": process.env.REACT_APP_WALLET_DISCOVERY, "0xDappy": process.env.REACT_APP_DAPPY_CONTRACT, }); ```

near --version 3.4.1 node --version 16.15.1 npm --version 8.11.0 MacOS (not M1)

My Github repo is [here](https://github.com/mashharuki/BikeShareDApp)