renproject/ren-js

RenJS + React + Truffle boilerplate

Closed this issue · 1 comments

0x31 commented

Truffle boxes are a popular way to provide a boilerplate for projects that tie in one or more of a JavaScript library, a user interface and Ethereum smart contracts.

The boilerplate should provide the following:

  1. Migration scripts that set-up local versions of the Gateway Registry, Gateways and ren tokens.
  2. An example smart contract that provides a function for minting and burning the locally deployed ren tokens.
  3. A React page that uses RenJS to talk to the smart contract.
  4. Truffle tests that interact with the smart contract without RenJS
  5. JavaScript tests that interact with the smart contract with RenJS.

See https://truffle-box.github.io/