You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,11 @@
1
-
# BC-DAPP
1
+
# OpenRaise
2
2
3
-
The **Bonding Curve Decentralized Application**will be used to raise funds to support the development of decentralized finance focused applications governed and maintained by the [DXdao](https://dxdao.daostack.io/).
3
+
The **OpenRaise Dapp**is used to raise funds for decentralized organizations.
4
4
5
-
## Project Status
6
-
7
-
The project development can be followed in the milestones section https://github.com/levelkdev/BC-DAPP/milestones.
8
5
9
6
## Technical Description
10
7
11
-
The Bonding Curve Dapp is designed to be completely client side, which means that it runs entirely on the browser of the user and only consumes necessary information and interacts when needed with the Ethereum blockchain.
8
+
The OpenRaise Dapp is designed to be completely client side, which means that it runs entirely on the browser of the user and only consumes necessary information and interacts when needed with the Ethereum blockchain.
12
9
The dapp is written in javascript and typescrypt, it uses ReactJS and Webapack.
13
10
The contracts used in the dapp are the c-org contracts from fairmint. https://github.com/Fairmint/c-org.
14
11
@@ -115,7 +112,7 @@ Executable can be downloaded from https://swarm-gateways.net/bzz:/swarm.eth/down
115
112
116
113
The build can be upload to swarm with the following command:
117
114
```
118
-
~/swarm --bzzapi https://swarm-gateways.net/ --defaultpath PATH_TO_BC-DAPP/build/index.html --recursive up PATH_TO_BC-DAPP/BC-DAPP/build
115
+
~/swarm --bzzapi https://swarm-gateways.net/ --defaultpath PATH_TO_OPENRAISE-DAPP/build/index.html --recursive up PATH_TO_OPENRAISE-DAPP/OPENRAISE-DAPP/build
"authors": "John Kelleher <john.kelleher@levelk.io>, Thomas Pulber <corkus@pm.me>, Thomas Spofford <tspofford@pm.me>, Augusto Lemble <me@augustol.com>",
0 commit comments