1.0.14 • Published 2 years ago

finc v1.0.14

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

FINC micropayments

A simple button to integrate in your app and enable microtransactions in Solana.

Code sample

npm install finc
class PayWithCrypto extends React.Component {
        
    render() {
      return (
        <FincButton 
          tokens={10000}
          apiKey=${walletAddress}
          networkConfig = {'devnet'}
          onSuccess={() => console.log('Transfer successful)}
          onError={() => console.error('Try again)}
        />
      );
    }
 }

Accepted parameters

ParameterDescriptionRequired parameterDefault
tokensLamports to transferYes
apiKeyAPI Key generated using dashboard.getfinc.comYes
networkConfigNetwork config to use to transfer lamportsOptional, one of 'devnet', 'testnet', 'mainnet-beta''mainnet-beta'
onSuccessSuccess action after payment processing is doneOptionalDisplays a notification success message
onErrorError action in case an error is thrown during payment processingOptionalDisplays a notification error message

Dashboard

Dashboard link -> https://dashboard.getfinc.com

On your dashboard

  • Connect your wallet
  • Generate API Key
  • Manage transactions
  • Third party integrations (Coming soon)

Demo app

Go to https://demo.getfinc.com/ to play around with the demo. Please ensure you are connected to Devnet before running the demo

Demo video

Upcoming features

  • Support for Solana based wallets such as SolFlare, Sollet etc.
  • Support for more cryptocurrencies such as SolEth, SolBitCoin etc.
  • Third party integration on dashboard such as Slack

Support

Please reach out to support@getfinc.com in case of any questions, bugs or feedbackack I250KLLDLRDI312KRank16.3Kln/awhoissourceRank260KMore dataSummary reportDiagnosisDensity00n/a

1.0.14

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago