
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@withfabric/protocol-sdks
Advanced tools
SDK monorepo for Fabric EVM protocols.
| wagmi version | sdk version |
|---|---|
| 1.x.x | 0.3.6 |
| 2.x.y | 1.0.0+ |
If you don't use wagmi or wagmi-core, you can leverage the protocols directly; see our docs.
npm i viem @wagmi/core @withfabric/protocol-sdks
Wagmi v2 changed how configuration is managed. As a result the SDK needs to be configured with the wagmi configuration.
import { createConfig } from '@wagmi/core';
import { configureFabricSDK } from '@withfabric/protocol-sdks';
// Create wagmi configuration
const config = return createConfig({
// ...
});
// Configure the SDK to use your wagmi configuration
configureFabricSDK({ wagmiConfig: config });
The Fabric CrowdFi protocol moves capital between creators and communities.
The Fabric Subscription Token Protocol provides onchain recurring revenue for creators and businesses.
In order to make changes, fork/clone the repo and run the setup script.
./script/setup
Tests can be run using
npm run test
We accept contributions via pull-request to the main branch. Please ensure your branch is rebased and squashed before issuing a PR.
FAQs
SDKs for Fabric EVM Protocols
We found that @withfabric/protocol-sdks demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.