https://github.com/cfelde/akap-deploy-test
https://github.com/cfelde/akap-deploy-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cfelde/akap-deploy-test
- Owner: cfelde
- License: apache-2.0
- Created: 2020-01-21T09:33:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T09:52:48.000Z (over 6 years ago)
- Last Synced: 2025-02-09T03:15:56.118Z (over 1 year ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.