An open API service indexing awesome lists of open source software.

https://github.com/paritytech/contract-docs

The documentation portal for contracts on AssetHub
https://github.com/paritytech/contract-docs

Last synced: about 1 year ago
JSON representation

The documentation portal for contracts on AssetHub

Awesome Lists containing this project

README

          

# 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:

```bash
npm install
npm run start
```

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