Skip to content

The iron Dapp to interact with the iron blockchain. πŸš€

Notifications You must be signed in to change notification settings

AlberErre/iron-Dapp

This branch is 19 commits ahead of, 2 commits behind ironBankNetwork-Developers/iron-Dapp:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

633b979 Β· Apr 17, 2018

History

42 Commits
Mar 30, 2018
Dec 31, 2017
Mar 6, 2018
Mar 30, 2018
Dec 31, 2017
Dec 31, 2017
Apr 17, 2018
Mar 6, 2018
Dec 31, 2017
Apr 17, 2018
Apr 17, 2018
Apr 17, 2018
Apr 17, 2018
Apr 17, 2018
Dec 31, 2017
Apr 17, 2018
Mar 30, 2018
Apr 17, 2018
Dec 31, 2017

Repository files navigation

iron Dapp - v.1.8 iron logo

The iron Dapp to interact with the iron Bank Network blockchain. πŸš€

How to use:

1) Run an iron node locally - you may use either go-IRON or Ganache

Option 1: Ganache (Users)

Just go to http://truffleframework.com/ganache and download the last version. Then, run the local node using these parameters as settings:

Option 2: go-IRON (Developers)

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.

2) Download and Run

Terminal:

$ git clone https://github.com/ironBankNetwork/iron-Dapp.git
$ cd iron-Dapp
$ npm start

Last Release file:

  1. Download the last built repo from Releases.

  2. Double click the downloaded file.

  3. 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

About

The iron Dapp to interact with the iron blockchain. πŸš€

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 95.4%
  • HTML 2.4%
  • JavaScript 2.2%