Discuss Scratch

ToastersUnited
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

101Corp wrote:

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
I just got an idea: Scratch Banking
Where all of this currency is stored. Shops and other things can use these coins.
Join Tycho112's collab then
101Corp
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

ToastersUnited wrote:

101Corp wrote:

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
I just got an idea: Scratch Banking
Where all of this currency is stored. Shops and other things can use these coins.
Join Tycho112's collab then
Link?
IGABMS
Scratcher
100+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
Very Interesting! The inflation part- I'm not sure
xouzouris
Scratcher
100+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

IGABMS wrote:

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
Very Interesting! The inflation part- I'm not sure
I'm not sure either.
xouzouris
Scratcher
100+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
We can also have users spend credits to keep their website running, essentialy a fee, but I have a feeling ST isn't going to like that.
kkidslogin
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

xouzouris wrote:

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
So you will use this system on scratchedia?
That's the idea.

101Corp wrote:

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
I just got an idea: Scratch Banking
Where all of this currency is stored. Shops and other things can use these coins.
That's the entire point of the “SoSC Credit”. Also, I didn't add account creation, I was too busy.
xouzouris
Scratcher
100+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

kkidslogin wrote:

xouzouris wrote:

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
So you will use this system on scratchedia?
That's the idea.

101Corp wrote:

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
I just got an idea: Scratch Banking
Where all of this currency is stored. Shops and other things can use these coins.
That's the entire point of the “SoSC Credit”. Also, I didn't add account creation, I was too busy.
We should make a staff chat system in scratchedia to communicate easier.
kkidsloginwjk
Scratcher
4 posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

IGABMS wrote:

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
Very Interesting! The inflation part- I'm not sure
Inflation kills. 100 years ago, ONE CENT was worth as much as a dollar is worth today.
xouzouris
Scratcher
100+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

kkidsloginwjk wrote:

IGABMS wrote:

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
Very Interesting! The inflation part- I'm not sure
Inflation kills. 100 years ago, ONE CENT was worth as much as a dollar is worth today.
So a phone cost like 4 dollars?

Last edited by xouzouris (July 25, 2021 19:19:05)

kkidslogin
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

kkidsloginwjk wrote:

IGABMS wrote:

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
Very Interesting! The inflation part- I'm not sure
Inflation kills. 100 years ago, ONE CENT was worth as much as a dollar is worth today.
Whoops- accidentaly used my bro's account.
101Corp
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

xouzouris wrote:

kkidsloginwjk wrote:

IGABMS wrote:

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
Very Interesting! The inflation part- I'm not sure
Inflation kills. 100 years ago, ONE CENT was worth as much as a dollar is worth today.
So a phone cost like 4 dollars?
An iPhone would cost 10 dollars, a MacBook would cost 71 dollars
A Samsung would cost 7 dollars, a cheap Android would cost 2 dollars, a no name phone would cost 0.1 dollars

Last edited by 101Corp (July 25, 2021 19:27:19)

xouzouris
Scratcher
100+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

101Corp wrote:

xouzouris wrote:

kkidsloginwjk wrote:

IGABMS wrote:

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
Very Interesting! The inflation part- I'm not sure
Inflation kills. 100 years ago, ONE CENT was worth as much as a dollar is worth today.
So a phone cost like 4 dollars?
An iPhone would cost 10 dollars, a MacBook would cost 71 dollars
A Samsung would cost 7 dollars, a cheap Android would cost 2 dollars, a no name phone would cost 0.1 dollars
Yeah, sorry, would cost, phones didn't exist back then, nor did any of the devices you mentioned.

Last edited by xouzouris (July 25, 2021 20:45:26)

101Corp
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

xouzouris wrote:

101Corp wrote:

xouzouris wrote:

kkidsloginwjk wrote:

IGABMS wrote:

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
Very Interesting! The inflation part- I'm not sure
Inflation kills. 100 years ago, ONE CENT was worth as much as a dollar is worth today.
So a phone cost like 4 dollars?
An iPhone would cost 10 dollars, a MacBook would cost 71 dollars
A Samsung would cost 7 dollars, a cheap Android would cost 2 dollars, a no name phone would cost 0.1 dollars
Yeah, sorry, would cost, phones didn't exist back then, nor did any of the devices you mentioned.
joke?
kkidslogin
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

101Corp wrote:

xouzouris wrote:

kkidsloginwjk wrote:

IGABMS wrote:

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
Very Interesting! The inflation part- I'm not sure
Inflation kills. 100 years ago, ONE CENT was worth as much as a dollar is worth today.
So a phone cost like 4 dollars?
An iPhone would cost 10 dollars, a MacBook would cost 71 dollars
A Samsung would cost 7 dollars, a cheap Android would cost 2 dollars, a no name phone would cost 0.1 dollars

Yeeeeaaaahhhhh that's about right. I like to think that if all cars were inflation-reduced to 1920, I could buy a Bugatti Chiron.
101Corp
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

kkidslogin wrote:

101Corp wrote:

xouzouris wrote:

kkidsloginwjk wrote:

IGABMS wrote:

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
Very Interesting! The inflation part- I'm not sure
Inflation kills. 100 years ago, ONE CENT was worth as much as a dollar is worth today.
So a phone cost like 4 dollars?
An iPhone would cost 10 dollars, a MacBook would cost 71 dollars
A Samsung would cost 7 dollars, a cheap Android would cost 2 dollars, a no name phone would cost 0.1 dollars

Yeeeeaaaahhhhh that's about right. I like to think that if all cars were inflation-reduced to 1920, I could buy a Bugatti Chiron.
I could buy a Toyota Prius
xouzouris
Scratcher
100+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

101Corp wrote:

xouzouris wrote:

101Corp wrote:

xouzouris wrote:

kkidsloginwjk wrote:

IGABMS wrote:

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
Very Interesting! The inflation part- I'm not sure
Inflation kills. 100 years ago, ONE CENT was worth as much as a dollar is worth today.
So a phone cost like 4 dollars?
An iPhone would cost 10 dollars, a MacBook would cost 71 dollars
A Samsung would cost 7 dollars, a cheap Android would cost 2 dollars, a no name phone would cost 0.1 dollars
Yeah, sorry, would cost, phones didn't exist back then, nor did any of the devices you mentioned.
joke?
No, I said: "a phone cost like 4 dollars“ essentialy implying that phones existed and cost 4 dollars, but what is meant is: ”a phone would cost 4 dollars" implying that phones didn't exist back then, but if they were somehow invented in the 20th century, they would cost 4 dollars.

TL;DR I made a typo.
xouzouris
Scratcher
100+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

We also need to make a programming language for people to be able to make their websites more interactive.
IGABMS
Scratcher
100+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

xouzouris wrote:

We also need to make a programming language for people to be able to make their websites more interactive.
We're working on that.
kkidslogin
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

I was asleep. But I am active now!
101Corp
Scratcher
1000+ posts

Scratchedia - The Internet on Scratch, that's safe (Applications Closed)

xouzouris wrote:

101Corp wrote:

xouzouris wrote:

101Corp wrote:

xouzouris wrote:

kkidsloginwjk wrote:

IGABMS wrote:

kkidslogin wrote:

I'm currently working on a python server that distributes a currency known as “SoSC Credits”… It will allow currencies to be used in the website. The way it works is that every person who makes a SoSC Bank Account will get 500 credits, so there is a total number of 500 * number of accounts credits always in circulation, so we will never have inflation.

So far you can get a bank balance and create a new account, on the server-side. On the scratch_side, you can only get your bank account, but I will add account creation tonight. After that, the only thing needed is to be able to give money to other accounts for transactions. I may also allow the server to recognize when a new project wants to join in.
Very Interesting! The inflation part- I'm not sure
Inflation kills. 100 years ago, ONE CENT was worth as much as a dollar is worth today.
So a phone cost like 4 dollars?
An iPhone would cost 10 dollars, a MacBook would cost 71 dollars
A Samsung would cost 7 dollars, a cheap Android would cost 2 dollars, a no name phone would cost 0.1 dollars
Yeah, sorry, would cost, phones didn't exist back then, nor did any of the devices you mentioned.
joke?
No, I said: "a phone cost like 4 dollars“ essentialy implying that phones existed and cost 4 dollars, but what is meant is: ”a phone would cost 4 dollars" implying that phones didn't exist back then, but if they were somehow invented in the 20th century, they would cost 4 dollars.

TL;DR I made a typo.
I also meant that phones never existed back then. “joke?” Was about me. Sorry.

Last edited by 101Corp (July 31, 2021 16:57:29)

Powered by DjangoBB