Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crazyoptimist/personal-wallet-evm-hardhat

Personal Wallet on EVM
https://github.com/crazyoptimist/personal-wallet-evm-hardhat

evm hardhat solidity wallet

Last synced: 2 days ago
JSON representation

Personal Wallet on EVM

Awesome Lists containing this project

README

        

# Smart Wallet

Personal Wallet on EVM

### Run tests

```bash
npm test
```

### Configure Variables

`npm test` command will let you know what configuration variables should be set. Set all the variables until tests are passed.

Doc: [Hardhat Configuration Variables](https://hardhat.org/hardhat-runner/docs/guides/configuration-variables)

### Deploy to Ethereum network

```bash
npx hardhat run scripts/deployVault.js --network ethereum
```

Upon successful deployment, `DEPLOYED_ADDRESS` will be printed to stdout.

### Verify on Etherscan

```bash
npx hardhat verify --network ethereum DEPLOYED_ADDRESS
```