Skip to content

dustprotocol/dust-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DUST merger

Combine solidity contract in one source file.

STEPS:

  • Make sure you have the correct dependencies installed
  • Put your contract in contracts folder
  • Run yarn build-contracts
  • Your combined source code will be at build folder

Notes:

  • Live contract built using solidity 0.7.6+commit.7338295f
  • Optimization enabled at 200