Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aptos-labs/move-by-examples
/ functions
Functions
594 in github.com/aptos-labs/move-by-examples
⨍
Functions
594
◇
Types & classes
112
Function
TradeShare
({ issuerAddress }: TradeShareProps)
friend-tech/aptos/frontend/components/TradeShare.tsx:19
Function
TriImageBanner
({ images, className }: { images: string[]; className?: string })
nft-launchpad/frontend/pages/Mint/components/TriImageBanner.tsx:5
Function
UiLayout
({ children, links, }: { children: ReactNode; links: { label: string; path: string }[]; })
advanced-todo-list/solana/web/components/ui/ui-layout.tsx:18
Function
UiLayout
({ children, links, }: { children: ReactNode; links: { label: string; path: string }[]; })
simple-todo-list/solana/web/components/ui/ui-layout.tsx:18
Function
UiLayout
({ children, links, }: { children: ReactNode; links: { label: string; path: string }[]; })
fungible-asset-launchpad/solana/web/components/ui/ui-layout.tsx:18
Function
UiLayout
({ children, links, }: { children: ReactNode; links: { label: string; path: string }[]; })
friend-tech/solana/web/components/ui/ui-layout.tsx:18
Function
UploadSpinner
({ on })
fungible-asset-launchpad/aptos/frontend/components/UploadSpinner.tsx:7
Function
UploadSpinner
({ on })
nft-launchpad/frontend/components/UploadSpinner.tsx:6
Function
UserHoldings
({ userAddress }: UserHoldingsProps)
friend-tech/aptos/frontend/components/UserHoldings.tsx:11
Function
WalletButtons
()
nft-marketplace/frontend/src/components/WalletButtons.tsx:12
Function
WalletProvider
({ children }: PropsWithChildren)
surf-for-type-safety/frontend/components/WalletProvider.tsx:8
Function
WalletProvider
({ children }: PropsWithChildren)
fungible-asset-launchpad/aptos/frontend/components/WalletProvider.tsx:8
Function
WalletProvider
({ children })
telegram-boilerplate-template-with-mizu-core/frontend/components/WalletProvider.tsx:15
Function
WalletProvider
({ children }: PropsWithChildren)
nft-launchpad/frontend/components/WalletProvider.tsx:7
Function
WalletProvider
({ children }: PropsWithChildren)
telegram-boilerplate-template/frontend/components/WalletProvider.tsx:8
Function
WalletProvider
({ children }: PropsWithChildren)
friend-tech/aptos/frontend/components/WalletProvider.tsx:8
Function
WalletProvider
({ children }: { children: ReactNode })
nft-marketplace/frontend/src/context/WalletProvider.tsx:9
Function
WalletRow
({ wallet, onConnect }: WalletRowProps)
surf-for-type-safety/frontend/components/WalletSelector.tsx:153
Function
WalletRow
({ wallet, onConnect }: WalletRowProps)
fungible-asset-launchpad/aptos/frontend/components/WalletSelector.tsx:187
Function
WalletRow
({ wallet, onConnect }: WalletRowProps)
nft-launchpad/frontend/components/WalletSelector.tsx:174
Function
WalletRow
({ wallet, onConnect }: WalletRowProps)
telegram-boilerplate-template/frontend/components/WalletSelector.tsx:165
Function
WalletRow
({ wallet, onConnect }: WalletRowProps)
friend-tech/aptos/frontend/components/WalletSelector.tsx:166
Function
WalletSelector
()
surf-for-type-safety/frontend/components/WalletSelector.tsx:26
Function
WalletSelector
()
fungible-asset-launchpad/aptos/frontend/components/WalletSelector.tsx:28
Function
WalletSelector
()
telegram-boilerplate-template-with-mizu-core/frontend/components/WalletSelector.tsx:17
Function
WalletSelector
()
nft-launchpad/frontend/components/WalletSelector.tsx:29
Function
WalletSelector
()
telegram-boilerplate-template/frontend/components/WalletSelector.tsx:28
Function
WalletSelector
()
friend-tech/aptos/frontend/components/WalletSelector.tsx:29
Function
WalletView
({ wallet }: { wallet: Wallet })
nft-marketplace/frontend/src/components/WalletButtons.tsx:26
Function
WarningAlert
({ title, children })
fungible-asset-launchpad/aptos/frontend/components/ui/warning-alert.tsx:8
Function
WarningAlert
({ title, children })
nft-launchpad/frontend/components/ui/warning-alert.tsx:8
Function
WrongNetworkAlert
()
surf-for-type-safety/frontend/components/WrongNetworkAlert.tsx:5
Function
WrongNetworkAlert
()
fungible-asset-launchpad/aptos/frontend/components/WrongNetworkAlert.tsx:5
Function
WrongNetworkAlert
()
telegram-boilerplate-template-with-mizu-core/frontend/components/WrongNetworkAlert.tsx:5
Function
WrongNetworkAlert
()
nft-launchpad/frontend/components/WrongNetworkAlert.tsx:5
Function
WrongNetworkAlert
()
telegram-boilerplate-template/frontend/components/WrongNetworkAlert.tsx:5
Function
WrongNetworkAlert
()
friend-tech/aptos/frontend/components/WrongNetworkAlert.tsx:5
Function
aptosClient
()
telegram-boilerplate-template-with-mizu-core/frontend/utils/aptosClient.ts:11
Function
buyAptogotchi
( sender: Account, listingObjectAddr: string )
nft-marketplace/frontend/src/utils/aptos.ts:136
Function
buy_key
(ctx: Context<TransactHoldings>, k: u64)
friend-tech/solana/anchor/programs/friend-tech/src/lib.rs:23
Function
complete_todo
(ctx: Context<CompleteTodo>, index: u32)
advanced-todo-list/solana/anchor/programs/advanced-todo-list/src/lib.rs:30
Function
complete_todo
(ctx: Context<CompleteTodo>, index: u32)
simple-todo-list/solana/anchor/programs/simple-todo-list/src/lib.rs:25
Function
create_todo
(ctx: Context<CreateTodo>, content: String)
advanced-todo-list/solana/anchor/programs/advanced-todo-list/src/lib.rs:26
Function
create_todo
(ctx: Context<CreateTodo>, content: String)
simple-todo-list/solana/anchor/programs/simple-todo-list/src/lib.rs:21
Function
create_todo_list
(ctx: Context<CreateTodoList>)
advanced-todo-list/solana/anchor/programs/advanced-todo-list/src/lib.rs:22
Function
create_todo_list
(ctx: Context<CreateTodoList>)
simple-todo-list/solana/anchor/programs/simple-todo-list/src/lib.rs:17
Function
create_token
( ctx: Context<CreateToken>, token_name: String, token_symbol: String, token_u
fungible-asset-launchpad/solana/anchor/programs/launchpad/src/lib.rs:16
Function
create_user_todo_list_counter
need to be called once per user before creating a TodoList
advanced-todo-list/solana/anchor/programs/advanced-todo-list/src/lib.rs:18
Function
formatDate
(date: Date)
fungible-asset-launchpad/aptos/frontend/utils/formatDate.ts:1
Function
getAptBalance
(addr: string)
nft-marketplace/frontend/src/utils/aptos.ts:60
Function
getCollection
()
nft-marketplace/frontend/src/utils/aptos.ts:70
Method
getExplorerUrl
(path: string)
advanced-todo-list/solana/web/components/cluster/cluster-data-access.tsx:70
Method
getExplorerUrl
(path: string)
simple-todo-list/solana/web/components/cluster/cluster-data-access.tsx:70
Method
getExplorerUrl
(path: string)
fungible-asset-launchpad/solana/web/components/cluster/cluster-data-access.tsx:70
Method
getExplorerUrl
(path: string)
friend-tech/solana/web/components/cluster/cluster-data-access.tsx:70
Function
goToMint
()
nft-marketplace/frontend/src/components/Portfolio.tsx:22
Function
handleTradeSubmit
()
friend-tech/aptos/frontend/components/TradeShare.tsx:29
Function
initialize
(ctx: Context<Initialize>)
advanced-todo-list/solana/anchor/programs/advanced-todo-list/src/lib.rs:13
Function
initialize
(ctx: Context<Initialize>)
simple-todo-list/solana/anchor/programs/simple-todo-list/src/lib.rs:13
Function
initialize
(ctx: Context<Initialize>)
fungible-asset-launchpad/solana/anchor/programs/launchpad/src/lib.rs:12
Function
initialize
(ctx: Context<Initialize>)
friend-tech/solana/anchor/programs/friend-tech/src/lib.rs:15
Function
isValidNetworkName
(network: NetworkInfo | null)
surf-for-type-safety/frontend/utils/helpers.ts:4
Function
isValidNetworkName
(network: NetworkInfo | null)
telegram-boilerplate-template/frontend/utils/helpers.ts:4
Function
issue_key
(ctx: Context<IssueKey>, bump: u8, username: String)
friend-tech/solana/anchor/programs/friend-tech/src/lib.rs:19
Function
listAptogotchi
( sender: Account, aptogotchiObjectAddr: string )
nft-marketplace/frontend/src/utils/aptos.ts:114
Function
mintAptogotchi
( sender: Account, name: string, body: number, ear: number, face: number )
nft-marketplace/frontend/src/utils/aptos.ts:36
Function
mintFA
(e: FormEvent)
fungible-asset-launchpad/aptos/frontend/pages/Mint/components/HeroSection.tsx:40
Function
mintNft
(e: FormEvent)
nft-launchpad/frontend/pages/Mint/components/HeroSection.tsx:41
Function
mint_token
(ctx: Context<MintToken>, amount: u64)
fungible-asset-launchpad/solana/anchor/programs/launchpad/src/lib.rs:25
Function
onClickButton
()
telegram-boilerplate-template-with-mizu-core/frontend/components/Counter.tsx:45
Function
onClickButton
()
telegram-boilerplate-template/frontend/components/Counter.tsx:48
Function
onClickIssueShare
()
friend-tech/aptos/frontend/components/IssueShare.tsx:16
Function
onCopy
()
fungible-asset-launchpad/aptos/frontend/pages/Mint/components/HeroSection.tsx:143
Function
onCopy
()
nft-launchpad/frontend/pages/Mint/components/HeroSection.tsx:132
Function
onCreateAsset
()
fungible-asset-launchpad/aptos/frontend/pages/CreateFungibleAsset.tsx:49
Function
onCreateCollection
()
nft-launchpad/frontend/pages/CreateCollection.tsx:74
Function
onPublicMintEndTime
(event: React.ChangeEvent<HTMLInputElement>)
nft-launchpad/frontend/pages/CreateCollection.tsx:61
Function
onPublicMintStartTime
(event: React.ChangeEvent<HTMLInputElement>)
nft-launchpad/frontend/pages/CreateCollection.tsx:48
Function
onSignAndSubmitTransaction
(data: z.infer<typeof FormSchema>)
surf-for-type-safety/frontend/components/PostMessageWithSurf.tsx:56
Function
onSubmit
()
nft-marketplace/frontend/src/components/List.tsx:38
Function
onSubmit
()
nft-marketplace/frontend/src/components/Buy.tsx:15
Function
onSubmit
()
nft-marketplace/frontend/src/app/mint/page.tsx:66
Function
renderEducationScreen
(screen: AboutAptosConnectEducationScreen)
fungible-asset-launchpad/aptos/frontend/components/WalletSelector.tsx:224
Function
renderEducationScreen
(screen: AboutAptosConnectEducationScreen)
nft-launchpad/frontend/components/WalletSelector.tsx:211
Function
renderEducationScreen
(screen: AboutAptosConnectEducationScreen)
telegram-boilerplate-template/frontend/components/WalletSelector.tsx:202
Function
renderEducationScreen
(screen: AboutAptosConnectEducationScreen)
friend-tech/aptos/frontend/components/WalletSelector.tsx:203
Function
sell_key
(ctx: Context<TransactHoldings>, vault_bump: u8, k: u64)
friend-tech/solana/anchor/programs/friend-tech/src/lib.rs:27
Function
update
(props: ToasterToast)
surf-for-type-safety/frontend/components/ui/use-toast.ts:141
Function
update
(props: ToasterToast)
fungible-asset-launchpad/aptos/frontend/components/ui/use-toast.ts:141
Function
update
(props: ToasterToast)
telegram-boilerplate-template-with-mizu-core/frontend/components/ui/use-toast.ts:141
Function
update
(props: ToasterToast)
nft-launchpad/frontend/components/ui/use-toast.ts:141
Function
update
(props: ToasterToast)
telegram-boilerplate-template/frontend/components/ui/use-toast.ts:141
Function
update
(props: ToasterToast)
friend-tech/aptos/frontend/components/ui/use-toast.ts:141
Function
uploadFile
( // eslint-disable-next-line @typescript-eslint/no-explicit-any aptosWallet: any, fileToUpload: File, )
nft-launchpad/frontend/utils/Irys.ts:57
← previous
501–594 of 594, ranked by callers