Skip to content

Commit

Permalink
Merge pull request #20 from j-h-scheufen/develop
Browse files Browse the repository at this point in the history
Release to prod
  • Loading branch information
j-h-scheufen authored Oct 20, 2024
2 parents b8a6fa8 + 402eb55 commit f616ac6
Show file tree
Hide file tree
Showing 277 changed files with 20,997 additions and 24,305 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
name: Contracts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org
Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[submodule "contracts/lib/forge-std"]
path = contracts/lib/forge-std
[submodule "packages/contracts/lib/forge-std"]
path = packages/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "packages/contracts/lib/create3-factory"]
path = packages/contracts/lib/create3-factory
Expand Down
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions .yarnrc

This file was deleted.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
Empty file removed =16.0.0
Empty file.
210 changes: 0 additions & 210 deletions =4.5.0

This file was deleted.

Empty file removed =8.0.0
Empty file.
Empty file removed =9.1.0
Empty file.
2 changes: 1 addition & 1 deletion packages/app/LICENSE → LICENSE
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Next UI
Copyright (c) 2024 Axé DAO

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
31 changes: 6 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,11 @@
# axedao

Notes:
Roadmap:

- Consider a FAQ on www
- Make a long-term roadmap:

- Build open registry and app for Capoeira groups and their members for fair token distribution.
- Build DAO capabilities to govern together for the good of Capoeira
- Build badge / NFT system for roles (graduados), events, collections
- Create revenue streams via liquidity provision
- Create revenue streams via NFT - AXÉ integration
- Create revenue streams via services (group management, payments, events, tickets / admission), services could be free in bundle for certain level of yearly DAO contribution (again, something the DAO can set via proposal).

- Keep building base app (start proper coding: utils, state, contract function helpers, errors -> UI)
- Launch website
- Start asking around for more supporters? Dial up outreach
- dao voting functions might be a huge incentive to join (power, inclusion, participation), but really only needed when there's money to spend

Don't Forget:

- Test XERC20
- use "forge doc" to generate documentation
- check all dependency licenses!!
- Build badge / NFT system for roles (graduados), events, collections
- Create revenue streams via liquidity provision
- Create revenue streams via NFT - AXÉ integration
- Create revenue streams via services (group management, payments, events, tickets / admission), services could be free in bundle for certain level of yearly DAO contribution (again, something the DAO can set via proposal).

## Local Development

Expand Down Expand Up @@ -159,9 +143,6 @@ Read the ETH balance of the AxeDeployer:
cast balance -e --rpc-url http://localhost:8545 0x7e95A312E398431a26AC266B9215A7DddD5Ea60B
```

Contracts on Sepolia:
v2 Router: 0xB26B2De65D07eBB5E54C7F6282424D3be670E1f0

Deploy MockERC20 and mint into treasury:

```shell
Expand All @@ -175,6 +156,6 @@ cast send 0xD44Eb94380bff68a827604fDb2dA7b0A3Ec6Ad0B "mint(address,uint256)" 0xE
### Sepolia

AXESource: 0xaE8F6454fa13EbA1Be4ea60019d1bd34F9D04895
MockERC20: 0xD44Eb94380bff68a827604fDb2dA7b0A3Ec6Ad0B
axeUSD: 0xD44Eb94380bff68a827604fDb2dA7b0A3Ec6Ad0B
UniswapV2Factory: 0xAB5db096E5d2d79434ADC48B8D34f878dD7Fa0b0
UniswapV2Router02: 0xEF5aC450A41A39ef8A652C154318b3c8902ed86E
Loading

0 comments on commit f616ac6

Please sign in to comment.