Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.27 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.27 KB

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.