File tree Expand file tree Collapse file tree 1 file changed +13
-31
lines changed Expand file tree Collapse file tree 1 file changed +13
-31
lines changed Original file line number Diff line number Diff line change @@ -44,34 +44,16 @@ var api = require('etherscan-api').init('YourApiKey','testnet');
44
44
45
45
[ Full Api Docs] ( https://sebs.github.io/etherscan-api/ )
46
46
47
- * block.getblockreward
48
- * transaction.getstatus
49
- * contract.getabi
50
- * account
51
- * getminedblocks
52
- * tokenbalance by name
53
- * tokenbalance by address
54
- * txlist
55
- * txlistinternal
56
- * balance
57
- * balance multi
58
- * stats
59
- * ethsupply
60
- * tokensupply by tokenname
61
- * tokensupply by address
62
- * ethprice
63
- * proxy
64
- * proxy.eth_blockNumber
65
- * proxy.eth_getBlockByNumber
66
- * proxy.eth_getUncleByBlockNumberAndIndex
67
- * proxy.eth_getBlockTransactionCountByNumber
68
- * proxy.eth_getTransactionByHash
69
- * proxy.eth_getTransactionByBlockNumberAndIndex
70
- * proxy.eth_getTransactionCount
71
- * proxy.eth_sendRawTransaction
72
- * proxy.eth_getTransactionReceipt
73
- * proxy.eth_call
74
- * proxy.eth_getCode
75
- * proxy.eth_getStorageAt
76
- * proxy.eth_gasPrice
77
- * proxy.eth_estimateGas
47
+ ## Development workflow
48
+
49
+ * npm test - runs tests
50
+ * npm run posttest - starts the linter
51
+ * npm run lint - preconfigured linter
52
+ * npm run docs - generates the apidocs
53
+ * npm run bundle - builds a new bundle
54
+ * npm run preversion - Steps before we create a new Tag
55
+ * lint
56
+ * changelog
57
+ * npm run pages - pushes generated apidocs to the server
58
+ * postversion - after generating a new version, push the tag to the server
59
+ * npm run changelog - generates a changelog and pushes it
You can’t perform that action at this time.
0 commit comments