稀有SDK 与Rarible API交互的实用程序功能 用法 npm install rarible-sdk --save import { RaribleSDK } from "rarible-sdk"; // We first create an instance of the sdk which will use 'rinkeby' by default (can also use 'mainnet' // todo currently unfinished as need contract addresses) const raribleSDK = new RaribleSDK('rinkeby'); // using 'mainnet' will currently not work (//todo needs the right contract addresses) //