Skip to content

0xCryptoAngel/wildlands-game-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile

rm compilation -r & ~/smartpy-cli/SmartPy.sh compile ./contracts/NFTandVault.py compilation

rm compilation -r & ~/smartpy-cli/SmartPy.sh compile ./contracts/GameGov.py compilation

Test

rm test -r & ~/smartpy-cli/SmartPy.sh test ./contracts/NFTandVault.py test

rm test -r & ~/smartpy-cli/SmartPy.sh test ./contracts/GameGov.py test

Deploy

NFT Deployment

~/smartpy-cli/SmartPy.sh originate-contract --code /home/johan/Documents/tezos/CoC-tezos-p2e-game/compilation/NftWithAdmin_Compiled/step_000_cont_0_contract.tz --storage /home/johan/Documents/tezos/CoC-tezos-p2e-game/compilation/NftWithAdmin_Compiled/step_000_cont_0_storage.tz --rpc https://rpc.tzkt.io/ghostnet --private-key [PVK]

GameGov Contract Deployment

~/smartpy-cli/SmartPy.sh originate-contract --code /home/johan/Documents/tezos/CoC-tezos-p2e-game/compilation/GameGov_Compiled/step_000_cont_0_contract.tz --storage /home/johan/Documents/tezos/CoC-tezos-p2e-game/compilation/GameGov_Compiled/step_000_cont_0_storage.tz --rpc https://rpc.tzkt.io/ghostnet --private-key [PVK]

Releases

No releases published

Packages

No packages published

Languages