Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.53 KB

readme-en.md

File metadata and controls

46 lines (31 loc) · 1.53 KB

Dapp-Learning-Arsenal

This repository contains all kinds of classic and practical blockchain-related websites, as the knowledge repository of the Dapp-Learning project, and it is also convenient for newcomers to submit PR and develop Users will be regularly sorted into Dapp-Learning.

You can store reference links by directory classification, and add relevant descriptions. The directory mainly includes underlying chain technology Solidity Development and Security, Defi, NFT, DAO, Crypyto, Web3 Tools, please enter them by category.

At the same time, the repository also contains various related papers, the corresponding directory is paper. Due to the large file size, the warehouse uses git-lfs to track the submission of documents

install git-lfs

  • Linux
$ curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash 
  • Ubuntu
$ sudo apt-get install git-lfs  
  • Mac
$ brew install git-lfs
  • Windows
1) 下载安装 windows installer
2) 运行 windows installer

Clone the repository

You can use normal git clone to clone the repository, or you can use git lfs for cloning. When there are a lot of files, using git lfs can speed up the cloning process. Here we use git lfs for demonstration

git lfs clone https://github.com/Dapp-Learning-DAO/Dapp-Learning-Arsenal.git

Reference documentation

git-lfs tutorial: https://zhuanlan.zhihu.com/p/146683392