Skip to content

0xtkey256/suimorecoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

suimorecoin

my own coin with more features in the future

This is an external link to move tutorial

modules

extends.move

able to mint, burn, transfter, deploy contract, and invoke contract. \

mycoin_with_smart_contracts.move

A new type called SimpleDeFi, which inherits from DeFi.\ A function called init_simple_defi(), which initializes a new SimpleDeFi application.
A function called deposit(), which deposits funds into a SimpleDeFi application.
A function called withdraw(), which withdraws funds from a SimpleDeFi application. \

simple_defi.move

A new type called SimpleDeFi, which inherits from DeFi and adds the ability to lend and borrow money.\ A new type called LendingPool, which represents a lending pool that allows users to deposit and borrow money.
A function called deposit_to_lending_pool(), which deposits money into a lending pool.\

A function called withdraw_from_lending_pool(), which withdraws money from a lending pool.\

A function called withdraw_from_lending_pool(), which withdraws money from a lending pool.\

About

my own coin with more features in the future

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages