Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Gwordo87/Fundraising-SC

MultiversX Fundraising Smart Contract allowing the creation of pots with or without objectives, with or without deadlines.
https://github.com/Gwordo87/Fundraising-SC

Last synced: 21 days ago
JSON representation

MultiversX Fundraising Smart Contract allowing the creation of pots with or without objectives, with or without deadlines.

Awesome Lists containing this project

README

        

# Interaction

## On devnet

Deploy & interact with contract:

```
python3 ./interaction/playground.py --pem=./testnet/wallets/users/alice.pem --proxy=http://localhost:7950
```

Interact with existing contract:

```
python3 ./interaction/playground.py --pem=./testnet/wallets/users/alice.pem --proxy=http://localhost:7950 --contract=erd1...
```

## On testnet

Deploy & interact with contract:

```
python3 ./interaction/playground.py --pem=my.pem --proxy=https://testnet-gateway.multiversx.com
```

Interact with existing contract:

```
python3 ./interaction/playground.py --pem=my.pem --proxy=https://testnet-gateway.multiversx.com --contract=erd1...
```