XYAccount JavaScript Client
Branches
Master
Develop
Usage
NodeJS)
Server (To use XYAccounts in Node JS, simply include the library using import or require
const XYAccount = require('./sdk-account-js')
import XYAccount from './sdk-account-js'
Browserify)
Website (If you are using the library as an include that will be process during your website build, just add the library. The configuration for how Browserify should build it is included in the package.json file
const XYAccount = require('./sdk-account-js')
import XYAccount from './sdk-account-js'
Website (Direct Link)
If you are using the library on an existing website and just want to include it, use the public link
<script src="https://account.xyo.network/js/account.js"></script>
<script>
window.xyAccountLoaded(XYAccount) {
}
</script>
Dev Process
We use the "Github Flow" methodology. Please review Github Flow
When you wish to make changes or add new fetures, please do the following things:
- Create a new Branch from the Master branch and follow these naming conventions Naming Conventions
Use "grouping" tokens in front of branch names. The groups can be named appropriately to match one's workflow.
feature/new-nav
bug/footer-links
feature/hero-section-animation
License
Only for internal XY Company use at this time
Credits
Made with