Added 2_deploy_rootchain.js file, as the first migration file wasn't actually deploying the RootChain contract and it wasn't available in truffle console
Added a Running section which explains the rationale for the point above
Rewritten Migrations's contructor to get rid of the warning, as per Solidity ^0.4.22
Fixed some minor spelling errors in docs/rootchainFunctions.md
Full list of changes:
2_deploy_rootchain.js
file, as the first migration file wasn't actually deploying theRootChain
contract and it wasn't available intruffle console
Migrations
's contructor to get rid of the warning, as per Solidity ^0.4.22docs/rootchainFunctions.md