Skip to content

Vectorized/sheepy-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

ZKsync Foundry.

https://foundry-book.zksync.io/

Setup

There are three deployed contracts, and you'll need to setup those with initialize functions.

function initialize(
    address initialOwner,
    address initialAdmin,
    address mirror,
    string memory notSoSecret
)
function initialize(
    address initialOwner,
    address initialAdmin,
    string memory notSoSecret
)

Here, notSoSecret is SomethingSomethingNoGrief.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published