Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliencrn/elrond-crowdfunding
simple crowdfunding smart contract written in rust on the elrond blockchain following the official tutorial
https://github.com/juliencrn/elrond-crowdfunding
elrond rust smart-contracts wasm
Last synced: 18 days ago
JSON representation
simple crowdfunding smart contract written in rust on the elrond blockchain following the official tutorial
- Host: GitHub
- URL: https://github.com/juliencrn/elrond-crowdfunding
- Owner: juliencrn
- Created: 2022-01-15T12:01:59.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T23:14:06.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T01:05:19.342Z (about 1 month ago)
- Topics: elrond, rust, smart-contracts, wasm
- Language: Rust
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crowdfunding smart contract
simple crowdfunding smart contract written in rust on the elrond blockchain following the official tutorial.
## installation
It requires a working rust installation and the erlond cli app named erdpy.
### build
```bash
erdpy contract build
```### test
```bash
erdpy contract test
```