Skip to content

Commit 5f2227f

Browse files
Turupawndghelmemremreistakenyeguclumemduhb
authored
Ecosystem page update (#471)
* feat: Add turkish transalation (build fix) (#256) (#257) * lang "tr" added, sections "getting-started" and "user-guide" is translated accordingly * Update overview.md * technology/bridge turkish translations are added * lang[tr] user-guide finalized * learn added, getting started improvements * /learn and most of the /technology is translated to lang[tr] * /technology/chain finished * /developers section translations to lang[tr] * /developers developer-quickstart and transaction-fees-on-scroll translated to lang[tr] * /developers section finished except guides part. some other language correctments in lang[tr] * execution-node-tr completed * rollup-node-tr completed * /developers/guides is completed * added lang[tr] for welcome page frontend * cross-domain-messaging-tr completed * deposit-gateways-tr completed * withdraw-gateways-tr completed * minor improvements * visual bugs fixed in kzg schemes lang[tr] * minor improvements * general language improvements and word suffix correctments lang[tr] * translation completions of some overlooked technical terms lang[tr] * minor fix * term improvements * minor improvements in terms * minor punctuation suffix correction * minor punctuation suffix fixes * more minor improvements * minor update * zktrie.mdx güncelleme * refactor * /technology/sequencer/zktrie.mdx translation completed * refactor * mini typo in kzg schemes * mempool changes * Bridge part refactor * Withdraw-gateways refactor * Minor translation fixes in Learn folder. * Zktrie and Zkevm part * minor corrections in translations of rollup, opcode and hash * minor corrections in gateway translation * minor translation corrections * "SB" changed to ZK in get started, learn and devs * "Haberci"ler "Messenger"a donusturuldu. * local preview fixes * proof read "getting started" "user guide" "learn" * punctuation mistake while proof reading * getting started/user guide/learn proofread finished, front page translation updates, menu.ts is translated, some parts of translation.js is translated * minor changes in index and overview * tr/technology/chain proofread and corrections completed * syntax corrections in tr/technology/overview * Typo correction in chain/blocks * json translations * translation json translated * "Baslayin" changed to "Basla" in Menu * /tr/technology/bridge proofread completed, corrections made * /tr/technology/sequencer proofread, corrections completed * /tr/technology/zkevm and /tr/technology/security proofread and corrections completed * technology subheaders translation changed * mini term fix * Proof read dev * Warning titles have been changed * minor changes * a link, a prefix, and a minor main page correction * fix: npm run build now works with node 18.14.1 --------- Co-authored-by: emremreistaken <[email protected]> Co-authored-by: emremre <[email protected]> Co-authored-by: memduh <[email protected]> Co-authored-by: bahribugra <[email protected]> Co-authored-by: Dilara <[email protected]> * Curie updates (#289) * Curie updates (#271) * curie-update-libzkp-version * security nit * move contact info into highlight * change Aside type * Update running-a-scroll-node.mdx (#278) * nodeKey hashing are done with domain 512 not 256 Am currently making a storage prover in noir and found this error In the zktrie repo nodekeys are hashed with ToSecureKey() in type/util.go (afaik) https://github.com/scroll-tech/zktrie/blob/23181f209e94137f74337b150179aeb80c72e7c8/types/util.go#L107 ToSecureKey() uses Hash() in types/bytes32.go which uses HASH_DOMAIN_BYTE32 as domain which is 256 *2 (512) see here: https://github.com/scroll-tech/zktrie/blob/23181f209e94137f74337b150179aeb80c72e7c8/types/hash.go#L16 and here is where i did my test in noir :D (account leaf is lower in same file) https://github.com/jimjimvalkema/scrollZkStorageProofs/blob/bcdd922405e046e99787b8b47f374befac170779/ScrollStorageProver/src/main.nr#L168 * add get in touch button * Revert "add get in touch button" This reverts commit 5c695f2. * Curie update details (#286) * remove legacy flag for foundry * update Curie details * fix typo * oops * Add PR descriptions --------- Co-authored-by: colinlyguo <[email protected]> Co-authored-by: colin <[email protected]> Co-authored-by: Sina Pilehchiha <[email protected]> Co-authored-by: Péter Garamvölgyi <[email protected]> Co-authored-by: jimjimvalkema <[email protected]> Co-authored-by: Daniel Helm <[email protected]> Co-authored-by: zhengqi zhang <[email protected]> * Merge pull request #338 from SahilAujla/develop add alchemy to scroll tools * Merge pull request #342 from jlin27/develop add 0x to dev tooling explorer * Merge to prod (#349) * Darwinv2 changes (#332) * darwinv2 changes * oops * note on reorgs and finality * formatting * added guide for the graph (#334) * add alchemy to scroll tools * update text in alchemy.mdx * add 0x to dev tooling explorer * fix feedback --------- Co-authored-by: AK <[email protected]> Co-authored-by: Sahil Aujla <[email protected]> Co-authored-by: emilyJLin95 <[email protected]> Co-authored-by: Jessica Lin <[email protected]> * Publish Canvas guide (#371) * Darwinv2 changes (#332) * darwinv2 changes * oops * note on reorgs and finality * formatting * added guide for the graph (#334) * add alchemy to scroll tools * update text in alchemy.mdx * add 0x to dev tooling explorer * fix feedback * Guide for adding Canvas badges (#333) * add Canvas guide * fix * add to nav * display images side by side * feedback * add image margins * fix the title (#337) * Update the content detail and unbold text (#341) * fix the title * Unbold the text under toggle list * Update the content (#348) * fix the title * Unbold the text under toggle list * Update the content * small edits * Apply suggestions from code review Co-authored-by: Péter Garamvölgyi <[email protected]> * Isabellewei/canvas (#367) * fix the title * Unbold the text under toggle list * Update the content * update content based on the comments --------- Co-authored-by: isabellewei <[email protected]> --------- Co-authored-by: fanyarachel <[email protected]> Co-authored-by: Péter Garamvölgyi <[email protected]> --------- Co-authored-by: AK <[email protected]> Co-authored-by: Sahil Aujla <[email protected]> Co-authored-by: emilyJLin95 <[email protected]> Co-authored-by: Jessica Lin <[email protected]> Co-authored-by: fanyarachel <[email protected]> Co-authored-by: Péter Garamvölgyi <[email protected]> * feat(docs): add Pyth to Scroll docs (#413) (#415) * feat: Add turkish transalation (build fix) (#256) (#257) * lang "tr" added, sections "getting-started" and "user-guide" is translated accordingly * Update overview.md * technology/bridge turkish translations are added * lang[tr] user-guide finalized * learn added, getting started improvements * /learn and most of the /technology is translated to lang[tr] * /technology/chain finished * /developers section translations to lang[tr] * /developers developer-quickstart and transaction-fees-on-scroll translated to lang[tr] * /developers section finished except guides part. some other language correctments in lang[tr] * execution-node-tr completed * rollup-node-tr completed * /developers/guides is completed * added lang[tr] for welcome page frontend * cross-domain-messaging-tr completed * deposit-gateways-tr completed * withdraw-gateways-tr completed * minor improvements * visual bugs fixed in kzg schemes lang[tr] * minor improvements * general language improvements and word suffix correctments lang[tr] * translation completions of some overlooked technical terms lang[tr] * minor fix * term improvements * minor improvements in terms * minor punctuation suffix correction * minor punctuation suffix fixes * more minor improvements * minor update * zktrie.mdx güncelleme * refactor * /technology/sequencer/zktrie.mdx translation completed * refactor * mini typo in kzg schemes * mempool changes * Bridge part refactor * Withdraw-gateways refactor * Minor translation fixes in Learn folder. * Zktrie and Zkevm part * minor corrections in translations of rollup, opcode and hash * minor corrections in gateway translation * minor translation corrections * "SB" changed to ZK in get started, learn and devs * "Haberci"ler "Messenger"a donusturuldu. * local preview fixes * proof read "getting started" "user guide" "learn" * punctuation mistake while proof reading * getting started/user guide/learn proofread finished, front page translation updates, menu.ts is translated, some parts of translation.js is translated * minor changes in index and overview * tr/technology/chain proofread and corrections completed * syntax corrections in tr/technology/overview * Typo correction in chain/blocks * json translations * translation json translated * "Baslayin" changed to "Basla" in Menu * /tr/technology/bridge proofread completed, corrections made * /tr/technology/sequencer proofread, corrections completed * /tr/technology/zkevm and /tr/technology/security proofread and corrections completed * technology subheaders translation changed * mini term fix * Proof read dev * Warning titles have been changed * minor changes * a link, a prefix, and a minor main page correction * fix: npm run build now works with node 18.14.1 --------- * Curie updates (#289) * Curie updates (#271) * curie-update-libzkp-version * security nit * move contact info into highlight * change Aside type * Update running-a-scroll-node.mdx (#278) * nodeKey hashing are done with domain 512 not 256 Am currently making a storage prover in noir and found this error In the zktrie repo nodekeys are hashed with ToSecureKey() in type/util.go (afaik) https://github.com/scroll-tech/zktrie/blob/23181f209e94137f74337b150179aeb80c72e7c8/types/util.go#L107 ToSecureKey() uses Hash() in types/bytes32.go which uses HASH_DOMAIN_BYTE32 as domain which is 256 *2 (512) see here: https://github.com/scroll-tech/zktrie/blob/23181f209e94137f74337b150179aeb80c72e7c8/types/hash.go#L16 and here is where i did my test in noir :D (account leaf is lower in same file) https://github.com/jimjimvalkema/scrollZkStorageProofs/blob/bcdd922405e046e99787b8b47f374befac170779/ScrollStorageProver/src/main.nr#L168 * add get in touch button * Revert "add get in touch button" This reverts commit 5c695f2. * Curie update details (#286) * remove legacy flag for foundry * update Curie details * fix typo * oops * Add PR descriptions --------- * Merge pull request #338 from SahilAujla/develop add alchemy to scroll tools * Merge pull request #342 from jlin27/develop add 0x to dev tooling explorer * Merge to prod (#349) * Darwinv2 changes (#332) * darwinv2 changes * oops * note on reorgs and finality * formatting * added guide for the graph (#334) * add alchemy to scroll tools * update text in alchemy.mdx * add 0x to dev tooling explorer * fix feedback --------- * Publish Canvas guide (#371) * Darwinv2 changes (#332) * darwinv2 changes * oops * note on reorgs and finality * formatting * added guide for the graph (#334) * add alchemy to scroll tools * update text in alchemy.mdx * add 0x to dev tooling explorer * fix feedback * Guide for adding Canvas badges (#333) * add Canvas guide * fix * add to nav * display images side by side * feedback * add image margins * fix the title (#337) * Update the content detail and unbold text (#341) * fix the title * Unbold the text under toggle list * Update the content (#348) * fix the title * Unbold the text under toggle list * Update the content * small edits * Apply suggestions from code review * Isabellewei/canvas (#367) * fix the title * Unbold the text under toggle list * Update the content * update content based on the comments --------- --------- --------- * add pyth to scroll * fix pyth excerpt * fix typos --------- Co-authored-by: mariobern <[email protected]> Co-authored-by: Daniel Helm <[email protected]> Co-authored-by: Ahmed Castro <[email protected]> Co-authored-by: emremreistaken <[email protected]> Co-authored-by: emremre <[email protected]> Co-authored-by: memduh <[email protected]> Co-authored-by: bahribugra <[email protected]> Co-authored-by: Dilara <[email protected]> Co-authored-by: isabellewei <[email protected]> Co-authored-by: colinlyguo <[email protected]> Co-authored-by: colin <[email protected]> Co-authored-by: Sina Pilehchiha <[email protected]> Co-authored-by: Péter Garamvölgyi <[email protected]> Co-authored-by: jimjimvalkema <[email protected]> Co-authored-by: zhengqi zhang <[email protected]> Co-authored-by: vincent <[email protected]> Co-authored-by: ChuhanJin <[email protected]> Co-authored-by: AK <[email protected]> Co-authored-by: Sahil Aujla <[email protected]> Co-authored-by: Jessica Lin <[email protected]> Co-authored-by: fanyarachel <[email protected]> Co-authored-by: Morty <[email protected]> * added a small message on image (#437) (#438) * Payments demo (#439) (#446) * created what to build section * added 3 what-to-build tutorials * removed canvas badges integration guide (#449) * Payments demo (#439) * added payments tutorial * created what to build directory * added the github link * typo * added 3 what-to-build tutorials * removed canvas guide (#448) * Added Areta to docs (#450) * Payments demo (#439) * added payments tutorial * created what to build directory * added the github link * typo * added 3 what-to-build tutorials * removed canvas guide (#448) * Areta (#447) * added audit your code + aside for areta market * fix header * Update sidebar.ts * Confict fix (#451) * feat: Add turkish transalation (build fix) (#256) (#257) * lang "tr" added, sections "getting-started" and "user-guide" is translated accordingly * Update overview.md * technology/bridge turkish translations are added * lang[tr] user-guide finalized * learn added, getting started improvements * /learn and most of the /technology is translated to lang[tr] * /technology/chain finished * /developers section translations to lang[tr] * /developers developer-quickstart and transaction-fees-on-scroll translated to lang[tr] * /developers section finished except guides part. some other language correctments in lang[tr] * execution-node-tr completed * rollup-node-tr completed * /developers/guides is completed * added lang[tr] for welcome page frontend * cross-domain-messaging-tr completed * deposit-gateways-tr completed * withdraw-gateways-tr completed * minor improvements * visual bugs fixed in kzg schemes lang[tr] * minor improvements * general language improvements and word suffix correctments lang[tr] * translation completions of some overlooked technical terms lang[tr] * minor fix * term improvements * minor improvements in terms * minor punctuation suffix correction * minor punctuation suffix fixes * more minor improvements * minor update * zktrie.mdx güncelleme * refactor * /technology/sequencer/zktrie.mdx translation completed * refactor * mini typo in kzg schemes * mempool changes * Bridge part refactor * Withdraw-gateways refactor * Minor translation fixes in Learn folder. * Zktrie and Zkevm part * minor corrections in translations of rollup, opcode and hash * minor corrections in gateway translation * minor translation corrections * "SB" changed to ZK in get started, learn and devs * "Haberci"ler "Messenger"a donusturuldu. * local preview fixes * proof read "getting started" "user guide" "learn" * punctuation mistake while proof reading * getting started/user guide/learn proofread finished, front page translation updates, menu.ts is translated, some parts of translation.js is translated * minor changes in index and overview * tr/technology/chain proofread and corrections completed * syntax corrections in tr/technology/overview * Typo correction in chain/blocks * json translations * translation json translated * "Baslayin" changed to "Basla" in Menu * /tr/technology/bridge proofread completed, corrections made * /tr/technology/sequencer proofread, corrections completed * /tr/technology/zkevm and /tr/technology/security proofread and corrections completed * technology subheaders translation changed * mini term fix * Proof read dev * Warning titles have been changed * minor changes * a link, a prefix, and a minor main page correction * fix: npm run build now works with node 18.14.1 --------- Co-authored-by: emremreistaken <[email protected]> Co-authored-by: emremre <[email protected]> Co-authored-by: memduh <[email protected]> Co-authored-by: bahribugra <[email protected]> Co-authored-by: Dilara <[email protected]> * Curie updates (#289) * Curie updates (#271) * curie-update-libzkp-version * security nit * move contact info into highlight * change Aside type * Update running-a-scroll-node.mdx (#278) * nodeKey hashing are done with domain 512 not 256 Am currently making a storage prover in noir and found this error In the zktrie repo nodekeys are hashed with ToSecureKey() in type/util.go (afaik) https://github.com/scroll-tech/zktrie/blob/23181f209e94137f74337b150179aeb80c72e7c8/types/util.go#L107 ToSecureKey() uses Hash() in types/bytes32.go which uses HASH_DOMAIN_BYTE32 as domain which is 256 *2 (512) see here: https://github.com/scroll-tech/zktrie/blob/23181f209e94137f74337b150179aeb80c72e7c8/types/hash.go#L16 and here is where i did my test in noir :D (account leaf is lower in same file) https://github.com/jimjimvalkema/scrollZkStorageProofs/blob/bcdd922405e046e99787b8b47f374befac170779/ScrollStorageProver/src/main.nr#L168 * add get in touch button * Revert "add get in touch button" This reverts commit 5c695f2. * Curie update details (#286) * remove legacy flag for foundry * update Curie details * fix typo * oops * Add PR descriptions --------- Co-authored-by: colinlyguo <[email protected]> Co-authored-by: colin <[email protected]> Co-authored-by: Sina Pilehchiha <[email protected]> Co-authored-by: Péter Garamvölgyi <[email protected]> Co-authored-by: jimjimvalkema <[email protected]> Co-authored-by: Daniel Helm <[email protected]> Co-authored-by: zhengqi zhang <[email protected]> * Merge pull request #338 from SahilAujla/develop add alchemy to scroll tools * Merge pull request #342 from jlin27/develop add 0x to dev tooling explorer * Merge to prod (#349) * Darwinv2 changes (#332) * darwinv2 changes * oops * note on reorgs and finality * formatting * added guide for the graph (#334) * add alchemy to scroll tools * update text in alchemy.mdx * add 0x to dev tooling explorer * fix feedback --------- Co-authored-by: AK <[email protected]> Co-authored-by: Sahil Aujla <[email protected]> Co-authored-by: emilyJLin95 <[email protected]> Co-authored-by: Jessica Lin <[email protected]> * Publish Canvas guide (#371) * Darwinv2 changes (#332) * darwinv2 changes * oops * note on reorgs and finality * formatting * added guide for the graph (#334) * add alchemy to scroll tools * update text in alchemy.mdx * add 0x to dev tooling explorer * fix feedback * Guide for adding Canvas badges (#333) * add Canvas guide * fix * add to nav * display images side by side * feedback * add image margins * fix the title (#337) * Update the content detail and unbold text (#341) * fix the title * Unbold the text under toggle list * Update the content (#348) * fix the title * Unbold the text under toggle list * Update the content * small edits * Apply suggestions from code review Co-authored-by: Péter Garamvölgyi <[email protected]> * Isabellewei/canvas (#367) * fix the title * Unbold the text under toggle list * Update the content * update content based on the comments --------- Co-authored-by: isabellewei <[email protected]> --------- Co-authored-by: fanyarachel <[email protected]> Co-authored-by: Péter Garamvölgyi <[email protected]> --------- Co-authored-by: AK <[email protected]> Co-authored-by: Sahil Aujla <[email protected]> Co-authored-by: emilyJLin95 <[email protected]> Co-authored-by: Jessica Lin <[email protected]> Co-authored-by: fanyarachel <[email protected]> Co-authored-by: Péter Garamvölgyi <[email protected]> * feat(docs): add Pyth to Scroll docs (#413) (#415) * feat: Add turkish transalation (build fix) (#256) (#257) * lang "tr" added, sections "getting-started" and "user-guide" is translated accordingly * Update overview.md * technology/bridge turkish translations are added * lang[tr] user-guide finalized * learn added, getting started improvements * /learn and most of the /technology is translated to lang[tr] * /technology/chain finished * /developers section translations to lang[tr] * /developers developer-quickstart and transaction-fees-on-scroll translated to lang[tr] * /developers section finished except guides part. some other language correctments in lang[tr] * execution-node-tr completed * rollup-node-tr completed * /developers/guides is completed * added lang[tr] for welcome page frontend * cross-domain-messaging-tr completed * deposit-gateways-tr completed * withdraw-gateways-tr completed * minor improvements * visual bugs fixed in kzg schemes lang[tr] * minor improvements * general language improvements and word suffix correctments lang[tr] * translation completions of some overlooked technical terms lang[tr] * minor fix * term improvements * minor improvements in terms * minor punctuation suffix correction * minor punctuation suffix fixes * more minor improvements * minor update * zktrie.mdx güncelleme * refactor * /technology/sequencer/zktrie.mdx translation completed * refactor * mini typo in kzg schemes * mempool changes * Bridge part refactor * Withdraw-gateways refactor * Minor translation fixes in Learn folder. * Zktrie and Zkevm part * minor corrections in translations of rollup, opcode and hash * minor corrections in gateway translation * minor translation corrections * "SB" changed to ZK in get started, learn and devs * "Haberci"ler "Messenger"a donusturuldu. * local preview fixes * proof read "getting started" "user guide" "learn" * punctuation mistake while proof reading * getting started/user guide/learn proofread finished, front page translation updates, menu.ts is translated, some parts of translation.js is translated * minor changes in index and overview * tr/technology/chain proofread and corrections completed * syntax corrections in tr/technology/overview * Typo correction in chain/blocks * json translations * translation json translated * "Baslayin" changed to "Basla" in Menu * /tr/technology/bridge proofread completed, corrections made * /tr/technology/sequencer proofread, corrections completed * /tr/technology/zkevm and /tr/technology/security proofread and corrections completed * technology subheaders translation changed * mini term fix * Proof read dev * Warning titles have been changed * minor changes * a link, a prefix, and a minor main page correction * fix: npm run build now works with node 18.14.1 --------- * Curie updates (#289) * Curie updates (#271) * curie-update-libzkp-version * security nit * move contact info into highlight * change Aside type * Update running-a-scroll-node.mdx (#278) * nodeKey hashing are done with domain 512 not 256 Am currently making a storage prover in noir and found this error In the zktrie repo nodekeys are hashed with ToSecureKey() in type/util.go (afaik) https://github.com/scroll-tech/zktrie/blob/23181f209e94137f74337b150179aeb80c72e7c8/types/util.go#L107 ToSecureKey() uses Hash() in types/bytes32.go which uses HASH_DOMAIN_BYTE32 as domain which is 256 *2 (512) see here: https://github.com/scroll-tech/zktrie/blob/23181f209e94137f74337b150179aeb80c72e7c8/types/hash.go#L16 and here is where i did my test in noir :D (account leaf is lower in same file) https://github.com/jimjimvalkema/scrollZkStorageProofs/blob/bcdd922405e046e99787b8b47f374befac170779/ScrollStorageProver/src/main.nr#L168 * add get in touch button * Revert "add get in touch button" This reverts commit 5c695f2. * Curie update details (#286) * remove legacy flag for foundry * update Curie details * fix typo * oops * Add PR descriptions --------- * Merge pull request #338 from SahilAujla/develop add alchemy to scroll tools * Merge pull request #342 from jlin27/develop add 0x to dev tooling explorer * Merge to prod (#349) * Darwinv2 changes (#332) * darwinv2 changes * oops * note on reorgs and finality * formatting * added guide for the graph (#334) * add alchemy to scroll tools * update text in alchemy.mdx * add 0x to dev tooling explorer * fix feedback --------- * Publish Canvas guide (#371) * Darwinv2 changes (#332) * darwinv2 changes * oops * note on reorgs and finality * formatting * added guide for the graph (#334) * add alchemy to scroll tools * update text in alchemy.mdx * add 0x to dev tooling explorer * fix feedback * Guide for adding Canvas badges (#333) * add Canvas guide * fix * add to nav * display images side by side * feedback * add image margins * fix the title (#337) * Update the content detail and unbold text (#341) * fix the title * Unbold the text under toggle list * Update the content (#348) * fix the title * Unbold the text under toggle list * Update the content * small edits * Apply suggestions from code review * Isabellewei/canvas (#367) * fix the title * Unbold the text under toggle list * Update the content * update content based on the comments --------- --------- --------- * add pyth to scroll * fix pyth excerpt * fix typos --------- Co-authored-by: mariobern <[email protected]> Co-authored-by: Daniel Helm <[email protected]> Co-authored-by: Ahmed Castro <[email protected]> Co-authored-by: emremreistaken <[email protected]> Co-authored-by: emremre <[email protected]> Co-authored-by: memduh <[email protected]> Co-authored-by: bahribugra <[email protected]> Co-authored-by: Dilara <[email protected]> Co-authored-by: isabellewei <[email protected]> Co-authored-by: colinlyguo <[email protected]> Co-authored-by: colin <[email protected]> Co-authored-by: Sina Pilehchiha <[email protected]> Co-authored-by: Péter Garamvölgyi <[email protected]> Co-authored-by: jimjimvalkema <[email protected]> Co-authored-by: zhengqi zhang <[email protected]> Co-authored-by: vincent <[email protected]> Co-authored-by: ChuhanJin <[email protected]> Co-authored-by: AK <[email protected]> Co-authored-by: Sahil Aujla <[email protected]> Co-authored-by: Jessica Lin <[email protected]> Co-authored-by: fanyarachel <[email protected]> Co-authored-by: Morty <[email protected]> * added a small message on image (#437) (#438) * Payments demo (#439) (#446) * created what to build section * added 3 what-to-build tutorials * removed canvas badges integration guide (#449) * Payments demo (#439) * added payments tutorial * created what to build directory * added the github link * typo * added 3 what-to-build tutorials * removed canvas guide (#448) --------- Co-authored-by: Daniel Helm <[email protected]> Co-authored-by: emremreistaken <[email protected]> Co-authored-by: emremre <[email protected]> Co-authored-by: memduh <[email protected]> Co-authored-by: bahribugra <[email protected]> Co-authored-by: Dilara <[email protected]> Co-authored-by: isabellewei <[email protected]> Co-authored-by: colinlyguo <[email protected]> Co-authored-by: colin <[email protected]> Co-authored-by: Sina Pilehchiha <[email protected]> Co-authored-by: Péter Garamvölgyi <[email protected]> Co-authored-by: jimjimvalkema <[email protected]> Co-authored-by: zhengqi zhang <[email protected]> Co-authored-by: vincent <[email protected]> Co-authored-by: ChuhanJin <[email protected]> Co-authored-by: emilyJLin95 <[email protected]> Co-authored-by: AK <[email protected]> Co-authored-by: Sahil Aujla <[email protected]> Co-authored-by: Jessica Lin <[email protected]> Co-authored-by: fanyarachel <[email protected]> Co-authored-by: Morty <[email protected]> Co-authored-by: mariobern <[email protected]> Co-authored-by: rhbdl <[email protected]> Co-authored-by: Scroll-Filbert <[email protected]> * Using same sidebar as production (#452) * feat: Add turkish transalation (build fix) (#256) (#257) * lang "tr" added, sections "getting-started" and "user-guide" is translated accordingly * Update overview.md * technology/bridge turkish translations are added * lang[tr] user-guide finalized * learn added, getting started improvements * /learn and most of the /technology is translated to lang[tr] * /technology/chain finished * /developers section translations to lang[tr] * /developers developer-quickstart and transaction-fees-on-scroll translated to lang[tr] * /developers section finished except guides part. some other language correctments in lang[tr] * execution-node-tr completed * rollup-node-tr completed * /developers/guides is completed * added lang[tr] for welcome page frontend * cross-domain-messaging-tr completed * deposit-gateways-tr completed * withdraw-gateways-tr completed * minor improvements * visual bugs fixed in kzg schemes lang[tr] * minor improvements * general language improvements and word suffix correctments lang[tr] * translation completions of some overlooked technical terms lang[tr] * minor fix * term improvements * minor improvements in terms * minor punctuation suffix correction * minor punctuation suffix fixes * more minor improvements * minor update * zktrie.mdx güncelleme * refactor * /technology/sequencer/zktrie.mdx translation completed * refactor * mini typo in kzg schemes * mempool changes * Bridge part refactor * Withdraw-gateways refactor * Minor translation fixes in Learn folder. * Zktrie and Zkevm part * minor corrections in translations of rollup, opcode and hash * minor corrections in gateway translation * minor translation corrections * "SB" changed to ZK in get started, learn and devs * "Haberci"ler "Messenger"a donusturuldu. * local preview fixes * proof read "getting started" "user guide" "learn" * punctuation mistake while proof reading * getting started/user guide/learn proofread finished, front page translation updates, menu.ts is translated, some parts of translation.js is translated * minor changes in index and overview * tr/technology/chain proofread and corrections completed * syntax corrections in tr/technology/overview * Typo correction in chain/blocks * json translations * translation json translated * "Baslayin" changed to "Basla" in Menu * /tr/technology/bridge proofread completed, corrections made * /tr/technology/sequencer proofread, corrections completed * /tr/technology/zkevm and /tr/technology/security proofread and corrections completed * technology subheaders translation changed * mini term fix * Proof read dev * Warning titles have been changed * minor changes * a link, a prefix, and a minor main page correction * fix: npm run build now works with node 18.14.1 --------- Co-authored-by: emremreistaken <[email protected]> Co-authored-by: emremre <[email protected]> Co-authored-by: memduh <[email protected]> Co-authored-by: bahribugra <[email protected]> Co-authored-by: Dilara <[email protected]> * Curie updates (#289) * Curie updates (#271) * curie-update-libzkp-version * security nit * move contact info into highlight * change Aside type * Update running-a-scroll-node.mdx (#278) * nodeKey hashing are done with domain 512 not 256 Am currently making a storage prover in noir and found this error In the zktrie repo nodekeys are hashed with ToSecureKey() in type/util.go (afaik) https://github.com/scroll-tech/zktrie/blob/23181f209e94137f74337b150179aeb80c72e7c8/types/util.go#L107 ToSecureKey() uses Hash() in types/bytes32.go which uses HASH_DOMAIN_BYTE32 as domain which is 256 *2 (512) see here: https://github.com/scroll-tech/zktrie/blob/23181f209e94137f74337b150179aeb80c72e7c8/types/hash.go#L16 and here is where i did my test in noir :D (account leaf is lower in same file) https://github.com/jimjimvalkema/scrollZkStorageProofs/blob/bcdd922405e046e99787b8b47f374befac170779/ScrollStorageProver/src/main.nr#L168 * add get in touch button * Revert "add get in touch button" This reverts commit 5c695f2. * Curie update details (#286) * remove legacy flag for foundry * update Curie details * fix typo * oops * Add PR descriptions --------- Co-authored-by: colinlyguo <[email protected]> Co-authored-by: colin <[email protected]> Co-authored-by: Sina Pilehchiha <[email protected]> Co-authored-by: Péter Garamvölgyi <[email protected]> Co-authored-by: jimjimvalkema <[email protected]> Co-authored-by: Daniel Helm <[email protected]> Co-authored-by: zhengqi zhang <[email protected]> * Merge pull request #338 from SahilAujla/develop add alchemy to scroll tools * Merge pull request #342 from jlin27/develop add 0x to dev tooling explorer * Merge to prod (#349) * Darwinv2 changes (#332) * darwinv2 changes * oops * note on reorgs and finality * formatting * added guide for the graph (#334) * add alchemy to scroll tools * update text in alchemy.mdx * add 0x to dev tooling explorer * fix feedback --------- Co-authored-by: AK <[email protected]> Co-authored-by: Sahil Aujla <[email protected]> Co-authored-by: emilyJLin95 <[email protected]> Co-authored-by: Jessica Lin <[email protected]> * Publish Canvas guide (#371) * Darwinv2 changes (#332) * darwinv2 changes * oops * note on reorgs and finality * formatting * added guide for the graph (#334) * add alchemy to scroll tools * update text in alchemy.mdx * add 0x to dev tooling explorer * fix feedback * Guide for adding Canvas badges (#333) * add Canvas guide * fix * add to nav * display images side by side * feedback * add image margins * fix the title (#337) * Update the content detail and unbold text (#341) * fix the title * Unbold the text under toggle list * Update the content (#348) * fix the title * Unbold the text under toggle list * Update the content * small edits * Apply suggestions from code review Co-authored-by: Péter Garamvölgyi <[email protected]> * Isabellewei/canvas (#367) * fix the title * Unbold the text under toggle list * Update the content * update content based on the comments --------- Co-authored-by: isabellewei <[email protected]> --------- Co-authored-by: fanyarachel <[email protected]> Co-authored-by: Péter Garamvölgyi <[email protected]> --------- Co-authored-by: AK <[email protected]> Co-authored-by: Sahil Aujla <[email protected]> Co-authored-by: emilyJLin95 <[email protected]> Co-authored-by: Jessica Lin <[email protected]> Co-authored-by: fanyarachel <[email protected]> Co-authored-by: Péter Garamvölgyi <[email protected]> * feat(docs): add Pyth to Scroll docs (#413) (#415) * feat: Add turkish transalation (build fix) (#256) (#257) * lang "tr" added, sections "getting-started" and "user-guide" is translated accordingly * Update overview.md * technology/bridge turkish translations are added * lang[tr] user-guide finalized * learn added, getting started improvements * /learn and most of the /technology is translated to lang[tr] * /technology/chain finished * /developers section translations to lang[tr] * /developers developer-quickstart and transaction-fees-on-scroll translated to lang[tr] * /developers section finished except guides part. some other language correctments in lang[tr] * execution-node-tr completed * rollup-node-tr completed * /developers/guides is completed * added lang[tr] for welcome page frontend * cross-domain-messaging-tr completed * deposit-gateways-tr completed * withdraw-gateways-tr completed * minor improvements * visual bugs fixed in kzg schemes lang[tr] * minor improvements * general language improvements and word suffix correctments lang[tr] * translation completions of some overlooked technical terms lang[tr] * minor fix * term improvements * minor improvements in terms * minor punctuation suffix correction * minor punctuation suffix fixes * more minor improvements * minor update * zktrie.mdx güncelleme * refactor * /technology/sequencer/zktrie.mdx translation completed * refactor * mini typo in kzg schemes * mempool changes * Bridge part refactor * Withdraw-gateways refactor * Minor translation fixes in Learn folder. * Zktrie and Zkevm part * minor corrections in translations of rollup, opcode and hash * minor corrections in gateway translation * minor translation corrections * "SB" changed to ZK in get started, learn and devs * "Haberci"ler "Messenger"a donusturuldu. * local preview fixes * proof read "getting started" "user guide" "learn" * punctuation mistake while proof reading * getting started/user guide/learn proofread finished, front page translation updates, menu.ts is translated, some parts of translation.js is translated * minor changes in index and overview * tr/technology/chain proofread and corrections completed * syntax corrections in tr/technology/overview * Typo correction in chain/blocks * json translations * translation json translated * "Baslayin" changed to "Basla" in Menu * /tr/technology/bridge proofread completed, corrections made * /tr/technology/sequencer proofread, corrections completed * /tr/technology/zkevm and /tr/technology/security proofread and corrections completed * technology subheaders translation changed * mini term fix * Proof read dev * Warning titles have been changed * minor changes * a link, a prefix, and a minor main page correction * fix: npm run build now works with node 18.14.1 --------- * Curie updates (#289) * Curie updates (#271) * curie-update-libzkp-version * security nit * move contact info into highlight * change Aside type * Update running-a-scroll-node.mdx (#278) * nodeKey hashing are done with domain 512 not 256 Am currently making a storage prover in noir and found this error In the zktrie repo nodekeys are hashed with ToSecureKey() in type/util.go (afaik) https://github.com/scroll-tech/zktrie/blob/23181f209e94137f74337b150179aeb80c72e7c8/types/util.go#L107 ToSecureKey() uses Hash() in types/bytes32.go which uses HASH_DOMAIN_BYTE32 as domain which is 256 *2 (512) see here: https://github.com/scroll-tech/zktrie/blob/23181f209e94137f74337b150179aeb80c72e7c8/types/hash.go#L16 and here is where i did my test in noir :D (account leaf is lower in same file) https://github.com/jimjimvalkema/scrollZkStorageProofs/blob/bcdd922405e046e99787b8b47f374befac170779/ScrollStorageProver/src/main.nr#L168 * add get in touch button * Revert "add get in touch button" This reverts commit 5c695f2. * Curie update details (#286) * remove legacy flag for foundry * update Curie details * fix typo * oops * Add PR descriptions --------- * Merge pull request #338 from SahilAujla/develop add alchemy to scroll tools * Merge pull request #342 from jlin27/develop add 0x to dev tooling explorer * Merge to prod (#349) * Darwinv2 changes (#332) * darwinv2 changes * oops * note on reorgs and finality * formatting * added guide for the graph (#334) * add alchemy to scroll tools * update text in alchemy.mdx * add 0x to dev tooling explorer * fix feedback --------- * Publish Canvas guide (#371) * Darwinv2 changes (#332) * darwinv2 changes * oops * note on reorgs and finality * formatting * added guide for the graph (#334) * add alchemy to scroll tools * update text in alchemy.mdx * add 0x to dev tooling explorer * fix feedback * Guide for adding Canvas badges (#333) * add Canvas guide * fix * add to nav * display images side by side * feedback * add image margins * fix the title (#337) * Update the content detail and unbold text (#341) * fix the title * Unbold the text under toggle list * Update the content (#348) * fix the title * Unbold the text under toggle list * Update the content * small edits * Apply suggestions from code review * Isabellewei/canvas (#367) * fix the title * Unbold the text under toggle list * Update the content * update content based on the comments --------- --------- --------- * add pyth to scroll * fix pyth excerpt * fix typos --------- Co-authored-by: mariobern <[email protected]> Co-authored-by: Daniel Helm <[email protected]> Co-authored-by: Ahmed Castro <[email protected]> Co-authored-by: emremreistaken <[email protected]> Co-authored-by: emremre <[email protected]> Co-authored-by: memduh <[email protected]> Co-authored-by: bahribugra <[email protected]> Co-authored-by: Dilara <[email protected]> Co-authored-by: isabellewei <[email protected]> Co-authored-by: colinlyguo <[email protected]> Co-authored-by: colin <[email protected]> Co-authored-by: Sina Pilehchiha <[email protected]> Co-authored-by: Péter Garamvölgyi <[email protected]> Co-authored-by: jimjimvalkema <[email protected]> Co-authored-by: zhengqi zhang <[email protected]> Co-authored-by: vincent <[email protected]> Co-authored-by: ChuhanJin <[email protected]> Co-authored-by: AK <[email protected]> Co-authored-by: Sahil Aujla <[email protected]> Co-authored-by: Jessica Lin <[email protected]> Co-authored-by: fanyarachel <[email protected]> Co-authored-by: Morty <[email protected]> * added a small message on image (#437) (#438) * Payments demo (#439) (#446) * created what to build section * added 3 what-to-build tutorials * removed canvas badges integration guide (#449) * Payments demo (#439) * added payments tutorial * created what to build directory * added the github link * typo * added 3 what-to-build tutorials * removed canvas guide (#448) * Update sidebar.ts --------- Co-authored-by: Daniel Helm <[email protected]> Co-authored-by: emremreistaken <[email protected]> Co-authored-by: emremre <[email protected]> Co-authored-by: memduh <[email protected]> Co-authored-by: bahribugra <[email protected]> Co-authored-by: Dilara <[email protected]> Co-authored-by: isabellewei <[email protected]> Co-authored-by: colinlyguo <[email protected]> Co-authored-by: colin <[email protected]> Co-authored-by: Sina Pilehchiha <[email protected]> Co-authored-by: Péter Garamvölgyi <[email protected]> Co-authored-by: jimjimvalkema <[email protected]> Co-authored-by: zhengqi zhang <[email protected]> Co-authored-by: vincent <[email protected]> Co-authored-by: ChuhanJin <[email protected]> Co-authored-by: emilyJLin95 <[email protected]> Co-authored-by: AK <[email protected]> Co-authored-by: Sahil Aujla <[email protected]> Co-authored-by: Jessica Lin <[email protected]> Co-authored-by: fanyarachel <[email protected]> Co-authored-by: Morty <[email protected]> Co-authored-by: mariobern <[email protected]> Co-authored-by: rhbdl <[email protected]> Co-authored-by: Scroll-Filbert <[email protected]> --------- Co-authored-by: Daniel Helm <[email protected]> Co-authored-by: emremreistaken <[email protected]> Co-authored-by: emremre <[email protected]> Co-authored-by: memduh <[email protected]> Co-authored-by: bahribugra <[email protected]> Co-authored-by: Dilara <[email protected]> Co-authored-by: isabellewei <[email protected]> Co-authored-by: colinlyguo <[email protected]> Co-authored-by: colin <[email protected]> Co-authored-by: Sina Pilehchiha <[email protected]> Co-authored-by: Péter Garamvölgyi <[email protected]> Co-authored-by: jimjimvalkema <[email protected]> Co-authored-by: zhengqi zhang <[email protected]> Co-authored-by: vincent <[email protected]> Co-authored-by: ChuhanJin <[email protected]> Co-authored-by: emilyJLin95 <[email protected]> Co-authored-by: AK <[email protected]> Co-authored-by: Sahil Aujla <[email protected]> Co-authored-by: Jessica Lin <[email protected]> Co-authored-by: fanyarachel <[email protected]> Co-authored-by: Morty <[email protected]> Co-authored-by: mariobern <[email protected]> Co-authored-by: rhbdl <[email protected]> Co-authored-by: Scroll-Filbert <[email protected]> * Added developer ecosystem page (#463) * add versions to Euclid upgrade page * Update euclid-upgrade.mdx * Update euclid-upgrade.mdx * feat: update geth node new flag * update contract version * Added ecosystem page (#458) * added developer ecosystem page * added more dune graphs * developer ecosystem page ready * updated dashboard link --------- Co-authored-by: jonastheis <[email protected]> Co-authored-by: Zhang Zhuo <[email protected]> Co-authored-by: Morty <[email protected]> Co-authored-by: Morty <[email protected]> Co-authored-by: Péter Garamvölgyi <[email protected]> * fix ecosystem page --------- Co-authored-by: Daniel Helm <[email protected]> Co-authored-by: emremreistaken <[email protected]> Co-authored-by: emremre <[email protected]> Co-authored-by: memduh <[email protected]> Co-authored-by: bahribugra <[email protected]> Co-authored-by: Dilara <[email protected]> Co-authored-by: isabellewei <[email protected]> Co-authored-by: colinlyguo <[email protected]> Co-authored-by: colin <[email protected]> Co-authored-by: Sina Pilehchiha <[email protected]> Co-authored-by: Péter Garamvölgyi <[email protected]> Co-authored-by: jimjimvalkema <[email protected]> Co-authored-by: zhengqi zhang <[email protected]> Co-authored-by: vincent <[email protected]> Co-authored-by: ChuhanJin <[email protected]> Co-authored-by: emilyJLin95 <[email protected]> Co-authored-by: AK <[email protected]> Co-authored-by: Sahil Aujla <[email protected]> Co-authored-by: Jessica Lin <[email protected]> Co-authored-by: fanyarachel <[email protected]> Co-authored-by: Morty <[email protected]> Co-authored-by: mariobern <[email protected]> Co-authored-by: rhbdl <[email protected]> Co-authored-by: Scroll-Filbert <[email protected]> Co-authored-by: jonastheis <[email protected]> Co-authored-by: Zhang Zhuo <[email protected]> Co-authored-by: Morty <[email protected]>
1 parent b227f62 commit 5f2227f

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

src/content/docs/en/developers/developer-ecosystem.mdx

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Explore Scroll’s most active ecosystem tooling and integrate it into your proj
2121

2222
Higher DEX volume creates more yield for liquidity providers and brings more arbitrage opportunities. As a builder, you can permissionlessly integrate your application with DEXs to provide swaps or generate yield for your users.
2323

24-
<iframe src="https://dune.com/embeds/5480665/8932246"/>
24+
<iframe src="https://dune.com/embeds/5450198/8891807"/>
2525

2626
| Dex | Contract | Docs |
2727
| - | - |- |
@@ -52,7 +52,7 @@ DEXes with more liquidity will lead to less slippage when performing swaps.
5252

5353
Bridges provide not only ERC-20 token transfers but also are able to send arbitrary data cross-chains. A higher number of transactions signals user preference and trust in the bridge.
5454

55-
<iframe src="https://dune.com/embeds/5480574/8932121"/>
55+
<iframe src="https://dune.com/embeds/5328584/8734000"/>
5656

5757
| Bridge | Contract | Docs |
5858
| - | - |- |
@@ -83,13 +83,11 @@ Liquid Staking Tokens produce yield by just holding them on the wallet by a proc
8383

8484
<iframe src="https://dune.com/embeds/5515252/8983149"/>
8585

86-
# Recommended Developer Tooling
86+
# Oracles on Scroll
8787

88-
Useful tools and services to help you build on Scroll.
88+
Oracles offer services that blockchains can't handle natively, by bringing in data from the outside world. In the Scroll ecosystem, Chainlink provides price feeds, while Anyrand supplies decentralized randomness.
8989

90-
| VRF | Description | Contract | Docs |
91-
| - | - | - | - |
92-
| Chainlink | Token price feeds. | [Chainlink Price Feeds](https://docs.chain.link/data-feeds/price-feeds/addresses?page=1&testnetPage=1&network=scroll) | [Price Feeds Documentation](https://docs.chain.link/data-feeds/using-data-feeds) |
93-
| Pimlico | Gass-less experience, account abstraction infrastructure and boundlers. | n/a | [Pimlico docs](https://docs.pimlico.io/) |
94-
| Privy | Wallet and onboardking. | n/a | [Privy docs](https://docs.privy.io/welcome) |
95-
| Anyrand | Random number generator oracle. | [Anyrand Contract Address](https://docs.anyrand.com/using-anyrand/supported-networks) | [Anyrand Documentation](https://docs.anyrand.com/) |
90+
| VRF | Contract | Docs |
91+
| - | - |- |
92+
| Anyrand | [Anyrand Contract Address](https://docs.anyrand.com/using-anyrand/supported-networks) | [Anyrand Documentation](https://docs.anyrand.com/) |
93+
| Chainlink | [Chainlink Price Feeds](https://docs.chain.link/data-feeds/price-feeds/addresses?page=1&testnetPage=1&network=scroll) | [Price Feeds Documentation](https://docs.chain.link/data-feeds/using-data-feeds) |

0 commit comments

Comments
 (0)