Skip to content

neuromaxer/StarNotaryDapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Star Notary Dapp

Install

Pre-requisites:

  1. node, npm
  2. truffle
  3. metamask
cd star_notary
npm install 

# run tests
truffle devleop
> test  # in truffle console, exit to proceed (ctrl+c) 

# if want to deploy new contract
truffle compile
truffle migrate --network sepolia 

# fontend is running on lite-server 
npm install dev

Misc Info

  1. Token Name: Star Notary Token
  2. Token Symbol: SNT
  3. Truffle Version: v5.5.26
  4. OpenZeppelin Version: Not used as implemented standards myself for educational purposes guided by latest openzeppelin token standard version
  5. Token address on Sepolia: 0x738f58df4C0F2E8177CD582BDE910163D7c238a2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published