An open API service indexing awesome lists of open source software.

https://github.com/fraidev/marigold-test

https://fraidev.github.io/marigold-test/
https://github.com/fraidev/marigold-test

Last synced: about 2 months ago
JSON representation

https://fraidev.github.io/marigold-test/

Awesome Lists containing this project

README

        

# Marigold Test

## Demonstration


Image of Application

## Challenge
We would like you develop a small dApp in TS.
This dApps should be a simple frontend application that give access to an address balance from a Tezos node.
Form's inputs
- http address for the rpc node
- tezos address to watch
From you submit the form the balance for the address should be display and updated after each block validation.
Notice that on Tezos a block is produced every 30 seconds

You must use taquito lib to interact with the blockchain https://tezostaquito.io/

You can search on internet or ask question on #marigold-public channel.

## Getting Started
Clone this repository:

```
git clone https://github.com/fraidev/marigold-test
```

Install dependencies:

```
yarn
```

Start development server:

```
yarn start
```

And open http://localhost:3000 in your browser to see this application.