File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -72,4 +72,7 @@ network-wallets/*
7272# used to connect to contract
7373deployed-contracts /*
7474! deployed-contracts /.gitkeep
75- ! deployed-contracts /abi.js
75+ ! deployed-contracts /abi.js
76+
77+ # compiled truffle folders and json files
78+ token-contract /build /
Original file line number Diff line number Diff line change 1- # Threshodl Token
1+ # Ethereum/ Token API
22
33## Table of Contents
44
@@ -155,6 +155,8 @@ First add the same OWNER_ACCOUNT address from the environment variable into the
155155See section on adding new networks
156156
157157#### Run truffle commands
158+ Make sure you have truffle installed glabally before trying these commands.
159+
158160Run Compile when changes are made to the ` token-contract/contracts ` directory.
159161```
160162bash bin/truffle-compile
@@ -170,6 +172,7 @@ Resetting to overwrite the existing contracts can be done with:
170172```
171173bash bin/truffle-migrate-reset
172174```
175+ See [ scripts] ( #scripts ) for all available scripts.
173176
174177** Remember to update the addresses in the ` .env ` file so the api will know which address to use for the token contract and owner.**
175178
You can’t perform that action at this time.
0 commit comments