/smartcontract-print

Simple smart contract to print messages for rxample the famous "Hello World!".

Primary LanguageSolidityMIT LicenseMIT

MIT License LinkedIn


Logo

Print 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 is a simple Smart contract to print any message, so you can use it to make the traditional and well known, Hello World! but in solidity. ๐Ÿ˜„

If you're new to 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-print.git
    git clone git@github.com:darubiomunoz/smartcontract-print.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-print.git

8. Acknowledgements ๐Ÿ‘

ยฉ๏ธ Diego Rubio - 2021