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 »
- 🤙 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
-
Install Ganache
Download the appropriate version for your OS:
- Windows:
Ganache-*.appx
- Mac:
Ganache-*.dmg
- Linux:
ganache-*.AppImage
- Windows:
-
Clone the repo
git clone https://github.com/MyEtherWallet/etherwallet
-
Install NPM packages
npm install
-
index.html
is for MyEtherWallet.com.
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).
If you have any questions or comments, please file an issue