Commit c257b22
authored
Landing page redesign and RPC documentation updates (#780)
* logo-change-top
* removed starknetRPC
* without-scroll-request
* banner
* banner added
* background-effect
* terminal added to hero
* banner fix
* fixed introduction section
* Add complete documentation for core Starknet JSON-RPC API methods including:
- Block methods: BlockNumber, BlockHashAndNumber, BlockWithTxs,
BlockWithTxHashes, BlockWithReceipts, BlockTransactionCount
- Transaction methods: TransactionByHash, TransactionReceipt,
GetTransactionStatus, TransactionByBlockIdAndIndex, GetMessagesStatus
- Chain methods: ChainID, SpecVersion, Syncing
- Events: Events with comprehensive filtering support
- Debug & Tracing: TraceTransaction, TraceBlockTransactions, SimulateTransactions
Each method includes:
- Complete method signatures and parameters
- Working code examples with real outputs
- Detailed field explanations
- Use cases and error handling
- Consistent formatting following established patterns
All examples tested against Starknet Sepolia testnet using starknet.go v0.14.0
* landing page revamp
* landing page fixes
* fixes to CTA button
* rename www to docs
* vercel dead links error
* doc icon deployment fix
* gopher animation - star cut fix
* Fix gopher animation positioning and update footer links
- Adjust gopher animation container size for better visual balance
- Reposition star animations to better align with gopher
- Add target="_blank" and rel="noopener noreferrer" to footer links for security
- Update React type definitions and dependencies
- Clean up chain-ID documentation formatting1 parent 7433aa3 commit c257b22
File tree
248 files changed
+12890
-48264
lines changed- docs
- docs
- components
- ui
- Map
- dist
- .vocs
- icons
- assets
- docs
- abi
- decoding
- encoding
- account
- account-management
- account-utilities
- signature-verification
- transaction-handling
- client
- configuration
- examples
- methods
- curves
- operations
- types
- devnet
- setup
- usage
- introduction
- contributing
- getting-started
- installation
- why-starknet-go
- rpc
- examples
- methods
- utilities
- common
- types
- images
- lib
- pages
- docs
- abi
- account
- client
- curves
- devnet
- examples
- introduction
- rpc
- methods
- utilities
- public
- favicons
- images
- rpc/methods
- images
- www
- docs
- components/ui
- dist
- pages/docs
- introduction
- rpc
- methods
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
248 files changed
+12890
-48264
lines changedBinary file not shown.
File renamed without changes.
This file was deleted.
File renamed without changes.
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 14 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
| 14 | + | |
14 | 15 | | |
15 | | - | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | | - | |
30 | | - | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | | - | |
33 | | - | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
0 commit comments