Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ImgBot] Optimize images #1

Open
wants to merge 67 commits into
base: main
Choose a base branch
from
Open

[ImgBot] Optimize images #1

wants to merge 67 commits into from

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    f6e713f View commit details
    Browse the repository at this point in the history
  2. 📝 edit forge chapter

    omarespejel authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    6889a9c View commit details
    Browse the repository at this point in the history
  3. 🎉 [i18n]Translation/zh-cn 1019 (starknet-edu#225)

    * translation: update to 2.11
    
    * translation: finish chapter 2.
    cryptonerdcn authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    1685328 View commit details
    Browse the repository at this point in the history
  4. 🎉 add catpuccin themes

    omarespejel authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    bb1f8d0 View commit details
    Browse the repository at this point in the history
  5. 🎉 add all contributors

    omarespejel authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    b29bd21 View commit details
    Browse the repository at this point in the history
  6. 🎉 add transactions chapter

    omarespejel authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    ef82193 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26cef9d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a143a95 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fc2fc48 View commit details
    Browse the repository at this point in the history
  10. 📝 format

    omarespejel authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    1a899d3 View commit details
    Browse the repository at this point in the history
  11. 📝 add links and key take aways. (starknet-edu#229)

    * Added Reference links and Key takeways
    
    * Added Reference links and Key takeways
    
    * prettier
    
    * prettier
    Akinbola247 authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c84e4d7 View commit details
    Browse the repository at this point in the history
  12. 💄 reorder chapter 2

    omarespejel authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c337f23 View commit details
    Browse the repository at this point in the history
  13. 🎉 add Solidity verifier subchapter (starknet-edu#235)

    * Initializing the solidity verifier sub chapter
    
    * adding foundational topics to boost knowledge
    
    * adding verifiers and sequencers explanations
    
    * adding provers and STARK explanations
    
    * adding SHARP explanations
    
    * adding solidity verifiers intro
    
    * adding prehistoric verifier
    
    * adding solidity verifier contracts
    
    * adding verifiers etherscan addresses as links
    faytey authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    cd9eee9 View commit details
    Browse the repository at this point in the history
  14. 🐛 fix several sections and add testnet section (starknet-edu#237)

    * Update tesnet section
    
    * fix link
    
    * last changes
    
    * format
    
    ---------
    
    Co-authored-by: Omar U. Espejel <[email protected]>
    2 people authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    db84091 View commit details
    Browse the repository at this point in the history
  15. 🎉 Forces linter check before commit (starknet-edu#224)

    * Adds pre-commit hook to force running linter
    
    * Refactor pre-commit hoock
    
    * Update to main + lint run
    
    ---------
    
    Co-authored-by: Omar U. Espejel <[email protected]>
    2 people authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c8dc714 View commit details
    Browse the repository at this point in the history
  16. 🐛 change StarkNet for Starknet

    omarespejel authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c122e14 View commit details
    Browse the repository at this point in the history
  17. 📝 edit testnet deployment

    omarespejel authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    b20f63d View commit details
    Browse the repository at this point in the history
  18. 📝 ch04-02-hello-account update (starknet-edu#232)

    * update ch04-01-accounts.md
    
    * project setup, snip-6, protocol-only fns
    
    * create an account contract from scratch
    
    * delete ch04-02-hello-account.md, ch04-02-hello-account2.md
    
    * delete ch04-02-hello-account.md, ch04-02-hello-account2.md
    
    * format doc
    
    * setup starkli for deployment
    
    * switch ch04-02-02-deploy-hello-account.md to branch ch04-02-02-account-deployment
    
    ---------
    
    Co-authored-by: Omar U. Espejel <[email protected]>
    2 people authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    33e940f View commit details
    Browse the repository at this point in the history
  19. 🎉 add Ch04-02-02 account deployment (starknet-edu#238)

    * Resolved merge conflicts
    
    * Finalize ch04-02-02-deploy-hello-account.md
    
    ---------
    
    Co-authored-by: Omar U. Espejel <[email protected]>
    2 people authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    357a59e View commit details
    Browse the repository at this point in the history
  20. 🎉 revamp transactions section

    omarespejel authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    42baa4a View commit details
    Browse the repository at this point in the history
  21. 📝 add link to ch04-00-account-abstraction.md (starknet-edu#240)

    I added the link to EIP 4337 (https://eips.ethereum.org/EIPS/eip-4337) to help user to easily navigate  to the EIP 4337  on ethereum.org
    estheroche authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    3da8504 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7638f4f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cc2144b View commit details
    Browse the repository at this point in the history
  24. 📝 edit hello account contract

    omarespejel authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a65e469 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1998a09 View commit details
    Browse the repository at this point in the history
  26. 📝 Update ch02-08-01-01-erc20-ui.md (starknet-edu#247)

    * Update ch02-08-01-01-erc20-ui.md
    
    Update openzeppelin version to  "v0.8.0-beta.0"
    
    * Update ch02-05-testnet-deployment.md
    
    Update create directory command to the right one
    neilydhan authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    00f73dc View commit details
    Browse the repository at this point in the history
  27. 📝 fix nit

    omarespejel authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    49785fb View commit details
    Browse the repository at this point in the history
  28. 🐛 fix bug in account contract

    omarespejel authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    ad7a071 View commit details
    Browse the repository at this point in the history
  29. 📝 format

    omarespejel authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a060537 View commit details
    Browse the repository at this point in the history
  30. 🐛 typos in the docs (starknet-edu#255)

    * fix typo ch00-00-introduction.md
    
    * fix typo ch02-04-katana.md
    
    * fix typo ch02-05-foundry-cast.md
    
    * fix typo ch02-05-testnet-deployment.md
    
    * fix typo ch02-07-01-01-erc20-ui.md
    
    * fix typo ch03-01-01-transactions-lifecycle.md
    
    * fix typo ch03-05-layer-3.md
    
    * fix typo ch03-06-solidity-verifier.md
    tudorpintea999 authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d0f145b View commit details
    Browse the repository at this point in the history
  31. 🎉 Update sncast script, add rust node (starknet-edu#254)

    * Add starknet devnet rs docs
    
    * Update sncast script: update the regex on declaration output to read class hash
    
    * Update snforge command to snforge test for proper testing
    
    * Update the script to include different lines for reading an already declared classhash for devnet rs and devnet python
    dalmasonto authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    0db49c1 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ee369a2 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    96943c4 View commit details
    Browse the repository at this point in the history
  34. 🎉 add ch02-11-starkli (starknet-edu#244)

    * Providers
    
    * add starkli content
    
    * fix broken links
    
    * add ownable contract
    
    * Add bash examples
    gianalarcon authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    223a4b2 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e2242b5 View commit details
    Browse the repository at this point in the history
  36. 📝 reorder chapter 2

    omarespejel authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    0477e0b View commit details
    Browse the repository at this point in the history
  37. 🎉 add new hello account contract

    omarespejel authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    891504f View commit details
    Browse the repository at this point in the history
  38. added smart-contracts subsection

    Nonnyjoe authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    4f579ef View commit details
    Browse the repository at this point in the history
  39. 🎉 add intro to madara sequencer (starknet-edu#241)

    * madara info added
    
    * Delete .gitpod.yml
    
    ---------
    
    Co-authored-by: Omar U. Espejel <[email protected]>
    2 people authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    71b1de4 View commit details
    Browse the repository at this point in the history
  40. 📝 add and edit madara subchapter

    omarespejel authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    1896ea0 View commit details
    Browse the repository at this point in the history
  41. 🎉 Security considerations new format (starknet-edu#248)

    * Security considerations updated
    
    * Update format check
    
    ---------
    
    Co-authored-by: Omar U. Espejel <[email protected]>
    2 people authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    fc2d1af View commit details
    Browse the repository at this point in the history
  42. 📝 edit security subchapters

    omarespejel authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    055d592 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    b05236e View commit details
    Browse the repository at this point in the history
  44. 📝 style web wallet

    omarespejel authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    346ca7d View commit details
    Browse the repository at this point in the history
  45. 🎉 update node chapter

    ayoade96 authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    697b27d View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    e7e2d5a View commit details
    Browse the repository at this point in the history
  47. Feat: Add .all-contributorsrc (starknet-edu#274)

    * Feat: Add all contributors
    
    * Add contributor
    
    * lint
    
    * add contributors
    
    * add new contributors
    gianalarcon authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    6d98487 View commit details
    Browse the repository at this point in the history
  48. Update scarb section (starknet-edu#269)

    * add basic updates
    
    * add scarb v2.3 and example code
    
    * fix broken link
    
    * Update starkli command and broken link
    
    * add prettier
    gianalarcon authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a77c3f2 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    dba0b06 View commit details
    Browse the repository at this point in the history
  50. Added piggyBank contract example

    Nonnyjoe authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    9c4c1f1 View commit details
    Browse the repository at this point in the history
  51. Fix examples storage

    gianalarcon authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    eb75c2b View commit details
    Browse the repository at this point in the history
  52. complete migration to sepolia

    Nonnyjoe authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    eb8fbaf View commit details
    Browse the repository at this point in the history
  53. Fix link to contribution guide

    estensen authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    29428c4 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    a4e4be1 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    01c86a7 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    5e5dce0 View commit details
    Browse the repository at this point in the history
  57. update: more descriptive naming

    machuwey authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c750c6f View commit details
    Browse the repository at this point in the history
  58. feat: Multisig example

    estheroche authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    fc99024 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    3c909fe View commit details
    Browse the repository at this point in the history
  60. Add contributors

    gianalarcon authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    1dbd7d8 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    750cb93 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    401b498 View commit details
    Browse the repository at this point in the history
  63. updated RPC for interaction in ch03-08-01 to sepolia (starknet-edu#308)

    Co-authored-by: gianalarcon <[email protected]>
    2 people authored and ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c3e15d8 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    f27405a View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    b9001e9 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    6c7e7b0 View commit details
    Browse the repository at this point in the history
  67. [ImgBot] Optimize images

    *Total -- 6,943.99kb -> 5,242.43kb (24.5%)
    
    /src/img/ch01-remix-file.png -- 585.17kb -> 299.93kb (48.74%)
    /src/img/ch03-centralized-rollup.png -- 863.22kb -> 468.33kb (45.75%)
    /theme/favicon.png -- 20.03kb -> 12.33kb (38.44%)
    /src/img/ch01-starknet-plugin.png -- 1,011.69kb -> 665.08kb (34.26%)
    /src/img/ch03-08-01-starkli-declare.png -- 32.34kb -> 22.57kb (30.22%)
    /src/img/ch03-08-01-starkli-deploy.png -- 25.58kb -> 17.91kb (29.97%)
    /src/img/ch02-basic-dapp-abi.png -- 338.51kb -> 238.48kb (29.55%)
    /src/img/ch03-08-01-scarb-build.png -- 25.08kb -> 17.95kb (28.43%)
    /src/img/ch03-08-01-starkli-create-child.png -- 8.84kb -> 6.40kb (27.64%)
    /src/img/ch02-starknet-js.png -- 60.42kb -> 43.91kb (27.32%)
    /src/img/ch03-08-01-starkli-approve.png -- 9.07kb -> 6.61kb (27.13%)
    /src/img/ch03-08-01-starkli-get-child-addr.png -- 7.02kb -> 5.16kb (26.51%)
    /src/img/ch03-08-01-voyager-scan.png -- 84.79kb -> 62.55kb (26.23%)
    /src/img/ch03-transaction_flow.png -- 173.48kb -> 132.10kb (23.85%)
    /src/img/ch02-basic-dapp-vercel-login_js.png -- 26.54kb -> 20.98kb (20.96%)
    /src/img/ch02-basic-dapp-vercel-login.png -- 26.54kb -> 20.98kb (20.96%)
    /src/img/ch02-thoth.png -- 136.57kb -> 109.30kb (19.97%)
    /src/img/ch02-basic-dapp-vercel-verify.png -- 25.37kb -> 20.78kb (18.1%)
    /src/img/ch02-basic-dapp-vercel-verify_js.png -- 25.37kb -> 20.78kb (18.1%)
    /src/img/ch03-layer-3-ecosystem.png -- 281.66kb -> 239.84kb (14.85%)
    /src/img/ch02-sec_under_u128.png -- 30.73kb -> 26.17kb (14.82%)
    /src/img/ch03-starkscan-block-explorer.png -- 113.36kb -> 96.73kb (14.68%)
    /src/img/ch02-sec_over_u256.png -- 30.71kb -> 26.22kb (14.63%)
    /src/img/ch02-basic-dapp-react-files.png -- 56.72kb -> 48.46kb (14.56%)
    /src/img/ch02-sec_under_u256.png -- 30.62kb -> 26.16kb (14.56%)
    /src/img/ch02-sec_priv03.png -- 42.51kb -> 36.38kb (14.42%)
    /src/img/ch02-sec_over_u128.png -- 30.82kb -> 26.39kb (14.39%)
    /src/img/ch02-sec_priv02.png -- 7.19kb -> 6.16kb (14.3%)
    /src/img/ch02-basic-dapp-erc20.png -- 118.52kb -> 101.86kb (14.05%)
    /src/img/ch02-basic-dapp-erc20_js.png -- 118.52kb -> 101.86kb (14.05%)
    /src/img/ch02-sec_over_felt.png -- 23.90kb -> 20.58kb (13.91%)
    /src/img/ch03-06-new-sharp-flow.png -- 119.03kb -> 103.09kb (13.39%)
    /src/img/ch03-06-shared-prover.png -- 199.65kb -> 173.35kb (13.17%)
    /src/img/ch03-06-prehistoric-architecture.png -- 170.39kb -> 148.04kb (13.11%)
    /src/img/ch02-basic-dapp-abi-new.png -- 27.18kb -> 23.62kb (13.07%)
    /src/img/ch02-basic-dapp-pub4.png -- 91.40kb -> 79.55kb (12.97%)
    /src/img/ch02-basic-dapp-pub4_js.png -- 92.27kb -> 80.35kb (12.92%)
    /src/img/ch02-basic-dapp-erc20_lib.png -- 21.63kb -> 18.84kb (12.89%)
    /src/img/ch02-basic-dapp-erc20_lib_js.png -- 21.63kb -> 18.84kb (12.89%)
    /src/img/ch02-basic-dapp-screenshot_js.png -- 85.51kb -> 74.53kb (12.84%)
    /src/img/ch03-sequencer.png -- 197.79kb -> 172.63kb (12.72%)
    /src/img/ch02-basic-dapp-pub2.png -- 78.17kb -> 68.30kb (12.63%)
    /src/img/ch02-basic-dapp-screenshot.png -- 84.26kb -> 73.62kb (12.62%)
    /src/img/ch02-basic-dapp-pub3.png -- 55.39kb -> 48.82kb (11.86%)
    /src/img/ch03-06-constructor-params.png -- 191.80kb -> 169.17kb (11.8%)
    /src/img/ch03-06-verifier-layouts.png -- 42.55kb -> 37.62kb (11.58%)
    /src/img/ch03-06-sharp-contrat-map-1.png -- 350.56kb -> 312.12kb (10.97%)
    /src/img/ch02-basic-dapp-pub3_js.png -- 44.72kb -> 39.97kb (10.64%)
    /src/img/ch02-basic-dapp-localhost_js.png -- 35.83kb -> 32.07kb (10.48%)
    /src/img/ch02-sec_priv01.png -- 17.12kb -> 15.33kb (10.46%)
    /src/img/ch02-basic-dapp-pub1_js.png -- 38.69kb -> 34.65kb (10.45%)
    /theme/favicon.svg -- 3.39kb -> 3.04kb (10.15%)
    /src/img/ch03-06-sharp-contrat-map-2.png -- 211.59kb -> 190.15kb (10.13%)
    /src/img/ch02-basic-dapp-pub1.png -- 41.58kb -> 37.37kb (10.1%)
    /src/img/ch02-basic-dapp-localhost.png -- 37.69kb -> 34.12kb (9.47%)
    /src/img/ch03-fractal-scaling.png -- 141.05kb -> 136.80kb (3.01%)
    /src/img/ch02-basic-dapp-pub2_js.png -- 48.75kb -> 47.33kb (2.91%)
    /src/img/ch03-modular-blockcahain-layers.png -- 115.69kb -> 112.43kb (2.82%)
    /src/img/ch02-cairo-fuzzer.png -- 7.82kb -> 7.73kb (1.14%)
    
    Signed-off-by: ImgBotApp <[email protected]>
    ImgBotApp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    4d2b6c9 View commit details
    Browse the repository at this point in the history