November 8, 2023
Aleo гайд. Становимся контрибьютером в репозитории проекта
Нам понадобится
Что делать ?
Запускаем Git и вводим команды
git clone https://github.com/AleoHQ/leo
cd leo
cargo install --path .
Установка занимает 5-10 минут (в зависимости от ПК)
leo account new
leo account import your_private_key
вместо your_private_key - приваткей
Можно взять tictactoe, lottery или же token
leo example tictactoe
Можно увидеть пример в действии
cd tictactoe
leo run new
cd tictactoe
git init -b main
git add .
git config --global user.email [email protected]
Вместо [email protected] - адрес электронной почты
git config --global user.name your_username
Вместо your_username - юзернейм в гитхабе
git commit -m "My First commit"
Можно назвать как угодно. Во избежание ошибок не добавлять README и т.д.
Копируем ссылку на репозиторий
git branch -m main
git remote add origin your_repository_link
Вместо your_repository_link - ссылка на репозиторий
git remote -v
git push -u origin main
Переходим в репозиторий Leo и нажимаем New Issue в правом верхнем углу
Нажимаем "Get started" в строке "Leo Contributor Badge"
В title вставить: Add your_username to contributors (вместо your_username - юзернейм гитхаба)
В описание вставить
Hi Aleo team! I’m claiming my contributor badge for completing the New Developer Toolkit tutorial. Tutorial Repo: your_repository_link Requested badge: Tutorial
Вместо your_repository_link ссылка на репозиторий