![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@monax/blackstone
Advanced tools
/$$ /$$ /$$ /$$
| $$ | $$ | $$ | $$
| $$$$$$$ | $$ /$$$$$$ /$$$$$$$| $$ /$$ /$$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$
| $$__ $$| $$ |____ $$ /$$_____/| $$ /$$/ /$$_____/|_ $$_/ /$$__ $$| $$__ $$ /$$__ $$
| $$ \ $$| $$ /$$$$$$$| $$ | $$$$$$/ | $$$$$$ | $$ | $$ \ $$| $$ \ $$| $$$$$$$$
| $$ | $$| $$ /$$__ $$| $$ | $$_ $$ \____ $$ | $$ /$$| $$ | $$| $$ | $$| $$_____/
| $$$$$$$/| $$| $$$$$$$| $$$$$$$| $$ \ $$ /$$$$$$$/ | $$$$/| $$$$$$/| $$ | $$| $$$$$$$
|_______/ |__/ \_______/ \_______/|__/ \__/|_______/ \___/ \______/ |__/ |__/ \_______/
The Blackstone codebase is a collection of smart contracts which together form the basis for the Agreements Network.
It is named after Sir William Blackstone, an English jurist, judge, and politician of the eighteenth century. This collection includes a full-feature business process execution engine in Solidity, with Typescript bindings. It also include an object management suite utilized by the Agreements Network. | ![]() |
While the code in this repository is geared towards its use in the Agreements Network, the lower-level functions and smart contracts are highly reusable and suited to build any blockchain-based ecosystem application. If you would like to learn more about the interfaces used in this system please visit the documentation site for the network.
To ask questions or to learn more feel free to join the Agreements Network mailing list to ask questions or to join the community.
make
docker
yarn
yarn add global ts-node
yarn add global typescript
Install all dependencies.
yarn install
Run a single-node Burrow chain.
make docker_run_chain
Launch the tests, deploying the suite beforehand.
yarn test
If you update the Solidity contracts, you must re-compile the framework to get up-to-date bindings.
yarn build
This will also compile the Typescript, saving build artifacts to ./dist
.
There are separate scripts listed in package.json
.
Alternatively, we also support compilation, linking and deployment via the legacy deploy tooling.
make build_contracts
cd ./src
burrow deploy --chain=localhost:10997 --address=${ADDRESS} --bin-path ./bin ../upgrades/${UPGRADE}.yaml
FAQs
Contract Suite for the Agreements Network
The npm package @monax/blackstone receives a total of 0 weekly downloads. As such, @monax/blackstone popularity was classified as not popular.
We found that @monax/blackstone demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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
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.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.