Skip to content

dapperdappy/tzcolors-contract

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

tzcolors.io SmartContracts

Build/Basic Usage

Dependencies

This project depends only on SmartPy, you can install SmartPy by doing a:

$ sh <(curl -s https://smartpy.io/cli/install.sh)

You can read more about the installation here: https://smartpy.io/cli/

If you feel lazy you can simply copy/paste the entire 'auction_house.py' content into the web IDE: https://smartpy.io/ide

Build

$ /home/coder/smartpy-cli/SmartPy.sh compile auction_house.py "AuctionHouse()" out
$ /home/coder/smartpy-cli/SmartPy.sh compile auction_house.py "TZColorsFA2(sp.address('KT1CpeSQKdkhWi4pinYcseCFKmDhs5M74BkU'))" out

In our example above KT1CpeSQKdkhWi4pinYcseCFKmDhs5M74BkU is the address of the deployed auction house.

Test

$ /home/coder/smartpy-cli/SmartPy.sh test auction_house.py out

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%