Blockchain
Explore the solidity's docs »
Table of Contents
This smart contract creates a crypto-currency which is can be minted only by the creator of the currency, with a maximum of coins to be minted. It also allows to send crypto-currencies from one account to another. 😄
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. 🌠
To develop this simple smart contract I used the standard tools used in the blockchain industry nowadays.
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/
- Clone the repo
git clone https://github.com/darubiomunoz/smartcontract-subcurrency.git
git clone [email protected]:darubiomunoz/smartcontract-subcurrency.git
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
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
The project is Finished
.
There's a chance I'll make the testing of the smart contract with Truffle.
Distributed under the MIT License. See LICENSE
for more information.
Diego Rubio linkedin [email protected]
Project Link: https://github.com/darubiomunoz/smartcontract-subcurrency.git
©️ Diego Rubio - 2021