Skip to content

DecentralChain Node (client) implementation on Scala

License

Notifications You must be signed in to change notification settings

Decentral-America/DCC

 
 

Repository files navigation

🔷 Decentralchain Platform Node

Decentralchain is an open source blockchain platform.
You can use it to build your own decentralised applications. Decentralchain provides full blockchain ecosystem including smart contracts language called RIDE.

🚀️ Getting started

A quick introduction of the minimal setup you need to get a running node.

Linux systems:

sudo apt-get update
sudo apt-get install openjdk-8-jre
java -jar node/target/decentralchain-all*.jar path/to/config/decentralchain-{network}.conf

Mac systems (assuming already installed homebrew):

brew cask install adoptopenjdk/openjdk/adoptopenjdk8
java -jar node/target/decentralchain-all*.jar path/to/config/decentralchain-{network}.conf

Windows systems (assuming already installed OpenJDK 8):

java -jar node/target/decentralchain-all*.jar path/to/config/decentralchain-{network}.conf

📝 Licence

The code in this project is licensed under MIT license

👏 Acknowledgements

We use YourKit full-featured Java Profiler to make Waves node faster. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications.

Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler.

We use wavesplatform as base code.

About

DecentralChain Node (client) implementation on Scala

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 99.8%
  • Other 0.2%