better README
This commit is contained in:
parent
e8ab27e7c9
commit
b9fc687822
28
README.md
28
README.md
|
@ -1,11 +1,25 @@
|
||||||
# 10grans-NG
|
# Optimism-Compatible Token
|
||||||
|
|
||||||
10grans on Base chain, with a bridge to Ethereum.
|
ERC-20 token with extra features, capable of being bridged to an
|
||||||
|
Optimism-compatible L2. Built for Base blockchain and the 10Grans token,
|
||||||
|
specifically but general.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
npx hardhat help
|
npx hardhat compile
|
||||||
npx hardhat test
|
|
||||||
REPORT_GAS=true npx hardhat test
|
cp env.example .env.dev
|
||||||
npx hardhat node
|
# (customize your env file here first)
|
||||||
npx hardhat run scripts/deploy.ts
|
|
||||||
|
scripts/deploy-dev.sh
|
||||||
|
|
||||||
|
# optionally verify your contract on L2, customize the following:
|
||||||
|
NODE_ENV=dev npx hardhat verify --network base-goerli 0xl2tokenaddress MrTestToken TEST 0xbridgeonl2 0xl1tokenaddress
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Depositing to L2
|
||||||
|
|
||||||
|
Use this tool: https://git.shipoclu.com/moon/l2-base-bridging
|
||||||
|
|
||||||
|
# License
|
||||||
|
|
||||||
|
MIT license.
|
Loading…
Reference in New Issue