blog/source/_data/tutorials.yml

21 lines
655 B
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- name: How to create a Token Factory with EthereumPart 1
description: Create and Deploy a Token with Ethereum
link: /tutorials/token_factory_1.html
tags:
- token
- ethereum
- name: How to create a Token Factory with EthereumPart 2
description: Create a DApp that can deploy Tokens on the fly
link: /tutorials/token_factory_2.html
tags:
- token
- ethereum
- client-side-deployment
- name: How to deploy to a testnet with Infura
description: Deploy and interact with your Dapp on a testnet with the use of Infura
link: /tutorials/infura_guide.html
tags:
- ethereum
- deployment
- testnet