|
|
|
@ -22,10 +22,12 @@ export class GanacheProvider extends AbstractProvider { |
|
|
|
|
|
|
|
|
|
body (): JSX.Element { |
|
|
|
|
return ( |
|
|
|
|
<div> Note: To run Ganache on your system, run |
|
|
|
|
<div className="border p-1">yarn global add ganache</div>
|
|
|
|
|
<div className="border p-1">ganache</div>
|
|
|
|
|
For more info, visit: <a href="https://github.com/trufflesuite/ganache" target="_blank">Ganache Documentation</a> |
|
|
|
|
<div> Note: To run Ganache on your system, run: |
|
|
|
|
<div className="p-1 pl-3">yarn global add ganache</div>
|
|
|
|
|
<div className="p-1 pl-3">ganache</div>
|
|
|
|
|
<div className="pt-2 pb-4"> |
|
|
|
|
For more info, visit: <a href="https://github.com/trufflesuite/ganache" target="_blank">Ganache Documentation</a> |
|
|
|
|
</div> |
|
|
|
|
<div>Ganache JSON-RPC Endpoint:</div> |
|
|
|
|
</div> |
|
|
|
|
) |
|
|
|
|