Skip to content

Blacklusion/wax-developer

 
 

Repository files navigation

WAX Developer Documentation

Visit WAX Developer Documentation

Get Started

You can use the following guides to set up your WAX dApp development environment:

Build a dApp

Once you’ve set up your development environment, these tutorials can help you launch the next great dApp on WAX:

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.

How to add translated pages

To add a translation to this documentation, you must add a folder for the content within docs. Please, use ISO-639-1 codes.

docs/
  en/
    index.md
    ...
  es/
    index.md
    ...
  fr/
    index.md
    ...

Add language reference in docs/_data/languages.yml

Sample for Spanish translation:

es:
  label: Español
  icon: 🇪🇸

Add translations for general labels in docs/_data/translations.yml

Sample for Spanish translation:

back_to_top_text: 
  en: "Back to top"
  es: "Volver arriba"

Add an index_ISO-639-1-CODE.md file in docs/

Sample for Spanish translation:

docs/index_es.md

For each translated file add this parameters in heads:

lang-ref: {same as original Title parameter in default language (en)}
lang: {ISO-639-1 code}

Sample for Spanish translation:

title: Bienvenido
layout: home
nav_order: 1
lang-ref: Welcome
lang: es

About

WAX developer documentation hosted by WAX OIG and the developer community.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.4%
  • Dockerfile 21.6%