Skip to content

Instantly share code, notes, and snippets.

View KcPele's full-sized avatar
🏠
Working from home

Kc pele KcPele

🏠
Working from home
View GitHub Profile
@KcPele
KcPele / contracts...UploadFileContract.sol
Created April 12, 2022 06:47
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.7+commit.e28d00a7.js&optimize=true&runs=200&gist=
// SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.8.7;
contract Upload {
//task: upload files, retreive, share
//@geting the data format
struct DataFormat {
@KcPele
KcPele / Blockgames Task - Web3 Proposal - by Kelechi Ndukwe - Kcpele
Created March 17, 2022 11:09
Blockgames Task - Web3 Proposal - by Kelechi Ndukwe - Kcpele
Blockgames Task - Web3 Proposal - by Kelechi Ndukwe - Kcpele
Introduction
With the rapid development of cryptocurrencies such as Bitcoin and the application of blockchain technology in industries such as finance,
Internet of things (IoT), cloud computing and supply-chain, blockchain has gradually attracted global attention
Blockchain provides a programmable environment for smart contracts as an emerging technology with great potential.
Taking advantage of blockchain, smart contract has been widely used in blockchain.
Smart contract can not only change the existing business model, but also bring a lot of convenience to public life in reality.
Main Content