Commit Graph

47 Commits

Author SHA1 Message Date
acolytec3 8c0e85c586
Add react hooks demo (#77) 2020-03-30 22:23:18 -04:00
Richard Ramos 866619dcdc fix: examples 2020-03-09 15:14:39 -04:00
Richard Ramos d507a63c58 fix: update readme 2020-03-08 09:29:41 -04:00
Richard Ramos 6644638ca5 fix: update react-graphql-example1 2020-03-08 09:15:04 -04:00
Richard Ramos f9b724478b fix: adding missing files in react-apollo example 2020-03-06 16:02:50 -04:00
Richard Ramos 9bcebf17f6 fix: update react-apollo example 2020-03-06 16:02:24 -04:00
Richard Ramos 9fa62bec38 fix: update react-example1 2020-03-06 14:21:08 -04:00
Richard Ramos 0106e406b3 Update react-redux example 2020-03-06 13:37:24 -04:00
Richard Ramos 728157bc37 fix: examples 2020-03-04 14:55:29 -04:00
Richard Ramos f62e3fc907
Adds lerna and receive web3 object instead of provider (#75)
* Lerna
* React components extracted to separate package
* Subspace requires a web3 object instead of a provider due to https://github.com/ethereum/web3.js/issues/1510
* Update react example to use components
2020-03-04 14:24:51 -04:00
Richard Ramos ddedf64af9 fix: rename org 2020-01-22 15:45:25 -04:00
Richard Ramos 924a7ba577 feat: graphql example 2020-01-22 15:45:25 -04:00
Richard Ramos f821569301
chore: rename org to @embarklabs (#62)
* chore: rename org to @embarklabs
* fix: remove yarn-error.log
2020-01-22 15:44:51 -04:00
dependabot[bot] a9f10e04a0 chore(deps): bump handlebars from 4.2.0 to 4.5.3 in /examples/react (#59)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-01-19 10:24:32 -04:00
dependabot[bot] b49f814e36 chore(deps): bump handlebars in /examples/react-redux (#58)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-01-19 10:24:25 -04:00
dependabot[bot] 9626602b30 chore(deps): bump handlebars in /examples/react-apollo (#57)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-01-19 10:24:15 -04:00
dependabot[bot] 1a93de405b chore(deps): bump handlebars in /examples/react-example1 (#56)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-01-19 10:24:09 -04:00
Richard Ramos cf241ed2de feat: vue example 2019-10-23 14:44:45 -04:00
Richard Ramos 5a7ed7238b
Update README.md 2019-10-21 08:57:05 -04:00
Richard Ramos 32073f6f24
fix: typo 2019-10-21 08:56:38 -04:00
Richard Ramos 7bf22ebb2c feat: update documentation 2019-10-21 08:55:20 -04:00
Iuri Matias ea6d1bda98 specify from field 2019-10-03 18:42:59 -04:00
Iuri Matias 45d13547c4 support using only abi & address; fix default from 2019-10-03 18:40:21 -04:00
Richard Ramos 470f0586d9 feat: extend methods 2019-10-03 16:02:20 -04:00
Richard Ramos 6b1b91274a feat: extend contract events to include tracking 2019-10-03 15:27:20 -04:00
Iuri Matias e1b02fa3e6 supporting creating extendec contract object 2019-10-03 11:45:49 -04:00
Iuri Matias 85d8d80db8 implement map method for trackProperty and trackEvent 2019-10-03 11:21:05 -04:00
Iuri Matias 52aac845f1 if property is methodArgs is not an array transform it into one 2019-10-03 10:58:49 -04:00
Iuri Matias 3d60b23e0f implement 2019-10-02 22:20:56 -04:00
Richard Ramos f4789d0d60 test 2019-10-02 22:20:56 -04:00
Iuri Matias ee5d56397c cleanup 2019-10-02 22:20:56 -04:00
Iuri Matias 6f1afc42a4 add deploy script, use deployed contract in example app 2019-10-02 22:18:52 -04:00
Iuri Matias 82f1198fc7 add title & balance examples 2019-10-02 22:18:52 -04:00
Iuri Matias 460aa79c2d wip react-example1 2019-10-02 22:18:52 -04:00
Richard Ramos 7a766ab26c renaming phoenix to subspace. pt-2 2019-09-27 16:26:14 -04:00
Richard Ramos 4c258a8da6 renaming phoenix to subspace pt1. 2019-09-27 16:04:01 -04:00
Richard Ramos a02be022c9 chore: rename phoenix to subspace - pt1. 2019-09-25 08:55:05 -04:00
Richard Ramos 97d33bbe2a
fix: react-apollo example (#33) 2019-09-10 15:53:02 -04:00
Richard Ramos 8cf6d5c619
fix: unsubscribe on prop change (#32)
* fix: unsubscribe on prop change
* fix: reactive-graphql example
2019-09-10 13:30:01 -04:00
Richard Ramos bbcada804e fix: update redux-observable example 2019-09-06 09:53:05 -04:00
Richard Ramos 09be9396ba fix: redux-observable example 2019-09-05 20:12:03 -04:00
Richard Ramos cc5c7841f9 fix: embark-dapp pt1. 2019-09-05 15:26:37 -04:00
Richard Ramos 659ef2d342 fix: react+redux example 2019-09-05 14:13:57 -04:00
Richard Ramos ac0c466f9e fix: redux example 2019-09-04 21:41:07 -04:00
Richard Ramos 43ae51bb8c fix: react pt-3. 2019-09-04 15:50:28 -04:00
Richard Ramos f4781943ec
fix: react - pt2. (#28) 2019-09-04 15:05:45 -04:00
Richard Ramos 6cf911741b
fix: react - pt1. (#27)
* fix: set packages as external

* fix: reducing bundle size

* fix: extracting react observer to its own folder, and moved test/observables to examples/react
2019-09-03 21:16:06 -04:00