cic-go/net
Mohamed Sohail 8ebcbbf479
add: (wip) on-chain balance query (#5)
* add: smart-contracts

* add: implement and test

changes to contract:
- returns 0 instead of false error status
- func return type is []big.Int

* fix: test name

* fix: (test) env var name
2022-05-17 20:33:03 +03:00
..
cic_net.go add: (wip) on-chain balance query (#5) 2022-05-17 20:33:03 +03:00
cic_net_test.go add: (wip) on-chain balance query (#5) 2022-05-17 20:33:03 +03:00
erc20_demurrage_token.go refactor: tests and structure (#3) 2022-05-09 10:58:04 +03:00
erc20_demurrage_token_test.go refactor: tests and structure (#3) 2022-05-09 10:58:04 +03:00
erc20_token.go refactor: tests and structure (#3) 2022-05-09 10:58:04 +03:00
erc20_token_test.go refactor: tests and structure (#3) 2022-05-09 10:58:04 +03:00
token_index.go refactor: tests and structure (#3) 2022-05-09 10:58:04 +03:00
token_index_test.go refactor: tests and structure (#3) 2022-05-09 10:58:04 +03:00
util.go refactor: tests and structure (#3) 2022-05-09 10:58:04 +03:00