Skip to content

SpartanLabsXyz/spartanlabs-contracts-sui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SUI

This repository contains contracts that are developed by Spartan Labs for the SUI blockchain.

Contracts

NFT Rental

description: NFT Rental contract based on Spartan Labs article on NFT Rental #TODO : link to article path: contracts/nft_rental

Basic Commands

create an empty Move package

sui move new my_first_package

Build 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

About

Spartan Labs Contracts is a library of cutting-edge smart contracts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages