The Wayback Machine - https://web.archive.org/web/20210605225448/https://github.com/steadylearner/ethdev-diary
Skip to content
master
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Jul 8, 2020
Jul 21, 2020

Record of eth learning process

I am complete beginner to Ethereum and crypto relevant tech. I will continue until I get a job with this. If I could, you will also able to get a job following this repository.

If you want the similar one for Rust, you can refer to the Rust Full Stack Repository.

You can support it with Bitcoin.

1ESPcN8eQs8mXYYgbYysg9whzY4k3scSpy	

The current state of this repository

  • Update React Parcel Ethereum example
  • Code a remote purchase example with React and an image of a real product while you refer to with_ipfs and react parcel ethereum example.
  • Write a job board with login and CRUD for freelancers.

Start

Code

$truffle init or $truffle unbox
$truffle compile
$truffle create contract Contract

Make migrations/2_contract.js and write Solidity code for Contract.sol file.

$truffle migrate
$truffle console
contract = await Contract.new()
contract
$truffle test
// Edit contract if necessary.
$truffle migrate --reset
($yarn dev)

Security

Deployment

Wallet

Invest

IPFS

Read More