https://github.com/chainsafe/ethermint-deploy
https://github.com/chainsafe/ethermint-deploy
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chainsafe/ethermint-deploy
- Owner: ChainSafe
- Created: 2019-10-30T13:13:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:43:47.000Z (about 3 years ago)
- Last Synced: 2025-10-02T02:53:27.832Z (4 months ago)
- Language: JavaScript
- Size: 271 KB
- Stars: 11
- Watchers: 10
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ethermint web3 deploy starter code
Starter contract, deployment, and interaction with contract through web3 for a running Ethermint node. This is not exclusive to an Ethermint node, and can be used on any Ethereum node with the web3 api enabled and an unlocked key.
Ethermint can be found here: https://github.com/ChainSafe/ethermint
## Installation
```
yarn install
```
## Usage
> Deploy contract to node
```
yarn start
```
## Running an Ethermint node to run against
Clone Ethermint repository:
```
git clone https://github.com/ChainSafe/ethermint.git
cd ethermint
```
To start the node and RPC server, follow the `README.md` at https://github.com/ChainSafe/ethermint
> Start instructions have changed slightly to use the OS keyring since the Getting started video