rarible sdk 源码
稀有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) //
文件列表
rarible-sdk-master.zip
(预估有个18文件)
rarible-sdk-master
.babelrc
92B
package.json
1KB
tests
testData
beeplz.jpg
205KB
live-tests.spec.js
3KB
index.spec.js
639B
package-lock.json
577KB
.env.example
314B
暂无评论