Git Product home page Git Product logo

lesson-5-star-notary's Introduction

CryptoStar Dapp

This project contains the code for a Smart Contract compliant with the ERC-721 Token to manage non-fungible tokens for the CryptoStar DAPP.

Getting Started

Prerequisites

You'll need Node.js (v 8.12), npm, Truffle (v 5.0.3) and OpenZeppelin (v 2.1.2) installed in order to run this project.

You'll also need the MetaMask extension in order to execute the web based DAPP.

Token Name: Lindgren Udacity Star Token Token Symbol: LUST

Currently there is a instance of the Smart Contract deployed on the Rinkby network at the following address: 0xe0895abc79b6dcd63760e26d1cf143a732b40eaf

Installing

Clone the git repository and use the npm install command to install the package dependencies.

npm install -g truffle
npm i

Executing on the local machine

After downloading and installing the necessary packages, run truffle on development mode:

truffle develop

After the Truffle console is open, execute the following commands:

> compile
> migrate --reset
> test

All tests should pass.

Deploying to the Rinkey Network

To deploy the contract to the Rinkeby network, execute the following command:

truffle deploy --network rinkeby --reset

Running the Front-end Application

On the terminal, change into the "app" folder, verify that you have all the required packages by running:

npm install

After that, run:

npm run dev

and access the application through the URL supplied in the console.

Authors

  • Ariel Lindgren

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • The folks at Udacity that provided this great content!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.