/contract-docs

The documentation portal for contracts on AssetHub

Primary LanguageJavaScript

Contracts Docs

This is the documentation for smart contracts on Asset Hub. It is built using Docusaurus. Master is deployed to: https://contracts.polkadot.io.

Local Development

Clone the repository and install node. Spawn a local server by running these commands wherever you cloned the repository to:

npm install
npm run start

It will host the docs at https://localhost:3000 and reloads automatically when you edit the files.