Skip to content

Latest commit

 

History

History
145 lines (112 loc) · 4.83 KB

README.md

File metadata and controls

145 lines (112 loc) · 4.83 KB

MIT License LinkedIn


Logo

Simple Storage Smart Contract

Blockchain
Explore the solidity's docs »

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. Status
  6. License
  7. Contact
  8. Acknowledgements

1. About The Project 📍

Product Name Screen Shot

This smart contract has only one functionality to store a uint type variable 😄

If you're interested in smart contracts I invite you to study the code and try to replicate by yourself with the help of the solidity documentation. 🌠

Built With 💻

To develop this simple smart contract I used the standard tools used in the blockchain industry nowadays.

2. Getting Started 🔥

To edit or create your own smart contract you can use Remix IDE on the browser. In the web app you can create, compile, deploy and interact with smart contracts.

  • Remix IDE
    https://remix.ethereum.org/

Installation ❗

  1. Clone the repo
    git clone https://github.com/darubiomunoz/smartcontract-simplestorage.git
    git clone git@github.com:darubiomunoz/smartcontract-simplestorage.git

3. Usage 🌟

This smart contract is made as part of a collection of smart contracts made in Solidity to practice coding and gain experience in this amazing technology.

Study the code try to understand it, and of course try to code your on script too, using this as example.

For more examples, please refer to the Example in the Documentation

4. Contributing 🎉

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

5. Status 📝

The project is Finished. There's a chance I'll make the testing of the smart contract with Truffle.

6. License 📝

Distributed under the MIT License. See LICENSE for more information.

7. Contact 📧

Diego Rubio linkedin darubiomunoz@gmail.com

Project Link: https://github.com/darubiomunoz/smartcontract-simplestorage.git

8. Acknowledgements 👏

©️ Diego Rubio - 2021