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
- Host: GitHub
- URL: https://github.com/paritytech/contract-docs
- Owner: paritytech
- Created: 2024-10-25T13:07:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-11T07:49:21.000Z (about 1 year ago)
- Last Synced: 2025-04-13T07:56:20.378Z (about 1 year ago)
- Language: JavaScript
- Size: 3.53 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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.