Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Gwordo87/Fundraising-SC
- Owner: Gwordo87
- Created: 2023-05-08T08:21:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-08T08:43:03.000Z (over 1 year ago)
- Last Synced: 2024-05-20T03:15:25.765Z (8 months ago)
- Language: Rust
- Size: 49.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-multiversx-dev-resources - Fundraising-SC - MultiversX Fundraising Smart Contract allowing the creation of pots with or without objectives, with or without deadlines. (MultiversX community / Smart contracts)
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...
```