https://github.com/multiversx/mx-deprecated-starter-dapp
https://github.com/multiversx/mx-deprecated-starter-dapp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/multiversx/mx-deprecated-starter-dapp
- Owner: multiversx
- Archived: true
- Created: 2020-06-17T12:24:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T20:15:58.000Z (over 3 years ago)
- Last Synced: 2024-11-07T12:42:04.638Z (over 1 year ago)
- Language: TypeScript
- Size: 14.5 MB
- Stars: 42
- Watchers: 23
- Forks: 86
- Open Issues: 36
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Elrond dApp boilerplate examples
This repo contains subfolders, each named after the framework in which it is built and the contract used as an example (-)
To install one of the examples, either use this repo and follow the readme instructions in each project, or use the Elrond IDE when this feature will be available (link below).
| Project | Framework | URL | Contract Tutorial
|----------|:-------------:|:-------------:|:-------------:|
| react-crowdfunding | React | [react-crowdfunding](https://github.com/ElrondNetwork/dapp-boilerplate.elrond.com/tree/master/react-crowdfunding) | [Crowdfunding Contract](https://docs.elrond.com/developers/tutorials/crowdfunding-p1/)
| react-delegationdashboard | React | [react-delegationdashboard](https://github.com/ElrondNetwork/dapp-boilerplate.elrond.com/tree/master/react-delegationdashboard) | [Delegation Cheatsheet](https://docs.google.com/document/d/15wXAUIHBQmKefFSg5uY_MnKlgrjZ4zHhKCIOTWukfzE/edit)
For more Smart Contract tutorials, [the documentation](https://docs.elrond.com/), plus [Elrond IDE](https://marketplace.visualstudio.com/items?itemName=Elrond.vscode-elrond-ide) - which is a frontend for erdpy - should be a good start.
## Developers
The [Elrond Team](https://elrond.com/team/).
## Contribute
One can contribute by creating *pull requests*, or by opening *issues* for discovered bugs or desired features.