Skip to content

liorl00/EncryCore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

619 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EncryCore

Build Status

Reference implementation of the EncryCore node. Encry is a distributed digital asset platform supporting smart contracts (non turing-complete) and custom asset issuing.

Related projects

  • EncryScript - Contract-oriented scripting language designed specially for EncryCore.
  • EncryTypeLang - Language for arbitrary data structures description (At early development stage, currently).

Installation

Compiling from source

To run EncryCore node you need JRE 1.8 (64-bit version) and SBT to be installed. Default configuration file and templates could be found in src/main/resources/.

MacOS and Linux:

$ git clone https://github.com/EncryFoundation/EncryCore.git

$ cd EncryCore

$ chmod +x startup.sh

$ ./startup.sh <optional_path_to_your_application.conf>

Running tests

$ sbt test

License

All contributions are made under the GNU General Public License v3. See LICENSE.

About

EncryCore node reference implementation

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Scala 100.0%