Earn SDK is a client and server SDK for building applications that can interact with various earning functionality on the Fuse network.
npm install @fuseio/earn-sdkbash
npm install -S @fuseio/earn-sdk
`
or
`bash
yarn add @fuseio/earn-sdk
`$3
The Earn sdk exposes SingleRewardProgram and MultiRewardProgram classes which can be used to interact with the single and multi
reward programs.Development
The steps needed to get started started developing the SDK are provided below$3
To get set up run the command below to install SDK dependencies:
`bash
npm install
`
or
`bash
yarn
`$3
To run the linter run:
`bash
npm run lint
`
or
`bash
yarn lint
``