Update token_sc_guide.md

This commit is contained in:
CaptainDero 2021-02-27 08:50:45 +00:00 committed by GitHub
parent e08b191010
commit 650b57b4cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,10 +32,6 @@ Connect to explorer using browser on localhost:8080
[https://testnetexplorer.dero.io/ ](https://testnetexplorer.dero.io/)
**To send DERO to multiple users in one transaction**
```
curl http://127.0.0.1:40403/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"transfer","params":{ "transfers":[{"amount":100000,"destination":"deto1ADDRESS1"},{"amount":300000,"destination":"deto1ADDRESS12}] }}' -H 'Content-Type: application/json'
```
**DERO has 2 types of SCs, public and private.**
1. Public SCs are public with all data/code/exchanges are public.