Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 453 Bytes

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.