Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 543 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 543 Bytes

rarible-serverside

Readme will be updated soon

For now (NFT buyout):

  1. npm install
  2. npm run build
  3. ETH_RPC_ENDPOINT=your_rpc_url ETH_PK=rinkeby_wallet_private_key BUYOUT_TARGET=nft_"address:id"_to_buy npm run run

Example:

ETH_RPC_ENDPOINT=https://rinkeby.infura.io/v3/00000000000000000000000000000000
ETH_PK=0000000000000000000000000000000000000000000000000000000000000000
BUYOUT_TARGET=0x1AF7A7555263F275433c6Bb0b8FdCD231F89B1D7:18661571940073987827662103527955627190048515004732602540856362757661044768826
npm run run