tasit-apps icon indicating copy to clipboard operation
tasit-apps copied to clipboard

Native mobile Ethereum dapps for mainstream users

Results 101 tasit-apps issues
Sort by recently updated
recently updated
newest added

Motion / animations: https://github.com/IjzerenHein/react-native-magic-move https://popmotion.io/pose/learn/native-get-started/ Extracted from: https://github.com/tasitlabs/tasit/issues/88

enhancement
good first issue

1. [Rename `userAction` reducer](https://github.com/tasitlabs/tasit/pull/333#discussion_r277878914) 2. [Use keyed-object for `useraction`](https://github.com/tasitlabs/tasit/pull/333#discussion_r277883320) 3. [Change a message from info to warn](https://github.com/tasitlabs/tasit/pull/333#discussion_r277888035)

tech debt

Detect incorrect address by catching an exception like this: `call exception (address="0x6191bc768c2339da9eab9e589fc8bf0b3ab80975", method="totalSupply()",`

tech debt

We are using `Land` as a generic term for Decentraland assets (Estate / Parcel). Will be better if we changed it to `Asset`? i.e.: `ListLandForSale` => `ListAssetsForSale` `BuyLand` => `BuyAsset`...

tech debt
legacy-apps

We are encapsulating both `account` and `assetsList` loading states inside of their objects (on redux reducers). Should we keep that way or keep them on the same higher level? This...

question
tech debt