tasitlabs / tasit-sdk

A JavaScript / TypeScript SDK for making native mobile Ethereum dapps using React Native
https://tasit.dev
MIT License
97 stars 10 forks source link

Create js middleware (and tests) for Decentraland #7

Open pcowgill opened 6 years ago

pcowgill commented 5 years ago

This is gated by https://github.com/tasitlabs/TasitSDK/issues/40

pcowgill commented 5 years ago

The way this will work is documented here https://github.com/tasitlabs/TasitSDK/tree/develop/packages/tasit-action

pcowgill commented 5 years ago

This will be a good next issue to build on the work we've done on tasit-action. We can make a new class that inherits from our Contract class.

pcowgill commented 5 years ago

@marcelomorgado If we can find a small part of this issue to split out, one tiny piece of it could make for a good first issue for a newer developer too.

pcowgill commented 5 years ago

Perhaps we can spec out a single ERC721-specific function to add to tasit-action and test

pcowgill commented 5 years ago

@marcelomorgado I think we can mark this as complete

marcelomorgado commented 5 years ago

Our Decentraland classes just inherit the Contract class, we have no higher-level functions like that yet: const landIds = await decentraland.getAllLandIdsIncludingEstates(userId); If that this issue is about higher-level functions implementation it stills open.

pcowgill commented 5 years ago

Ah ok - i agree.