embark/test_apps/test_app
emizzle c0bdff1ae4 Dynamic selection of storage provider now working based on improved storage config.
swarm plugin now re-initialises the bzz object when it's availability is checked. this creates a much more stable swarm implementation on the dapp side.

surrounded the storage provider init code block with embark env ready

added alternate swarm gateway url

can now upload dapp to ipfs and run swarm storage and vice versa
2018-05-30 16:34:36 +10:00
..
another_folder look for contract import in dapp dir and node_modules 2018-04-12 17:55:57 -04:00
app Merge pull request #375 from embark-framework/fix_package_management 2018-04-20 20:10:38 -04:00
config Dynamic selection of storage provider now working based on improved storage config. 2018-05-30 16:34:36 +10:00
contracts move test_app to test_apps 2018-03-29 18:20:45 -04:00
extensions/embark-service comment web3 test override to avoid confusion in the test_app 2018-05-10 19:57:26 -04:00
some_folder look for contract import in dapp dir and node_modules 2018-04-12 17:55:57 -04:00
test WIP to merge in other swarm changes 2018-04-30 15:56:43 +10:00
.gitignore move test_app to test_apps 2018-03-29 18:20:45 -04:00
README.md simplify test contracts app 2018-03-29 19:05:30 -04:00
embark.json Storage config improvements start. Adjusted the config and have started to support those improvements through the codebase. 2018-05-25 17:13:57 +10:00
embark.old_config.json move test_app to test_apps 2018-03-29 18:20:45 -04:00
package-lock.json initial work for i18n 2018-05-10 15:01:34 -04:00
package.json initial work for i18n 2018-05-10 15:01:34 -04:00

README.md

Test App for integration testing purposes.

../../bin/embark run to check if everything is behaving as expected

../../bin/embark test to see tests are working as expected

dist/index.html and dist/test.html to check different functionality