Помогите перевести эту страницу

🌏

Вы просматриваете эту страницу на английском языке, потому что мы еще не перевели ее. Помогите нам перевести эти материалы.

Разработка смарт-контрактов и создание токенов на Ethereum, покупка и продажа ETH, другие консультации.

Ethereum Development Tutorials

Welcome to our curated list of community tutorials.

aave (1)
alchemy (3)
blockchain (1)
clients (2)
composability (1)
compound (1)
continuous integration (1)
create-eth-app (2)
deploying (2)
erc-20 (2)
erc-721 (1)
eth2 (1)
ethers.js (3)
events (1)
factories (1)
formal verification (1)
frontend (2)
fuzzing (1)
ganache (1)
geth (1)
getting started (6)
hardhat (1)
javascript (5)
mocking (2)
nodes (3)
python (1)
querying (3)
react (1)
remix (3)
sablier (1)
security (7)
smart contracts (20)
solidity (20)
static analysis (1)
storage (1)
subscription (1)
testing (8)
the graph (2)
tokens (4)
transactions (2)
truffle (2)
uniswap (1)
waffle (3)
web3.js (3)
web3.py (1)
websockets (1)

Using WebSockets

beginner

✍Elan Halpern📆Invalid DateTime⏱️3 min

Guide to using WebSockets and Alchemy to make JSON-RPC requests and subscribe to events.

alchemy
websockets
querying
getting started
subscription
javascript

Waffle: Dynamic mocking and testing contract calls

intermediate

✍Daniel Izdebski📆14 ноября 2020 г.⏱️3 min

Advanced Waffle tutorial for using dynamic mocking and testing contract calls

waffle
smart contracts
solidity
testing
mocking

Sending Transactions Using Web3 and Alchemy

beginner

✍Elan Halpern📆4 ноября 2020 г.⏱️5 min

This is a beginner friendly guide to sending Ethereum transactions using web3 and Alchemy. There are three main steps in order to send a transaction to the Ethereum blockchain: create, sign, and broadcast. We’ll go through all three.

transactions
web3.js
alchemy

Getting Started with Ethereum Development Using Alchemy

beginner

✍Elan Halpern📆30 октября 2020 г.⏱️3 min

This is a beginners guide to getting started with Ethereum development using Alchemy, We’ll take you from signing up with Alchemy to making a command line request, to writing your first web3 script! No blockchain development experience necessary!

getting started
javascript
ethers.js
nodes
querying
alchemy

Waffle say hello world tutorial with hardhat and ethers

basic

✍MiZiet📆16 октября 2020 г.⏱️1 min

Make your first Waffle project with hardhat and ethers.js

waffle
smart contracts
solidity
testing
hardhat
ethers.js

Testing smart contracts with Waffle

intermediate

✍Vladislav Starostenko📆16 октября 2020 г.⏱️3 min

Learn how test Solidity smart contracts and use smart contract matchers with Waffle.

waffle
smart contracts
solidity
testing

A Python developer's introduction to Ethereum, part 1

beginner

✍Marc Garreau📆8 сентября 2020 г.⏱️7 min

An introduction to Ethereum development, especially useful for those with knowledge of the Python programming language

getting started
python
blockchain
web3.py

Smart contract security checklist

intermediate

✍Trailofbits📆7 сентября 2020 г.⏱️2 min

A suggested workflow for writing secure smart contracts

smart contracts
security
solidity

A guide to smart contract security tools

intermediate

✍Trailofbits📆7 сентября 2020 г.⏱️3 min

An overview of three different testing and program analysis techniques

solidity
smart contracts
security

The Graph: Fixing Web3 data querying

intermediate

✍Markus Waas📆6 сентября 2020 г.⏱️4 min

Blockchain is like a database but without SQL. All the data is there, but no way to access it. Let me show you how to fix this with The Graph and GraphQL.

solidity
smart contracts
querying
the graph
create-eth-app
react

Smart contract security guidelines

intermediate

✍Trailofbits📆6 сентября 2020 г.⏱️3 min

A checklist of security guidelines to consider when building your dapp

solidity
smart contracts
security

Token integration checklist

intermediate

✍Trailofbits📆13 августа 2020 г.⏱️3 min

A checklist of things to consider when interacting with tokens

solidity
smart contracts
security
tokens

Downsizing contracts to fight the contract size limit

intermediate

✍Markus Waas📆26 июня 2020 г.⏱️4 min

What can you do to prevent your smart contracts from getting too large?

solidity
smart contracts
storage
truffle

How to run a light node with Geth

intermediate

✍Brian Gu📆14 июня 2020 г.⏱️4 min

How to download, install and run Geth. Covering syncmodes, the Javascript console, and more

clients
geth
nodes

How to use Slither to find smart contract bugs

advanced

✍Trailofbits📆9 июня 2020 г.⏱️5 min

How to use Slither to automatically find bugs in smart contracts

solidity
smart contracts
security
testing
static analysis

Solidity and Truffle continuous integration setup

intermediate

✍Markus Waas📆5 июня 2020 г.⏱️2 min

How to setup Travis or Circle CI for Truffle testing along with useful plugins

solidity
smart contracts
testing
truffle
continuous integration
ganache

How to turn your Raspberry Pi 4 into a node just by flashing the MicroSD card

intermediate

✍EthereumOnArm📆7 мая 2020 г.⏱️5 min

Flash your Raspberry Pi 4, plug in an ethernet cable, connect the SSD disk and power up the device to turn the Raspberry Pi 4 into a full Ethereum 1.0 node or an Ethereum 2.0 node (beacon chain / validator)

clients
eth2
nodes

How to mock Solidity smart contracts for testing

intermediate

✍Markus Waas📆2 мая 2020 г.⏱️2 min

Why you should make fun of your contracts when testing

solidity
smart contracts
testing
mocking

Kickstart your dapp frontend development with create-eth-app

beginner

✍Markus Waas📆27 апреля 2020 г.⏱️4 min

An overview of how to use create-eth-app and its features

create-eth-app
frontend
javascript
ethers.js
the graph
aave
compound
uniswap
sablier

Calling a smart contract from JavaScript

beginner

✍jdourlens📆19 апреля 2020 г.⏱️2 min

How to call a smart contract function from JavaScript using a Dai token example

transactions
frontend
javascript
web3.js

Set up web3.js to use the Ethereum blockchain in JavaScript

beginner

✍jdourlens📆11 апреля 2020 г.⏱️2 min

How to use a smart contract to interact with a token using the Solidity language

web3.js
javascript

How to use Echidna to test smart contracts

advanced

✍Trailofbits📆10 апреля 2020 г.⏱️6 min

How to use Echidna to automatically test smart contracts

solidity
smart contracts
security
testing
fuzzing

Transfers and approval of ERC-20 tokens from a solidity smart contract

intermediate

✍jdourlens📆7 апреля 2020 г.⏱️2 min

How to use a smart contract to interact with a token using the Solidity language

smart contracts
tokens
solidity
getting started
erc-20

Understand the ERC-20 token smart contract

beginner

✍jdourlens📆5 апреля 2020 г.⏱️2 min

An introduction to deploying your first smart contract on an Ethereum test network

smart contracts
tokens
solidity
getting started
erc-20

Interact with other contracts from Solidity

advanced

✍jdourlens📆5 апреля 2020 г.⏱️2 min

How to deploy a smart contract from an existing contract and interact with it

smart contracts
solidity
remix
factories
deploying
composability

Logging data from smart contracts with events

intermediate

✍jdourlens📆3 апреля 2020 г.⏱️1 min

An introduction to smart contract events and how you can use them to log data

smart contracts
remix
solidity
events

Deploying your first smart contract

beginner

✍jdourlens📆3 апреля 2020 г.⏱️3 min

An introduction to deploying your first smart contract on an Ethereum test network

smart contracts
remix
solidity
getting started
deploying

How to implement an ERC-721 market

intermediate

✍Alberto Cuesta Cañada📆19 марта 2020 г.⏱️4 min

How to put tokenized items for sale on a decentralized classifieds board

smart contracts
erc-721
solidity
tokens

How to use Manticore to find bugs in smart contracts

advanced

✍Trailofbits📆13 января 2020 г.⏱️6 min

How to use Manticore to automatically find bugs in smart contracts

solidity
smart contracts
security
testing
formal verification