Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/labraburn/juston-ios

JUSTON - non custodial wallet for TON network
https://github.com/labraburn/juston-ios

swift ton

Last synced: 2 months ago
JSON representation

JUSTON - non custodial wallet for TON network

Awesome Lists containing this project

README

        

# [JUSTON](https://apps.apple.com/app/id1629214799) - non custodial TON wallet for iOS platfrom

## Building

1. Open `project/JUSTON.xcodeproj`

2. Change `project/iOS/Supporting/Configurations/Debug.xcconfig`

```
DEVELOPMENT_TEAM = ${YOUR_TEAM_ID}
PRODUCT_BUNDLE_IDENTIFIER = ${YOUR_BUNDLE_ID}
```

3. Change `project/iOS/Supporting/Entitlements/Debug.entitlements`

```
com.apple.security.application-groups

${YOUR_APPLICATION_ACCESS_GROUP}

keychain-access-groups

$(AppIdentifierPrefix)${YOUR_KEYCHAIN_ACCESS_GROUP}

```

4. Change next files with parameters from step above:

- `packages/JustonCORE/Sources/JustonCORE/AccessGroup/FileManagerAccessGroup.swift`
- `packages/JustonCORE/Sources/JustonCORE/AccessGroup/KeychainAccessGroup.swift`
- `packages/JustonCORE/Sources/JustonCORE/AccessGroup/UserDefaultsAccessGroup.swift`

5. Run build.

## Bug reports

- Please, use [issue](https://github.com/labraburn/juston-ios/issues/new?assignees=&labels=Bug+Report&template=bug_report.yaml) template for it.

## Contacts

- [email protected] (stragner.ton)