gm-on-stacks-sdk
v1.0.1
Published
Utility SDK for the GM on Stacks social project.
Downloads
95
Maintainers
Readme
gm-on-stacks-sdk
A lightweight SDK for interacting with the GM on Stacks smart contract.
features
- sayGm: easily broadcast a 'say-gm' transaction to the Stacks network.
- Dynamic Greetings: helper functions for time-based greetings.
- Native Support: built on top of
@stacks/transactionsand@stacks/network.
installation
npm install gm-on-stacks-sdkusage
import { sayGm } from 'gm-on-stacks-sdk';
const result = await sayGm({
contractAddress: 'ST...',
contractName: 'gm-on-stacks',
senderKey: '...',
network: 'mainnet'
});