effect-js
                                
                                
                                
                                    effect-js copied to clipboard
                            
                            
                            
                        JavaScript Library to access and develop dApps on Effect Network.
- 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  Presently, you need to manually go to the campaign template to figure out what the template-placeholder keys are....
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...
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:...
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...
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...
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...