![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
AVA is an open-source platform for launching highly decentralized applications, financial primitives, and interoperable blockchains.
AVA is an open-source platform for launching highly decentralized applications, financial primitives, and interoperable blockchains.
AVABOX repo is a playground for exploring the AVA platform including the slopes lib.
You can drop AVABOX in to your app via npm
or yarn
or you can clone the repo and run it locally.
AVABOX is available as a package on npm. You can drop it in to your app with npm or yarn.
With npm
npm install avabox --save
With yarn
yarn add avabox
First clone the repo
git clone https://github.com/cgcardona/AVABOX.git
cd AVABOX
Install the dependencies
yarn install
Run a script
ts-node examples/get_node_id.ts
Check out the examples/ directory to see how to use AVABOX.
For example to create a basic AVA wallet located at ./wallet.json
.
ts-node examples/create_wallet.ts
wallet.json written successfully.
cat wallet.json
{
"private_key": "2sVnjPaFRZoYy5NF4UJoGsDNKyTK2MPGDCvFSfgHghbdiVzS1E",
"public_key": "8h3duPX9UBqHK5Xo3DnA5xB2DTnfzNddHMctDqM3BaGsHWYW9r",
"chain_address": "X-ErsdCatjgehBa8Ao1LVuZW11WKEL2FeJV"
}
AVABOX requires a full node. Here are the steps for firing up your own AVA full node.
The ever amazing Chris @Trout Troutner inspired me to do a deep dive on AVA. His ava-examples repo was the inpiration for this work.
This library is influenced by Slopes from AVA Labs but is not a direct fork. However that library deserves credit.
AVABOX is licensed under the MIT Open Source License
FAQs
AVA is an open-source platform for launching highly decentralized applications, financial primitives, and interoperable blockchains.
The npm package avabox receives a total of 1 weekly downloads. As such, avabox popularity was classified as not popular.
We found that avabox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.