Skip to content

Commit dd8e759

Browse files
committed
gitignored contract builds and updated readme
1 parent 7da1e61 commit dd8e759

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,7 @@ network-wallets/*
7272
# used to connect to contract
7373
deployed-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/

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
155155
See section on adding new networks
156156

157157
#### Run truffle commands
158+
Make sure you have truffle installed glabally before trying these commands.
159+
158160
Run Compile when changes are made to the `token-contract/contracts` directory.
159161
```
160162
bash bin/truffle-compile
@@ -170,6 +172,7 @@ Resetting to overwrite the existing contracts can be done with:
170172
```
171173
bash 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

0 commit comments

Comments
 (0)