Skip to content

zapstash/l1-zap-contracts

Repository files navigation

l1-zap-contracts

Zap Ethereum L1 solidity contracts.

Setup

Fill out ENV variables

Generate a random ETH private key for Rinkeby (obviously not secure enough for mainnet accounts): https://asecuritysite.com/encryption/ethadd

Install Yarn

npm install --global yarn

Install NPM dependencies via yarn

yarn install

Testing

yarn test

Deploy

TODO: Make these npm commands (nice to have)

Local network

npx hardhat run --network localhost scripts/deploy.js

Rinkeby (WIP)

npx hardhat run --network rinekby scripts/deploy.js

About

Ethereum L1 Zaps contracts written in Solidity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published