Skip to content

SubDAO-Network/polkasign-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ink! Contracts

Install dependencies

reference https://paritytech.github.io/ink-docs/getting-started/setup.

Clone code

Run

git clone --recursive https://github.com/subdao-network/polkasign-contracts.git

Compile

Please use cargo-contract version 0.11!

cargo install cargo-contract --vers ^0.11 --force --locked

Run bash ./build.sh, you can find .contract file in ./release dir.

or

Run

cargo +nightly contract build

in each contract folder

Test contract

cd polkasign
cargo test

About

polkasign's contracts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages