Skip to content

Morpheuslabs-io/Loyalty-workshop-seed

 
 

Repository files navigation

Try it with Morpheus Labs SEED
Open in SEED

Prerequisites

  • Require Metamask wallet, and two accounts with available balances. Follow this to create and fund your accounts

  • Once you complete creating Metamask wallet and funding your accounts, it requires to create an environement file

    • Create the .env file
    • Find env.example, then open and copy all content in this file
    • Paste copied content into .env file
    • Next, you need private keys of two funded accounts to be pasted into .env file

    env file

    • Open your Metamask wallet -> click on three dots -> choose Account details

    account details

    • Choose Export private keys, then you will be prompted to type your Metamask wallet password

    account details

    • Type your password and click on Confirm button
    • Copy your private key to either DEPLOYER or ACCOUNT in the .env file

    account details

    - Repeat these step for the last private key

WARNING:

  • DO NOT share private keys to anyone even these accounts only use for testing purpose
  • DO NOT use your main accounts
  • Recommend to create brand new accounts in this experiment

Installation

  • Install dependencies by running this command:
yarn
  • Compile smart contracts
yarn compile

Now, it's all set and ready to run an experiment

Let's move on

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 65.7%
  • JavaScript 34.3%