This repository contains contracts that are developed by Spartan Labs for the SUI blockchain.
description: NFT Rental contract based on Spartan Labs article on NFT Rental #TODO : link to article
path: contracts/nft_rental
create an empty Move package
sui move new my_first_packageBuild Package
sui move build
Test Package
sui move test
Run only a subset of unit tests
sui move test --filter sword
For more info check out https://docs.sui.io/build/move/write-package
Publishing on chain
sui client publish --path SUI_Objects/sui_objects --gas-budget 10000