-
Fork the repository.
-
Clone the forked repository.
git clone https://github.com/<your_user_name>/marketplace.git 3. Navigate to the cloned repository. cd marketplace 4. Install the package dependencies. npm install 5. Then add .env.local file in root with following content: NEXT_PUBLIC_RPC_PROVIDER="https://rpc-mumbai.maticvigil.com/v1/6b26aad1d887708c0004394c103f8b27c1141540" NEXT_PUBLIC_MARKETPLACE_ADDRESS="0xc2d4d1E0103cfe42c35398Edce983f4c8999F429" NEXT_PUBLIC_STOREFRONT_ADDRESS="0xe5c5FDBde18F94a50C47BC7b7f8dBe484A476B78" NEXT_PUBLIC_MARKETPLACE_API=https://api.thegraph.com/subgraphs/name/myriadflow/marketplacev1 NEXT_PUBLIC_STOREFRONT_API=https://api.thegraph.com/subgraphs/name/myriadflow/storefront-v1 NEXT_PUBLIC_BASE_URL=https://testnet.gateway.myriadflow.com NEXT_PUBLIC_RPC_PROVIDER=https://rpc-mumbai.maticvigil.com/v1/f336dfba703440ee198bf937d5c065b8fe04891c NEXT_PUBLIC_IPFS_GATEWAY=https://cloudflare-ipfs.com/ipfs/
- Lastly, run the development server: npm run dev
yarn dev Open http://localhost:3000 with your browser to see the result.
Contributions Best Practices Commits Write clear meaningful git commit messages. Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. Feature Requests and Bug Reports When you file a feature request or when you are submitting a bug report to the issue tracker, make sure you add steps to reproduce it. If you would like to work on an issue, drop in a comment at the issue. If it is already assigned to someone, but there is no sign of any work being done, please feel free to drop in a comment so that the issue can be assigned to you if the previous assignee has dropped it entirely.
-
Fork the repository.
-
Clone the forked repository.
git clone https://github.com/<your_user_name>/marketplace.git
- Navigate to the cloned repository.
cd marketplace
- Install the package dependencies.
npm install
- Then add .env.local file in root with following content:
NEXT_PUBLIC_RPC_PROVIDER="https://rpc-mumbai.maticvigil.com/v1/6b26aad1d887708c0004394c103f8b27c1141540"
NEXT_PUBLIC_MARKETPLACE_ADDRESS="0xc2d4d1E0103cfe42c35398Edce983f4c8999F429"
NEXT_PUBLIC_STOREFRONT_ADDRESS="0xe5c5FDBde18F94a50C47BC7b7f8dBe484A476B78"
NEXT_PUBLIC_MARKETPLACE_API=https://api.thegraph.com/subgraphs/name/myriadflow/marketplacev1
NEXT_PUBLIC_STOREFRONT_API=https://api.thegraph.com/subgraphs/name/myriadflow/storefront-v1
NEXT_PUBLIC_BASE_URL=https://testnet.gateway.myriadflow.com
NEXT_PUBLIC_RPC_PROVIDER=https://rpc-mumbai.maticvigil.com/v1/f336dfba703440ee198bf937d5c065b8fe04891c
NEXT_PUBLIC_IPFS_GATEWAY=https://cloudflare-ipfs.com/ipfs/
- Lastly, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
- Write clear meaningful git commit messages.
- Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged.
- When you file a feature request or when you are submitting a bug report to the issue tracker, make sure you add steps to reproduce it.
- If you would like to work on an issue, drop in a comment at the issue. If it is already assigned to someone, but there is no sign of any work being done, please feel free to drop in a comment so that the issue can be assigned to you if the previous assignee has dropped it entirely.
The project is currently under MIT licensed.
Contributors Shachindra Alka Rashinkar License
The project is currently under MIT licensed.