Skip to content

Releases: TIHBS/SmartContractDescriptorsGenerator

Set specific port

03 Aug 18:59
Compare
Choose a tag to compare
  • Bug fixes

How to run SCTransformationAPI

  • Linux
     $ cd linux-x64
     $ chmod 777 ./SCTransformation.API
     $ ./SCTransformation.API
    
  • Mac OS
     $ cd osx-x64
     $ chmod 777 ./SCTransformation.API
     $ ./SCTransformation.API
    
  • Windows
    cd win-x64
    ./SCTransformation.API.exe
    

Fixes ParamType

29 Jul 21:25
Compare
Choose a tag to compare
  • Bug fixes

How to run SCTransformationAPI

  • Linux
     $ cd linux-x64
     $ chmod 777 ./SCTransformation.API
     $ ./SCTransformation.API
    
  • Mac Os
     $ cd osx-x64
     $ chmod 777 ./SCTransformation.API
     $ ./SCTransformation.API
    
  • Windows
    cd win-x64
    ./SCTransformation.API.exe
    

First release

29 Jul 19:45
1771f2d
Compare
Choose a tag to compare
  • Added xUnit Tests
  • Code cleanup

How to run SCTransformationAPI

  • Linux
     $ cd linux-x64
     $ chmod 777 ./SCTransformation.API
     $ ./SCTransformation.API
    
  • Mac Os
     $ cd osx-x64
     $ chmod 777 ./SCTransformation.API
     $ ./SCTransformation.API
    
  • Windows
    cd win-x64
    ./SCTransformation.API.exe
    

First working version

26 Jun 19:26
Compare
Choose a tag to compare
First working version Pre-release
Pre-release

How to run SCTransformationAPI

  • Linux
     $ cd linux-x64
     $ chmod 777 ./SCTransformation.API
     $ ./SCTransformation.API
    
  • Mac Os
     $ cd osx-x64
     $ chmod 777 ./SCTransformation.API
     $ ./SCTransformation.API
    
  • Windows
    cd win-x64
    ./SCTransformation.API.exe