![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
cpchain-dapps-language-support
Advanced tools
This is supported for the CPChain DApps Language.
cdl
files
/**
* MetaToken Example
*/
// TODO xxx
// Test DApp
dapp MetaToken {
chain {
chain_id = 337
// Endpoint of the civilian
endpoint = "https://civilian.cpchain.io"
}
contract MetaToken {
address = "0x111"
// Transfer event
event Transfer {
from address
to address
value u256
a varchar(255)
}
when Transfer {
// ...
execute {
self.block.number
self.tx.from
self.event.to
}
}
}
// Account model,真实存储中,表名和字段名在前面加统一的下划线已
model Account {
account address pk
value u256
name varchar(255)
}
model Transaction {
from address
to address
value u256
}
when block {
}
// graphql query/mutation
api {
balance () {
}
}
cards {
card {
html = <div>
Hello world
</div>,
}
}
}
Enjoy!
FAQs
CPChain DApps Language Support
The npm package cpchain-dapps-language-support receives a total of 0 weekly downloads. As such, cpchain-dapps-language-support popularity was classified as not popular.
We found that cpchain-dapps-language-support 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
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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.