Skip to content

Commit

Permalink
Update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
polarker committed Oct 16, 2024
1 parent bd7c132 commit e48179f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/dapps/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ sidebar_label: Ecosystem
## Templates

- [Node.js template](https://github.com/alephium/nodejs-dapp-template)
- [Next.js template](https://github.com/alephium/nextjs-dapp-template)
- [Next.js template with app router](https://github.com/alephium/nextjs-app-dapp-template)
- [Next.js template with pages router](https://github.com/alephium/nextjs-pages-dapp-template)
- [React template](https://github.com/alephium/react-dapp-template)

## dApp SDK
Expand Down
3 changes: 2 additions & 1 deletion docs/dapps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ for compiling, testing and deploying smart contracts.
The easiest way to get started with building dApps on Alephium is to use one of the available templates.

* [Node.js template](https://github.com/alephium/nodejs-dapp-template): A simple faucet dApp built with Node.js.
* [Next.js template](https://github.com/alephium/nextjs-dapp-template): A simple faucet dApp built with Next.js.
* [Next.js template with app router](https://github.com/alephium/nextjs-app-dapp-template): A simple faucet dApp built with Next.js app router.
* [Next.js template with pages router](https://github.com/alephium/nextjs-pages-dapp-template): A simple faucet dApp built with Next.js pages router.
* [React template](https://github.com/alephium/react-dapp-template): A simple react template.

## Concepts and Standards
Expand Down
2 changes: 1 addition & 1 deletion docs/dapps/tutorials/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you experience slowness with `npm` and `npx`, consider give
To create the tutorial project, open a new terminal and run:

```shell
git clone https://github.com/alephium/nodejs-dapp-template alephium-tutorial
git clone https://github.com/alephium/nextjs-app-dapp-template alephium-tutorial
```

This will create a new directory `alephium-tutorial` and initialize a sample project inside that directory.
Expand Down

0 comments on commit e48179f

Please sign in to comment.