effect-js icon indicating copy to clipboard operation
effect-js copied to clipboard

JavaScript Library to access and develop dApps on Effect Network.

Results 26 effect-js issues
Sort by recently updated
recently updated
newest added

- implements simple caching system for IPFS (#99) - decouples & refactors the config - decouples tightly coupled client dependencies (services) - refactors the architecture into stateless functions pattern, this...

IPFS objects should be cached to avoid too many HTTP calls. This should be done by a generic cache interface. The default cache implementation should be an in-memory one (perhaps...

implement some sort of logging system into the sdk that works with certain levels. e.g. show debug information on dev etc. This ticket needs some refinement before proceeding.

For each campaign-template, there are input fields, better known as template-placeholders ![image](https://user-images.githubusercontent.com/3985738/218728267-0aca4e4c-e95e-4e6a-b8e8-982839de3084.png) Presently, you need to manually go to the campaign template to figure out what the template-placeholder keys are....

bounty

Many of the methods, functions, classes and properties are still not properly annotated. Make sure each one has: - description - parameters information and type - return type - example...

bounty

Currently, the webpack build comes out to 2.xx MB. That is far too big to be used when it is loaded in a frontend. Some suggestions where to start are:...

bounty

Many actions have multiple steps that take a while and take some time: - upload to IPFS - perform EOS transaction(s) - wait for block - … (?) It would...

bounty

It would be nice to have the feature to powerup the relayer from within the force itself. instead of having the user navigate to an external webpage. Here is a...

bounty

There is an error swapping on eos mainnet, I've notifed it while bootstrapping the testing framework. ✓ Swap > swap() should throw an error when Session is not set on...