Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 899 Bytes

File metadata and controls

31 lines (21 loc) · 899 Bytes

Dank Documentation

Welcome Dank's documentation. Dank is an Open Internet Service on DFINITY's Internet Computer that provides cycle-based financial services to developers & users. In this documentation you can find everything related to how to leverage Dank as a developer, its core features, & interfaces.

Collaborating

Open ISSUES if you find any error that needs to be corrected or have a suggestion; or open a detailed PR with any addition or contribution to the documentation (e.g. adding more examples of possible use cases).

Getting started

Prerequisites

  • python >= 3.7.4
  • pip >= 20.1.1

Commands

Before executing any mkdocs command, make sure to install mkdocs-material by running:

pip install mkdocs-material

Run Locally

mkdocs serve

Build

mkdocs build