Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nour-karoui/inbox-ethereum
- Owner: nour-karoui
- License: mit
- Created: 2021-07-27T16:23:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T19:58:44.000Z (over 3 years ago)
- Last Synced: 2024-11-10T19:53:28.189Z (2 months ago)
- Topics: blockchain, ethereum, ganache-cli, mocha, remix-ide, smart-contracts, solidity
- Language: JavaScript
- Homepage:
- Size: 116 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to Inbox Ethereum 👋
#### 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)_