World Crypto Con Hackathon

What is Ravencoin?

Ravencoin is a protocol based on a fork of the Bitcoin code which adds features specifically focused on allowing tokens to be issued on the Ravencoin blockchain. These tokens can have whatever properties the issuer of the token decides - so they can be limited in quantity, named and be issued as securities or as collectibles.


Make your own security token within minutes and have it trade worldwide.

Hackathon References

How to build Ravencoin?

How to use snapshot?

To use the Ravencoin Daemon, you will want to download the client for your OS. We have a snapshot of the testnet available for you to use so you don't need to sync the entire chain. The snapshot is available in the WCC folder on the Ravencoin Daemon/Qt Download website. In order to use the snapshot:
  1. Unzip/tar the snapshot into the following locations:
    • Mac - ~/Library/Application Support/Raven/testnet7
    • Linux - ~/.raven/testnet7
    • Windows - $(User)/AppData/Roaming/Raven/testnet7
  2. Place the ravencoin.conf into the directory the holds the testnet7 folder.
    • Mac - ~/Library/Application Support/Raven
    • Linux - ~/.raven
    • Windows - $(User)/AppData/Roaming/Raven

How to use the faucet?

The faucent allows you to get Testnet Ravencoin in your wallet. To use the faucet. Go to the Testnet Faucet and paste in your Ravencoin address and click Submit. A transaction will be created to send Ravencoin to your address.


If you need more RVN grab a Ravencoin mentor and we can send you some of ours :)

How to use the block explorer?

The block explorer allows you to view the Ravencoin blocks, transactions, and address balances on a website. Visit it here Block Explorer

How to use the api?

You can view which api calls are supported at Ravencoin Api Documentation