New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@chainplatform/sdk

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainplatform/sdk

@chainplatform/sdk is a React Native library implement for react-native and react-native-web. Require crypto-js and react-native-mmkv packages.

latest
Source
npmnpm
Version
0.7.9
Version published
Maintainers
1
Created
Source

ChainSDK

@chainplatform/sdk is a React Native library implement for react-native and react-native-web. Require crypto-js and react-native-mmkv packages.

Current npm package version. PRs welcome! Follow @doansan

Install

npm install @chainplatform/sdk --save

or

yarn add @chainplatform/sdk

Usage

import React from 'react';
import * as ChainSDK from '@chainplatform/sdk';

class App extends React.Component {

    constructor(props) {
        super(props);

        this.state = {
          
        };
    }

  render() {
    return (
      <View style={{flex:1}}></View>
    );
  }
}

🪪 License

MIT © 2025 Chain Platform

💖 Support & Donate

If you find this package helpful, consider supporting the development:

CryptocurrencyAddress
Bitcoin (BTC)17grbSNSEcEybS1nHh4TGYVodBwT16cWtc
alt text
Ethereum (ETH)0xa2fd119a619908d53928e5848b49bf1cc15689d4
alt text
Tron (TRX)TYL8p2PLCLDfq3CgGBp58WdUvvg9zsJ8pd
alt text
DOGE (DOGE)DDfKN2ys4frNaUkvPKcAdfL6SiVss5Bm19
USDT (SOLANA)cPUZsb7T9tMfiZFqXbWbRvrUktxgZQXQ2Ni1HiVXgFm

Your contribution helps maintain open-source development under the Chain Platform ecosystem 🚀

Keywords

react

FAQs

Package last updated on 02 Jan 2026

Did you know?

Socket

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.

Install

Related posts