pokt-foundation / token-geyser

GNU General Public License v3.0
0 stars 1 forks source link

truffle: add migrations & deployment scripts #1

Closed crisog closed 3 years ago

crisog commented 3 years ago

Adding a deploy script for TokenGeyser contract.

To deploy the contracts, just:

  1. Configure your .env file.
  2. Update the constants with RPC URLs & desired gas prices.
  3. Run npx truffle migrate --reset --network <network_name>
Evalir commented 3 years ago

Not very well versed on using truffle (yes I know, I'm spoiled)—could we get some docs on how to use this/examples?