Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 382 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 382 Bytes

public-project-webhooks

G7 public project webhooks and components

Features

  • Web3 Auth
  • API Helpers

Install

npm i @g7dao/public-project-webhooks

import { _aid, _auth } from "@g7dao/public-project-webhooks";

Legacy

delete _api folder

Remove

import { _user, _aid } from "../_api";

Add

import { _aid, _auth } from "@g7dao/public-project-webhooks";