Getting Started
Overview
fether provides a system for continuous frictionless connection between front end and back end developers work on decentralized applications.
fether is in its infancy and currently very opinionated. Namely, fether works exclusively with repositories using Foundry as their smart contract development framework.
fether Typescript Module provides a persistent updated ABI and contract address to use with your Ethereum interaction library of choice.
Installation
Quickstart
1. Follow steps on fether.xyz to get API key and install Github app
Fether currently requires an alpha access key to use. DM @0xFloop on twitter to get one :)
2. Setup your fether instance
3. Initialize your fether instance
This can most easily be done within the useEffect hook, this loads your fether instance with all the data connected to your api key
4. Use fether!
Now you can swap any instance of contract address or contract abi with your data from fether!
Last updated