Commit Graph

421 Commits

Author SHA1 Message Date
fuder.eth
ffc2a7aaef Correct spelling mistakes in documentation and UI text (#1339)
* Fix typo in language selection dropdown message

* Fix spelling error in feedback modal header/footer

* Fix typo: `verifable` → `verifiable`
2024-12-09 07:52:14 +00:00
Woolfgm
49372fb918 Update contract-verification-sbs.md (#1340) 2024-12-08 23:49:05 -08:00
wbnns
6ee72b483a docs(notices): Add notice WRT deprecation of Geth archive snapshots, drop broken API3 urls (#1350)
* docs(notices): Add notice WRT deprecation of Geth archive snapshots

* fix(docs): Broken links upstream on API3
2024-12-08 20:53:58 -08:00
leopardracer
71b1f6cc5d fix: typos in documentation files (#1335)
* fix: Correct spelling

* fix: typo corrections in test files

* fix: typos in function and struct names

* fix: typos in security reporting documentation
2024-12-05 13:20:31 -08:00
Pavel Zaborskii
ab13e1950c fix: correct syntax of 'use client' directive (#1261) 2024-12-05 16:00:35 -01:00
zerod0t
9a0007f5a2 Various stylistic, grammatical and typographical errors in documentation (#1260)
* Spelling and syntax errors

* Typo

* Spelling

* typo
2024-12-05 08:58:45 -08:00
leopardracer
39c46133f3 fix: typos in documentation files (#1333)
* fix: spelling to British English

* fix: typo in error message

* fix: correct typo

* fix: typos in smart contract tutorial

* Update privacy-policy.md

* Update hardhat-verify-sbs.md
2024-12-05 08:49:25 -08:00
Deepak
ee14d0b026 Updated layerZero endpoint URL (#1236) 2024-12-05 08:26:55 -01:00
Noisy
abfb1c1861 Update foundry.md (#1258) 2024-12-04 12:58:04 -08:00
leopardracer
744f050ff1 Correction of Grammatical Errors (#1197)
* Update overview.md

* Update security.md

* Update using-base.md

* Update cookie-policy.mdx

* Update privacy-policy.md

* Update onboarding.md

* Update privacy-policy.md

* Update overview.md

* Update security.md

* Update cookie-policy.mdx

* Update overview.md

* Update privacy-policy.md

* Update privacy-policy.md
2024-12-04 07:50:13 -08:00
Pat
cf835db31a [Tutorial]: Enable ERC-20 Gas Payments with Coinbase Paymaster (#1306)
New tutorial for enabling ERC20 tokens for gas payments
2024-12-02 17:20:19 -08:00
Daniel Schlabach
c6a00bfe26 chore: update /getstarted path to /build (#1271) 2024-11-25 11:00:58 -08:00
Pat
3ddbdc5a5b docs(tutorial): Create tutorials for Paymaster/Wagmi + OCK Theme component (#1225)
* docstutorial): update 'Pay' component to 'Checkout' for consistency

* docs(tutorial): update reference link and objectives

* create OCK theme tutorial using swap component

* add paymaster tutorial and supporting images

---------

Co-authored-by: Eric Brown <eric.brown@coinbase.com>
2024-11-14 11:58:37 -08:00
Pavel Zaborskii
ac97665c4a correct quorum spelling in issue descriptions (#1212) 2024-11-07 11:15:17 -05:00
Pat
e8d2b458ab docstutorial): update 'Pay' component to 'Checkout' for consistency (#1209) 2024-11-07 10:32:16 -05:00
Davion Selever
6336a6a3e7 Corrected errors in docs (#1211) 2024-11-07 10:31:40 -05:00
witty
d189f3a93d Typo corrections (#1213)
* typo Update privacy-policy.md

The spelling error in the text.

* typo Update terms-of-service.md

There is one orthographic mistake.
2024-11-07 10:30:51 -05:00
mche-cb
2c24508c97 docs: Add app blocklist info (#1155) 2024-11-01 08:56:23 +09:00
Ian L.
8d72e3c78d Update Fault Proof contract addresses for Sepolia (#1167)
* Update Fault Proof contract addresses for Sepolia

Post-Granite, new implementation contracts were deployed,
but their new addresses were not reflected in the docs.

It is quite simple to independently verify.
The `DisputeGameFactoryProxy` should not have changed.

Staring with the game implementations, simply call the
read method, `gameImpls(uint32)`, to get the implementation
for game type 0 (`FaultDisputeGame`), and 1 (`PermissionedDisputeGame`).

From those addresses, you can then call the game implementations
to get the `MIPS` / VM (`vm()`), and `DelayedWETHProxy` (`weth()`)
addresses.

Sample command:

    cast call --rpc-url <ETH Sepolia RPC URL> 0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1 "gameImpls(uint32)" 0

The `AnchorStateRegistryProxy` should remain unchanged as well.

* Update apps/base-docs/docs/building-with-base/base-contracts.md

Co-authored-by: Alexis Williams <148368153+awilliams1-cb@users.noreply.github.com>

---------

Co-authored-by: Alexis Williams <148368153+awilliams1-cb@users.noreply.github.com>
2024-10-29 22:45:41 +09:00
Ian L.
872d2b396b Add addresses for Fault Proof contracts on Mainnet L1 (#1168)
* Add addresses for Fault Proof contracts on Mainnet L1

Similar to https://github.com/base-org/web/pull/656,
but for mainnet.

* Update apps/base-docs/docs/building-with-base/base-contracts.md

Co-authored-by: Alexis Williams <148368153+awilliams1-cb@users.noreply.github.com>

---------

Co-authored-by: Alexis Williams <148368153+awilliams1-cb@users.noreply.github.com>
2024-10-29 13:22:25 +09:00
neodaoist
07662778b7 Update terms-of-service.md (#1154)
* Update terms-of-service.md

* Update terms-of-service.md
2024-10-25 13:31:32 -10:00
wbnns
912e3275eb docs: Add notice regarding fault proofs coming to mainnet on Base (#1138)
* docs(notices): Add notice for fault proofs on Base

* docs: Denote Base Mainnet in Fault Proofs notice

* docs: Incorporate fault proofs notice revisions

* fix(sidebar): Add link to fault proofs notice
2024-10-22 18:45:32 +00:00
Brendan from DeFi
3c2353e6e3 updated farcaster social link (#1096)
* updated farcaster social link

* remove link utm
2024-10-21 12:05:15 -07:00
Léo Galley
5fb8e55677 fix build (#1115) 2024-10-21 18:34:39 +00:00
Pat
66decf1ff9 [Tutorial] Apply custom theme to Swap component (#1098)
* add theme gif

* add styled swap component image

* add swap component before custom theme

* add tutorial for custom themes in OCK
2024-10-21 06:40:16 -07:00
Aditya Arora
e3bbd75a8f (feat) - Update Pyth Oracle (#798)
* (feat) - Update Pyth Oracle

* edits

* requested changes

* requested changes

* requested changes

* requested changes

* fix

---------

Co-authored-by: wbnns <hello@wbnns.com>
Co-authored-by: Brendan from DeFi <brendan.forster@coinbase.com>
2024-10-18 15:14:05 -07:00
Vansh Wassan
2855f83ecc Update: API3 under Oracles section (#575)
* update: API3

* fix: nits

---------

Co-authored-by: vanshwassan <vanshwassan@users.noreply.github.com>
Co-authored-by: wbnns <hello@wbnns.com>
2024-10-18 14:42:04 -07:00
Thibaut Rizzi
fd02c65aa4 docs(base-learn): fix arrow direction in evm architecture execution diagram (#1079)
Co-authored-by: Brendan from DeFi <brendan.forster@coinbase.com>
2024-10-18 13:34:00 -05:00
Dmitry
18a3205ea7 Update hardhat-events-sbs.md (#1078)
Incorrect: "harhdat"
Correct: "hardhat"

"Harhdat" is a misspelling of "hardhat," which refers to the Hardhat development environment for Ethereum smart contracts. The error appears to be a typographical mistake, where the letters are incorrectly ordered.

Co-authored-by: Brendan from DeFi <brendan.forster@coinbase.com>
2024-10-18 10:10:13 -07:00
Dmitry
a96103f8af Update basenames-tutorial.md (#1075)
I found a spelling mistake in the text. In the first sentence, the word "intergrate" is incorrect. It should be "integrate."
2024-10-18 16:31:24 +00:00
Dmitry
05e6076852 Update 01_basename_social_dropdown.md (#1077)
The corrected word is "component."
2024-10-18 16:30:52 +00:00
Dmitry
29303205ee Update quickstart.md (#1076)
The word "Lets" should be contracted to "Let's" to indicate "let us." This is a common grammatical error.
2024-10-18 16:30:36 +00:00
neodaoist
9366e89431 Add Registry API docs to left side nav (#652)
* Add Registry API docs to left side nav

* Fix formatting

* Update sidebars.js to include Registry link

* Update sidebars.js
2024-10-18 09:07:43 -07:00
Pat
8d594aebcd OCK Pay & Fund tutorials (#1072)
* add images for fund and pay tutorials

* add onramp config troubleshooting steps

* add images for pay and fund tutorials

* add images to pay tutorial

* update metadata for pay + fund tutorials

* use replace dapp with app

* update title for better SEO

* add callouts

* crop image and add markups

* add details to OnchainkitProviders step

* call out the changes needed for the config.ts step

* add hyperlink for react docs
2024-10-15 13:36:10 -07:00
Pat
57c8b57e52 Profile tutorial (#1051)
* Create a Basename Profile Dropdown tutorial

* add images

* add images to tutorial page

* crop image

* update intro
2024-10-14 12:09:22 -07:00
Brendan from DeFi
28453fecff Fix/remove basenames modal (#1061)
* remove basenames claim modal from web

* removed basenames modal from docs

* revert changes to tutorials data
2024-10-11 15:43:29 -07:00
Jack Chuma
a16234ef95 update file path for new NFT contract in description (#1048)
Co-authored-by: wbnns <hello@wbnns.com>
2024-10-08 14:54:42 +00:00
Cardo
78ea42dac9 Repair deadlinks (#1002) 2024-10-02 11:58:14 -07:00
Pat
23f285b157 [Tutorial]: Convert Farcaster Frames to Open Frames (#1023)
* add open frame conversion tutorial
Teaches developers how to convert their Farcaster Frame into an Open Frame to be compatible with their Basename.

* link image

* add image to assets folder

* comment out images
2024-09-30 16:04:12 -07:00
Eric Brown
cecbd879f9 Add Quickstart Guide to docs.base.org/docs (#998)
* Create quickstart guide

* Complete first draft of quick start guide

* Edit tutorial doc details

* Fix typos and ensure consistent styles

* Update the Why Base? tool tip

* fix emoji encoding (#996)

* Basename: Fix analytics events (#997)

* remove page events in favor of pageview

* fix invalid logging

* fixed env var references (#1003)

* updated bg and image for gs hero (#1001)

* Update Irys Dyanmic NFT example to use the latest version of Irys's tooling (#1000)

* Fix typos and demo code in docs (#995)

* Fix demo code in useWriteContract docs

* Fix typos

* Fix demo code

* Fix import path

* Correction of typos (#992)

* error-triage.md

Correction

* hardhat-verify-sbs.md

Correction

* data.json

Correction

* 5_cross-chain-with-layerzero.md

Correction

* feat: embedded farcaster frames (#762)

* initial draft of frame render

* render frames from text records

* fix build, https instead of * csp

* undo changes to base-docs

* no-verify repeat

* add xmtp signer

* fix build issue and add frame prompt element

* Extract TryNowHero component

* add second add-frame button

* Frame previews in modal

* Frame previews in modal

* Rough out copy and text hierachy

* More blocking

* fix property access on profile context

* add responsive layout

* Setup suggestion cards

* clean up pr

* clean up pr

* Update card icons

* Make AddFrameModal components modular

* fully functional farcaster frames

* get previews working

* polish

* Target arm64 architecture for web (#967)

* theme update

* try openframes first

* wip towards frame management page

* Revert "wip towards frame management page"

This reverts commit de4b6ebec833fd05d92adeae8179dab7b09a3725.

* Revert "Revert "wip towards frame management page""

This reverts commit 52a4555bb4464c145abb6cfa02ac4ac989b17a61.

* make page render

* get desktop frame builder ui working

* frame manager page w/ loading and some styles

* add back button

* better theme and add multi-add

* fix loading experience

* add mobile ux

* incorporate d furlong's suggestion re: frameImage fix

* dogfooding input from Rhea

* improved validation and copy

* improved loading state

* improve button and input styling

* add farcaster logout ux

* clean up sign-in ux

* clean up qr modal

* add swap frame

* clean up frame image sizing

* add a nice smooth transition in/out of loading states

* BAPP-579

* BAPP-585, BAPP-586

* BAPP-583

* BAPP-583

* move error handling up a level

* analytics

* improve mobile builder ux

* fix farcaster signer modal close issue--poll for text record changes on owned profiles

* center sign in with warpcast text

* yarn

* pr review from Leo

* lint

* add back nomination frame

* stick buttons to the bottom and center the loader

* revert csp changes

* add more logging and remove dead code

* be less spooky about the missing env vars

* add more info to error/analytics calls

* optimistic addition/removal of frames; improved warpcast sign-in

* remove columns experimentation

* fix masonry layout

* update icons for shelley

* rm unnecessary classnames call

* frame border radius nit

* style nits

* add dropped icon

* bunday review

---------

Co-authored-by: Matthew Bunday <matthew.bunday@coinbase.com>
Co-authored-by: David Roth <david.roth@coinbase.com>

* Basenames frames tutorial (#1005)

* add basenames frames tutorial without images

* add images to asset folder

* add images to tutorial

* add image of profile completion

* make basenames singular

* update slug to lowercase b in basename

* add reference links

* add basenames faq question

* reword what are frames paragraph

* add open spec link

* remove profile mentions

* fix: errors shouldn't mess with open frame support flag (#1008)

* Frames tutorial updates (#1010)

* update Claim Basename call to action

* update grammar on intro and second paragraph

* change example basename

* remove UL and turn into sentences

* Add owner registry componentId to cbgpt request (#1011)

* Remove the get an onchain summer pass (#1012)

* Fix typos

* Rebuild with correct checksum in tutorials data.json

* Fix artifacts in yarn.lock

---------

Co-authored-by: Léo Galley <contact@kirkas.ch>
Co-authored-by: Brendan from DeFi <brendan.forster@coinbase.com>
Co-authored-by: Luke Cassady-Dorion <luke@SPStories.com>
Co-authored-by: Luigi <luigi@umbrellavalidator.com>
Co-authored-by: Cypher Pepe <125112044+cypherpepe@users.noreply.github.com>
Co-authored-by: Jordan Frankfurt <jordanwfrankfurt@gmail.com>
Co-authored-by: Matthew Bunday <matthew.bunday@coinbase.com>
Co-authored-by: David Roth <david.roth@coinbase.com>
Co-authored-by: Pat <patrick.hughes@coinbase.com>
Co-authored-by: moggr <ricardo.moguel@coinbase.com>
2024-09-26 22:58:53 -05:00
Pat
b88c44d01c Frames tutorial updates (#1010)
* update Claim Basename call to action

* update grammar on intro and second paragraph

* change example basename

* remove UL and turn into sentences
2024-09-23 11:45:28 -07:00
Pat
b0ab81d3e5 Basenames frames tutorial (#1005)
* add basenames frames tutorial without images

* add images to asset folder

* add images to tutorial

* add image of profile completion

* make basenames singular

* update slug to lowercase b in basename

* add reference links

* add basenames faq question

* reword what are frames paragraph

* add open spec link

* remove profile mentions
2024-09-20 17:20:03 +00:00
Cypher Pepe
5122ad13b4 Correction of typos (#992)
* error-triage.md

Correction

* hardhat-verify-sbs.md

Correction

* data.json

Correction

* 5_cross-chain-with-layerzero.md

Correction
2024-09-20 09:38:06 -04:00
Luigi
ba77227710 Fix typos and demo code in docs (#995)
* Fix demo code in useWriteContract docs

* Fix typos

* Fix demo code

* Fix import path
2024-09-20 09:37:58 -04:00
Luke Cassady-Dorion
c00c00123e Update Irys Dyanmic NFT example to use the latest version of Irys's tooling (#1000) 2024-09-20 09:37:43 -04:00
omkar
6f5780f1a8 Update FAQ + remove subdomain from profile settings (#994) 2024-09-10 18:40:27 -04:00
Luigi
3af427d5ce Fix typos in frontend docs (#984)
* Fix typo in wallet-connectors.md

* Fix Markdown formatting for code block

* Fix code in example

* Consistent style to RainbowKit and wagmi

* Fix broken link to Optimism's network infomation
2024-09-10 15:37:56 +00:00
Brendan from DeFi
31fad382e5 added event logging to colormode toggle (#988) 2024-09-09 10:00:53 -07:00
wbnns
37312e2ff7 style: Update Optimism references (#980)
This updates a few references to highlight the collective Superchain
that Base is part of
2024-09-06 07:54:44 +00:00
Brendan from DeFi
e120dc9cde added navbar links to mobile menu sidebar (#977) 2024-09-05 10:03:45 -07:00