An open API service indexing awesome lists of open source software.

https://github.com/cfelde/akap-deploy-test


https://github.com/cfelde/akap-deploy-test

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# AKAP deploy test

This is a simple tool to test that you can get access to the deployed [AKAP](https://github.com/cfelde/AKAP) contract.

In the web folder you'll find a copy of IAKAP.json taken from [AKAP/build/contracts](https://github.com/cfelde/AKAP/tree/master/build/contracts).

If you serve the web folder using serve.sh, you can open the page [localhost:8000](http://localhost:8000) and verify that it works.

Note that this is only configured for
[Goerli](https://goerli.etherscan.io/address/0xaaccaab0e85b1efcecdba88f4399fa6cab402349),
[Rinkeby](https://rinkeby.etherscan.io/address/0xaaccaab0e85b1efcecdba88f4399fa6cab402349),
[Kovan](https://kovan.etherscan.io/address/0xaaccaab0e85b1efcecdba88f4399fa6cab402349),
[Ropsten](https://ropsten.etherscan.io/address/0xaaccaab0e85b1efcecdba88f4399fa6cab402349) and
[Mainnet](https://etherscan.io/address/0xaaccaab0e85b1efcecdba88f4399fa6cab402349).

You will need to manually manage any local test deployment you do.