Skip to content

nrshoudi/DecenterlizedStarNotaryService

Repository files navigation

Decentralized Star Notary Service - Starter Code

Project overview

This web service will provide you some functions to create contracts to your users and deploy it on the public Rinkeby network. You will create a new star, search for a star info, put a star for sale, buy a star, exchange stars between two users, and transfer a star to another user. Also, the project includes 8 unit tests to test the Star Notary Smart Contract.

The ERC-721 name is "Nora Token", which is the name of the developer, and the token symbol is "NT". Token Address of Rinkeby Network: "0xde243377ad7fdd819356ad3d87cdc82abeb19dc7"

Build With

  • Solidity - The language used to build a smart contract.
  • Node.js
  • HTML, CSS

Getting started

Open a command prompt or shell terminal after install node.js, Then execute the following command:

npm install

Starting the development console

truffle develop

Compiling

compile

Running the test

test

Migrating the contract to the locally running Ethereum network

migrate --reset

Migrating the contract to the Rinkeby network

migrate --reset --network rinkeby

Running the Front End of the DAPP

open another terminal window and go inside the project directory, and run:

cd app
npm run dev

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published