Anything Anywhere
How to Generate Shareable Links
This guide provides step-by-step instructions to generate go.skip.build shareable links.
Quick Start
- Go to https://go.skip.build
- Modify the source/destination chains and assets to set the default route (optional)
- Click the “Share” button
- Voila, you’re done! The sharable link is now copied to your clipboard for you to embed on your website for an easy onboarding/deposit experience, to tweet about your bags, or to simply share it with your friends!
Advanced Configuration Instructions
Instead of creating a route and sharing it via https://go.skip.build, you can create a sharable link with the following parameters of your choice: src_chain
, src_asset
, dest_chain
, dest_asset
, amount_in
, and amount_out
.
- To see supported chains, you can use https://api.skip.build/v2/info/chains see docs
- To see supported assets, you can use https://api.skip.build/v2/fungible/assets see docs
Query Base URL: https://go.skip.build/
Query Parameters:
src_chain
: The source chain ID from which the asset is being transferred.src_asset
: The asset or token denom to transfer or swap originating from the source chain.- Note: Must be a valid asset on the specified
src_chain
.
- Note: Must be a valid asset on the specified
dest_chain
: The destination chain ID to which the asset is being transferred.dest_asset
: The asset or token denom that will be received on the destination chain.- Note: Must be a valid asset on the specified
dest_chain
.
- Note: Must be a valid asset on the specified
amount_in
(Optional): The amount of the asset being transferred from the source chain.- Note: If provided along with
amount_out
, onlyamount_in
will be used.
- Note: If provided along with
amount_out
(Optional): The amount of the asset to be received on the destination chain.- Note: If provided along with
amount_in
, onlyamount_in
will be used.
- Note: If provided along with
Example Shareable Link: https://go.skip.build?src_chain=cosmoshub-4&src_asset=uatom&dest_chain=pacific-1&dest_asset=usei&amount_in=1
Helpful Tips
- Ensure that the
src_chain
anddest_chain
values are valid and supported by the platform. - The
src_asset
must be a valid asset on the specifiedsrc_chain
, and thedest_asset
must be a valid asset on the specifieddest_chain
. - If both
amount_in
andamount_out
are provided, onlyamount_in
will be used. - If
src_asset
ordest_asset
is not provided or found, it will default to the chain’s native asset.
Have questions or feedback? Help us get better!
Join our Discord and select the “Skip Go Developer” role to share your questions and feedback.