Skip to content

fix: update URLs, correct typos, and improve clarity in documentation #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@
## Community

* [Discord](https://discord.gg/H34KZqF)
* [Twitter](https://twitter.com/BloctoApp)
* [Twitter](https://x.com/BloctoApp)
* [Facebook](https://www.facebook.com/blocto/)
4 changes: 2 additions & 2 deletions blocto-app/deep-linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Open your dApp with Blocto in one click

# Deep Linking

> With Blocto deep link, you can boost the conversion rate new sign-ups. According to our partners, it has improved from **5%** to **80%**
> With Blocto deep link, you can boost the conversion rate of new sign-ups. According to our partners, it has improved from **5%** to **80%**

### Usage

Expand All @@ -13,7 +13,7 @@ https://blocto.app/link?url=URL&blockchains=BLOCKCHAINS
```

* `URL`: the URL of your dApp
* `BLOCKCHAINS`: (optional) blockchains you dApp use, comma separated. `ethereum/tron/flow/bsc/solana/polygon/avalanche`
* `BLOCKCHAINS`: (optional) blockchains your dApp uses, comma separated. `ethereum/tron/flow/bsc/solana/polygon/avalanche`

For example:

Expand Down
2 changes: 1 addition & 1 deletion blocto-app/sending-rewards.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Content-Type: application/json
{% endswagger-description %}

{% swagger-parameter in="body" name="blockchain" type="string" %}
dApp blockchain
dApp's blockchain
{% endswagger-parameter %}

{% swagger-parameter in="body" name="wallet_address" type="string" %}
Expand Down
4 changes: 2 additions & 2 deletions blocto-sdk/android-sdk/ethereum-bsc-polygon-avalanche.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Note that Blocto Android SDK for EVM is still in **Beta**. APIs are subject to b
* Send transactions
* ... and a lot more
* **Seamless onboarding experience**\
Users can sign up easily with email and start exploring you dApp in seconds.
Users can sign up easily with email and start exploring your dApp in seconds.
* **Fee subsidization**\
You have the option to pay transaction fee for your users and provide a better experience. In that case, we will generate daily fee reports for you to review.
You have the option to pay transaction fees for your users and provide a better experience. In that case, we will generate daily fee reports for you to review.
* **Integrated payment**\
Get paid easily with our payment APIs. Users can pay easily with credit cards or other crypto currencies like Bitcoin, Ethereum, Tron, USDT, ...
* **Connected to Blocto App**\
Expand Down