Skip to content

Dani3lSun/oracle-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain with Oracle and APEX

Read more about it in this blog post

Installation

  1. table
@src/01_blockchain_table.sql
  1. sequence
@src/02_blockchain_sequence.sql
  1. trigger
@src/03_blockchain_trigger.sql
  1. package
grant execute on sys.dbms_crypto to blockchain_schema;
@src/blockchain_pkg.pks
@src/blockchain_pkg.pkb

OR

just import apex/f115_blockchain_demo.sql into your APEX workspace. This will install all database objects into your parsing schema.

License

MIT License

About

Example of a basic blockchain within the Oracle Database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages