nascarsid / Boolien-Smart-Contracts

0 stars 1 forks source link

VIZVA MARKETPLACE SMARTCONTRACTS

This repository contains the smartcontracts developed by Boolien for Vizva Marketplace.

prerequisite: node, npm, truffle

Deployment



ETHERSCAN_API_KEY =
DEVELOPMENT_MNEMONIC =
INFURA_SECRET =
INFURA_ID =
truffle migrate --network rinkeby
truffle run verify Vizva721 Vizva721Proxy VizvaProxyAdmin VizvaMarket_V1 VizvaMarketProxy --network rinkeby

Note: If you wish to change network, Please add network configuration in truffle.config.

Test


git clone https://github.com/nascarsid/Boolien-Smart-Contracts.git
npm install
cp ./referenceCode/WETH.sol ./contracts/

This step is only required for the test environment.

truffle test