CirclesUBI / circles-myxogastria

Webapp and mobile client for Circles
https://circles.garden
GNU Affero General Public License v3.0
37 stars 21 forks source link
dapp react web3

circles-myxogastria

Web wallet for Circles


License CI Status chat Follow Circles

Handbook | Releases | Contributing


React web application and mobile client running in the browser hosted on Circles to receive Circles UBI, manage your wallet and organize your trust connections.

Requirements

Development

# Install dependencies
npm install

# Copy env file and edit it
cp .env.example .env

# Run tests
npm run test
npm run test:watch

# Check code formatting
npm run lint

# Start local server and watch changes
npm run serve

# Build for production
npm run build

License

GNU Affero General Public License v3.0 AGPL-3.0