create-nevermined-react
v0.5.0
Published
Create Nevermined React is a `getting started` template which includes an example with all the functionalities needed to start developing your `dApp` with [Nevermined](https://nevermined.io/)
Downloads
15
Readme
Create Nevermined React
Create Nevermined React is a getting started
template which includes an example with all
the functionalities needed to start developing your dApp
with Nevermined
Requirements
How to install
There is two ways to install the getting started template:
- Installing the script in your system
npm i -g create-nevermined-react
create-nevermined-react my-nevermined-dapp
- With
npm init
npm init nevermined-react my-nevermined-dapp
Note: You can overwrite my-nevermined-dapp
by other name that you prefer
Start the app
cd my-nevermined-dapp
yarn && yarn start
Workflow example
The example included in the template covers the most used functionalities to work with NFT1155, for others assets or more info please see the documentation.
Requirements: The accounts wallet used for the example need to have Matic
and USDC
- Connect the wallet
- Click
Mint
button and approve transactions and sign authorization in the wallet - As an owner once the token is minted the
Mint
button will change toDownload NFT
- Click in
Download NFT
to get the example asset (in this case is a JSON file example) - Change the account in the wallet
- Click in
Buy
button and approve transactions and sign authorization in the wallet - As a buyer once the token is bought the
Buy
button will change toDownload NFT
- Repeat the step 4
Warning: The data is not persistent, once that the browser is reloaded the workflow example starts from the beginning again