Skip to content

Software

JungHo edited this page Jun 22, 2020 · 6 revisions

WEB

Trading Webpage

https://graduation-project2.github.io/Energy-trading-platform/

Get Trading Token API

http://wiffy.io/graduation/SENInfo.php?address=0x38a0D2f379943561038680b064d54d548a3B8041
http://wiffy.io/graduation/SENInfo.php?address=0xa8973086e55536c26BF4380DD117303B86CfE5F5

ScreenShot

Ethereum based energy token trading platform

icon icon icon

Token Info

function SuperUltraPowerCoin() {
   balances[msg.sender] = 1000000000000000000000000000;       
   totalSupply = 1000000000000000000000000000;   
   name = "SolarEnergy";               
   decimals = 18;                     
   symbol = "SEN";                                
   unitsOneEthCanBuy = 10;                               
   fundsWallet = msg.sender;                         
}

Android App

ScreenShot

Trading View App (except trading function)

빌드새로해야해서 후에 캡쳐

Clone this wiki locally