Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nour-karoui/inbox-ethereum

Getting started with Blockchain & Ethereum with a simple smart contract for reading, updating a message
https://github.com/nour-karoui/inbox-ethereum

blockchain ethereum ganache-cli mocha remix-ide smart-contracts solidity

Last synced: 16 days ago
JSON representation

Getting started with Blockchain & Ethereum with a simple smart contract for reading, updating a message

Awesome Lists containing this project

README

        

Welcome to Inbox Ethereum 👋




Documentation


Maintenance


License: MIT

#### simple smart contract for reading, updating a message

### 🏠 [Homepage](https://github.com/nour-karoui/Inbox-Ethereum)

## Install

```sh
> git clone https://github.com/nour-karoui/Inbox-Ethereum.git
> cd inbox
> npm install
> npm run test
```

## How It Works

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](https://remix.ethereum.org/#optimize=false&runs=200&evmVersion=null&version=soljson-v0.4.17+commit.bdeb9e52.js).
Or, we can simply run the tests using *npm run test*.

## Author

👤 **Nour**

* Github: [@nour-karoui](https://github.com/nour-karoui)
* LinkedIn: [@nourkaroui](https://www.linkedin.com/in/nourkaroui/)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/nour-karoui/Inbox-Ethereum/issues). You can also take a look at the [contributing guide](https://github.com/nour-karoui/Inbox-Ethereum/blob/master/CONTRIBUTING.md).

## Show your support

Give a [STAR](https://github.com/nour-karoui/Inbox-Ethereum) if this project helped you!

## 📝 License

* Copyright © 2021 [Nour](https://github.com/nour-karoui).
* This project is [MIT](https://github.com/nour-karoui/Inbox-Ethereum/blob/master/LICENSE) licensed.

***
_This README was generated with by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_