
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@open-social-protocol/osp-client-abstract
Advanced tools
osp-client-abstract is a opensocial js sdk.
Use the package manager [pnpm] or [npm] to install osp-client-abstract.
pnpm add @open-social-protocol/osp-client-abstract
or
npm i @open-social-protocol/osp-client-abstract
import { AbstractClient } from "@abstract-foundation/agw-client";
import {
AbstractWalletAdapter,
Environment,
OspClient,
} from "@open-social-protocol/osp-client-abstract";
// see https://docs.abs.xyz/abstract-global-wallet/agw-react/hooks/useAbstractClient
let abstractClient: AbstractClient;
async function main() {
const ospClient = await OspClient.create({
env: Environment.dev,
app_id: "332586477308740133",
storage: localStorage,
});
await ospClient.authentication.walletLogin(
new AbstractWalletAdapter(abstractClient)
);
}
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.
FAQs
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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.