ljtron / PracticeExchange

This is a small project that is based of the truffle project BUILDING ROBUST SMART CONTRACTS WITH OPENZEPPELIN but within the code I made edits so I could claim it as my project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practice Exchange Project

Description

The practice exchange project is adopted from the truffle tutorial BUILDING ROBUST SMART CONTRACTS WITH OPENZEPPELIN. This tutorial teaches you how to make an ERC20 token using openzeppelin within your smart contract. They also show you how to upload your contract to a test ethereum blockchain.

Edits

One of the edits I made within the truffle tutorial was I created another ERC20 token called Ljtron token with a symbol of LJ. I created a smart contract and imported the openzeppelin ERC20.sol file.

Another edit I made was I gave the user the ability to choose another token other than the TT token. I gave the user the ability to use the token I made and when they click the ljtronContract the user will see his/her balance of LJs.

Final Product

Screenshot 1

screenshot 1

Screenshot 2

screenshot 2

Screenshot 3

screenshot 3

Screenshot 4

screenshot 4

About

This is a small project that is based of the truffle project BUILDING ROBUST SMART CONTRACTS WITH OPENZEPPELIN but within the code I made edits so I could claim it as my project.

License:MIT License


Languages

Language:JavaScript 98.5%Language:HTML 1.1%Language:Solidity 0.4%