2
0
mirror of synced 2025-02-24 08:58:15 +00:00
blog/source/_data/tutorials.yml
Jakub Sokołowski c7acd418c2
first commit
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-06-18 12:29:57 +02:00

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