Commit Graph

33 Commits

Author SHA1 Message Date
taycaldwell
4eaaf4ce4e Remove duplicate Security link in sidebar (#401) 2024-04-03 15:03:04 -04:00
taycaldwell
47ca5b7b77 Docs Site Revamp: Tutorials (#370)
* Add discord, twitter, and github icons.

* Update docusaurus.

* Move security page to sidebar.

* Remove copyright from site footers.

* Add caret icons for dropdown css override.

* Build and style custom docs navbar.

* Resolve Icon merge conflict.

* Change Developers dropdown to Builders.

* lint: Remove unused variable

* Add tutorials; initial commit

* Add and display new frontmatter

* Convert tutorials to single page pt. 1

* Update tutorial data; fix paths

* Ecopage - rubyscore + lore logos (#373)

* Update ecosystem.json (#374)

* Fix incorrectly rendering open graph metadata (#369)

* feat(web): Serve dynamic og:metadata server-side

* feat(docs): Serve dynamic og:metadata server-side

* fix(web): Resolve linting errors

* fix(web): Linting

* fix(web): Additional linting corrections

* fix(web): Resolve Typescript-related syntax error

* refactor(web): Add ogData to data structure

* fix(ecosystem): Typo in partner image name (#375)

* feat(bridge): Add planned paused note to top of page (#376)

* Update hyperframes to use state (#377)

* Update hyperframes to use state

* Respond to feedback

* fix(bridge): Add default open graph metadata (#378)

* Added Moralis to data indexers (#371)

* Added Moralis to data indexers

* typos

* Update copy

* Remove superlatives

---------

Co-authored-by: taycaldwell <taylor.lee.caldwell@gmail.com>

* docs(bridge): Update bridge pause to new date (#381)

* mention setting `OP_NODE_L1_BEACON` (#380)

* feat(docs): Add Uniswap V3 Base Sepolia contracts (#382)

* Improve loading experience on jobs page (#389)

* Docs Site Revamp: Navbar, Sidebar, and Doc Page (#379)

* Add discord, twitter, and github icons.

* Update docusaurus.

* Move security page to sidebar.

* Remove copyright from site footers.

* Add caret icons for dropdown css override.

* Build and style custom docs navbar.

* Resolve Icon merge conflict.

* Change Developers dropdown to Builders.

* lint: Remove unused variable

* Re-add node polyfills required for cookie manager to work.

* Disable DocFeedback component.

* Disable paginator and table of contents.

* Add collapse icons for css override.

* Fix Modal overlay styles.

* Adjust DocChat floating button position.

* Reorganize and restyle sidebar for new design.

* Update gray0 and modal overlay styles.

* Add stylesheet for new doc page styles.

* Remove TODO. Add sidebar link hover styles.

* Move responsive styles to bottom.

* Disable breadcrumb component. Update layout spacing.

---------

Co-authored-by: taycaldwell <taylor.lee.caldwell@gmail.com>

* refactor(bridge): Drop bridge maintenance notice (#390)

* Add tutorials; initial commit

* Add and display new frontmatter

* Update tutorial data

* Fix frontmatter

* Update TOC

* Update tutorials page

* Update toc margin

* fix nested categories in sidebar

* Add all tutorials back link

---------

Co-authored-by: Jacob Moore <jacob.moore@coinbase.com>
Co-authored-by: Kathryn <kathryn.snow@coinbase.com>
Co-authored-by: wbnns <hello@wbnns.com>
Co-authored-by: Brian Doyle <brian.doyle@coinbase.com>
Co-authored-by: Filip Martinsson <martinsson.filip@gmail.com>
Co-authored-by: abhi <abhijeet.bhagat@gmx.com>
Co-authored-by: Matthew Bunday <matthew.bunday@coinbase.com>
2024-03-28 11:33:18 -07:00
jacob-moore-cb
d492aab30b Docs Site Revamp: Navbar, Sidebar, and Doc Page (#379)
* Add discord, twitter, and github icons.

* Update docusaurus.

* Move security page to sidebar.

* Remove copyright from site footers.

* Add caret icons for dropdown css override.

* Build and style custom docs navbar.

* Resolve Icon merge conflict.

* Change Developers dropdown to Builders.

* lint: Remove unused variable

* Re-add node polyfills required for cookie manager to work.

* Disable DocFeedback component.

* Disable paginator and table of contents.

* Add collapse icons for css override.

* Fix Modal overlay styles.

* Adjust DocChat floating button position.

* Reorganize and restyle sidebar for new design.

* Update gray0 and modal overlay styles.

* Add stylesheet for new doc page styles.

* Remove TODO. Add sidebar link hover styles.

* Move responsive styles to bottom.

* Disable breadcrumb component. Update layout spacing.

---------

Co-authored-by: taycaldwell <taylor.lee.caldwell@gmail.com>
2024-03-27 13:44:59 -07:00
Brian Doyle
ff61ee4346 Add frame transaction tutorial (#352)
* Add frame transaction tutorial

* Fix
2024-03-08 10:28:08 -01:00
Brian Doyle
bbfc154bc8 Add Linked Mint Frame Guide (#333)
* Add simple linked mint frame

* Add guide to sidebar

* Address comments

* Fix broken frontmatter
2024-02-23 17:25:58 -05:00
Brian Doyle
8058f04fc0 Add hyperframes tutorial (#329)
* Add hyperframes tutorial

* Fix admonition

* Respond to feedback and add missing section
2024-02-20 11:37:26 -05:00
Brian Doyle
daed3bb031 Add advanced frames guide (#322)
* Add advanced frames guide

* Respond to feedback

* Fix comma
2024-02-10 00:19:53 -01:00
Brian Doyle
2c24d379af Add guide for deploy with vercel (#306) 2024-02-06 15:07:59 -05:00
taycaldwell
37affdd329 Add Account Abstraction (Biconomy) guide (#283)
* Add Account Abstraction (Biconomy) guide

* Update keywords to include Particle

* Add line highlighting to code blocks

* Add consistent styling to objectives

* Update account-abstraction-with-biconomy.md

* Update account-abstraction-with-biconomy.md

* Update account-abstraction-with-biconomy.md

* Address comments
2024-02-05 13:43:08 -05:00
Brian Doyle
654ce899f5 Add guide for Farcaster Frames (#300) 2024-02-02 20:20:23 -05:00
jacob-moore-cb
3fad1c70bc Add Cookie Manager and Add CCA Device Tracking (#295)
* Add Coinbase cookie banner to Base Web.

* Base Web - Add cookie policy page and cookie manager. Init CCA with device ID cookie.

* Base Docs - Add cookie policy page and cookie manager. Init CCA with device ID cookie.

* Add custom CookieBanner theme to improve contrast.

* Ignore eslint rule affecting useCookie from @coinbase/cookie-manager.

* Explicitly set base.org domain for cookie.

* Remove domain param from setCookie.
2024-01-31 13:41:40 -08:00
Brian Doyle
48c86324a0 Rename and publish svg nft guide (#293) 2024-01-31 09:37:26 -05:00
jacob-moore-cb
bc78f6234a Revert "Add Cookie Manager and Add CCA Device Tracking" (#286) 2024-01-29 22:36:56 -01:00
jacob-moore-cb
15a66ea3d4 Add Cookie Manager and Add CCA Device Tracking (#284)
* Add Coinbase cookie banner to Base Web.

* Base Web - Add cookie policy page and cookie manager. Init CCA with device ID cookie.

* Base Docs - Add cookie policy page and cookie manager. Init CCA with device ID cookie.

* Add custom CookieBanner theme to improve contrast.

* Ignore eslint rule affecting useCookie from @coinbase/cookie-manager.

* Explicitly set base.org domain for cookie.
2024-01-29 14:25:23 -08:00
jacob-moore-cb
795ba3cbae Revert "Add Cookie Manager and Add CCA Device Tracking" (#272) 2024-01-22 11:45:25 -08:00
jacob-moore-cb
b549065ddd Add Cookie Manager and Add CCA Device Tracking (#257)
* Add Coinbase cookie banner to Base Web.

* Base Web - Add cookie policy page and cookie manager. Init CCA with device ID cookie.

* Base Docs - Add cookie policy page and cookie manager. Init CCA with device ID cookie.

* Add custom CookieBanner theme to improve contrast.

* Ignore eslint rule affecting useCookie from @coinbase/cookie-manager.
2024-01-22 09:56:56 -08:00
Rohit Ramesh
3c01082663 Update sidebars.js to add NFT Checkout (#266)
https://docs.base.org/tools/nft-checkout/

This category was not showing up on the sidebar under "Tools". Committing this change to add it
2024-01-19 17:21:22 -05:00
taycaldwell
b6056eb7c2 Add LayerZero V2 Guide (#262) 2024-01-19 12:32:23 -05:00
taycaldwell
07b7107fcb Add cross-chain messaging guide (using Chainlink CCIP) (#241)
* Add Chainlink CCIP guide

* Address minor comments

* Add CCIP high level concepts

* Update CCIP concepts
2024-01-12 13:57:51 -08:00
Brian Doyle
60c068783c Add Building with Foundry Guide (#224)
* Additional edits

* Add Foundry to sidebar

* Respond to feedback
2023-12-22 13:35:16 -05:00
Brian Doyle
e57a7d6ea3 Guide: Privy and the Base Paymaster (#222)
* Move Aaron's articles to main repo

Co-authored-by: amhayslipcb <aaron.hayslip@coinbase.com>

* Edit intro

* Edit Intro to Privy

* Partial implementing paymaster

* Finish privy and base paymaster

* Fix overview titles

* Resolve feedback

---------

Co-authored-by: amhayslipcb <aaron.hayslip@coinbase.com>
2023-12-22 13:08:31 -05:00
neodaoist
b454a2f497 Neo/write foundry deployment guide (#179)
* Initial draft of Foundry guide

* Update to latest OZ version

* Finish first draft of Foundry deploy tutorial

* Align Hardhat tutorial Solidity versions

* Polish tutorial content

* Keep Hardhat import style

* Update tutorial to use secure keystore
2023-12-19 22:52:13 -01:00
taycaldwell
8c60e6c3e8 Add Supra dVRF guide (#210)
* Add Supra dVRF guide

* Update using-supra-vrf.md
2023-12-19 22:51:18 -01:00
taycaldwell
b7a402f68f Add Pyth Network guide (#209)
* Add Pyth Network guide

* Update using-pyth-price-feeds.md
2023-12-19 22:43:54 -01:00
taycaldwell
d2891eed12 Add Chainlink Data Feeds guide (#208)
* Add Chainlink guide

* on-chain -> onchain

* Update using-chainlink-price-feeds.md
2023-12-19 22:25:36 -01:00
taycaldwell
7f98889d96 Add Account Abstraction tooling (#211)
* Add Account Abstraction tooling

* Update account-abstraction.md
2023-12-19 12:32:26 -08:00
taycaldwell
1227b3bebd Add user onboarding tools (#165)
* Add user onboarding tools

* Sort alphabetically

* Sort sidebar
2023-11-29 06:16:14 -08:00
Brian Doyle
ea4aca0885 Brian doyle/add connecting to chain mod (#132)
* Start doc

* Add connecting to blockchain reading

* Address Aaron's feedback

* Partial: Add configuring providers

* Partial

* Apply feedback, final edits, sidebar

* Fix rainbowkit link

* Fix typo
2023-11-20 15:28:47 -05:00
Brian Doyle
86ac49eca6 Launch Hardhat Tools and Testing module (#104)
* Launch Hardhat Tools and Testing module

* Fix broken links

* Fix link and typos

* Add context to links to Basecamp
2023-11-03 14:07:24 -04:00
Brian Doyle
a1fb68e131 Purge dApp in favor of app or onchain app (#90) 2023-10-26 13:09:14 -04:00
taycaldwell
813974d176 Add Tenderly smart contract guide (#58) 2023-10-12 07:35:12 -07:00
rcbgr
197338a579 Remove Truffle (#25)
* Remove

* remove truffle from sidebar

---------

Co-authored-by: Nick Morgan <nick.morgan@coinbase.com>
2023-10-02 12:15:38 -04:00
Matthew Bunday
2872ecb0a1 Clean slate for open source 2023-09-19 16:21:42 -04:00