pancake swap sdk
1.0.0
知らせ
https://github.com/pancakeswap/pancake-frontend/tree/develop/packages/swap-sdkに移動しました
Uniswap SDKからフォーク。
UNISWAP SDKドキュメントuniswap.orgを参照できます。
テストを実行するには、次の手順に従ってください。少なくともノードV10とYARNをインストールする必要があります。
最初にリポジトリをクローンします:
git clone https://github.com/pancakeswap/pancake-swap-sdk.git
PancakesWap-SDKワーキングディレクトリに移動します
cd pancakeswap-sdk/
依存関係をインストールします
yarn install
テストを実行します
yarn test
次のような出力が表示されるはずです。
yarn run v1.22.4
$ tsdx test
PASS test/constants.test.ts
PASS test/pair.test.ts
PASS test/fraction.test.ts
PASS test/miscellaneous.test.ts
PASS test/entities.test.ts
PASS test/trade.test.ts
Test Suites: 1 skipped, 6 passed, 6 of 7 total
Tests: 3 skipped, 82 passed, 85 total
Snapshots: 0 total
Time: 5.091s
Ran all test suites.
Done in 6.61s.