Create a website with an ERC20 token with Gasless transactions

Hi @besmily,

To start experimenting with tokens you could look at Create an ERC20 using Truffle, without writing Solidity

ERC20 has widespread adoption in the ecosystem, whilst ERC777 is much more powerful in what you can do. If I was creating a fungible token, I would definitely consider if ERC777 met my needs. One of the biggest issues is that ERC20 requires two transactions to use (one to approve an allowance and a second to actually use the token) whilst with ERC777 you can send tokens thanks to hooks.

Ethereum is currently experiencing network congestion and hence higher gas prices (https://www.ethgasstation.info/). You could use a sidechain for lower cost transaction fees at the tradeoff of trustlessness. You could also look at Layer 2 solutions (see Crypto Trends 8 June 2020).

I don't know what resources there are for Ethereum in French, but you might want to start with https://ethereum.org/fr/ and https://www.ethereum-france.com/

Google Translate:

Salut @besmily,

Pour commencer à expérimenter avec des jetons, vous pouvez consulter Create an ERC20 using Truffle, without writing Solidity

L'ERC20 est largement adopté dans l'écosystème, tandis que l'ERC777 est beaucoup plus puissant dans ce que vous pouvez faire. Si je créais un jeton fongible, je considérerais certainement si l'ERC777 répondait à mes besoins. L'un des plus gros problèmes est que ERC20 nécessite deux transactions à utiliser (une pour approuver une allocation et une seconde pour réellement utiliser le jeton) tandis qu'avec ERC777, vous pouvez envoyer des jetons grâce aux crochets.

Ethereum connaît actuellement une congestion du réseau et donc des prix du gaz plus élevés (https://www.ethgasstation.info/). Vous pouvez utiliser un sidechain pour des frais de transaction à moindre coût au compromis de la confiance. Vous pouvez également consulter les solutions de couche 2 (voir Crypto Trends 8 June 2020).

Je ne sais pas quelles sont les ressources disponibles pour Ethereum en français, mais vous voudrez peut-être commencer par https://ethereum.org/fr/ et https://www.ethereum-france.com/