Skip to content

This is regarding creating cryptocoin in tron network

Notifications You must be signed in to change notification settings

Naveen-Edison/tronbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tronbox

This is regarding creating cryptocoin in tron network

Install TronBox Globally

npm install tronbox -g

create folder for example(edi) and run commands

into the folder

cd edi

creating project

tronbox init

In Contract folder create your solidity file

For Example : Edison_Token.sol

Paste your token creating solidity code or code it

compile the code

tronbox compile 

#After compile migrate it in shasta ( test net ) / main network

tronbox migrate --network shasta

About

This is regarding creating cryptocoin in tron network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published