You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{logMood}from'@echomirror/mood'constentry=awaitlogMood(client,{mood: 'grateful',intensity: 8,note: 'Shipped a feature I am proud of',})console.log(entry.streak)// current mood-logging streak
Connect a Stellar wallet and send an echo
import{connectFreighter,sendEcho}from'@echomirror/stellar'constwallet=awaitconnectFreighter()consttransfer=awaitsendEcho(client,{from: wallet.publicKey,to: 'GRECIPIENT_PUBLIC_KEY',amount: '5',memo: 'thanks for the code review ??',})