File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33> [ Arc.react] ( https://github.com/daostack/arc.react ) componentizes [ DAOstack's Arc.js library] ( https://github.com/daostack/arc.js ) , enabling easier React application integration.
44
5- Turn any React app into a DAO enabled dApp in just 1, 2, 3...
5+ ** Turn any React app into a DAO enabled dApp in just: **
66
7- 1 . ` npm i --save @daostack/arc.react `
8- 2 . ` <Arc config={new ArcConfig("rinkeby")}> `
9- 3 . ` <DAO address="0xMY_DAO"> `
7+ 1...
8+ ``` bash
9+ npm i --save @daostack/arc.react`
10+ ` ` `
11+
12+ 2...
13+ ` ` ` html
14+ < Arc config={new ArcConfig(" rinkeby" )}>
15+ ` ` `
16+
17+ 3...
18+ ` ` ` html
19+ < DAO address=" 0xMY_DAO" >
20+ ` ` `
1021
11- Enabling you to build custom interfaces for displaying and interacting with your DAO's members...
22+ ** Enabling you to build custom interfaces for displaying and interacting with your DAO' s:**
1223
24+ members...
1325```html
1426<Members>
1527 <Member.Data>
@@ -42,7 +54,7 @@ proposals...
4254</Proposals>
4355```
4456
45- and any other entity [ within the DAOstack protocol] ( ./src/components ) .
57+ ** and any other entity [within the DAOstack protocol](./src/components)!**
4658
4759## Read The Docs
4860
You can’t perform that action at this time.
0 commit comments