$ yarn install
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
execute ./publish.sh
or just push to main (github actions workflow will take care of the rest)
The repository needs to have its workflow permissions set to read and write
, instead of the default vaule. Change that under the repositories settings -> Workflow permissions
- Introduction.md
- core-philosophy.md
- dex.md
- FAQ.md
- wrapping.md
- generate-wallet.md
- host-node.mdx
- api.md
- block-explorers.md
- client.md
- contract-template.md
- account-types.md
- examples.md
- sdk.md
- first-contract.md
- invoke-contract.md
- when contract deployment supports lite accounts, add to the documentation
- move api documentation to the code a la js/ typedoc and just link to it, only manually add documentation to the doc here that describes how those components might be used (examples) or in conjunction