The iron Dapp to interact with the iron Bank Network blockchain. 🚀
Just go to http://truffleframework.com/ganache and download the last version. Then, run the local node using these parameters as settings:
go-IRON, run:
$ iron --fast --cache=1024 --rpc --rpccorsdomain "*" console
NOTE: Remember you need to sync with the blockchain in case you have more peer in your local network:
$ iron --bootnodes <bootnode-enode-parameters>
In case you are using go-IRON, read this to learn about how to sync!
INFO: You can change --rpccorsdomain "*"
to --rpccorsdomain "<filePath>.html>"
, for more security measures.
Terminal:
$ git clone https://github.com/ironBankNetwork/iron-Dapp.git
$ cd iron-Dapp
$ npm start
Last Release file:
-
Download the last built repo from Releases.
-
Double click the downloaded file.
-
The web App should pop up running the iron Dapp, enjoy!
NOTE: The iron Dapp is under development, may contain severe bugs!
Author/Developer: Alber Erre