8000 GitHub - 0xDeeep/shipooor: Shipoor ship, fast. Really, really fast 🚀
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0xDeeep/shipooor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shipooor 🚀

Ship Powerful code, Fast. Really, really fast with shipooor.

Snippets 🤓

Anchor program snipppets

create context(cc)

#[derive(Accounts)]
pub struct MyContext<'info> {

}

init pda(ipda)

#[account(
    init, 
    payer = signer, 
    space = , 
    seeds = [], 
    bump,
)] 
pub new_account: Account<'info, NewAccount>,

create fn(cf)

pub fn name(ctx: Context<Args>) -> Result<()> {
    Ok(())
}

create program(cp)

#[program]
mod my_program {
    use super::*;
    pub fn init(ctx: Context<MyContext>) -> Result<()> {
        Ok(())
    }
}

Now It's time to be explooorer

Anchor Client snipppets

new keypair (nk)

const newKeypair =  anchor.web3.Keypair.generate();

new test case (ntc)

it(" Some new test case", async () => { 
     
});

Now It's time to be explooorer

Contribution

Made in ❤️ with shipooor - 0xDeep & Ache

About

Shipoor ship, fast. Really, really fast 🚀

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0