From 69617c18f0ee072e75e8903beab0aee205ef2c42 Mon Sep 17 00:00:00 2001 From: rakeden Date: Thu, 30 Dec 2021 14:00:14 +0100 Subject: [PATCH] updating front page with links --- index.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index fb4fd966..2595496c 100644 --- a/index.md +++ b/index.md @@ -12,6 +12,24 @@ The Worldwide Asset eXchange™ (WAX) is a purpose-built blockchain and protocol The hub for blockchain development tutorials, quickstart guides, API documentation, and more. Everything you need to learn blockchain programming, blockchain dApp development on WAX, or duplicate an EOS dApp. -Build a dApp -Deploy an EOS dApp -Guides \ No newline at end of file +## Get Started +You can use the following guides to set up your WAX dApp development environment: + +* [Complete our Docker Quickstart](/wax-developer/dapps/docker-quickstart/) +* [Download WAX Blockchain source code and samples using the WAX Blockchain Setup guide](/wax-developer/dapps/wax-blockchain-setup/) +* [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/) + +## Build a dApp +Once you’ve set up your development environment, these tutorials can help you launch the next great dApp on WAX: + +* [Smart Contract Quickstart](/wax-developerdapps/smart-contract-quickstart/) +* [Deploy Your dApp on WAX](/wax-developer/docs/dapp-development/deploy-dapp-on-wax/deploy_source) + +## Guides +Learn how to make API requests to your local blockchain and the WAX mainnet, and get an overview of the WAX-CDT C++ API used to build your smart contracts. + +* [WAX RPC API](/wax-developer/docs/api-reference/rpc_api) +* [dfuse](/wax-developer/docs/api-reference/dfuse/) + +