/DevToken

A BEP20 example token to learn and show how solidity development works.

MIT LicenseMIT

Decentralized Application

This is a repository built while writing an article on my blog on Medium.

The repository consists of four articles.

In this article we start to learn the basics of Solidity and start implementing the BEP-20 interfaces.
The code is found in the BEP20 branch of this repository.

In this article we start implementing Staking and Rewards for staking.
The code for this is found in the Stakable branch of this repository.

We start investigating how to connect to the Blockchain in a Web application. The code can be found in the DApp branch of this repository.

We deploy the smart contract to the Testnet and also learn how to connect everything together.