JamesPatrickCrypto / DevToken

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decentralized Application

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

The repository consists of four articles.

Building a decentralized application with BEP-20 Contract in Solidity

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.

Creating a Inheritable Staking Contract In Solidity

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

Using a Smart Contract In An Web Application

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.

Deploying Smart Contracts to Binance Smart chain with Truffle

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

About

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

License:MIT License