Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```