Skip to content

Just a simple react iota prototype to send messages to the tangle through a web app

Notifications You must be signed in to change notification settings

renewid/iota-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REACT IOTA

IOTA-Logo

This is a test project of mine to get familiar with the iota.js library.

The WebApp is build with react and

  • let you send messages to the tangle
  • and inspect all previous messages sent through the app
  • You can click on a link in the message area and you will redirect to the tangle explorer

You can visit the live version here and send some messages to the tangle. It's super ugly, but I just want to test the functionallity. ;-)

Want to install the app on your local machine?

The app should also work in localhost environment. Please try it out. You need to do the following:

  • Clone the repo
  • cd in it
  • and run npm install.
  • After that you need to create a .env file in the root of the project.
  • You can use the .template.env file and remove the .template and change the content.
REACT_APP_INDEX=<hereYourIndex>
REACT_APP_API_ENDPOINT=https://chrysalis-nodes.iota.org

The REACT_APP_INDEX as I understand it, can be anything.

Here is a working example:

REACT_APP_INDEX=React
REACT_APP_API_ENDPOINT=https://chrysalis-nodes.iota.org

And here the folder structure after the .env file is created:

iota-react
├── .env
├── .git
├── .gitignore
├── node_modules
├── package-lock.json
├── package.json
├── public
├── README.md
└── src

Then run npm start and the project should start and you can visit localhost:3006 in your browser.

Get in touch with me

I really like IOTA. I think it has a lot of potential. I would love to get in touch if someone want to talk about some interesting use cases.

I'm available in the IOTA discord channel

User: boa_11#8008

About

Just a simple react iota prototype to send messages to the tangle through a web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.0%
  • HTML 19.9%
  • Shell 1.1%