Skip to content

nextgenerationnews/nextgenerationnews

Repository files navigation

Litepaper

Litepaper Link

0xHack Instructions:

  • Clone the project

  • Make sure you have:

    • Node >= 15.3 (you can use the projects .nvmrc files)
    • yarn
    • lerna
  • yarn install

  • lerna bootstrap

Go into the contracts folder "packages/contract" Start the ganache local ethereum blockchain:

  • yarn start
    • Wait for it to finish deploying everything.

Go into the ui folder: "packages/ui" Start the UI server:

  • yarn start:http

The app will be running under "http://localhost:8000"

You can use a script to generate articles development data:

Inside of the contract folder "packages/contract" after the contracts have already been deployed:

  • yarn generate-development-data

Use the ganache local test provider in the connect wallet prompt. (the project has not yet been deployed to a mainnet/testnet)

DApp Screenshots

image|image image image image image image image image image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published