Go to file
emizzle 930789f12a feat(@embarkjs): Add console warning if using metamask and geth
Add console warning to inform user they may experience stuck transactions due to a known bug with geth caused by use with metamask. Embark can work around these struck transactions using regular transactions, however they must be enabled first.

The console warning includes a URL to the cockpit with the query string parameter included that enables the regular transactions.

Coincides with https://github.com/embark-framework/embark/pull/1220
2018-12-21 19:03:33 +11:00
src feat(@embarkjs): Add console warning if using metamask and geth 2018-12-21 19:03:33 +11:00
.babelrc parameterize build, export, import of async vs. async-es 2018-08-31 17:03:55 -05:00
.gitignore general tidy up 2018-07-09 18:47:36 -05:00
.npmrc be more specific,strict about what's supported 2018-07-16 17:04:48 -05:00
LICENSE LICENSE 2018-07-06 11:43:46 -05:00
README.md add description to README, provide link to Embark 2018-07-06 16:11:17 -05:00
index.html helper web page for testing standalone embark.min.js 2018-07-06 11:43:55 -05:00
package.json update to 0.5.0 2018-12-07 18:31:59 -05:00
webpack.config.js refactor(blockchcain): extract web3 and use a blockchain connector 2018-12-07 13:26:48 -05:00

README.md

EmbarkJS

A JavaScript library for easily interacting with web3 technologies.

This library is part of the Embark framework.