https://github.com/chrisabdo/solidity-example-contract
This is a Solidity program designed to allow users to upload any form of media onto the Ethereum blockchain. This Smart Contract is a base template for many of my upcoming projects.
https://github.com/chrisabdo/solidity-example-contract
Last synced: 2 months ago
JSON representation
This is a Solidity program designed to allow users to upload any form of media onto the Ethereum blockchain. This Smart Contract is a base template for many of my upcoming projects.
- Host: GitHub
- URL: https://github.com/chrisabdo/solidity-example-contract
- Owner: ChrisAbdo
- Created: 2022-05-11T16:18:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-11T16:20:37.000Z (over 3 years ago)
- Last Synced: 2025-02-15T10:13:08.815Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solidity-Example-Contract
This is a Solidity program designed to allow users to upload any form of media onto the Ethereum blockchain. This Smart Contract is a base template for many of my upcoming projects.
Included is a sample test file to ensure that the contract is functioning properly. To utilize these, please make sure you have any blockchain development dependencies already installed (such as Truffle or Hardhat)