Sasuke

Results 6 comments of Sasuke

Thanks for sharing your experience. I want to know keccak256 hash's disadvantages and the other hash functions.

Please check the network rpc... I had a same issue on my side but I reset the network rpc to the right! Then it works

Yes, the functions you mentioned here are in remix.org. I think the remix is the best program to compile and deploy the smart contract. After that, I hope you are...

And I also did like this: ```js #[derive(Accounts)] #[instruction(_create_time: String)] pub struct CreateProject, #[account( init_if_needed, seeds = [creator.key().as_ref(), _create_time.as_ref()], bump, payer = creator, space = TaskList::LEN)] pub task_list: Account, pub...