Skip to content

ainft-team/soullink-mysterion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoulFiction: Mysterion

These very special Soul Links, hand-crafted by artist Lady Oong, are known as “Mysterion” to those whose gazes are fixed on Mars. A Mysterion provides extra boosts in rewards over what a normal Soul Link would generate for its owner.

Usage

prerequisites

You should install foundry. Check this installation guide for more information.

Build

$ forge build

Test

$ forge test

Gas Snapshots

$ forge snapshot

Deploy & Verify

$ source .env

# deploy on sepolia testnet
$ forge create \
--rpc-url ${SEPOLIA_URL} \
--private-key ${PRIVATE_KEY} \
--constructor-args "Mysterion" "MYST" \
--verify src/Mysterion.sol:Mysterion

# verification
$ forge verify-contract \
--chain-id 11155111 \
--num-of-optimizations 200 \
--watch \
--constructor-args $(cast abi-encode "constructor(string,string)" "Mysterion" "MYST") \
--etherscan-api-key ${ETHERSCAN_API_KEY} \
--compiler-version v0.8.21+commit.d9974bed \
0xD37e94695530A8185381930b41B9477f01f0Caa2 \
src/Mysterion.sol:Mysterion

Assets

Assets(image, metadata) are uploaded & publicized on GCP bucket in soulfiction project. The name of bucket is soullink-mysterion.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published