Skip to content

Instantly share code, notes, and snippets.

View skaptox's full-sized avatar
🏠
Working from home

Skaptox skaptox

🏠
Working from home
View GitHub Profile
async fn test_create_spl_token_and_transfer() -> Result<()> {
drop_and_recreate_database()?;
signup("pepe_pablo").await?;
let mut client = connect_user("pepe_pablo").await?;
let create_org: CreateOrganizationResponse = client
.create_organization(&CreateOrganizationRequest {
name: "org".to_string(),
country: "xx".to_string(),