Commit Graph

316 Commits

Author SHA1 Message Date
fryorcraken.eth ae6db8efa1
chore(eth-pm): bump @waku/core to 0.0.8 2022-12-20 11:47:57 +11:00
fryorcraken.eth 7c4a907c5b
Merge pull request #167 from waku-org/chore/@waku/core@0.0.7
chore: bump @waku/core to 0.0.7
2022-12-16 15:00:46 +11:00
fryorcraken.eth 4dc0fc71d7
chore(store-js): bump @waku/core to 0.0.7 2022-12-16 13:00:22 +11:00
fryorcraken.eth 7cb97ae71c
chore(relay-js): bump @waku/core to 0.0.7 2022-12-16 12:56:14 +11:00
fryorcraken.eth c889e5468d
chore(light-js): bump @waku/core to 0.0.7 2022-12-16 12:29:52 +11:00
fryorcraken.eth a6f292fb04
chore(light-chat): bump @waku/core to 0.0.7 2022-12-16 12:24:20 +11:00
Danish Arora 26e8d7c339
Merge pull request #162 from waku-org/danisharora/credentials-from-wallet
add: generate and retrieve credentials from wallet
2022-12-15 15:18:09 +05:30
danisharora099 0f060ad492
chore: refactor button text 2022-12-15 15:12:47 +05:30
Sasha 644e8ff703
Merge pull request #159 from waku-org/weboko/create-waku-app
feat: add @waku/create-app
2022-12-13 10:49:53 +01:00
weboko f846d7cec3
nit: move to await try/catch 2022-12-13 00:11:18 +01:00
weboko 440e297c60
fix: skip npm i for examples without package.json 2022-12-13 00:11:07 +01:00
Sasha efd431914f
move to original license
Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
2022-12-13 00:10:43 +01:00
weboko 75d7b16cfb
add basic README 2022-12-13 00:10:25 +01:00
weboko 922c8d0d1a
add const 2022-12-13 00:10:11 +01:00
weboko f08d49542b
add log messages, remove unused function 2022-12-13 00:10:00 +01:00
weboko 4126f416ff
add npm and git init functions 2022-12-13 00:09:44 +01:00
weboko c1f476dd80
change package name, reset version 2022-12-13 00:09:27 +01:00
weboko 874c2477a8
create build scrupt, make adjustments to use examples from package json 2022-12-13 00:09:07 +01:00
weboko e7f68732cb
add .gitignore and empty README 2022-12-13 00:08:50 +01:00
weboko 2d857b43cd
ignore package-lock.json 2022-12-13 00:08:20 +01:00
weboko af0c0cf1b0
user commander to handle command 2022-12-13 00:08:06 +01:00
weboko 32ea01a135
add index.js 2022-12-13 00:07:49 +01:00
weboko 501bbaeabd
init create-waku-app 2022-12-13 00:07:29 +01:00
Sasha afcdee5af6
Merge pull request #161 from waku-org/weboko/default-example
feat: light-chat example
2022-12-12 23:59:44 +01:00
weboko e436bd542e
add support for multiple remote peers 2022-12-12 12:46:51 +01:00
weboko 415faab105
add status colors, render status error when fail 2022-12-12 12:41:04 +01:00
weboko 38a7407355
move to default bootstrap 2022-12-12 12:27:35 +01:00
danisharora099 bc547793b9
rm: accidentally generated package.lock 2022-12-12 14:04:08 +05:30
danisharora099 f430d67513
chore: condense generation and import signature
into one button

having two buttons:
- one for generating new credentials, then
registering on contract
- other for importing credentials that already
exist

removing two and only having one:
- generates credentials
- checks if pubKey matches in the smart contract
  - if exists, automatically hydrates
membershipId
  - if does not exist, enables action of
registering your new membershipId
2022-12-12 13:57:32 +05:30
danisharora099 05e8308ef0
chore: update signature message and use single const 2022-12-12 13:34:41 +05:30
danisharora099 aadcefc07a
rm: bundle 2022-12-12 13:32:00 +05:30
Danish Arora 561eb60a57
Merge branch 'master' into danisharora/credentials-from-wallet 2022-12-12 10:30:14 +05:30
Danish Arora 7387ed4d35
Merge pull request #165 from waku-org/danisharora/add-prettier
feat: prettier to precommit; prettify everything
2022-12-12 10:27:58 +05:30
weboko 5bee034de8
move to async/await
Signed-off-by: weboko <anon@mail.com>
2022-12-09 23:00:35 +01:00
weboko 88aa19b06f
extract css into separate file
Signed-off-by: weboko <anon@mail.com>
2022-12-09 23:00:14 +01:00
weboko e852f65c7e
remove index.html
Signed-off-by: weboko <anon@mail.com>
2022-12-09 22:59:59 +01:00
weboko 190bd7af63
add UI controller,finalasie chat
Signed-off-by: weboko <anon@mail.com>
2022-12-09 22:59:42 +01:00
weboko 4fddc02896
add protobuf, change topic
Signed-off-by: weboko <anon@mail.com>
2022-12-09 22:59:22 +01:00
weboko 0227dfe592
add light-chat basic functionality + template for html
Signed-off-by: weboko <anon@mail.com>
2022-12-09 22:59:01 +01:00
weboko 8c8865896d
init folder
Signed-off-by: weboko <anon@mail.com>
2022-12-09 22:58:28 +01:00
danisharora099 83c694d3c6
use waku/rln from npm 2022-12-09 19:31:10 +05:30
danisharora099 bb7791ba7c
setup: eslint config 2022-12-09 16:59:27 +05:30
danisharora099 a274982457
add: eslint & lint all files 2022-12-09 16:59:11 +05:30
danisharora099 ad39ef04b4
add: prettier to precommit; prettify everything 2022-12-09 16:25:19 +05:30
danisharora099 ca500408e0
add: generate and retrieve credentials from wallet 2022-12-07 20:24:38 +05:30
fryorcraken.eth c8f0b2c716
Merge pull request #158 from taylorferran/fix-broken-links
Update links pointing to old wakuconnect docs
2022-12-07 20:33:44 +11:00
taylorferran 232499b851
Update link pointing to old wakuconnect docs 2022-12-07 17:01:52 +08:00
fryorcraken.eth 8fbf596209
Merge pull request #157 from waku-org/chores/deps 2022-11-21 10:57:14 +11:00
fryorcraken.eth 66bfdf6d69
chore(web-chat): bump dependencies 2022-11-21 10:45:13 +11:00
fryorcraken.eth 4f161be019
chore(store-reactjs-chat): bump dependencies 2022-11-21 10:42:10 +11:00