Skip to content

A small repo to send ft to another account if you know your PK

Notifications You must be signed in to change notification settings

findonflow/send-ft-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

How to send FT using flow cli

If you know your private key you can run transactions in the terminal manually.

In this repo there are two files:

  • flow.json: the configuration of your account
  • sendFt.cdc: the transaction we will send

Either clone down this repo manually or copy paste the raw contents of those files into a directory on your computer

Prerequisites

sending flow

we will now use the flow cli`s send transactions command to manually send a transaction using your account

the command comes in the form of flow transactions send <fileName> -n <network> --signer <signerNameInFlowJson> <amountInDouble> <account>

flow transactions send sendFlow.cdc -n mainnet --signer user 0.42 0x886f3aeaf848c535

About

A small repo to send ft to another account if you know your PK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published