56 Commits

Author SHA1 Message Date
JohnGuilding
cd010324a5 Add hash bundle fn & ability to get aggregate bundle to client module 2023-05-09 17:15:01 +01:00
Hrishikesh deoghare
8c91d2faa3 Update local and remote docs (#591)
Update local and remote docs
2023-04-29 08:20:59 +01:00
JohnGuilding
84a89cb5b6 hardhat uses same chainId as geth node (1337) 2023-04-19 16:10:53 +02:00
JohnGuilding
f4fdf7148d Update docs 2023-04-19 15:30:05 +02:00
JohnGuilding
0b1f037ba7 Run quill against geth node (chainId 1337) 2023-04-19 13:27:46 +02:00
JohnGuilding
de12b3c62f Remove provider & signer from experimental namespace 2023-03-29 13:03:06 +01:00
JohnGuilding
b988fbc92c Add static get random private key method to bls signer 2023-03-29 11:34:12 +01:00
JohnGuilding
2dae355817 Update root readme to include provider link 2023-03-28 11:07:20 +01:00
JohnGuilding
e734209df0 Remove BlsWalletWrapper in provider docs where possible 2023-03-28 11:06:50 +01:00
JohnGuilding
d2c6cff629 Add missing documentation following rebase 2023-03-27 12:48:35 +01:00
JohnGuilding
548301d32d Add bls provider guide and ts doc comments 2023-03-27 11:09:00 +01:00
JohnGuilding
46987d1002 Ensure signer is funded for bls provider contract tests 2023-02-20 15:56:56 +00:00
omahs
5769d08a0e Fix: typos (#517)
Fix docs typos
2023-02-09 18:41:15 +00:00
Andrew Morris
7dd04ee62e Remove remaining postgres things 2023-02-08 11:34:00 +11:00
JohnGuilding
ad0a019ca1 Add WSL2 recommendation 2023-02-03 17:56:08 +00:00
JohnGuilding
c620f3cd7e docs typos and add additional context 2023-02-03 14:53:56 +00:00
JohnGuilding
7640415ab6 Format docs 2023-02-03 14:53:56 +00:00
JohnGuilding
d01df873e6 Add troubleshooting tips & fee info to client docs 2023-02-03 14:53:56 +00:00
JohnGuilding
54f2c7d1fe Reference agg env table in dev setup instructions 2023-02-03 14:53:56 +00:00
JohnGuilding
4a3d9615a9 Remove stale extension .env instructions 2023-02-03 14:53:56 +00:00
JohnGuilding
e214c6ef35 Add experimental client module version 2023-01-24 16:05:56 +00:00
Jacob Caban-Tomski
772e44dd60 Add Optimism Goerli deploy to README
Add Optimism Goerli network config to contracts deploy in main README.
Add Optimism Goerli to extension networks.
Remove or update rinkeby, kovan, and older arbitrum and optimism test networks.
2023-01-23 17:29:17 -07:00
Andrew Morris
0eeddb376d Add hardhat option 2023-01-12 12:54:23 +11:00
Andrew Morris
472ac28d80 Use geth instead of hardhat for local node + automate setup 2023-01-12 12:38:08 +11:00
JohnGuilding
32d508fb6f Remove whitespace 2023-01-11 21:32:34 +01:00
JohnGuilding
e77f9bd887 Better split of local and remote docs 2023-01-11 21:28:39 +01:00
JohnGuilding
6ec971ecac Add ref to scaffold-eth example dapp 2022-10-07 17:55:38 -05:00
JohnGuilding
80e56c1bb5 Add margin to diagram 2022-10-07 17:38:05 -05:00
JohnGuilding
05660dd468 Add proxy aggregator diagrams 2022-10-07 15:50:32 -05:00
JohnGuilding
aa0ba1ad47 Remove "run" section from remote dev doc 2022-10-07 15:47:37 -05:00
JohnGuilding
feaf497c22 Correctly instantiate Web3Provider 2022-10-07 15:46:33 -05:00
JohnGuilding
06a3dd025a Explicit terminal instructions & define HD wallet 2022-10-07 15:46:02 -05:00
JohnGuilding
cac08ec5a6 Update rinkarby instructions to goerli 2022-10-07 15:41:49 -05:00
JohnGuilding
7c93ccea89 Update extension config reference 2022-10-07 15:40:40 -05:00
Andrew Morris
de5c288d07 Update docs/use_bls_wallet_clients.md
Co-authored-by: Jacob Caban-Tomski <jacque006@users.noreply.github.com>
2022-09-29 14:01:05 +10:00
Andrew Morris
60ed167b2d Make example code work 2022-09-21 14:55:33 +10:00
Andrew Morris
1860ecbd18 Remove unnecessary line 2022-09-21 13:59:09 +10:00
Andrew Morris
e830f49714 yarn install -> yarn add 2022-09-21 13:55:24 +10:00
Andrew Morris
5b2168e262 Revert markdown formatting changes 2022-09-12 15:35:22 +10:00
Andrew Morris
b267fcd3f3 Merge remote-tracking branch 'origin/default-nitro' 2022-09-09 16:24:04 +10:00
kautukkundan
297fba186b updated network naming 2022-09-09 11:48:13 +05:30
Andrew Morris
6608add701 Remove no longer necessary branch switching in setup 2022-09-09 15:54:09 +10:00
kautukkundan
6c6972ce5c updated docs 2022-09-06 01:11:20 +05:30
Jacob Caban-Tomski
ed7bbf5397 Merge pull request #304 from web3well/bw-295-add-note
Add checkout commands to contract deployment and explanation
2022-08-16 14:09:58 +09:00
Andrew Morris
0aacf46234 Add checkout commands to contract deployment and explanation 2022-08-16 14:34:47 +10:00
Andrew Morris
723740348f Merge pull request #296 from web3well/extension-webpack-ignore-node-modules
Ignore watching node_modules during extension dev
2022-08-16 12:04:52 +10:00
Jacob Caban-Tomski
20d46b4900 Add guide for using BLS Wallet in a dApp 2022-08-09 19:39:46 +09:00
Jacob Caban-Tomski
268ffe41f8 Ignore watching node_modules during extension dev. 2022-08-09 17:47:35 +09:00
Jacob Caban-Tomski
a0a2ee878b Merge pull request #285 from web3well/bw-284-fix-broken-links
Fix broken links
2022-08-09 17:42:03 +09:00
Jacob Caban-Tomski
c435fe0471 Update presentations list 2022-08-04 15:25:31 +09:00