Actions

Tendermint Deployments: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 July 2022

  • curprev 20:2820:28, 1 July 2022Devtrace talk contribs 1,110 bytes +1,110 Created page with "First, we need to clone the Chainlink Terra repository. <code>git clone https://github.com/smartcontractkit/chainlink-terra.git</code> Then we'll navigate into that newly downloaded directory <code> cd chainlink-terra</code> Next, we will create a <code>.env</code> file <code>touch .env</code> and update it with our 12 pnemonic words <code>nano .env</code> `MNEMONIC=your twelve words` Then we will want to build gauntlet <code>yarn</code> To test/confirm o..."