sergejparity / voteabout

Repository for the VoteAbout project. BUIDL Camp - Cohort 2
MIT License
0 stars 2 forks source link

SMARTCONTRACT: Create contract interface #3

Closed sergejparity closed 12 hours ago

sergejparity commented 2 days ago

Create smart contract interface with functions signatures.

#[starknet::interface]
pub trait IVoteAbout<TContractState> {
    fn ...
}
Lukman-01 commented 2 days ago

I will like to do this. I will define define all necessary interfaces.

Deusvult6764 commented 2 days ago

I will like to work on the Interface

sergejparity commented 2 days ago

Let's split. This one will go to @Deusvult6764 . Of course you can cooperate and keep in touch.

Deusvult6764 commented 2 days ago

Sure thing! we'll work together.