truffle-box / react-auth-box

Truffle, Webpack, React, Redux boilerplate with routing and authentication via a smart contract.
https://truffle-box.github.io/
MIT License
176 stars 66 forks source link

Why does it cost to login? #30

Open elie222 opened 6 years ago

elie222 commented 6 years ago

CryptoKitties didn't charge a transaction fee to sign in, so why does this?

Is this built differently?

elie222 commented 6 years ago

I see. Sign up or log in stores the name of the user in the contract. CryptoKitties stored this information on their own servers.