Skip to content

parthoshaon/Republic-Credit-DeFi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Republic Credit is producing one million coins so that investors may purchase them or even sell them as its' going to offer a buyback option that essentially lets you buy the coins back from the investors. It uses Ganache - Truffle for user friendly interface to interact with the smart contract and an Ethereum based wallet.
Explore the website »

View Demo


Features

  • 🤙 Call any contract function as long as you have the ABI
  • 🔌 Connect via localhost:8545, MetaMask, or a custom node URL
  • ⚡ Watches your artifacts folder and automatically updates the UI
  • 🔢 Encode your calls for a proxy to call on your behalf
  • ⚙️ Set a custom signer or a custom contract address
  • 📜 Built-in log for easy visibility

Installation

  1. Install Ganache

    Download the appropriate version for your OS:

    • Windows: Ganache-*.appx
    • Mac: Ganache-*.dmg
    • Linux: ganache-*.AppImage
  2. Clone the repo

    git clone https://github.com/MyEtherWallet/etherwallet
  3. Install NPM packages

    npm install
  4. index.html is for MyEtherWallet.com.

How it works

When eth95 is run, an Express server is fired up and a frontend (packaged by Parcel) is served at localhost:3000 (you can define the port with a flag -p 1234). The server will watch the directory you passed in for any changes to your artifacts and send those changes down to the frontend via Websockets.

Note that you can also add any contracts you want if you have the ABI or Artifact (there is an Add Contract button).

Contact

If you have any questions or comments, please file an issue