🏠 Homepage
> git clone https://github.com/nour-karoui/Inbox-Ethereum.git
> cd inbox
> npm install
> npm run test
In this project, as a start, we prepared a smart contract that can save a message, retrieve it and update it.
PS: we can't run this project on the browser, since it's not linked to any client side. In order to see the execution of the smart contract, we can either copy the contract code from ./contracts/Inbox.sol in the REMIX IDE. Or, we can simply run the tests using npm run test.
👤 Nour
- Github: @nour-karoui
- LinkedIn: @nourkaroui
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a STAR if this project helped you!
This README was generated with by readme-md-generator