Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

feat: add tutorials to the home page #106

Merged
merged 3 commits into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/basics/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ Welcome to Kadena's documentation!

Don't forget to follow us on [Twitter](https://twitter.com/kadena_io) for the latest updates. 

## Get started

<PageRef url="build/guides/a-step-by-step-guide-to-writing-pact-smart-contract" pageName="A Step-By-Step Guide to Writing Pact Smart Contract" />
<PageRef url="build/guides/marmalade-tutorial" pageName="Marmalade Tutorial" />
<PageRef url="build/guides/building-a-voting-dapp" pageName="Building a voting dApp" />
<PageRef url="build/guides/safe-rotate-and-drain" pageName="Safe Rotate and Drain" />
<PageRef url="build/guides/safe-transfer" pageName="Safe Transfer" />

## General

<PageRef url="basics/overview" pageName="Overview of Kadena" />
Expand Down
2 changes: 0 additions & 2 deletions docs/build/guides/pact-local-api-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,5 @@ And voilá! You have your balance.
The community has provided some wonderful scripts to automate this process, and more are always welcome. Especially if they are robust. Here are a few:

- [@jwiegley](https://github.com/jwiegley)'s script can be seen [here](https://discordapp.com/channels/502858632178958377/638740469127446538/639926087090044960)
- [@emilypi](https://github.com/emilypi)'s [`pact-local`](https://gist.github.com/emilypi/2afe3a1e60fe182a925caee916db46ba) bash script
- [@LindaOrtega](https://github.com/LindaOrtega)'s bash script [here](https://discordapp.com/channels/502858632178958377/638740469127446538/639869533489725449).

More are welcome. Make sure to ping us when you come up with something so we can add it to the Pact script hall of fame!