Skip to content

Implementation of Cryptocurrency using blockchain

Notifications You must be signed in to change notification settings

Radhesh-Sarma/Noobchain

Repository files navigation

BlockChain

Steps to run

  1. Install latest Java Development Kit (JDK) and configure the environment variables.
  2. Install eclipse and configure it to compile Java
  3. Download Bouncy Castle Jar from https://www.bouncycastle.org/download/bcprov-jdk15on-159.jar .
  4. Import it on eclipse. Open Windows >preferences in the Eclipse menu, and navigate to the Java>Build path > User Libraries tab. Click new and enter a new User Library name: like “bouncycastle_lib” and hit ok. With “bouncycastle_lib” selected press Add External JARs.Click Apply and Close.
  5. Also add the class path for the external jar.
  6. Go to File->Open Projects from file System->Directory->choose the src folder.
  7. Use the run Button to run the code.

Team

Technologies Used:

  • Blockchain
  • Java
  • Eclipse IDE

License

License

About

Implementation of Cryptocurrency using blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages