Difference between revisions of "Agoric validator"

From wikieduonline
Jump to navigation Jump to search
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
* https://agoric.com/validators/
 
* https://agoric.com/validators/
 +
* Validator Guide:
 +
** https://github.com/Agoric/agoric-sdk/wiki/Validator-Guide
 +
** https://github.com/Agoric/agoric-sdk/wiki/Validator-Guide-for-Devnet
 +
*** Software: <code>[[Node.js]], [[go]], [[agoric-sdk]]</code>
  
 +
 +
[[agd init]] --chain-id $chainName <your_moniker>
 +
[[agd start]]
 +
 +
== Linux installation ==
 +
* <code>[[apt install golang-go]]</code>
 +
 +
== macOS Installation ==
 +
[[brew install]] [[go]] [[npm]] [[yarn]]
 +
[[yarn add node-addon-api]]
 +
[[git clone]] https://github.com/Agoric/agoric-sdk.git && [[cd]] [[agoric-sdk]]/packages/cosmic-swingset && [[make]]
 +
.../...
 +
✨  Done in 2.80s.
 +
mkdir -p "/Users/myuser/go/bin"
 +
ln -sf "$PWD/bin/ag-chain-cosmos" "$PWD/bin/ag-nchainz" "/Users/myuser/go/bin/"
 +
install -c ../../golang/cosmos/build/agd "/Users/myuser/go/bin/agd"
 +
install -c ../../golang/cosmos/build/ag-cosmos-helper "/Users/myuser/go/bin/ag-cosmos-helper"
 +
 +
[[agd]]
 +
[[ag-cosmos-helper]]
 +
 +
== Related ==
 +
* <code>[[devnet]]</code>: <code>[[curl -s https://devnet.agoric.net/network-config]]</code>
 +
* [[Mainnet]]
 +
* <code>[[ag0]]</code>
 +
* [[Agoric DCF]]
  
 
== See also ==
 
== See also ==
 +
* {{agoric cmd}}
 
* {{Agoric}}
 
* {{Agoric}}
* {{validators}}
+
* {{validator}}
  
  
 
[[Category:Agoric]]
 
[[Category:Agoric]]
 
[[Category:Crypto]]
 
[[Category:Crypto]]

Latest revision as of 06:22, 18 August 2022

Advertising: