Using the Starter Kits

In an effort to make it as easy as possible to start using these tools, we've developed a couple starter kits. These are great boilerplates for building a polished dapp. The starters kits and libraries are still being actively developed and are being released as alpha.

Authentication and Transaction Starter Kit

This is a great general dapp boilerplate. The web3 Management document will go more into depth about all the benefits derived from the Bounties SDK, but the starter kit comes with login and transaction management out of the box.

Get started by cloning the repo: https://github.com/Bounties-Network/Auth-Tx-Starter-Kit

Bounties SDK Starter Kit

Everything that is in the authentication and transaction starter kits is available in the the Bounties SDK starter kit, plus more! This project demonstrates how to connect to the Bounties Network's API to load / filter our cached Bounties, as well as create a new bounty by issuing the transaction on-chain.

Get started by cloning the repo: https://github.com/Bounties-Network/Bounties-SDK-Starter-Kit