Skip to content

Commit 4b54101

Browse files
committed
update read me
1 parent 4682502 commit 4b54101

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

6-nfts-for-financial-applications/fond/app/README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1-
# Getting Started with Create React App
1+
# Fraction
2+
3+
Fraction is a platform where users can invest in assets, with the help of fractional NFTs. We set the entry barrier for high value items very low and therefore allow a brought investor base to invest in an asset class, that wasn’t accessible for them beforehand.
4+
5+
We research items with a high growth value and propose them on our website. Users can connect with their Radix wallet and buy fractions of the asset. One asset is represented by one NFT, which in turn is composed of multiple other NFTs. Those NFTs will verify the ownership of investors. Once a funding goal is reached, investors receive an NFT, representing their share and we will buy and store the item. When the asset increases in value according to our goals, we sell it and all holders share the profit. There is no risk if the funding goal is not reached, as users will get their money back immediately.
6+
7+
![alt text] "https://github.com/J-Son89/scrypto-challenges/6-nfts-for-financial-applications/fond/app/images/landingPage.png"
8+
9+
10+
## Frontend
11+
The frontend of this application is a basic React App.
12+
13+
Initially install the dependencies with `npm i` and then run `npm start` to run the application.
214

3-
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
415

5-
## Available Scripts
616

7-
In the project directory, you can run:
817

918
### `npm start`
1019

Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CALL_METHOD ComponentAddress("system_tdx_a_1qsqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqs2ufe42") "lock_fee" Decimal("100");
2+
CALL_METHOD ComponentAddress("component_tdx_a_1qfjxhdlla3w5hp6pgyjypuwuuuga4hh8sw6gutvyuc4sxentdx") "create_campaign" "MonaLisa" "You're an overrated piece of shit" Decimal("100");
3+
CALL_METHOD ComponentAddress("account_tdx_a_1qwdvy9jqgmqq7vw3mg2xzvxrzjwq3ykwp6u3l3qz6l4slwuurc") "deposit_batch" Expression("ENTIRE_WORKTOP");
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CALL_METHOD ComponentAddress("system_tdx_a_1qsqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqs2ufe42") "lock_fee" Decimal("100");
2+
CALL_METHOD ComponentAddress("account_tdx_a_1qwdvy9jqgmqq7vw3mg2xzvxrzjwq3ykwp6u3l3qz6l4slwuurc") "withdraw_by_amount" Decimal("100") ResourceAddress("resource_tdx_a_1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqzqegh4k9");
3+
TAKE_FROM_WORKTOP_BY_AMOUNT Decimal("100") ResourceAddress("resource_tdx_a_1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqzqegh4k9") Bucket("bucket1");
4+
CALL_FUNCTION PackageAddress("package_tdx_a_1qymn9kdj28k7ske8uuur5r66gu8y9aanjr4agaztuhvq7ctd9w") "Fond" "instantiate_fond" Bucket("bucket1");
5+
CALL_METHOD ComponentAddress("account_tdx_a_1qwdvy9jqgmqq7vw3mg2xzvxrzjwq3ykwp6u3l3qz6l4slwuurc") "deposit_batch" Expression("ENTIRE_WORKTOP");
6+
7+

0 commit comments

Comments
 (0)