Waivio

solidity

hashtag
118.91

Experts

Show more authors

realskilled

0.31
PeakD

Step-by-Step: Build a Basic Smart Contract (No Coding Degree Needed!)

https://www.youtube.com/shorts/Mp-d7m0py4g Your First Steps into Ethereum Smart Contracts (Beginner's Guide) Ever wondered how things wo...

tykee

2.6 K

Busy with Solidity

I could not post yesterday but was online through the night battling with Solidity Smart Contract. I am still a newbie with Solidity thu...

cryptospa

18.6 K
PeakD

🎥 Simple Smart Contracts with Solidity | 05.07.2023

https://youtu.be/YIfRe_Zvg1g Hello, dear HIVE community! Today, in this video, I implemented the require function for access control in m...

cryptospa

18.6 K
PeakD

🎥 Simple Smart Contracts with Solidity | 12.03.2023

https://youtu.be/6j5OlAiYGN0 Hello, dear HIVE community! I will start uploading simple smart contracts with Solidity. In this video, I cr...

ikkelins

15.35
Hive.Blog

Solidity Finance Announces Company Rebrand to SourceHat

https://lirp.cdn-website.com/58af6a93/dms3rep/multi/opt/Solidity+Finance+Announces+Company+Rebrand+to+SourceHat-1920w.png Solidity Financ...

cryptospa

18.6 K
PeakD

An Auction Platform with Solidity

Hello friends! I've started to learn Solidity recently. Actually, I started in April. So, I am learning how to write smart contracts. I w...

santigs

2.1 K

My first Solidity smart contract

A few weeks ago I started learning web development in order to later jump into Solidity and create my first dApp. After following some H...

tyrandecrypto

1.49

How to Deploy your own BEP-20 Token [Guide]

First of all you need to connect MetaMask to Binance Smart Chain, here's a article explaining step by step how to do it: https://academy....

cklai

108.75
Hive.Blog

My Crypto Journey -22, Here is the reason why Im going learn RUST programing language

Source In this article, I will be discussing my journey of learning Solidity, a programming language that is used to develop flashloan s...

leoglossary

0.61

LeoGlossary: Solidity (Cryptocurrency)

How to get a Hive Account Solidity is a statically-typed curly-braces programming language designed for developing smart contracts that ...

edb

361.64

Innovations in Ethereum smart contract exploits in 2022: Phantom Funct ...

Innovations in Ethereum smart contract exploits in 2022: Phantom Functions, Double-Entry Point Tokens, Fancy Native Tokens, NFT Flashloan...

param1252

0.00
Hive.Blog

Writing Your First Contract In Solidity

An Integrated Development Environment, or IDE, is a tool that enables Solidity-based smart contract development. Does this sound familiar...

lemooljiang

4.9 K

merkleTree验证白名单 / 学习智能合约#64

最近FTX爆了,据称是挪用了用户资金!不管是什么技术,最后还是回到了灵魂拷问:利和义,你取哪样?!吃瓜群众们又在那想验证资金的办法,怎么自证清白之类的。其实我想说,这只关乎人性,无关技术。如果真的关乎技术,那应该有N种办法。 这里提这N种办法中的一种:merkletree证...

lemooljiang

4.9 K

节约gas小妙招 / 学习智能合约#63

把节约gas的几个方法测试了下,蛮有效的。以前看起来有些多余的操作其实是另有深意啊。比如常见的语句uint _arr = arr[i],直接写arr[i]不是更直观么,为什么非要定义一个变量呢?!现在终于揭晓了谜团:原来是为了节约gas啊! 案例集 中把这些方法都总结了,我...

lemooljiang

4.9 K

代理升级模式 / 学习智能合约#61

前不久研究了下重入攻击的玩法,里面有个重要的特性:合约的fallback()函数。 fallback是合约的底层函数,在没有其它函数匹配的情况下会执行。这个特性导致了重入的风险性,但在另一方面,合约的升级性也会用到这一特性。这充分体现了一物的两面性:是好是坏取决于你! 由于...

hotsauceislethal

610.13
PeakD

Shardeum Is A Brand New Layer1 Coming 2023! How To Get Your Airdrop

Who doesn't love a good airdrop? Well this year they are launching a brand new layer 1 called Shardeum, brought to us by the creator of ...

leoglossary

0.61

LeoGlossary: Solidity (Cryptocurrency)

How to get a Hive Account Solidity is a statically-typed curly-braces programming language designed for developing smart contracts that ...

marilynjsteed

0.33

NFT : Create a good NFT

If u want to create a good nft, don't need to learn solidity. U must only have a good idea

bettyayers

3.90

NFT & Solidity

If u want to create & publish NFT, should lean solidity programming.

tommycordero

107.42
PeakD

[JOBS] Blockchain Security Engineer | Polygon

Image Source What is Polygon? Polygon is the leading platform for Ethereum scaling and infrastructure development. Its growing suite of ...

tomizha

0.00

What are the steps of becoming a blockchain developer?

In order to become a blockchain developer, one needs to be innovative, one needs to discover opportunities while the sun shines. In this...

life-hacker

54.56

Solidity practice. Simple CRUD of Data

Source I recently started learning Solidity and hope to become a smart contract engineer one day, so I decided to start with some small ...

brycelanders.eth

0.00

Learn to code smart contracts

To anyone looking to get into tech/ learn coding heres what ive learned to date. I am only 2 months in my journey so far but have picked ...

santigs

2.1 K

Learning Solidity - My first smartcontract

Today I decided to get deeper into blockchain coding and started a Solidity course. Solidity is the language used in Ethereum blockchain...

lemooljiang

4.9 K

合约的执行结果和历史的数据结构 / 学习智能合约#57

在执行智能合约时如何确定合约的正确执行结果呢?在得到正确的结果后再执行一系列的操作。比如现实中,只有你已确定付款后才能拿走商品一样,智能合约只能得到正确的结果才能进行下一步。 要起得到确定的结果,一般有两种办法:一种是轮询事件,另一种是直接分析得到的结果 。例如:let r...

rob23

1.7 K

10000 Hours To Master Something - How Long To Master A Hobby?

I've been thinking a lot about what I want to pursue in my life. However, after giving that some thought, I have realized how futile it ...

lemooljiang

4.9 K

ERC721铸造NFT / 学习智能合约#55

目前市场上流行的NFT标准是ERC721,而这个标准和ERC20类似,都有一些标准的函数和库。并且,一般只要按照OpenZeppelin的标准来就行。比如今天要铸造的NFT就可以直接引用OpenZeppelin的库,自己要写的方法估计也就不到10行。直接来看下: // SP...

jaichai

354.87
Hive.Blog

(JaiChai) DIY NFTs with images rendered ON-CHAIN and a closing random thought...

image source Did you know that any image created in multiple layers can actually be rendered on the blockchain, not like 99.9% of images...

lemooljiang

4.9 K

一次性获取数组或结构体的所有数据 / 学习智能合约#52

我们在获取合约中数组时一般是采用的遍历的方法,这个好像没什么太大问题。但是如果提供节点服务的供应商对访问有限速,那这种遍历的方法就挺蛋疼的。现在我看很多前端是采用的multicall的方法,就是直接一次到位,获取所有的数据。这个遍历的过程是直接在合约层就完成,节点只需访问一...

jayito

0.48

DApp Development

Live url: https://eggplant.fi Live url: https://kcc.shibance.com Everyone can see more about me with my git: https://github.com/jayito ...