Skip to content

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

License

Notifications You must be signed in to change notification settings

nour-karoui/Inbox-Ethereum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Inbox Ethereum 👋

Documentation Maintenance License: MIT

simple smart contract for reading, updating a message

Install

> 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. Or, we can simply run the tests using npm run test.

Author

👤 Nour

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a STAR if this project helped you!

📝 License

  • Copyright © 2021 Nour.
  • This project is MIT licensed.

This README was generated with by readme-md-generator

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published