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/
- Host: GitHub
- URL: https://github.com/fraidev/marigold-test
- Owner: fraidev
- License: mit
- Created: 2021-09-19T16:12:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T04:36:19.000Z (over 3 years ago)
- Last Synced: 2025-02-12T14:29:40.934Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marigold Test
## Demonstration
![]()
## 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 secondsYou 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.