Skip to content

A decentralized application on the Ethereum blockchain. Second project for Udacity Blockchain Developer Nanodegree

Notifications You must be signed in to change notification settings

theod0sis/CryptoStar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Star Decentralized APP ( aka DAPP)

This is the second project for @Udemy Blockchain developer Nanodegree. The purpose of this project is to familiarize with Ethereum dapp development.

What this dapp will do:

"Crypto Star" dapp is a decentralized application that users can create , own, transfer, put for sale, buy and exchange Stars. The smart contract implements the ERC721 token standard, a standard interface for non-fungible tokens, also known as deeds. This contract is uploaded to Rinkeby Ethereum test network.

  • Contract address: 0x051D129B38A2Dd6471894721d2117C59b3bA95b5
  • ERC-721 Token Name: Crypto Star Token
  • ERC-721 Token Symbol: CST

Technology used for this project:

- Solidity version >=0.4.24
- Truffle version v5.1.20
- Openzeppelin 2.1.2
- npm
- js

For testing:

- Chai
- Mocha

Run Crypto Star dapp local:

npm install
truffle compile
truffle migrate
cd app
npm run dev

About

A decentralized application on the Ethereum blockchain. Second project for Udacity Blockchain Developer Nanodegree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •