0.3.58 • Published 3 days ago

@arcblock/erc721did-contract v0.3.58

Weekly downloads
-
License
-
Repository
-
Last release
3 days ago

ERC721DID Contracts

Solidity contracts that powers ERC721DID.

How to Deploy

  1. create dotenv file
  2. (optional) deploy token
  3. deploy parent contract
  4. deploy factory contract

FAQ

Getting Started

如果是本地开发环境,需要复制 .env_example 新建 .env.local,提供里面的环境变量。

Install

pnpm i

Cleanup

Only required if you want a clean setup

rm -rf deployments

Deploy ERC721DID Parent Contract + ERC721DID Factory Contract

Will update .env If you want to re-deploy, please delete the ERC721DID_XXX_XXX in .env folder

# deploy goerli
npm run deploy -- --network goerli --tags deploy

# deploy base-mainnet
npm run deploy -- --network base-mainnet --tags deploy

# deploy base-goerli
npm run deploy -- --network base-goerli --tags deploy

# deploy bsc-test
npm run deploy -- --network bsc-test --tags deploy

# deploy sepolia
npm run deploy -- --network sepolia --tags deploy

# deploy optimism-goerli
npm run deploy -- --network optimism-goerli --tags deploy

# generate lib
npm run copy-to-lib

# batch verify contract
# If the chain is custom, should add info in hardhat.config.js - etherscan - customChains and apiKey
npm run batch-verify-contract

Dev ERC721DID Parent Contract + ERC721DID Factory Contract

Will update .env.local

# bash 1
npm run node

# bash 2
npm run dev

# bash 3 if you want to deploy or test
npm run deploy:local
npm run test:local
0.3.58

3 days ago

0.3.57

13 days ago

0.3.56

14 days ago

0.3.55

25 days ago

0.3.54

1 month ago

0.3.53

1 month ago

0.3.52

1 month ago

0.3.51

3 months ago

0.3.50

4 months ago

0.3.49

4 months ago

0.3.48

4 months ago

0.3.47

5 months ago

0.3.46

5 months ago

0.3.45

5 months ago

0.3.44

5 months ago

0.3.39

6 months ago

0.3.42

6 months ago

0.3.40

6 months ago

0.3.43

6 months ago

0.3.38

6 months ago

0.3.37

6 months ago

0.3.31

8 months ago

0.3.30

8 months ago

0.3.9

10 months ago

0.3.17

9 months ago

0.3.16

9 months ago

0.3.15

10 months ago

0.3.36

6 months ago

0.3.35

7 months ago

0.3.13

10 months ago

0.3.34

8 months ago

0.3.12

10 months ago

0.3.33

8 months ago

0.3.11

10 months ago

0.3.32

8 months ago

0.3.10

10 months ago

0.3.29

8 months ago

0.3.20

9 months ago

0.3.28

8 months ago

0.3.27

9 months ago

0.3.26

9 months ago

0.3.25

9 months ago

0.3.24

9 months ago

0.3.23

9 months ago

0.3.22

9 months ago

0.3.21

9 months ago

0.3.19

9 months ago

0.3.18

9 months ago

0.3.8

10 months ago

0.3.6

11 months ago

0.3.5

11 months ago

0.3.7

10 months ago

0.3.2

11 months ago

0.3.4

11 months ago

0.3.3

11 months ago

0.3.1

11 months ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago