Otterspace Utils is an open-source frontend that provides a user interface for interacting with Otterspace. Badge holders can perform actions like burning their tokens, while community admins (Raft token holders) can transfer their Raft tokens and Reinstate/Revoke user badges.
Clone the project and install the dependencies:
git clone [email protected]:marthendalnunes/otterspace-utils.git
cd otterspace-utils
npm install
# or
yarn
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.