Smart Contract

643 Articles 64 Followers

A smart contract is a self-executing digital contract enforced by the terms of an agreement that are written into lines of code. When a smart contract’s predefined rules are met, the agreement is automatically enforced and the contract is executed.

The term “smart contract” was first proposed by Nick Szabo in 1994. Szabo defined smart contracts as computerized transaction protocols that execute terms of a contract. He envisioned smart contracts to revolutionize financial transactions by bringing them to the digital realm. With the advent of cryptocurrencies and blockchain technology, Szabo’s vision is being fulfilled as smart contracts are being implemented on blockchain or distributed ledger technology. 

Smart contracts enable credible transactions to be executed without third parties and are thus superior to traditional contract law and reduces the transaction costs associated with contracting. They allow anything of value to be transacted in a transparent, trustless, and conflict free way without a middleman. Therefore, smart contracts have the potential to disrupt and revolutionize a number of industries with their numerous use cases.

Such use cases include and are not limited to; banking and financial services, prediction markets, insurance, digital identity, real estate and land titles recording, authorship and intellectual property rights, the internet of things (IoT), tax records, and more.  

Smart contract technology is being implemented on a multitude of cryptocurrencies and blockchain protocols that enable developers to write their own programs and smart contracts. Ethereum is the most notable blockchain protocol enabling smart contracts and others include EOS, Cardano, NEO, Hyperledger, NEM, Tron, and the list goes on. 


Boot Camp Week 8, Non-Technical Recap

4 Apr 2022 1 minute read 0 comments Mike Bivens

Week 8 has closed and with it, the weekly recaps. In this week's non-technical recap, I'm sharing the big points from this week's articles focused on building an understanding of smart contracts and the progress made with the upcoming hackathon. If y...

Boot Camp Week 7, Non-Technical Recap

28 Mar 2022 3 minute read 0 comments Mike Bivens

Week 7 has ended with successful non-technical growth from outside of the boot camp experience. If you're more interested in the technical side of things, check out the week 7 technical recap here. This week was somewhat limited in available time due...

Moonbeam GLMR: An Ethereum Compatible Blockchain in the Polkadot Ecosystem

26 Mar 2022 3 minute read 2 comments 2sats

*obligatory not financial advice*   What is Moonbeam? Moonbeam is a smart contract blockchain that is very compatible with Ethereum, which allows developers on Ethereum to launch their dApps on Moonbeam with only minimal changes. The blockchain is a...

Getting started on Opensea - looking for my first NFT!

24 Mar 2022 1 minute read 6 comments Steve Hodl

When I first heard about NFTs last year, I immediately thought to myself, who would buy something like that? It sounds like a scam. You've got to be an idiot to pay so much money for a jpeg that anyone can just copy. Since then I've learned that NFTs...

Boot Camp Week 6, Non-Technical Recap

20 Mar 2022 2 minute read 1 comment Mike Bivens

Week 6 of the boot camp experience has come to a close, you can find the technical recap here. It's also the end of my blockchain-focused learning and I'll be moving into smart contracts starting tomorrow. Unfortunately, I was not able to hold any in...

The "Complete" Guide to $MATIC

17 Mar 2022 17 minute read 3 comments ikigai

All of us have combatted the Ethereum chain's enormous fees at some point, sometimes knowingly, and sometimes because we were none the wiser. This time, I thought since I had to go through the trouble of learning how to make MATIC work, I should shar...

Sign up Smart Contract continuation 2: CreateAccountNotAllowed

17 Mar 2022 2 minute read 0 comments wabinab

This article continues from https://www.publish0x.com/work-learning/sign-up-smart-contract-partial-solution-and-its-security-con-xvygkrkhttps://read.cash/@wabinab/sign-up-smart-contract-partial-solution-and-its-security-concerns-364b3361 Previously o...

ONIX COIN: The cryptocurrency of the future?

15 Mar 2022 2 minute read 4 comments The Crypto Crazy

In recent years, several baseless tokens have gained a lot of space in the cryptocurrency market. Often these tokens value even more than assets that actually have a defined utility. However, today we bring a cryptocurrency that is in the launch phas...

Sign Up Smart Contract: Partial Solution and its Security Concerns

15 Mar 2022 4 minute read 0 comments wabinab

One was trying to create an app (as a side project), and one of its feature is creating a wallet for free (one call it "sign up"). If you'd created an account on read.cash, you know that it creates the wallet for you, asks you to save its key, and vi...

Learnings on using React

15 Mar 2022 3 minute read 2 comments wabinab

I'm a backend developer. Frontend is quite new to me, though actually learning it, it doesn't seems all bad. Though some parts of designing is quite annoying, especially with the flexibility of HTML, CSS, Javascript, etc that specify "configuration o...