|
You are here |
hypernephelist.com | ||
| | | | |
jfhr.me
|
|
| | | | | This post is a short introduction to smart contracts: How they work, what you can do with them, and how to develop and interact with one. | |
| | | | |
blog.adnansiddiqi.me
|
|
| | | | | This post going to be a bit longer as I am going to cover multiple concepts. I will be covering the following things: Smart Contracts and how do they work in Ethereum blockchain. The basics of Solidity Programming language and how to use online and existing IDEs to write and test them. Using Truffle and | |
| | | | |
omarmetwally.blog
|
|
| | | | | Omar Metwally, MD University of California, San Francisco DDASH - Ethereum Operating System for Knowledge Creation and Sharing ============================================= Github repository ----------------- Project website ----------------- Objectives: To create a private Ethereum network To deploy a simple contract to your private Ethereum network To interact with a contract on your private Ethereum network... | |
| | | | |
yos.io
|
|
| | | The goal of smart contract audits is to assess code (alongside technical specifications and documentation) and alert project team of potential security issues that need to be addressed to improve security posture, decrease attack surface, and mitigate risk. An audit helps to detect and resolve security issues before launch, summarized as a set of findings with underlying vulnerabilities, severity, difficulty, sample exploit scenarios, and recommended mitigations. Given the high cost of smart contract bugs, it's no surprise that an audit is a key step in the smart contract development lifecycle. However, engaging an auditor can be costly and difficult due to high demand. In this article, we'll learn how you can use the open source tools Slither and Echidna to... | ||