Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.01 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.01 KB

contract-rs

new-project-description

How to Build Locally?

Install unc CLI and run:

unc dev-tool build

How to Test Locally?

cargo test

How to Deploy?

To deploy manually, install unc CLI and run:

# Create a new account
unc dev-tool create-dev-account

# Deploy the contract on it
## unc dev-tool deploy 377ac29dcdcf80f8741c987df93e6381bc4dd36686eff06780438d1fc10970ef without-init-call network-config testnet sign-with-keychain send
unc dev-tool deploy <account-id>

Useful Links