UNPKG

@imaginarylabs/assemble

Version:

Assemble Protocol - Decentralized event management smart contracts with social coordination features

52 lines 1.3 kB
{ "name": "@imaginarylabs/assemble", "version": "0.1.1", "description": "Assemble Protocol - Decentralized event management smart contracts with social coordination features", "main": "./out/Assemble.sol/Assemble.json", "files": [ "src/Assemble.sol", "src/libraries", "out/Assemble.sol/Assemble.json", "README.md", "LICENSE" ], "scripts": { "build": "forge build", "test": "forge test", "test:verbose": "forge test -vvv", "deploy:local": "forge script script/Deploy.s.sol --fork-url http://localhost:8545 --broadcast", "deploy:sepolia": "forge script script/Deploy.s.sol --rpc-url $SEPOLIA_RPC_URL --broadcast --verify", "clean": "forge clean" }, "keywords": [ "ethereum", "web3", "solidity", "smart-contracts", "events", "tickets", "blockchain", "social", "erc6909", "foundry", "multichain", "protocol" ], "author": "Imaginary Labs", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/taayyohh/assemble.git", "directory": "." }, "bugs": { "url": "https://github.com/taayyohh/assemble/issues" }, "homepage": "https://assemble.build", "engines": { "node": ">=16.0.0" }, "publishConfig": { "access": "public" } }