From 1a52015a2ebcbcae36c6d1b8d54946266e93f7c8 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Tue, 5 Oct 2021 12:01:09 +0500 Subject: [PATCH] Update readme.md --- readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/readme.md b/readme.md index 650c44e..fd6f81e 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,26 @@ # loan **loan** is a blockchain built using Cosmos SDK and Tendermint and created with [Starport](https://github.com/tendermint/starport). +## Project scaffolding + +``` +starport s chain github.com/cosmonaut/loan --no-module + +cd loan + +starport s module loan --dep bank + +starport s list loan amount fee collateral deadline state borrower lender --no-message + +starport s message request-loan amount fee collateral deadline + +starport s message approve-loan id:uint + +starport s message repay-loan id:uint + +starport s message liquidate-loan id:uint +``` + ## Get started ```