forked from rarible/protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
178d0a8
commit 25c5e0d
Showing
2 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,18 +11,19 @@ We will create ERC-721 Lazy Minting NFT and list it in the Ethereum network to s | |
|
||
## Installation | ||
|
||
Installing Rarible SDK using We3: | ||
```shell | ||
npm install -D @rarible/sdk | ||
npm install [email protected] | ||
npm install [email protected] | ||
yarn add @rarible/sdk | ||
yarn add [email protected] | ||
yarn add [email protected] | ||
``` | ||
|
||
or using yarn | ||
or using Ethers: | ||
|
||
```shell | ||
yarn add @rarible/sdk -D | ||
yarn add web3 | ||
yarn add @rarible/sdk | ||
yarn add [email protected] | ||
yarn add [email protected] | ||
``` | ||
|
||
Check that the SDK is installed correctly: | ||
|
@@ -58,7 +59,7 @@ Here is an example of creating all supported providers: | |
In `createRaribleSdk`, we have several environment parameters: | ||
|
||
* `prod` (mainnet) | ||
* `testnet` (rinkeby) | ||
* `testnet` (goerli) | ||
|
||
The difference between them is the chain Id and the Rarible API endpoint. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters