Skip to content

maritimeconnectivity/MSR_smart_contract

Repository files navigation

MSR smart contract

A smart contract for the MSR ledger

Deployment of the contract to a local environment

Our implementation is based on the Ethereum blockchain and Hyperledger Besu as an Ethereum protocol client.

In order to run our smart contract over the Ethereum blockchain, the local blockchain network should be up and running beforehand.

Please follow the deployment guideline of a Besu test network to deploy.

When the network is online, deploy the smart contract by the command below::

npm run migrate