I18n/crowdin setup2#2
Open
baldbull69 wants to merge 637 commits intostagerightlabs-small_spelling_adjustmentsfrom
Open
I18n/crowdin setup2#2baldbull69 wants to merge 637 commits intostagerightlabs-small_spelling_adjustmentsfrom
baldbull69 wants to merge 637 commits intostagerightlabs-small_spelling_adjustmentsfrom
Conversation
* add sdk examples to send transaction * fix issues with doc code samples
* 📃 Further flow, code snippets (in re stellar#651) As for the issuer / issuing syntax, I believe it's best practice to keep gerunds out of variable names. * ✍🏽 Prettier style minor fixes * ✍🏽 Prettier style minor fixes * 📝 Add requisite guide details With details abstracting away strkeys. * ❌ Revert prettier 3.3.1 fix Local check wants to fix format, but Actions does not. * 🔏 Amend secure deployment adoption * 🫱🏻🫲🏼 Implement SDF collaboration ideas In re stellar#657 (review): - 🗃️ Reference file path extensions - 🔃 Reorg CodeExample display orders - ✏️ Amend minor missing syntax Co-Authored-By: Elliot Voris <elliot@voris.me> * fix link * 🔨 Fix markdown extension placement * 📂 Fix clawback directory link --------- Co-authored-by: Elliot Voris <elliot@voris.me> Co-authored-by: Bri <92327786+briwylde08@users.noreply.github.com>
* Add link to wallet SDK documentation in “Resources” section * Add installation instructions * Auth instructions * "Initiate a Transaction" ts code * "Poll Until MoneyGram is Ready" ts code * Add "Sending Funds" code * "Receiving Funds" ts code * tweak * "Fetch the Reference Number" ts code * Links to existing documentation for more information * tweaks * prettier * Actually display bash code * Set MGI_ACCESS_HOST in code * Add comment for optional fields * Remove callback param, instruct wallets on postMessage event * amount only required by custodial wallets * Expand on transaction ids * Query asset using the wallet sdk * Small tweaks to keep the same code pattern between typescript and dart languages - Use 'asset' object on typescript instead of 'assetCode' - Use 'sep24' reference on typescript instead of duplicating 'anchor.sep24()' everywhere * Expand on error handling * Fix tutorial link * Update comment
…nent (stellar#720) * exclude paths with rpc from using the ApiItem component * remove no-longer-needed divs from rpc method pages
* fix nginx config. * Add smart wallet working doc to smart wallet section --------- Co-authored-by: overcat <4catcode@gmail.com>
* add stellar cli update meeting notes * remove old twitter reference * nit: spelling and format
* Update stellar cli command in rpc admin guide * Remove friendbot funding * Update mdx format
* List all install methods of stellar cli * List all install methods of stellar cli
* remove unnecessary slash from a horizon redirect * reorder redirects for api references * fix redirects for hubble * fix some redirects for RPC
* fix nginx config. * Update storage language --------- Co-authored-by: overcat <4catcode@gmail.com>
* fix nginx config. * Docs - Build Tab * Moving things around * moving some more things around * moving more things around * messing with tokens * moving and shuffling some files around * moving some more things from the most recent `main` commits * add a TODO about re-setting broken links configs * shifting around token things * update token interface to v20.5.0 * Adjustments * start on fixing the broken linkies * link extravaganza * links * links * content updates * content updates and formatting * homepage * redirects * fix some broken links in asset issuing tutorial * fix learn URL on index page * moving and shuffling build/token redirects * rename dapp frontend filename * adjusting/tweaking some older redirects * links * add a couple more redirect changes * specify the next/prev pagination items since we moved create frontend * /docs content * Moving assets and tokens * links * use mdx links in docs/README.mdx * misc fixes in stellar.toml info page * remove unnecessary heading in tokens quickstart page * shuffle and reorg sidebar declarations (no affect on actual docs) * expand smart contracts section in build sidebar * add some frontmatter config to docs/README.mdx * re-adding redirects that were overwritten --------- Co-authored-by: overcat <4catcode@gmail.com> Co-authored-by: Elliot Voris <elliot@stellar.org>
* Add stellar wallet kit to developer tools * Add link to docs
* format, check * file name change * fix confusing file paths * added the complete script
* Data Introduction (draft) * Stellar RPC -> RPC
* fix nginx config. * Add descriptions to How-To Guide boxes * more descriptions --------- Co-authored-by: overcat <4catcode@gmail.com>
* fix some broken, old links caught by the algolia crawler * re-generate specfile docs from changed files * broken link in anchor platform
* Enhanced `simulateTransaction` Documentation This update attempts to improve the documentation for the `simulateTransaction` endpoint in Soroban RPC, and a deeper look at both the RPC method and SDK methods that implement it. * format mdx * Update docs/smart-contracts/guides/transactions/simulateTransaction-Deep-Dive.mdx Co-authored-by: George <Shaptic@users.noreply.github.com> * Update docs/smart-contracts/guides/transactions/simulateTransaction-Deep-Dive.mdx Co-authored-by: George <Shaptic@users.noreply.github.com> * Update docs/smart-contracts/guides/transactions/simulateTransaction-Deep-Dive.mdx Co-authored-by: George <Shaptic@users.noreply.github.com> * resolve some issues * resolve issue * Update docs/smart-contracts/guides/transactions/simulateTransaction-Deep-Dive.mdx Co-authored-by: Julian Martinez <73849597+Julian-dev28@users.noreply.github.com> * Update docs/smart-contracts/guides/transactions/simulateTransaction-Deep-Dive.mdx Co-authored-by: Julian Martinez <73849597+Julian-dev28@users.noreply.github.com> * Update docs/smart-contracts/guides/transactions/simulateTransaction-Deep-Dive.mdx Co-authored-by: Julian Martinez <73849597+Julian-dev28@users.noreply.github.com> * Update docs/smart-contracts/guides/transactions/simulateTransaction-Deep-Dive.mdx Co-authored-by: Julian Martinez <73849597+Julian-dev28@users.noreply.github.com> * Update docs/smart-contracts/guides/transactions/simulateTransaction-Deep-Dive.mdx Co-authored-by: Julian Martinez <73849597+Julian-dev28@users.noreply.github.com> * Update docs/smart-contracts/guides/transactions/simulateTransaction-Deep-Dive.mdx Co-authored-by: Julian Martinez <73849597+Julian-dev28@users.noreply.github.com> * add rpc server links and fix js * Fix js example * Apply suggestions from code review Co-authored-by: George <Shaptic@users.noreply.github.com> Co-authored-by: Julian Martinez <73849597+Julian-dev28@users.noreply.github.com> * resolve review concerns * SorobanRpc not rpc * fix js * formatting * nit: link formatting * add instructions for example * Add title --------- Co-authored-by: George <Shaptic@users.noreply.github.com> Co-authored-by: Julian Martinez <73849597+Julian-dev28@users.noreply.github.com> Co-authored-by: Julian Martinez <julian_martinez28@outlook.com> Co-authored-by: Bri <92327786+briwylde08@users.noreply.github.com>
* Dapps Challenge Caution Updates * more cautions
* Update README.mdx * Minor grammar fix in the Order Books README file.
* Add meeting notes from 2024-10-24 * Update meeting-notes/2024-10-24.mdx Co-authored-by: Elliot Voris <elliot@voris.me> --------- Co-authored-by: Elliot Voris <elliot@voris.me>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.