Nishu0 / Qiro-Lending-Vault

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart Contract Documentation

Qiro Finance

Summary

About Task

Demo

Qiro_Finance_Demo_.mov
  • Admin Features - Whitelisting
  • Deposit Functionality
  • Interest Accrual
  • Prefilled Money
  • Withdrawal Mechanism
  • Event Logging
  • Minting and Burning is remaining

How to run

  • Git Clone or Download Zip
  • Run aptos init --network devnet to create a devnet account.
  • Paste the your actual default profile account address from .aptos/config.yaml qiro='<default-profile-account-address>'
  • Run aptos move compile to compile
  • Run aptos move publish to publish

Demo of How to Compile and Publish Move smart contract

move_compile_publish.mp4

Reference

Coin:: https://github.com/aptos-labs/aptos-core/blob/main/aptos-move/framework/aptos-framework/sources/coin.move Managed Coin:: https://github.com/aptos-labs/aptos-core/blob/main/aptos-move/framework/aptos-framework/sources/managed_coin.move Other Framework Modules:: https://github.com/aptos-labs/aptos-core/blob/main/aptos-move/framework/aptos-framework/sources

📬 Get in touch!

Linkedin - Nisarg Thakkar Email - Nisarg Thakkar
Made with ☕ and ❤️ by Nisarg Thakkar.

About


Languages

Language:Move 100.0%