Skip to content

Commit

Permalink
Merge pull request wax-office-of-inspector-general#9 from eosswedenor…
Browse files Browse the repository at this point in the history
…g/fix-broken-links

Fix broken links
  • Loading branch information
rakeden authored Dec 29, 2021
2 parents 741d56c + 91bfacf commit 539eb2c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
12 changes: 6 additions & 6 deletions docs/dapp-development/convert_eos.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ WAX is fully compatible with EOS smart contracts and offers free blockchain acco

If you'd like to test your smart contracts on WAX, you can:

* Complete our [Docker Quickstart](/wax-developer/docs/docker_qstart) (recommended) or use the [WAX Blockchain Setup](/wax-developer/docs/blockchain_setup) to build from source.
* Build your contracts using the [WAX Contract Development Toolkit (WAX-CDT)](/wax-developer/docs/cdt).
* [Set Up a Local dApp Environment](/wax-developer/docs/local_dapp_dev).
* Deploy to the [WAX Testnet](/wax-developer/docs/testnet_depoy).
* Complete our [Docker Quickstart](/wax-developer/docs/dapp-development/docker-setup) (recommended) or use the [WAX Blockchain Setup](/wax-developer/docs/dapp-development/wax-blockchain-setup) to build from source.
* Build your contracts using the [WAX Contract Development Toolkit (WAX-CDT)](/wax-developer/docs/dapp-development/wax-cdt).
* [Set Up a Local dApp Environment](/wax-developer/docs/dapp-development/setup-local-dapp-environment).
* Deploy to the [WAX Testnet](/wax-developer/docs/dapp-development/testnet-quickstart).

<strong>Warning:</strong> Setting up WAX source code in your local development environment will overwrite a current EOS installation. If you'd like to keep your EOS environment, it's recommended that you use Docker, a virtual machine, or a separate development environment.
{: .label .label-yellow }

## Deploy Your Smart Contracts

You must compile your smart contracts using the [WAX Contract Development Toolkit (WAX-CDT)](/wax-developer/docs/cdt).
You must compile your smart contracts using the [WAX Contract Development Toolkit (WAX-CDT)](/wax-developer/docs/dapp-development/wax-cdt).

If you don't want to install the WAX source code, you can use our [Docker Quickstart](/wax-developer/docs/docker_qstart) or custom scripts to deploy your smart contracts. Refer to [Deploy Your dApp on WAX](/wax-developer/docs/dapp_deploy) for more information.
If you don't want to install the WAX source code, you can use our [Docker Quickstart](/wax-developer/docs/dapp-development/docker-setup) or custom scripts to deploy your smart contracts. Refer to [Deploy Your dApp on WAX](/wax-developer/docs/dapp-development/deploy-dapp-on-wax) for more information.
12 changes: 5 additions & 7 deletions docs/dapp-development/dapp_environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ When you [Set Up a Local dApp Environment](/wax-developer/docs/local_dapp_dev),

You can write WAX smart contracts using the C++ programming language. No custom language is required, although you'll need to familiarize yourself with the WAX C/C++ API library. This library contains the core files required to communicate with the WAX Blockchain. When you're ready to get started, refer to:

* [WAX Contract Development Toolkit (WAX-CDT)](/wax-developer/docs/cdt)
* [WAX-CDT API](/wax-developer/docs/cdt_api)
* [Smart Contract Basics](/wax-developer/docs/smart_contract_basics)
* [WAX Contract Development Toolkit (WAX-CDT)](/wax-developer/docs/dapp-development/wax-cdt)
* [WAX-CDT API](/wax-developer/docs/api-reference/cdt_api)
* [Smart Contract Quickstart](/wax-developer/docs/dapp-development/smart-contract-quickstart)

<!--The [WAX Contract Development Toolkit (WAX-CDT)](/wax-developer/docs/cdt) includes everything you need to create and compile all of your smart contracts.-->

Expand All @@ -166,8 +166,6 @@ You can use any third party C++ editor or IDE to write your smart contracts, suc

<a href="https://www.eosstudio.io/" target="_blank">EOS Studio</a> is a graphic IDE built for EOSIO dApp development, available on Linux, Mac OS, and Windows. This tool features a code editor, contract inspector, and a network manager. To integrate WAX with EOS Studio, refer to <a href="https://github.com/worldwide-asset-exchange/wax-blockchain/tree/develop/samples/eos-studio" target="_blank">How to use EOS Studio with WAX</a>. Our script provides a minimal integration, developed and tested with Ubuntu 18.04.

<a href="https://github.com/EOSIO/eosjs" target="_blank">eosjs</a> is a javascript API SDK you can use to easily communicate with the WAX Blockchain API. Refer to [WAX RPC API](/wax-developer/docs/blockchain_api) for more information.

<a href="https://www.dfuse.io" target="_blank">dfuse</a> is a powerful suite of APIs that allow you to query the WAX Blockchain and stream real-time data. Refer to [dfuse for WAX dApps](/wax-developer/docs/dfuse_overview) for more information.

<a href="https://github.com/EOSIO/eosjs" target="_blank">eosjs</a> is a javascript API SDK you can use to easily communicate with the WAX Blockchain API. Refer to [WAX RPC API](/wax-developer/docs/api-reference/rpc_api) for more information.

<a href="https://www.dfuse.io" target="_blank">dfuse</a> is a powerful suite of APIs that allow you to query the WAX Blockchain and stream real-time data. Refer to [dfuse for WAX dApps](/wax-developer/docs/api-reference/dfuse) for more information.
2 changes: 1 addition & 1 deletion docs/dapp-development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Worldwide Asset eXchange™ (WAX) is a purpose-built blockchain and protocol
You can use the following guides to set up your WAX dApp development environment:

* Complete our [Docker Quickstart](/wax-developer/docs/dapp-development/docker-setup)
* Download WAX Blockchain source code and samples using the [WAX Blockchain Setup](/wax-developer/docs/dapp-development/blockchain_setup) guide
* Download WAX Blockchain source code and samples using the [WAX Blockchain Setup](/wax-developer/docs/dapp-development/wax-blockchain-setup) guide
* Learn about the [WAX Contract Development Toolkit (WAX-CDT)](/wax-developer/docs/dapp-development/wax-cdt)
* [Set Up a Local dApp Environment](/wax-developer/docs/dapp-development/setup-local-dapp-environment)

Expand Down

0 comments on commit 539eb2c

Please sign in to comment.