Skip to content

Guides

These guides are organized around the jobs people actually come here to do: create an account, get funds, open Products, publish a Product, use platform services, and deploy contracts on the Polkadot Products Devnet.

Devnet

This is a public developer preview. Devnet tokens have no real value, and flows may change as the platform evolves.

For users

Use these guides when you want to try the Polkadot app or open Products through the web gateway at dev-dot.li.

For developers

Use these guides when you are building a Product for the app. You will mostly work with a static web app, the Product SDK, and a few CLIs:

npm i @parity/product-sdk
npm i -g @parity/polkadot-app-deploy   # deploy CLI (bin: pad)
npm i -g @parity/dotns-cli             # DotNS CLI
npm i -g @polkadot-community-foundation/cdm-cli               # contract manifest CLI (bin: cdm)

Choosing a network

pad and dotns take --env <network>; CDM uses -n/--name <network>. The concrete preset name is provided by the team operating the network — see Networks & endpoints.

Learn more